HomeSort by relevance Sort by last modified time
    Searched defs:isgreater (Results 1 - 9 of 9) 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.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-win32.cc 130 int isgreater(double x, double y) { function
    [all...]

Completed in 49 milliseconds