AM263x MCU+ SDK  09.02.00
fastrts.h File Reference

Go to the source code of this file.

Macros

#define RTS_TEXT_SECTION   __attribute__((section(".trigText"))) __attribute__((always_inline))
 
#define RTS_DATA_SECTION   __attribute__((aligned(8), section(".trigData")))
 

Functions

float FastRTS_cosf (const float theta)
 The Cosine Function. More...
 
float FastRTS_sinf (const float theta)
 The Sine Function. More...
 
void FastRTS_sincos (const float theta, float *retValues)
 The Sine/Cosine Function. More...
 
float FastRTS_acosf (const float theta)
 The Arccosine Function. More...
 
float FastRTS_asinf (const float theta)
 The Arcsine Function. More...
 
float FastRTS_atanf (const float x)
 The Arctangent function. More...
 
float FastRTS_atan2f (const float y, const float x)
 The Arctangent(y,x) function. More...
 
float FastRTS_expf (const float x)
 The Exponent function. More...
 
float FastRTS_logf (const float x)
 The Natural Logarithm function. More...
 
static RTS_TEXT_SECTION float FastRTS_sqrtf (const float x)