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

/illumos-gate/usr/src/head/iso/
H A Dmath_c99.h117 #undef isgreaterequal macro
118 #define isgreaterequal(x, y) __builtin_isgreaterequal(x, y) macro
160 #undef isgreaterequal macro
161 #define isgreaterequal(x, y) ((x) __builtin_isgreaterequal(y)) macro
/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

Completed in 45 milliseconds