Home
last modified time | relevance | path

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

/external/speex/libspeex/
Dpseudofloat.h337 static inline spx_float_t FLOAT_SQRT(spx_float_t a) in FLOAT_SQRT() function
375 #define FLOAT_SQRT(a) (spx_sqrt(a)) macro
Dmdf.c1076 Pyy = FLOAT_SQRT(Pyy); in speex_echo_cancellation()