Lines Matching refs:to
29 "gen-libm-test.py" to expand the templates and produce a set of test
30 cases for each math function that are specific to the target platform
39 selects the desired real floating type to exercise the math functions
40 to test with (float, double, or long double) by defining a small set
53 The "auto-libm-test-out-<func>" files contain sets of test cases to
54 exercise, the conditions under which to exercise each, and the
66 file as the machine's updated "libm-test-ulps" file. Copy "NewUlps" to
77 data to the "ULPs" file. As final step run "gen-libm-test.py" with the
78 file as input and ask to generate a pretty printed output in the file
81 Copy "NewUlps" to "libm-test-ulps" in the appropriate machine sysdep
84 Note that the test drivers have an option "-u" to output an unsorted
86 in directly but it's better to pretty print it first.
87 "gen-libm-test.py" has an option to generate a pretty-printed and
101 Adding tests to libm-test-<func>.inc
117 - "b" for boolean - just tests if the output parameter evaluates to 0
132 as an argument, or to a global variable such as signgam).
134 How to read the test output
148 exactly to the name of the math function actually invoked. For example,
149 the output will refer to the "acos" function even if the actual function
153 may or may not correspond to the format used in the auto-libm-test-in