Home
last modified time | relevance | path

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

/external/pytorch/test/cpp/aoti_abi_check/
DCMakeLists.txt8 ${AOTI_ABI_CHECK_TEST_ROOT}/test_math.cpp
/external/python/cpython3/Lib/test/
Dtest_cmath.py3 from test.test_math import parse_testfile, test_file
4 import test.test_math as test_math namespace
543 class IsCloseTests(test_math.IsCloseTests):
Dtest_bool.py49 def test_math(self): member in BoolTest
/external/python/jinja/tests/
Dtest_lexnparse.py341 def test_math(self, env): member in TestSyntax
/external/python/cpython3/Lib/test/mathdata/
Dmath_testcases.txt438 -- other values transferred from testLog1p in test_math
Dcmath_testcases.txt59 -- used in test.test_math.MathTests.test_testfile, as well as in
1938 -- Disabled test: replaced by test_math.testTanhSign()
/external/python/cpython3/Misc/NEWS.d/
D3.6.0b1.rst1371 Improve test_math and test_cmath coverage and rigour. Patch by Jeff Allen.
/external/python/cpython3/Misc/
DHISTORY15975 - Issues #3167, #3682: Fix test_math failures for log, log10 on Solaris,
25754 so the exception part of test_math is run only in verbose mode, and