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 |
References __avr32_f32_add_fast().
Referenced by draw_mandel_without_fpu(), and float_fmac().
|
static |
References float_add(), and float_mul().
|
static |
References __avr32_f32_mul_fast().
Referenced by draw_mandel_without_fpu(), and float_fmac().
|
static |
References __avr32_f32_sub_fast().
Referenced by draw_mandel_without_fpu().