Searched defs:isgreaterequal (Results 1 - 3 of 3) sorted by relevance

/external/libcxx/include/support/win32/
H A Dmath_win32.h51 _LIBCPP_ALWAYS_INLINE bool isgreaterequal( double x, double y ) function
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
H A D__clang_cuda_cmath.h83 __DEVICE__ bool isgreaterequal(float __x, float __y) { function
86 __DEVICE__ bool isgreaterequal(double __x, double __y) { function
/external/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp63 Ambiguous isgreaterequal(Ambiguous, Ambiguous){ return Ambiguous(); } function
617 #ifdef isgreaterequal
618 #error isgreaterequal defined
620 static_assert((std::is_same<decltype(std::isgreaterequal((float)0, (float)0)), bool>::value), "");
621 static_assert((std::is_same<decltype(std::isgreaterequal((float)0, (double)0)), bool>::value), "");
622 static_assert((std::is_same<decltype(std::isgreaterequal((float)0, (long double)0)), bool>::value), "");
623 static_assert((std::is_same<decltype(std::isgreaterequal((double)0, (float)0)), bool>::value), "");
624 static_assert((std::is_same<decltype(std::isgreaterequal((double)0, (double)0)), bool>::value), "");
625 static_assert((std::is_same<decltype(std::isgreaterequal(0, (double)0)), bool>::value), "");
626 static_assert((std::is_same<decltype(std::isgreaterequal((doubl
[all...]

Completed in 826 milliseconds