Home
last modified time | relevance | path

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

/titanic_51/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
/titanic_51/usr/src/head/iso/
H A Dmath_c99.h118 #define isgreaterequal(x, y) __builtin_isgreaterequal(x, y) macro