HomeSort by relevance Sort by last modified time
    Searched defs:islessgreater (Results 26 - 32 of 32) sorted by null

12

  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/
math.h 123 #define islessgreater(x, y) __builtin_islessgreater((x), (y)) macro
130 #define islessgreater(x, y) (!isunordered((x), (y)) && \ macro
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/
math.h 123 #define islessgreater(x, y) __builtin_islessgreater((x), (y)) macro
130 #define islessgreater(x, y) (!isunordered((x), (y)) && \ macro
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/
math.h 123 #define islessgreater(x, y) __builtin_islessgreater((x), (y)) macro
130 #define islessgreater(x, y) (!isunordered((x), (y)) && \ macro
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
math.h 123 #define islessgreater(x, y) __builtin_islessgreater((x), (y)) macro
130 #define islessgreater(x, y) (!isunordered((x), (y)) && \ macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
math.h 403 # define islessgreater(x, y) __builtin_islessgreater(x, y) macro
448 # ifndef islessgreater
449 # define islessgreater(x, y) \ macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
math.h 403 # define islessgreater(x, y) __builtin_islessgreater(x, y) macro
448 # ifndef islessgreater
449 # define islessgreater(x, y) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
math.h 403 # define islessgreater(x, y) __builtin_islessgreater(x, y) macro
448 # ifndef islessgreater
449 # define islessgreater(x, y) \ macro

Completed in 105 milliseconds

12