Microchip® Advanced Software Framework

fpu_operators.h File Reference

Functions

float __avr32_f32_add_fast (float, float)
 
float __avr32_f32_mul_fast (float, float)
 
float __avr32_f32_sub_fast (float, float)
 
static float float_add (float a, float b)
 
static float float_fmac (float a, float b, float c)
 
static float float_mul (float a, float b)
 
static float float_sub (float a, float b)
 

float __avr32_f32_add_fast ( float  ,
float   
)

Referenced by float_add().

float __avr32_f32_mul_fast ( float  ,
float   
)

Referenced by float_mul().

float __avr32_f32_sub_fast ( float  ,
float   
)

Referenced by float_sub().

static float float_add ( float  a,
float  b 
)
static
static float float_fmac ( float  a,
float  b,
float  c 
)
static

References float_add(), and float_mul().

static float float_mul ( float  a,
float  b 
)
static
static float float_sub ( float  a,
float  b 
)
static