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

/vbox/src/recompiler/fpu/
H A Dsoftfloat-native.h47 #ifndef isless
48 #define isless(x, y) __builtin_isless(x, y) macro
62 #define isless(x, y) ((!unordered(x, y)) && ((x) < (y))) macro
236 return isless(a, b);
344 return isless(a, b);
448 return isless(a, b);
/vbox/include/iprt/nocrt/
H A Dmath.h149 #define isless(x, y) __builtin_isless((x), (y)) macro
156 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y)) macro

Completed in 48 milliseconds