Searched refs:FLOAT_LT (Results 1 – 2 of 2) sorted by relevance
167 static inline int FLOAT_LT(spx_float_t a, spx_float_t b) in FLOAT_LT() function182 return FLOAT_LT(b,a); in FLOAT_GT()372 #define FLOAT_LT(a,b) ((a)<(b)) macro
1088 if (FLOAT_LT(st->Pyy, FLOAT_ONE)) in speex_echo_cancellation()1091 if (FLOAT_LT(st->Pey, FLOAT_MULT(MIN_LEAK,st->Pyy))) in speex_echo_cancellation()