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

/vbox/src/recompiler/fpu/
H A Dsoftfloat-native.h44 #ifndef isgreaterequal
45 #define isgreaterequal(x, y) __builtin_isgreaterequal(x, y) macro
61 #define isgreaterequal(x, y) ((!unordered(x, y)) && ((x) >= (y))) macro
/vbox/include/iprt/nocrt/
H A Dmath.h148 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro
155 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro

Completed in 52 milliseconds