HomeSort by relevance Sort by last modified time
    Searched defs:isgreaterequal (Results 76 - 80 of 80) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-9/arch-mips/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/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/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
math.h 411 # define isgreaterequal(x, y) __builtin_isgreaterequal(x, y) macro
435 # ifndef isgreaterequal
436 # define isgreaterequal(x, y) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
math.h 411 # define isgreaterequal(x, y) __builtin_isgreaterequal(x, y) macro
435 # ifndef isgreaterequal
436 # define isgreaterequal(x, y) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 990 #define isgreaterequal(x, y) __builtin_isgreaterequal(x, y) macro
1010 #define isgreaterequal(x, y) ((__fp_unordered_compare (x, y) & FP_INFINITE) == 0) macro

Completed in 91 milliseconds

1 2 34