HomeSort by relevance Sort by last modified time
    Searched refs:FLOAT_LT (Results 1 - 2 of 2) sorted by null

  /external/speex/libspeex/
pseudofloat.h 167 static inline int FLOAT_LT(spx_float_t a, spx_float_t b)
182 return FLOAT_LT(b,a);
372 #define FLOAT_LT(a,b) ((a)<(b))
mdf.c     [all...]

Completed in 58 milliseconds