Home
last modified time | relevance | path

Searched refs:test_negative (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/spirit/home/karma/numeric/
Dreal_policies.hpp291 , traits::test_negative(n), false); in exponent()
320 sink, false, traits::test_negative(n), force_sign) && in nan()
328 sink, false, traits::test_negative(n), force_sign) && in inf()
Dint.hpp211 , traits::test_negative(attr), force_sign) && in insert_int()
282 , traits::test_negative(attr), force_sign) && in insert_int()
/third_party/boost/boost/spirit/home/karma/numeric/detail/
Dnumeric_utils.hpp203 inline bool test_negative(T n) in test_negative() function
384 return test_negative(n) ? static_cast<long>(std::ceil(n)) : in call()
390 return test_negative(n) ? static_cast<long>(std::ceil(n)) : in call()
396 return test_negative(n) ? static_cast<long>(std::ceil(n)) : in call()
Dreal_utils.hpp76 if (traits::test_negative(n)) in call_n()
/third_party/python/Lib/test/
Dtest_unary.py7 def test_negative(self): member in UnaryOpTestCase
Dtest_time.py633 def test_negative(self): member in _TestStrftimeYear
634 return super().test_negative()
658 def test_negative(self): member in _Test4dYear
/third_party/boost/boost/spirit/home/support/
Dadapt_adt_attributes.hpp368 return test_negative(val.get()); in call()
/third_party/mindspore/tests/st/numpy_native/
Dtest_math_ops.py1377 def test_negative(): function