/third_party/boost/libs/math/test/compile_test/ |
D | poison.hpp | 116 #ifdef isless 117 #undef isless 120 #define isless(x) this_should_not_compile(x)}}}}}}}}}}}}}}}}}}} macro
|
/third_party/boost/libs/units/test/ |
D | test_cmath.cpp | 73 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/ |
D | test_cstdfloat.cpp | 135 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/ |
D | relational.hpp | 23 BOOST_COMPUTE_DECLARE_BUILTIN_FUNCTION_UNDERSCORE(isless, int (T, T), class T)
|
/third_party/boost/boost/compute/functional/ |
D | relational.hpp | 23 BOOST_COMPUTE_DECLARE_BUILTIN_FUNCTION_UNDERSCORE(isless, int (T, T), class T)
|
/third_party/mesa3d/include/ |
D | c99_math.h | 204 using std::isless;
|
/third_party/musl/libc-test/src/math/ |
D | test_src_math.gni | 90 "isless",
|
D | isless.c | 21 TEST(isless(a, b), rel == LESS); \
|
/third_party/boost/boost/units/detail/ |
D | cmath_impl.hpp | 36 inline bool isless BOOST_PREVENT_MACRO_SUBSTITUTION(const Y& v1,const Y& v2) in BOOST_PREVENT_MACRO_SUBSTITUTION()
|
/third_party/boost/boost/multiprecision/detail/ |
D | number_compare.hpp | 626 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/ |
D | test_sf_import_c99.cpp | 104 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/ |
D | math.h | 129 #define isless(x, y) __tg_pred_2(x, y, __isless) macro
|
/third_party/musl/libc-test/src/api/ |
D | math.c | 15 I(int,isless(.0,.0)) in f()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | math.h | 129 #define isless(x, y) __tg_pred_2(x, y, __isless) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | math.h | 129 #define isless(x, y) __tg_pred_2(x, y, __isless) macro
|
/third_party/musl/include/ |
D | math.h | 129 #define isless(x, y) __tg_pred_2(x, y, __isless) macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 129 #define isless(x, y) __tg_pred_2(x, y, __isless) macro
|
/third_party/boost/boost/math/cstdfloat/ |
D | cstdfloat_cmath.hpp | 802 …inline bool isless BOOST_PREVENT_MACRO_SUBSTITUTION(boos… in BOOST_PREVENT_MACRO_SUBSTITUTION() 812 …isless BOOST_PREVENT_MACRO_SUBSTITUTION(boost::math::cstdfloat::detail::float_internal128_t x, T y… in BOOST_PREVENT_MACRO_SUBSTITUTION() 817 …isless 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/ |
D | cmath.hpp | 114 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/ |
D | mathtest.c | 302 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/ |
D | functional.hpp | 578 BOOST_COMPUTE_LAMBDA_WRAP_BOOLEAN_BINARY_FUNCTION(isless)
|
/third_party/boost/boost/compute/lambda/ |
D | functional.hpp | 578 BOOST_COMPUTE_LAMBDA_WRAP_BOOLEAN_BINARY_FUNCTION(isless)
|
/third_party/boost/libs/multiprecision/doc/ |
D | multiprecision.qbk | 3806 …bool isless (const ``['number-or-expression-template-type… 4220 …bool isless (const ``['number-or-expression-template-type…
|