Home
last modified time | relevance | path

Searched refs:test_nan (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/libs/histogram/test/
Ddetail_operators_test.cpp50 void test_nan(std::false_type) {} in test_nan() function
53 void test_nan(std::true_type) { in test_nan() function
133 test_nan<T, U>(std::is_floating_point<U>{}); in test()
/third_party/boost/libs/math/test/
Dcomplex_test.cpp281 bool test_nan = false; in check_spots() local
288 test_nan = true; in check_spots()
310 if(test_nan) in check_spots()
331 if(test_nan) in check_spots()
371 if(test_nan) in check_spots()
469 if(test_nan) in check_spots()
510 if(test_nan) in check_spots()
584 if(test_nan) in check_spots()
634 if(test_nan) in check_spots()
698 if(test_nan) in check_spots()
[all …]
/third_party/mindspore/tests/st/ops/cpu/
Dtest_isnan_op.py44 def test_nan(): function
/third_party/boost/boost/spirit/home/karma/numeric/detail/
Dreal_utils.hpp48 if (traits::test_nan(n)) { in call()
Dnumeric_utils.hpp290 inline bool test_nan(T n) in test_nan() function
/third_party/mindspore/tests/st/ops/gpu/
Dtest_float_status_op.py88 def test_nan(): function
/third_party/boost/libs/spirit/test/karma/
Dreal3.cpp24 return test_nan(n.value()); in call()
/third_party/python/Lib/test/
Dtest_statistics.py595 def test_nan(self): member in ApproxEqualSpecialsTest
790 def test_nan(self): member in DecimalToRatioTest
846 def test_nan(self): member in IsFiniteTest
1004 def test_nan(self): member in ConvertTest
1312 def test_nan(self): member in SumSpecialValues
1444 def test_nan(self): member in TestMean
1568 def test_nan(self): member in TestHarmonicMean
Dtest_unparse.py202 def test_nan(self): member in UnparseTestCase
Dtest_array.py1419 def test_nan(self): member in FPTest
/third_party/boost/boost/spirit/home/support/
Dadapt_adt_attributes.hpp388 return test_nan(val.get()); in call()