Searched defs:isgreater (Results 1 - 3 of 3) sorted by relevance
/external/v8/src/base/ |
H A D | win32-math.cc | 47 int isgreater(double x, double y) { function in namespace:std
|
/external/libcxx/include/support/win32/ |
H A D | math_win32.h | 45 _LIBCPP_ALWAYS_INLINE bool isgreater( double x, double y ) function
|
/external/libcxx/test/std/numerics/c.math/ |
H A D | cmath.pass.cpp | 62 Ambiguous isgreater(Ambiguous, Ambiguous){ return Ambiguous(); } function 598 #ifdef isgreater 599 #error isgreater defined 601 static_assert((std::is_same<decltype(std::isgreater((float)0, (float)0)), bool>::value), ""); 602 static_assert((std::is_same<decltype(std::isgreater((float)0, (double)0)), bool>::value), ""); 603 static_assert((std::is_same<decltype(std::isgreater((float)0, (long double)0)), bool>::value), ""); 604 static_assert((std::is_same<decltype(std::isgreater((double)0, (float)0)), bool>::value), ""); 605 static_assert((std::is_same<decltype(std::isgreater((double)0, (double)0)), bool>::value), ""); 606 static_assert((std::is_same<decltype(std::isgreater(0, (double)0)), bool>::value), ""); 607 static_assert((std::is_same<decltype(std::isgreater((doubl [all...] |
Completed in 170 milliseconds