Searched refs:test_negative (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/boost/spirit/home/karma/numeric/ |
D | real_policies.hpp | 291 , 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()
|
D | int.hpp | 211 , 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/ |
D | numeric_utils.hpp | 203 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()
|
D | real_utils.hpp | 76 if (traits::test_negative(n)) in call_n()
|
/third_party/python/Lib/test/ |
D | test_unary.py | 7 def test_negative(self): member in UnaryOpTestCase
|
D | test_time.py | 633 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/ |
D | adapt_adt_attributes.hpp | 368 return test_negative(val.get()); in call()
|
/third_party/mindspore/tests/st/numpy_native/ |
D | test_math_ops.py | 1377 def test_negative(): function
|