HomeSort by relevance Sort by last modified time
    Searched refs:isgreater (Results 1 - 11 of 11) sorted by null

  /bionic/libm/include/
math.h 119 #define isgreater(x, y) __builtin_isgreater((x), (y)) macro
126 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) macro
  /ndk/build/platforms/android-3/arch-arm/usr/include/
math.h 119 #define isgreater(x, y) __builtin_isgreater((x), (y)) macro
126 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) macro
  /ndk/build/platforms/android-4/arch-arm/usr/include/
math.h 119 #define isgreater(x, y) __builtin_isgreater((x), (y)) macro
126 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) macro
  /ndk/build/platforms/android-5/arch-arm/usr/include/
math.h 119 #define isgreater(x, y) __builtin_isgreater((x), (y)) macro
126 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) macro
  /ndk/build/platforms/android-5/arch-x86/usr/include/
math.h 119 #define isgreater(x, y) __builtin_isgreater((x), (y)) macro
126 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) macro
  /ndk/build/platforms/android-8/arch-arm/usr/include/
math.h 119 #define isgreater(x, y) __builtin_isgreater((x), (y)) macro
126 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) macro
  /ndk/build/platforms/android-8/arch-x86/usr/include/
math.h 119 #define isgreater(x, y) __builtin_isgreater((x), (y)) macro
126 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) macro
  /external/qemu/fpu/
softfloat-native.c 242 } else if (isgreater(a, b)) {
413 } else if (isgreater(a, b)) {
505 } else if (isgreater(a, b)) {
softfloat-native.h 38 #ifndef isgreater
39 #define isgreater(x, y) __builtin_isgreater(x, y) macro
57 #define isgreater(x, y) ((!unordered(x, y)) && ((x) > (y))) macro
  /external/v8/src/
platform.h 79 int isgreater(double x, double y);
platform-win32.cc 130 int isgreater(double x, double y) { function
    [all...]

Completed in 122 milliseconds