Home
last modified time | relevance | path

Searched refs:isgreater (Results 1 – 22 of 22) sorted by relevance

/third_party/boost/libs/math/test/compile_test/
Dpoison.hpp104 #ifdef isgreater
105 #undef isgreater
108 #define isgreater(x) this_should_not_compile(x)}}}}}}}}}}}}}}}}}}} macro
/third_party/boost/libs/units/test/
Dtest_cmath.cpp61 BOOST_CHECK((bu::isgreater)(E4,E5) == false); in test_main()
62 BOOST_CHECK((bu::isgreater)(E5,E4) == true); in test_main()
63 BOOST_CHECK((bu::isgreater)(E4,E4) == false); in test_main()
64 BOOST_CHECK((bu::isgreater)(E3,E4) == false); in test_main()
65 BOOST_CHECK((bu::isgreater)(E4,E3) == false); in test_main()
/third_party/boost/libs/math/test/
Dtest_cstdfloat.cpp137 BOOST_CHECK(!std::isgreater(a, b)); in test_less()
143 BOOST_CHECK(std::isgreater(b, a)); in test_less()
166 BOOST_CHECK(!std::isgreater(a, b)); in test_equal()
172 BOOST_CHECK(!std::isgreater(b, a)); in test_equal()
195 BOOST_CHECK(!std::isgreater(a, b)); in test_unordered()
201 BOOST_CHECK(!std::isgreater(b, a)); in test_unordered()
488 …::islessgreater(val, s) + std::isnormal(val) + std::signbit(val) + std::isgreater(val, s) + std::i… in test()
/third_party/boost/libs/compute/include/boost/compute/functional/
Drelational.hpp21 BOOST_COMPUTE_DECLARE_BUILTIN_FUNCTION_UNDERSCORE(isgreater, int (T, T), class T)
/third_party/boost/boost/compute/functional/
Drelational.hpp21 BOOST_COMPUTE_DECLARE_BUILTIN_FUNCTION_UNDERSCORE(isgreater, int (T, T), class T)
/third_party/mesa3d/include/
Dc99_math.h202 using std::isgreater;
/third_party/boost/boost/units/detail/
Dcmath_impl.hpp22 inline bool isgreater BOOST_PREVENT_MACRO_SUBSTITUTION(const Y& v1,const Y& v2) in BOOST_PREVENT_MACRO_SUBSTITUTION()
/third_party/musl/libc-test/src/math/
Disless.c24 TEST(isgreater(a, b), rel == GREATER); \
/third_party/boost/boost/multiprecision/detail/
Dnumber_compare.hpp542 inline BOOST_MP_CXX14_CONSTEXPR bool isgreater BOOST_PREVENT_MACRO_SUBSTITUTION(const number<Backen… in BOOST_PREVENT_MACRO_SUBSTITUTION()
546 isgreater
551 isgreater
556 isgreater
561 isgreater
566 isgreater
/third_party/boost/libs/multiprecision/test/
Dtest_sf_import_c99.cpp106 BOOST_CHECK(!isgreater(a, b)); in test_less()
112 BOOST_CHECK(isgreater(b, a)); in test_less()
135 BOOST_CHECK(!isgreater(a, b)); in test_equal()
141 BOOST_CHECK(!isgreater(b, a)); in test_equal()
164 BOOST_CHECK(!isgreater(a, b)); in test_unordered()
170 BOOST_CHECK(!isgreater(b, a)); in test_unordered()
510 …) + isinf(val) + islessgreater(val, s) + isnormal(val) + signbit(val) + isgreater(val, s) + isless… in test()
591 …finite(a) + isinf(a) + islessgreater(a, b) + isnormal(a) + signbit(a) + isgreater(a, b) + isless(a… in test_poison()
/third_party/musl/ndk_musl_include/
Dmath.h132 #define isgreater(x, y) __tg_pred_2(x, y, __isgreater) macro
/third_party/musl/libc-test/src/api/
Dmath.c12 I(int,isgreater(.0,.0)) in f()
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h132 #define isgreater(x, y) __tg_pred_2(x, y, __isgreater) macro
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h132 #define isgreater(x, y) __tg_pred_2(x, y, __isgreater) macro
/third_party/musl/include/
Dmath.h132 #define isgreater(x, y) __tg_pred_2(x, y, __isgreater) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h132 #define isgreater(x, y) __tg_pred_2(x, y, __isgreater) macro
/third_party/boost/boost/math/cstdfloat/
Dcstdfloat_cmath.hpp768 …inline bool isgreater BOOST_PREVENT_MACRO_SUBSTITUTION(b… in BOOST_PREVENT_MACRO_SUBSTITUTION()
778isgreater BOOST_PREVENT_MACRO_SUBSTITUTION(boost::math::cstdfloat::detail::float_internal128_t x, … in BOOST_PREVENT_MACRO_SUBSTITUTION()
783isgreater BOOST_PREVENT_MACRO_SUBSTITUTION(T x, boost::math::cstdfloat::detail::float_internal128_… in BOOST_PREVENT_MACRO_SUBSTITUTION()
949 using boost::math::cstdfloat::detail::isgreater;
/third_party/boost/boost/units/
Dcmath.hpp92 isgreater BOOST_PREVENT_MACRO_SUBSTITUTION (const quantity<Unit,Y>& q1, in BOOST_PREVENT_MACRO_SUBSTITUTION()
96 return isgreater BOOST_PREVENT_MACRO_SUBSTITUTION (q1.value(),q2.value()); in BOOST_PREVENT_MACRO_SUBSTITUTION()
/third_party/optimized-routines/math/test/
Dmathtest.c296 MFUNC(at_d, rt_i, isgreater, 0),
1087 case m_isgreater: intres = isgreater(d_arg1.f, d_arg2.f); break; in runtest()
1100 case m_isgreaterf: intres = isgreater(s_arg1.f, s_arg2.f); break; in runtest()
/third_party/boost/libs/compute/include/boost/compute/lambda/
Dfunctional.hpp576 BOOST_COMPUTE_LAMBDA_WRAP_BOOLEAN_BINARY_FUNCTION(isgreater)
/third_party/boost/boost/compute/lambda/
Dfunctional.hpp576 BOOST_COMPUTE_LAMBDA_WRAP_BOOLEAN_BINARY_FUNCTION(isgreater)
/third_party/boost/libs/multiprecision/doc/
Dmultiprecision.qbk3804 …bool isgreater (const ``['number-or-expression-template-type…
4218 …bool isgreater (const ``['number-or-expression-template-type…