Searched refs:isgreater (Results 1 - 3 of 3) sorted by relevance

/vbox/src/recompiler/fpu/
H A Dsoftfloat-native.c249 } else if (isgreater(a, b)) {
403 } else if (isgreater(a, b)) {
495 } else if (isgreater(a, b)) {
H A Dsoftfloat-native.h41 #ifndef isgreater
42 #define isgreater(x, y) __builtin_isgreater(x, y) macro
60 #define isgreater(x, y) ((!unordered(x, y)) && ((x) > (y))) macro
/vbox/include/iprt/nocrt/
H A Dmath.h147 #define isgreater(x, y) __builtin_isgreater((x), (y)) macro
154 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) macro

Completed in 72 milliseconds