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

/illumos-gate/usr/src/head/iso/
H A Dmath_c99.h115 #undef isgreater macro
116 #define isgreater(x, y) __builtin_isgreater(x, y) macro
158 #undef isgreater macro
159 #define isgreater(x, y) ((x) __builtin_isgreater(y)) macro
/illumos-gate/usr/src/boot/include/
H A Dmath.h118 #define isgreater(x, y) __builtin_isgreater((x), (y)) macro
125 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) macro

Completed in 62 milliseconds