Home
last modified time | relevance | path

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

/external/speex/libspeexdsp/
Dpseudofloat.h167 static inline int FLOAT_LT(spx_float_t a, spx_float_t b) in FLOAT_LT() function
372 #define FLOAT_LT(a,b) ((a)<(b)) macro