Searched refs:isgreater (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/v8/src/base/
H A Dwin32-math.h34 int isgreater(double x, double y);
H A Dwin32-math.cc47 int isgreater(double x, double y) { function in namespace:std
/external/libcxx/include/support/win32/
H A Dmath_win32.h43 _LIBCPP_ALWAYS_INLINE bool isgreater( double x, double y ) function
/external/libcxx/test/depr/depr.c.headers/
H A Dmath_h.disabled.cpp247 static_assert((std::is_same<decltype(isgreater((float)0, (float)0)), bool>::value), "");
248 static_assert((std::is_same<decltype(isgreater((float)0, (double)0)), bool>::value), "");
249 static_assert((std::is_same<decltype(isgreater((float)0, (long double)0)), bool>::value), "");
250 static_assert((std::is_same<decltype(isgreater((double)0, (float)0)), bool>::value), "");
251 static_assert((std::is_same<decltype(isgreater((double)0, (double)0)), bool>::value), "");
252 static_assert((std::is_same<decltype(isgreater((double)0, (long double)0)), bool>::value), "");
253 static_assert((std::is_same<decltype(isgreater((long double)0, (float)0)), bool>::value), "");
254 static_assert((std::is_same<decltype(isgreater((long double)0, (double)0)), bool>::value), "");
255 static_assert((std::is_same<decltype(isgreater((long double)0, (long double)0)), bool>::value), "");
256 assert(isgreater(
[all...]
/external/clang/test/CodeGen/
H A Dbuiltins.c57 P(isgreater, (1., 2.));
/external/libcxx/test/numerics/c.math/
H A Dcmath.disabled.cpp516 #ifdef isgreater
517 #error isgreater defined
519 static_assert((std::is_same<decltype(std::isgreater((float)0, (float)0)), bool>::value), "");
520 static_assert((std::is_same<decltype(std::isgreater((float)0, (double)0)), bool>::value), "");
521 static_assert((std::is_same<decltype(std::isgreater((float)0, (long double)0)), bool>::value), "");
522 static_assert((std::is_same<decltype(std::isgreater((double)0, (float)0)), bool>::value), "");
523 static_assert((std::is_same<decltype(std::isgreater((double)0, (double)0)), bool>::value), "");
524 static_assert((std::is_same<decltype(std::isgreater(0, (double)0)), bool>::value), "");
525 static_assert((std::is_same<decltype(std::isgreater((double)0, (long double)0)), bool>::value), "");
526 static_assert((std::is_same<decltype(std::isgreater((lon
[all...]

Completed in 220 milliseconds