Searched refs:w (Results 1 – 2 of 2) sorted by relevance
/math/ |
A D | gen-fromfp-tests.py | 90 width_list = [(w, str(w)) for w in width_list] 94 w, ws = we variable 95 if w < width: 132 width_list = [(w, str(w)) for w in width_list] 135 w, ws = we variable 136 if w < width or (unsigned and res.startswith('-')):
|
A D | auto-libm-test-in | 4851 # a narrower format of width a and a wider format of width w, take 4852 # b = w - a; these examples are of the form 4853 # (1 + 2^-a + 2^-b + 2^(1-w)) / (1 + 2^-b). These examples have 4858 # a = 24, w = 53. 4860 # a = 24, w = 64. 4862 # a = 24, w = 113. 4864 # a = 53, w = 64. 4866 # a = 53, w = 113. 4868 # a = 64, w = 113.
|
Completed in 9 milliseconds