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

1 2 3

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 47 _LIBCPP_ALWAYS_INLINE bool isgreaterequal( double x, double y ) function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 261 static_assert((std::is_same<decltype(isgreaterequal((float)0, (float)0)), bool>::value), "");
262 static_assert((std::is_same<decltype(isgreaterequal((float)0, (double)0)), bool>::value), "");
263 static_assert((std::is_same<decltype(isgreaterequal((float)0, (long double)0)), bool>::value), "");
264 static_assert((std::is_same<decltype(isgreaterequal((double)0, (float)0)), bool>::value), "");
265 static_assert((std::is_same<decltype(isgreaterequal((double)0, (double)0)), bool>::value), "");
266 static_assert((std::is_same<decltype(isgreaterequal((double)0, (long double)0)), bool>::value), "");
267 static_assert((std::is_same<decltype(isgreaterequal((long double)0, (float)0)), bool>::value), "");
268 static_assert((std::is_same<decltype(isgreaterequal((long double)0, (double)0)), bool>::value), "");
269 static_assert((std::is_same<decltype(isgreaterequal((long double)0, (long double)0)), bool>::value), "");
270 assert(isgreaterequal(-1.0, 0.F) == false)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
math.h 400 # define isgreaterequal(x, y) __builtin_isgreaterequal(x, y) macro
424 # ifndef isgreaterequal
425 # define isgreaterequal(x, y) \ macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
math.h 400 # define isgreaterequal(x, y) __builtin_isgreaterequal(x, y) macro
424 # ifndef isgreaterequal
425 # define isgreaterequal(x, y) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
math.h 400 # define isgreaterequal(x, y) __builtin_isgreaterequal(x, y) macro
424 # ifndef isgreaterequal
425 # define isgreaterequal(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
  /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
  /prebuilts/ndk/7/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/7/platforms/android-4/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 356 milliseconds

1 2 3