Home
last modified time | relevance | path

Searched refs:INVSQRT_MAGIC_F16 (Results 1 – 2 of 2) sorted by relevance

/cmsis-3.4.0/CMSIS/DSP/Source/ComplexMathFunctions/
Darm_cmplx_mag_f16.c105 newtonStartVec = vdupq_n_s16(INVSQRT_MAGIC_F16) - vshrq((q15x8_t) sum, 1); in arm_cmplx_mag_f16()
151 newtonStartVec = vdupq_n_s16(INVSQRT_MAGIC_F16) - vshrq((q15x8_t) sum, 1); in arm_cmplx_mag_f16()
/cmsis-3.4.0/CMSIS/DSP/Include/
Darm_helium_utils.h165 #define INVSQRT_MAGIC_F16 0x59ba /* ( 0x1ba = 0x3759df >> 13) */ macro