/third_party/boost/libs/math/test/compile_test/ |
D | poison.hpp | 104 #ifdef isgreater 105 #undef isgreater 108 #define isgreater(x) this_should_not_compile(x)}}}}}}}}}}}}}}}}}}} macro
|
/third_party/boost/libs/units/test/ |
D | test_cmath.cpp | 61 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/ |
D | test_cstdfloat.cpp | 137 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/ |
D | relational.hpp | 21 BOOST_COMPUTE_DECLARE_BUILTIN_FUNCTION_UNDERSCORE(isgreater, int (T, T), class T)
|
/third_party/boost/boost/compute/functional/ |
D | relational.hpp | 21 BOOST_COMPUTE_DECLARE_BUILTIN_FUNCTION_UNDERSCORE(isgreater, int (T, T), class T)
|
/third_party/mesa3d/include/ |
D | c99_math.h | 202 using std::isgreater;
|
/third_party/boost/boost/units/detail/ |
D | cmath_impl.hpp | 22 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/ |
D | isless.c | 24 TEST(isgreater(a, b), rel == GREATER); \
|
/third_party/boost/boost/multiprecision/detail/ |
D | number_compare.hpp | 542 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/ |
D | test_sf_import_c99.cpp | 106 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/ |
D | math.h | 132 #define isgreater(x, y) __tg_pred_2(x, y, __isgreater) macro
|
/third_party/musl/libc-test/src/api/ |
D | math.c | 12 I(int,isgreater(.0,.0)) in f()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | math.h | 132 #define isgreater(x, y) __tg_pred_2(x, y, __isgreater) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | math.h | 132 #define isgreater(x, y) __tg_pred_2(x, y, __isgreater) macro
|
/third_party/musl/include/ |
D | math.h | 132 #define isgreater(x, y) __tg_pred_2(x, y, __isgreater) macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 132 #define isgreater(x, y) __tg_pred_2(x, y, __isgreater) macro
|
/third_party/boost/boost/math/cstdfloat/ |
D | cstdfloat_cmath.hpp | 768 …inline bool isgreater BOOST_PREVENT_MACRO_SUBSTITUTION(b… in BOOST_PREVENT_MACRO_SUBSTITUTION() 778 …isgreater BOOST_PREVENT_MACRO_SUBSTITUTION(boost::math::cstdfloat::detail::float_internal128_t x, … in BOOST_PREVENT_MACRO_SUBSTITUTION() 783 …isgreater 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/ |
D | cmath.hpp | 92 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/ |
D | mathtest.c | 296 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/ |
D | functional.hpp | 576 BOOST_COMPUTE_LAMBDA_WRAP_BOOLEAN_BINARY_FUNCTION(isgreater)
|
/third_party/boost/boost/compute/lambda/ |
D | functional.hpp | 576 BOOST_COMPUTE_LAMBDA_WRAP_BOOLEAN_BINARY_FUNCTION(isgreater)
|
/third_party/boost/libs/multiprecision/doc/ |
D | multiprecision.qbk | 3804 …bool isgreater (const ``['number-or-expression-template-type… 4218 …bool isgreater (const ``['number-or-expression-template-type…
|