Searched refs:isgreaterequal (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | math_h.pass.cpp | 268 static_assert((std::is_same<decltype(isgreaterequal((float)0, (float)0)), bool>::value), ""); in test_isgreaterequal() 269 static_assert((std::is_same<decltype(isgreaterequal((float)0, (double)0)), bool>::value), ""); in test_isgreaterequal() 270 …static_assert((std::is_same<decltype(isgreaterequal((float)0, (long double)0)), bool>::value), ""); in test_isgreaterequal() 271 static_assert((std::is_same<decltype(isgreaterequal((double)0, (float)0)), bool>::value), ""); in test_isgreaterequal() 272 static_assert((std::is_same<decltype(isgreaterequal((double)0, (double)0)), bool>::value), ""); in test_isgreaterequal() 273 …static_assert((std::is_same<decltype(isgreaterequal((double)0, (long double)0)), bool>::value), ""… in test_isgreaterequal() 274 …static_assert((std::is_same<decltype(isgreaterequal((long double)0, (float)0)), bool>::value), ""); in test_isgreaterequal() 275 …static_assert((std::is_same<decltype(isgreaterequal((long double)0, (double)0)), bool>::value), ""… in test_isgreaterequal() 276 …static_assert((std::is_same<decltype(isgreaterequal((long double)0, (long double)0)), bool>::value… in test_isgreaterequal() 277 assert(isgreaterequal(-1.0, 0.F) == false); in test_isgreaterequal()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
D | math_win32.h | 49 _LIBCPP_ALWAYS_INLINE bool isgreaterequal( double x, double y ) in isgreaterequal() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/ |
D | cmath.pass.cpp | 542 #ifdef isgreaterequal in test_isgreaterequal() 543 #error isgreaterequal defined in test_isgreaterequal() 545 … static_assert((std::is_same<decltype(std::isgreaterequal((float)0, (float)0)), bool>::value), ""); in test_isgreaterequal() 546 …static_assert((std::is_same<decltype(std::isgreaterequal((float)0, (double)0)), bool>::value), ""); in test_isgreaterequal() 547 …static_assert((std::is_same<decltype(std::isgreaterequal((float)0, (long double)0)), bool>::value)… in test_isgreaterequal() 548 …static_assert((std::is_same<decltype(std::isgreaterequal((double)0, (float)0)), bool>::value), ""); in test_isgreaterequal() 549 …static_assert((std::is_same<decltype(std::isgreaterequal((double)0, (double)0)), bool>::value), ""… in test_isgreaterequal() 550 static_assert((std::is_same<decltype(std::isgreaterequal(0, (double)0)), bool>::value), ""); in test_isgreaterequal() 551 …static_assert((std::is_same<decltype(std::isgreaterequal((double)0, (long double)0)), bool>::value… in test_isgreaterequal() 552 …static_assert((std::is_same<decltype(std::isgreaterequal((long double)0, (float)0)), bool>::value)… in test_isgreaterequal() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | 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;
|
/ndk/docs/text/ |
D | CHANGES.text | 923 isnan, isnormal, isgreater, isgreaterequal, isless, islessequal,
|