  | 
  
    AM64x MCU+ SDK
    11.01.00
    
   | 
           
 | 
 
 
 
 
Go to the documentation of this file.
   54 #define RTS_TEXT_SECTION   __attribute__((section(".trigText"))) __attribute__((always_inline)) inline 
   55 #define RTS_DATA_SECTION   __attribute__((aligned(8), section(".trigData"))) 
  136     __asm (
"VSQRT.F32 %0, %1" : 
"=t" (r) : 
"t" (x));
 
  
 
void FastRTS_sincos(const float theta, float *retValues)
The Sine/Cosine Function.
 
float FastRTS_logf(const float x)
The Natural Logarithm function.
 
float FastRTS_expf(const float x)
The Exponent function.
 
float FastRTS_cosf(const float theta)
The Cosine Function.
 
#define RTS_TEXT_SECTION
Definition: fastrts.h:54
 
float FastRTS_acosf(const float theta)
The Arccosine Function.
 
float FastRTS_atan2f(const float y, const float x)
The Arctangent(y,x) function.
 
static RTS_TEXT_SECTION float FastRTS_sqrtf(const float x)
Definition: fastrts.h:133
 
float FastRTS_sinf(const float theta)
The Sine Function.
 
float FastRTS_atanf(const float x)
The Arctangent function.
 
float FastRTS_asinf(const float theta)
The Arcsine Function.