Home
last modified time | relevance | path

Searched defs:test_nan (Results 1 – 8 of 8) 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
/third_party/mindspore/tests/st/ops/cpu/
Dtest_isnan_op.py44 def test_nan(): function
/third_party/mindspore/tests/st/ops/gpu/
Dtest_float_status_op.py88 def test_nan(): function
/third_party/boost/libs/math/test/
Dcomplex_test.cpp281 bool test_nan = false; in check_spots() local
/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/karma/numeric/detail/
Dnumeric_utils.hpp290 inline bool test_nan(T n) in test_nan() function