Home
last modified time | relevance | path

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

/third_party/boost/libs/math/test/compile_test/
Dpoison.hpp116 #ifdef isless
117 #undef isless
120 #define isless(x) this_should_not_compile(x)}}}}}}}}}}}}}}}}}}} macro
/third_party/boost/libs/units/test/
Dtest_cmath.cpp73 BOOST_CHECK((bu::isless)(E4,E5) == true); in test_main()
74 BOOST_CHECK((bu::isless)(E5,E4) == false); in test_main()
75 BOOST_CHECK((bu::isless)(E4,E4) == false); in test_main()
76 BOOST_CHECK((bu::isless)(E3,E4) == false); in test_main()
77 BOOST_CHECK((bu::isless)(E4,E3) == false); in test_main()
/third_party/boost/libs/math/test/
Dtest_cstdfloat.cpp135 BOOST_CHECK(std::isless(a, b)); in test_less()
141 BOOST_CHECK(!std::isless(b, a)); in test_less()
164 BOOST_CHECK(!std::isless(a, b)); in test_equal()
170 BOOST_CHECK(!std::isless(b, a)); in test_equal()
193 BOOST_CHECK(!std::isless(a, b)); in test_unordered()
199 BOOST_CHECK(!std::isless(b, a)); in test_unordered()
488 …er(val, s) + std::isnormal(val) + std::signbit(val) + std::isgreater(val, s) + std::isless(val, s); in test()
/third_party/boost/libs/compute/include/boost/compute/functional/
Drelational.hpp23 BOOST_COMPUTE_DECLARE_BUILTIN_FUNCTION_UNDERSCORE(isless, int (T, T), class T)
/third_party/boost/boost/compute/functional/
Drelational.hpp23 BOOST_COMPUTE_DECLARE_BUILTIN_FUNCTION_UNDERSCORE(isless, int (T, T), class T)
/third_party/mesa3d/include/
Dc99_math.h204 using std::isless;
/third_party/musl/libc-test/src/math/
Dtest_src_math.gni90 "isless",
Disless.c21 TEST(isless(a, b), rel == LESS); \
/third_party/boost/boost/units/detail/
Dcmath_impl.hpp36 inline bool isless BOOST_PREVENT_MACRO_SUBSTITUTION(const Y& v1,const Y& v2) in BOOST_PREVENT_MACRO_SUBSTITUTION()
/third_party/boost/boost/multiprecision/detail/
Dnumber_compare.hpp626 inline BOOST_MP_CXX14_CONSTEXPR bool isless BOOST_PREVENT_MACRO_SUBSTITUTION(const number<Backend, … in BOOST_PREVENT_MACRO_SUBSTITUTION()
630 isless
635 isless
640 isless
645 isless
650 isless
/third_party/boost/libs/multiprecision/test/
Dtest_sf_import_c99.cpp104 BOOST_CHECK(isless(a, b)); in test_less()
110 BOOST_CHECK(!isless(b, a)); in test_less()
133 BOOST_CHECK(!isless(a, b)); in test_equal()
139 BOOST_CHECK(!isless(b, a)); in test_equal()
162 BOOST_CHECK(!isless(a, b)); in test_unordered()
168 BOOST_CHECK(!isless(b, a)); in test_unordered()
510 …f(val) + islessgreater(val, s) + isnormal(val) + signbit(val) + isgreater(val, s) + isless(val, s); in test()
591 …te(a) + isinf(a) + islessgreater(a, b) + isnormal(a) + signbit(a) + isgreater(a, b) + isless(a, b); in test_poison()
/third_party/musl/ndk_musl_include/
Dmath.h129 #define isless(x, y) __tg_pred_2(x, y, __isless) macro
/third_party/musl/libc-test/src/api/
Dmath.c15 I(int,isless(.0,.0)) in f()
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h129 #define isless(x, y) __tg_pred_2(x, y, __isless) macro
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h129 #define isless(x, y) __tg_pred_2(x, y, __isless) macro
/third_party/musl/include/
Dmath.h129 #define isless(x, y) __tg_pred_2(x, y, __isless) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h129 #define isless(x, y) __tg_pred_2(x, y, __isless) macro
/third_party/boost/boost/math/cstdfloat/
Dcstdfloat_cmath.hpp802 …inline bool isless BOOST_PREVENT_MACRO_SUBSTITUTION(boos… in BOOST_PREVENT_MACRO_SUBSTITUTION()
812isless BOOST_PREVENT_MACRO_SUBSTITUTION(boost::math::cstdfloat::detail::float_internal128_t x, T y… in BOOST_PREVENT_MACRO_SUBSTITUTION()
817isless BOOST_PREVENT_MACRO_SUBSTITUTION(T x, boost::math::cstdfloat::detail::float_internal128_t y… in BOOST_PREVENT_MACRO_SUBSTITUTION()
951 using boost::math::cstdfloat::detail::isless;
/third_party/boost/boost/units/
Dcmath.hpp114 isless BOOST_PREVENT_MACRO_SUBSTITUTION (const quantity<Unit,Y>& q1, in BOOST_PREVENT_MACRO_SUBSTITUTION()
118 return isless BOOST_PREVENT_MACRO_SUBSTITUTION (q1.value(),q2.value()); in BOOST_PREVENT_MACRO_SUBSTITUTION()
/third_party/optimized-routines/math/test/
Dmathtest.c302 MFUNC(at_d, rt_i, isless, 0),
1089 case m_isless: intres = isless(d_arg1.f, d_arg2.f); break; in runtest()
1102 case m_islessf: intres = isless(s_arg1.f, s_arg2.f); break; in runtest()
/third_party/boost/libs/compute/include/boost/compute/lambda/
Dfunctional.hpp578 BOOST_COMPUTE_LAMBDA_WRAP_BOOLEAN_BINARY_FUNCTION(isless)
/third_party/boost/boost/compute/lambda/
Dfunctional.hpp578 BOOST_COMPUTE_LAMBDA_WRAP_BOOLEAN_BINARY_FUNCTION(isless)
/third_party/boost/libs/multiprecision/doc/
Dmultiprecision.qbk3806 …bool isless (const ``['number-or-expression-template-type…
4220 …bool isless (const ``['number-or-expression-template-type…