Searched defs:FLOAT_LT (Results 1 – 1 of 1) sorted by relevance
167 static inline int FLOAT_LT(spx_float_t a, spx_float_t b) in FLOAT_LT() function372 #define FLOAT_LT(a,b) ((a)<(b)) macro