Searched defs:spx_sqrt (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/speex/libspeex/
H A Dmath_approx.h42 #define spx_sqrt sqrt macro
142 static inline spx_word16_t spx_sqrt(spx_word32_t x) function
174 ret = spx_sqrt(SHL32(EXTEND32(sq),13));
176 /*ret = spx_sqrt(67108864*(-1.6129e-04 + 2.0104e+00*f + 2.7373e-01*f*f + 1.8136e-01*f*f*f));*/
/external/speex/libspeex/
H A Dmath_approx.h42 #define spx_sqrt sqrt macro
142 static inline spx_word16_t spx_sqrt(spx_word32_t x) function
174 ret = spx_sqrt(SHL32(EXTEND32(sq),13));
176 /*ret = spx_sqrt(67108864*(-1.6129e-04 + 2.0104e+00*f + 2.7373e-01*f*f + 1.8136e-01*f*f*f));*/

Completed in 112 milliseconds