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

/external/v8/src/
H A Dwin32-math.cc73 int isgreater(double x, double y) { function
/external/qemu/fpu/
H A Dsoftfloat-native.h40 #ifndef isgreater
41 #define isgreater(x, y) __builtin_isgreater(x, y) macro
59 #define isgreater(x, y) ((!unordered(x, y)) && ((x) > (y))) macro

Completed in 62 milliseconds