HomeSort by relevance Sort by last modified time
    Searched defs:isgreaterequal (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/libcxx/include/support/win32/
math_win32.h 49 _LIBCPP_ALWAYS_INLINE bool isgreaterequal( double x, double y ) function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 49 _LIBCPP_ALWAYS_INLINE bool isgreaterequal( double x, double y ) function
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 49 _LIBCPP_ALWAYS_INLINE bool isgreaterequal( double x, double y ) function
  /bionic/libm/include/
math.h 109 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro
116 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro
  /development/ndk/platforms/android-13/include/
math.h 120 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro
127 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro
  /development/ndk/platforms/android-18/include/
math.h 120 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro
127 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro
  /development/ndk/platforms/android-3/include/
math.h 120 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro
127 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro
  /development/ndk/platforms/android-9/include/
math.h 120 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro
127 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro
  /development/ndk/platforms/android-L/include/
math.h 109 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro
116 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro
  /prebuilts/ndk/4/platforms/android-3/arch-arm/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/4/platforms/android-4/arch-arm/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/4/platforms/android-5/arch-arm/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/4/platforms/android-5/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/ndk/4/platforms/android-8/arch-arm/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/4/platforms/android-8/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/ndk/5/platforms/android-3/arch-arm/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/5/platforms/android-9/arch-arm/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/6/platforms/android-3/arch-arm/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/6/platforms/android-3/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/ndk/6/platforms/android-9/arch-arm/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/6/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/ndk/7/platforms/android-14/arch-arm/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/7/platforms/android-14/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/ndk/7/platforms/android-3/arch-arm/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/7/platforms/android-3/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

Completed in 1449 milliseconds

1 2 3 4