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

/external/speex/libspeex/
H A Dpseudofloat.h167 static inline int FLOAT_LT(spx_float_t a, spx_float_t b) function
182 return FLOAT_LT(b,a);
372 #define FLOAT_LT(a,b) ((a)<(b)) macro

Completed in 306 milliseconds