/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/ |
math.h | 120 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro 127 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
math.h | 400 # define isgreaterequal(x, y) __builtin_isgreaterequal(x, y) macro 424 # ifndef isgreaterequal 425 # define isgreaterequal(x, y) \ macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
math.h | 400 # define isgreaterequal(x, y) __builtin_isgreaterequal(x, y) macro 424 # ifndef isgreaterequal 425 # define isgreaterequal(x, y) \ macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
math.h | 400 # define isgreaterequal(x, y) __builtin_isgreaterequal(x, y) macro 424 # ifndef isgreaterequal 425 # define isgreaterequal(x, y) \ macro
|
/external/qemu/fpu/ |
softfloat-native.h | 43 #ifndef isgreaterequal 44 #define isgreaterequal(x, y) __builtin_isgreaterequal(x, y) macro 60 #define isgreaterequal(x, y) ((!unordered(x, y)) && ((x) >= (y))) macro
|