Home
last modified time | relevance | path

Searched refs:islessgreater (Results 1 – 23 of 23) sorted by relevance

/third_party/boost/libs/math/test/compile_test/
Dpoison.hpp128 #ifdef islessgreater
129 #undef islessgreater
132 #define islessgreater(x) this_should_not_compile(x)}}}}}}}}}}}}}}}}}}} macro
/third_party/boost/libs/units/test/
Dtest_cmath.cpp85 BOOST_CHECK((bu::islessgreater)(E4,E5) == true); in test_main()
86 BOOST_CHECK((bu::islessgreater)(E5,E4) == true); in test_main()
87 BOOST_CHECK((bu::islessgreater)(E4,E4) == false); in test_main()
88 BOOST_CHECK((bu::islessgreater)(E3,E4) == false); in test_main()
89 BOOST_CHECK((bu::islessgreater)(E4,E3) == false); in test_main()
/third_party/boost/libs/math/test/
Dtest_cstdfloat.cpp139 BOOST_CHECK(std::islessgreater(a, b)); in test_less()
145 BOOST_CHECK(std::islessgreater(b, a)); in test_less()
168 BOOST_CHECK(!std::islessgreater(a, b)); in test_equal()
174 BOOST_CHECK(!std::islessgreater(b, a)); in test_equal()
197 BOOST_CHECK(!std::islessgreater(a, b)); in test_unordered()
203 BOOST_CHECK(!std::islessgreater(b, a)); in test_unordered()
488 …+ std::isfinite(val) + std::isinf(val) + std::islessgreater(val, s) + std::isnormal(val) + std::si… in test()
/third_party/boost/libs/compute/include/boost/compute/functional/
Drelational.hpp25 BOOST_COMPUTE_DECLARE_BUILTIN_FUNCTION_UNDERSCORE(islessgreater, int (T, T), class T)
/third_party/boost/boost/compute/functional/
Drelational.hpp25 BOOST_COMPUTE_DECLARE_BUILTIN_FUNCTION_UNDERSCORE(islessgreater, int (T, T), class T)
/third_party/mesa3d/include/
Dc99_math.h206 using std::islessgreater;
/third_party/boost/boost/multiprecision/detail/
Dnumber_compare.hpp654 inline BOOST_MP_CXX14_CONSTEXPR bool islessgreater BOOST_PREVENT_MACRO_SUBSTITUTION(const number<Ba… in BOOST_PREVENT_MACRO_SUBSTITUTION()
663 islessgreater
673 islessgreater
683 islessgreater
687 …return islessgreater BOOST_PREVENT_MACRO_SUBSTITUTION(a, … in BOOST_PREVENT_MACRO_SUBSTITUTION()
692 islessgreater
696 …return islessgreater BOOST_PREVENT_MACRO_SUBSTITUTION(a, … in BOOST_PREVENT_MACRO_SUBSTITUTION()
701 islessgreater
706 …return islessgreater BOOST_PREVENT_MACRO_SUBSTITUTIO… in BOOST_PREVENT_MACRO_SUBSTITUTION()
/third_party/boost/boost/units/detail/
Dcmath_impl.hpp50 inline bool islessgreater BOOST_PREVENT_MACRO_SUBSTITUTION(const Y& v1,const Y& v2) in BOOST_PREVENT_MACRO_SUBSTITUTION()
/third_party/musl/libc-test/src/math/
Disless.c23 TEST(islessgreater(a, b), rel == LESS || rel == GREATER); \
/third_party/boost/libs/multiprecision/test/
Dtest_sf_import_c99.cpp108 BOOST_CHECK(islessgreater(a, b)); in test_less()
114 BOOST_CHECK(islessgreater(b, a)); in test_less()
137 BOOST_CHECK(!islessgreater(a, b)); in test_equal()
143 BOOST_CHECK(!islessgreater(b, a)); in test_equal()
166 BOOST_CHECK(!islessgreater(a, b)); in test_unordered()
172 BOOST_CHECK(!islessgreater(b, a)); in test_unordered()
510 … s) + isnan(val) + isunordered(val, s) + isfinite(val) + isinf(val) + islessgreater(val, s) + isno… in test()
591 …equal(a, b) + isnan(a) + isunordered(a, b) + isfinite(a) + isinf(a) + islessgreater(a, b) + isnorm… in test_poison()
/third_party/musl/libc-test/src/api/
Dmath.c17 I(int,islessgreater(.0,.0)) in f()
/third_party/musl/ndk_musl_include/
Dmath.h131 #define islessgreater(x, y) __tg_pred_2(x, y, __islessgreater) macro
/third_party/musl/include/
Dmath.h131 #define islessgreater(x, y) __tg_pred_2(x, y, __islessgreater) macro
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h131 #define islessgreater(x, y) __tg_pred_2(x, y, __islessgreater) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h131 #define islessgreater(x, y) __tg_pred_2(x, y, __islessgreater) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h131 #define islessgreater(x, y) __tg_pred_2(x, y, __islessgreater) macro
/third_party/boost/boost/math/cstdfloat/
Dcstdfloat_cmath.hpp838 …inline bool islessgreater BOOST_PREVENT_MACRO_SUBSTITUTION(… in BOOST_PREVENT_MACRO_SUBSTITUTION()
848islessgreater BOOST_PREVENT_MACRO_SUBSTITUTION(boost::math::cstdfloat::detail::float_internal128_t… in BOOST_PREVENT_MACRO_SUBSTITUTION()
853islessgreater BOOST_PREVENT_MACRO_SUBSTITUTION(T x, boost::math::cstdfloat::detail::float_internal… in BOOST_PREVENT_MACRO_SUBSTITUTION()
953 using boost::math::cstdfloat::detail::islessgreater;
/third_party/boost/boost/units/
Dcmath.hpp136 islessgreater BOOST_PREVENT_MACRO_SUBSTITUTION (const quantity<Unit,Y>& q1, in BOOST_PREVENT_MACRO_SUBSTITUTION()
140 return islessgreater BOOST_PREVENT_MACRO_SUBSTITUTION (q1.value(),q2.value()); in BOOST_PREVENT_MACRO_SUBSTITUTION()
/third_party/optimized-routines/math/test/
Dmathtest.c306 MFUNC(at_d, rt_i, islessgreater, 0),
1091 case m_islessgreater: intres = islessgreater(d_arg1.f, d_arg2.f); break; in runtest()
1104 case m_islessgreaterf: intres = islessgreater(s_arg1.f, s_arg2.f); break; in runtest()
/third_party/boost/libs/compute/include/boost/compute/lambda/
Dfunctional.hpp580 BOOST_COMPUTE_LAMBDA_WRAP_BOOLEAN_BINARY_FUNCTION(islessgreater)
/third_party/boost/boost/compute/lambda/
Dfunctional.hpp580 BOOST_COMPUTE_LAMBDA_WRAP_BOOLEAN_BINARY_FUNCTION(islessgreater)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DREADME.txt501 int test2(double x, double y) { return islessgreater(x, y);}
/third_party/boost/libs/multiprecision/doc/
Dmultiprecision.qbk3808 …bool islessgreater(const ``['number-or-expression-template-ty…
4222 …bool islessgreater(const ``['number-or-expression-template-ty…