Searched refs:to (Results 1 – 7 of 7) sorted by relevance
/math/ |
A D | README.libm-test | 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 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 132 as an argument, or to a global variable such as signgam). [all …]
|
A D | auto-libm-test-in | 219 # Two values representable in the same format with sum very close to 221 # that there is no intermediate rounding to 64 bits when adding two 4849 # to half way between two representable values in a narrower format, 4854 # ratios of the form (1 + 2^-a) to the width of the wider format, but 5474 # Bug 6801: errno setting may be missing. This applies to both plain 6031 # Values +/- 10ulp from overflow threshold. (Values very close to 6037 # the binary128 inputs for intel96 and m68k96, as too close to the 6303 # to produce integers +/- 1ulp for other formats). 6679 # close to half way between two representable values in a narrower 7547 # verify that there is no intermediate rounding to 64 bits when [all …]
|
A D | Versions | 209 # to work. New symbol versions of lgamma* that set __signgam are 210 # needed to preserve compatibility with old binaries that have a 583 # totalorder changed to take pointer arguments.
|
A D | math.h | 305 #define __MATHREDIR(type, function, suffix, args, to) \ argument 306 extern type __REDIRECT_NTH (__MATH_PRECNAME (function, suffix), args, to)
|
A D | libm-test-nexttoward.inc | 22 argument to TEST_ indicates the literal should not be post-processed by
|
A D | libm-test-llround.inc | 176 * lround to make sure that a guard bit set during the lround operation
|
A D | libm-test-lround.inc | 244 * lround to make sure that a guard bit set during the lround operation
|
Completed in 21 milliseconds