Searched refs:rsqrt (Results 1 – 10 of 10) sorted by relevance
171 #define rsqrt ADD_PREFIX(rsqrt) macro
41 Word32 rsqrt(Word32 value, Word32 accuracy);
243 Word32 rsqrt(Word32 value, /*!< Operand to square root (0.0 ... 1) */ in rsqrt() function
132 TEST_FUNC_1(rsqrt);
122 avgFormFactor = fixmul(rsqrt(psyOutChan->sfbEnergy[i],INT_BITS), iSfbWidth); in CalcFormFactorChannel()123 avgFormFactor = rsqrt((Word32)avgFormFactor,INT_BITS) >> 10; in CalcFormFactorChannel()
78 *pthrExp = rsqrt(rsqrt(*psfbThre,INT_BITS),INT_BITS); in calcThreshExp()
558 tmp = rsqrt(sfbEnergy[sfb], INT_BITS); in CalcWeightedSpectrum()
314 TEST_FN_FUNC_FN(rsqrt);
581 _RS_RUNTIME float __attribute__((overloadable)) rsqrt(float v);582 FN_FUNC_FN(rsqrt)
535 extern float __attribute__((overloadable)) rsqrt(float v) { in rsqrt() function538 FN_FUNC_FN(rsqrt)