Home
last modified time | relevance | path

Searched refs:tests (Results 1 – 9 of 9) sorted by relevance

/math/
A DMakefile272 libm-vec-tests = $(addprefix test-,$(libmvec-tests))
318 libm-tests-base = $(libm-tests-base-normal) $(libm-vec-tests)
319 libm-tests-normal = $(foreach t,$(libm-tests-base-normal),\
322 libm-tests-narrow = $(foreach t,$(libm-tests-base-narrow),\
325 libm-tests-vector = $(foreach t,$(libmvec-tests),\
327 libm-tests = $(libm-tests-normal) $(libm-tests-narrow) $(libm-tests-vector)
337 libm-tests.o = $(addsuffix .o,$(libm-tests))
339 tests += $(libm-tests)
388 tests += $(tgmath3-macro-tests)
777 $(filter-out $(tests-static) $(libm-tests-vector),\
[all …]
A DREADME.libm-test4 The libm-test math test suite tests a number of function points of
14 The tests just evaluate the functions at specified points and compare
56 "gen-auto-libm-tests" program from the "auto-libm-test-in" file. See
57 the comments in gen-auto-libm-tests.c for details about the content
65 contains the sorted results of all the tests. You can use the "NewUlps"
76 generate the ULPs for all other formats, the tests will be appending the
101 Adding tests to libm-test-<func>.inc
104 The tests are evaluated by a set of special test macros. The macros
117 - "b" for boolean - just tests if the output parameter evaluates to 0
A Dgen-auto-libm-tests.c495 input_test *tests; member
1347 tf->tests in add_test()
1348 = xrealloc (tf->tests, in add_test()
1349 tf->num_tests_alloc * sizeof (tf->tests[0])); in add_test()
1351 input_test *it = &tf->tests[tf->num_tests]; in add_test()
2271 input_test *it = &tf->tests[j]; in generate_output()
A Dlibm-test-nextafter.inc125 tests. */
A Dauto-libm-test-in1 # libm test inputs for gen-auto-libm-tests.c.
6302 # Integers +/- 1ulp for binary128 (gen-auto-libm-tests will round these
7868 # the rounding mode; gen-auto-libm-tests does not reflect that glibc
A Dlibm-test-ufromfp.inc455 /* Tests below here are generated with gen-fromfp-tests.py. */
A Dlibm-test-ufromfpx.inc455 /* Tests below here are generated with gen-fromfp-tests.py. */
A Dlibm-test-fromfp.inc333 /* Tests below here are generated with gen-fromfp-tests.py. */
A Dlibm-test-fromfpx.inc333 /* Tests below here are generated with gen-fromfp-tests.py. */

Completed in 121 milliseconds