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

1 2 3 4

  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
__clang_cuda_math_forward_declares.h 104 __DEVICE__ bool isgreaterequal(double, double);
105 __DEVICE__ bool isgreaterequal(float, float);
218 using ::isgreaterequal;
__clang_cuda_cmath.h 83 __DEVICE__ bool isgreaterequal(float __x, float __y) { function
86 __DEVICE__ bool isgreaterequal(double __x, double __y) { function
  /external/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp 263 static_assert((std::is_same<decltype(isgreaterequal((float)0, (float)0)), bool>::value), "");
264 static_assert((std::is_same<decltype(isgreaterequal((float)0, (double)0)), bool>::value), "");
265 static_assert((std::is_same<decltype(isgreaterequal((float)0, (long double)0)), bool>::value), "");
266 static_assert((std::is_same<decltype(isgreaterequal((double)0, (float)0)), bool>::value), "");
267 static_assert((std::is_same<decltype(isgreaterequal((double)0, (double)0)), bool>::value), "");
268 static_assert((std::is_same<decltype(isgreaterequal((double)0, (long double)0)), bool>::value), "");
269 static_assert((std::is_same<decltype(isgreaterequal((long double)0, (float)0)), bool>::value), "");
270 static_assert((std::is_same<decltype(isgreaterequal((long double)0, (double)0)), bool>::value), "");
271 static_assert((std::is_same<decltype(isgreaterequal((long double)0, (long double)0)), bool>::value), "");
272 assert(isgreaterequal(-1.0, 0.F) == false)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 268 static_assert((std::is_same<decltype(isgreaterequal((float)0, (float)0)), bool>::value), "");
269 static_assert((std::is_same<decltype(isgreaterequal((float)0, (double)0)), bool>::value), "");
270 static_assert((std::is_same<decltype(isgreaterequal((float)0, (long double)0)), bool>::value), "");
271 static_assert((std::is_same<decltype(isgreaterequal((double)0, (float)0)), bool>::value), "");
272 static_assert((std::is_same<decltype(isgreaterequal((double)0, (double)0)), bool>::value), "");
273 static_assert((std::is_same<decltype(isgreaterequal((double)0, (long double)0)), bool>::value), "");
274 static_assert((std::is_same<decltype(isgreaterequal((long double)0, (float)0)), bool>::value), "");
275 static_assert((std::is_same<decltype(isgreaterequal((long double)0, (double)0)), bool>::value), "");
276 static_assert((std::is_same<decltype(isgreaterequal((long double)0, (long double)0)), bool>::value), "");
277 assert(isgreaterequal(-1.0, 0.F) == false)
    [all...]
  /external/libcxx/include/support/win32/
math_win32.h 51 _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/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 49 _LIBCPP_ALWAYS_INLINE bool isgreaterequal( double x, double y ) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
math.h 411 # define isgreaterequal(x, y) __builtin_isgreaterequal(x, y) macro
435 # ifndef isgreaterequal
436 # define isgreaterequal(x, y) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
math.h 412 # define isgreaterequal(x, y) __builtin_isgreaterequal(x, y) macro
442 # ifndef isgreaterequal
443 # define isgreaterequal(x, y) \ macro
  /external/libcxx/include/
cmath 150 bool isgreaterequal(arithmetic x, arithmetic y);
486 // isgreaterequal
488 #ifdef isgreaterequal
495 return isgreaterequal(__lcpp_x, __lcpp_y);
498 #undef isgreaterequal
508 isgreaterequal(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT
514 #endif // isgreaterequal
645 using ::isgreaterequal;
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cmath 549 #undef isgreaterequal
694 isgreaterequal(float __x, float __y)
698 isgreaterequal(double __x, double __y)
702 isgreaterequal(long double __x, long double __y)
709 isgreaterequal(_Tp __x, _Up __y)
872 isgreaterequal(_Tp __f1, _Tp __f2)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
cmath 549 #undef isgreaterequal
694 isgreaterequal(float __x, float __y)
698 isgreaterequal(double __x, double __y)
702 isgreaterequal(long double __x, long double __y)
709 isgreaterequal(_Tp __x, _Up __y)
872 isgreaterequal(_Tp __f1, _Tp __f2)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cmath 549 #undef isgreaterequal
694 isgreaterequal(float __x, float __y)
698 isgreaterequal(double __x, double __y)
702 isgreaterequal(long double __x, long double __y)
709 isgreaterequal(_Tp __x, _Up __y)
872 isgreaterequal(_Tp __f1, _Tp __f2)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
cmath 549 #undef isgreaterequal
695 isgreaterequal(float __x, float __y)
699 isgreaterequal(double __x, double __y)
703 isgreaterequal(long double __x, long double __y)
710 isgreaterequal(_Tp __x, _Up __y)
873 isgreaterequal(_Tp __f1, _Tp __f2)
    [all...]
  /bionic/libc/tools/
posix-2013.txt 433 isgreaterequal
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mathinline.h 41 # undef isgreaterequal macro
54 # define isgreaterequal(x, y) \ macro
91 # define isgreaterequal(x, y) \ macro
  /external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp 63 Ambiguous isgreaterequal(Ambiguous, Ambiguous){ return Ambiguous(); } function
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp     [all...]
  /bionic/libm/include/
math.h 72 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro
  /external/clang/test/CodeGen/
builtins.c 56 P(isgreaterequal, (1., 2.));
  /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-21/include/
math.h 109 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro
116 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro

Completed in 821 milliseconds

1 2 3 4