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

1 2 3 4

  /ndk/sources/cxx-stl/llvm-libc++/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...]
  /ndk/sources/cxx-stl/llvm-libc++/include/support/win32/
math_win32.h 47 _LIBCPP_ALWAYS_INLINE bool isgreaterequal( double x, double y ) function
  /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
  /ndk/sources/cxx-stl/llvm-libc++/include/
cmath 150 bool isgreaterequal(arithmetic x, arithmetic y);
486 // isgreaterequal
488 #ifdef isgreaterequal
495 return isgreaterequal(__x, __y);
498 #undef isgreaterequal
508 isgreaterequal(_A1 __x, _A2 __y) _NOEXCEPT
514 #endif // isgreaterequal
645 using ::isgreaterequal;
    [all...]
  /external/clang/test/CodeGen/
builtins.c 58 P(isgreaterequal, (1., 2.));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cmath 475 #undef isgreaterequal
620 isgreaterequal(float __x, float __y)
624 isgreaterequal(double __x, double __y)
628 isgreaterequal(long double __x, long double __y)
635 isgreaterequal(_Tp __x, _Up __y)
798 isgreaterequal(_Tp __f1, _Tp __f2)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cmath 475 #undef isgreaterequal
620 isgreaterequal(float __x, float __y)
624 isgreaterequal(double __x, double __y)
628 isgreaterequal(long double __x, long double __y)
635 isgreaterequal(_Tp __x, _Up __y)
798 isgreaterequal(_Tp __f1, _Tp __f2)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cmath 475 #undef isgreaterequal
620 isgreaterequal(float __x, float __y)
624 isgreaterequal(double __x, double __y)
628 isgreaterequal(long double __x, long double __y)
635 isgreaterequal(_Tp __x, _Up __y)
798 isgreaterequal(_Tp __f1, _Tp __f2)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cmath 552 #undef isgreaterequal
697 isgreaterequal(float __x, float __y)
701 isgreaterequal(double __x, double __y)
705 isgreaterequal(long double __x, long double __y)
712 isgreaterequal(_Tp __x, _Up __y)
875 isgreaterequal(_Tp __f1, _Tp __f2)
    [all...]
  /bionic/libm/include/
math.h 107 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro
114 #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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cmath 486 #undef isgreaterequal
561 isgreaterequal(_Tp __f1, _Tp __f2)
  /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/5/sources/cxx-stl/gnu-libstdc++/include/
cmath 486 #undef isgreaterequal
561 isgreaterequal(_Tp __f1, _Tp __f2)
  /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

Completed in 1205 milliseconds

1 2 3 4