Searched refs:rsqrt (Results 1 – 20 of 20) sorted by relevance
176 #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
51 const float inv_dist = rsqrt(dist2);
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()
82 *pthrExp = rsqrt(rsqrt(*psfbThre,INT_BITS),INT_BITS); in calcThreshExp()
558 tmp = rsqrt(sfbEnergy[sfb], INT_BITS); in CalcWeightedSpectrum()
172 TEST_FN_FUNC_FN(rsqrt);
300 TEST_FN_FUNC_FN(rsqrt);
314 TEST_FN_FUNC_FN(rsqrt);
315 TEST_FN_FUNC_FN(rsqrt);
369 BENCH_FN_FUNC_FN(rsqrt);
692 _RS_RUNTIME float __attribute__((const, overloadable)) rsqrt(float v);693 FN_FUNC_FN(rsqrt)
591 extern float __attribute__((overloadable)) rsqrt(float v) { in rsqrt() function599 FN_FUNC_FN(rsqrt)
899 <li>Enabled MIPS floating-point {@code madd/msub/nmadd/nmsub/recip/rsqrt}