Macros | |
#define | ASM_INSTRUCT_COMPACKED(str) str |
#define | ASM_INSTRUCT_EXTENDED(str) str |
#define | CST_ZERO "%[CST_ZERO__]" |
#define | DSP16_SQRT_NEWTON_ITERATION(x_num, data) |
#define | DSP16_SQRT_ONE_POINT_FIVE (3 << (DSP16_QB-1)) |
Functions | |
dsp16_t | dsp16_op_sqrt (dsp16_t num) |
avr32-uc3 16 bit version More... | |
#define ASM_INSTRUCT_COMPACKED | ( | str | ) | str |
Referenced by dsp16_op_sqrt().
#define ASM_INSTRUCT_EXTENDED | ( | str | ) | str |
#define CST_ZERO "%[CST_ZERO__]" |
Referenced by dsp16_op_sqrt().
#define DSP16_SQRT_NEWTON_ITERATION | ( | x_num, | |
data | |||
) |
Referenced by dsp16_op_sqrt().
#define DSP16_SQRT_ONE_POINT_FIVE (3 << (DSP16_QB-1)) |
Referenced by dsp16_op_sqrt().