Home
last modified time | relevance | path

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

/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
/illumos-gate/usr/src/head/iso/
H A Dmath_c99.h128 #define isless(x, y) __builtin_isless(x, y) macro