Home
last modified time | relevance | path

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

/external/valgrind/none/tests/mips64/
DMakefile.am58 test_math.stdout.exp test_math.stdout.exp-older-gcc \
59 test_math.stderr.exp test_math.vgtest \
93 test_math \ program
112 test_math_SOURCES = test_math.cpp
Dtest_math.vgtest1 prog: test_math
DMakefile.in135 test_fcsr$(EXEEXT) test_math$(EXEEXT) unaligned_load$(EXEEXT) \
246 am_test_math_OBJECTS = test_math.$(OBJEXT)
767 test_math.stdout.exp test_math.stdout.exp-older-gcc \
768 test_math.stderr.exp test_math.vgtest \
785 test_math_SOURCES = test_math.cpp
928 test_math$(EXEEXT): $(test_math_OBJECTS) $(test_math_DEPENDENCIES) $(EXTRA_test_math_DEPENDENCIES)
929 @rm -f test_math$(EXEEXT)
972 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_math.Po@am__quote@
/external/valgrind/none/tests/mips32/
DMakefile.am36 test_math.stdout.exp test_math.stderr.exp test_math.vgtest \
63 test_math \ program
75 test_math_SOURCES = test_math.cpp
Dtest_math.vgtest1 prog: test_math
DMakefile.in130 test_fcsr$(EXEEXT) test_math$(EXEEXT) round_fpu64$(EXEEXT) \
201 am_test_math_OBJECTS = test_math.$(OBJEXT)
692 test_math.stdout.exp test_math.stderr.exp test_math.vgtest \
704 test_math_SOURCES = test_math.cpp
815 test_math$(EXEEXT): $(test_math_OBJECTS) $(test_math_DEPENDENCIES) $(EXTRA_test_math_DEPENDENCIES)
816 @rm -f test_math$(EXEEXT)
851 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_math.Po@am__quote@
/external/python/cpython3/Lib/test/
Dtest_cmath.py2 from test.test_math import parse_testfile, test_file
3 import test.test_math as test_math namespace
601 class IsCloseTests(test_math.IsCloseTests):
Dtest_bool.py54 def test_math(self): member in BoolTest
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
1935 -- Disabled test: replaced by test_math.testTanhSign()
/external/python/cpython2/Lib/test/
Dtest_bool.py60 def test_math(self): member in BoolTest
Dtest_cmath.py2 from test.test_math import parse_testfile, test_file
/external/python/cpython2/
DREADME474 thread may interrupt system calls in others). Therefore, test_math and
/external/python/cpython3/Misc/
DNEWS1387 - Issue #26040: Improve test_math and test_cmath coverage and rigour. Patch by
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
/external/python/cpython2/Misc/
DNEWS8955 - Issues #3167, #3682: Fix test_math failures for log, log10 on Solaris,
DHISTORY8375 so the exception part of test_math is run only in verbose mode, and