Macros | |
#define | DSP16_SQRT_NEWTON_ITERATION(x_num, data) |
#define | DSP16_SQRT_ONE_POINT_FIVE ((S32) (3 << (DSP16_QB-1))) |
Functions | |
dsp16_t | dsp16_op_sqrt (dsp16_t num) |
16-bit fixed point version of the square root function. More... | |
#define DSP16_SQRT_NEWTON_ITERATION | ( | x_num, | |
data | |||
) |
Referenced by dsp16_op_sqrt().