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

/illumos-gate/usr/src/head/iso/
H A Dmath_c99.h119 #undef isless macro
120 #define isless(x, y) __builtin_isless(x, y) macro
162 #undef isless macro
163 #define isless(x, y) ((x) __builtin_isless(y)) macro
/illumos-gate/usr/src/boot/include/
H A Dmath.h120 #define isless(x, y) __builtin_isless((x), (y)) macro
127 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y)) macro

Completed in 58 milliseconds