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

/external/v8/src/
H A Dwin32-math.cc67 int isless(double x, double y) { function
/external/qemu/fpu/
H A Dsoftfloat-native.h46 #ifndef isless
47 #define isless(x, y) __builtin_isless(x, y) macro
61 #define isless(x, y) ((!unordered(x, y)) && ((x) < (y))) macro
244 return isless(a, b);
365 return isless(a, b);
482 return isless(a, b);

Completed in 379 milliseconds