Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/include/
H A Dmath.h119 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro
126 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro
/illumos-gate/usr/src/head/iso/
H A Dmath_c99.h126 #define isgreaterequal(x, y) __builtin_isgreaterequal(x, y) macro