Macros | |
#define | DSP32_SQRT_NEWTON_ITERATION(x_num, data) |
#define | DSP32_SQRT_ONE_POINT_FIVE ((S64) (3LL << (DSP32_QB-1))) |
Functions | |
dsp32_t | dsp32_op_sqrt (dsp32_t num) |
32-bit fixed point version of the square root function. More... | |
#define DSP32_SQRT_NEWTON_ITERATION | ( | x_num, | |
data | |||
) |
Referenced by dsp32_op_sqrt().
#define DSP32_SQRT_ONE_POINT_FIVE ((S64) (3LL << (DSP32_QB-1))) |