Move tests of clog10 from libm-test.inc to auto-libm-test-in.
[glibc.git] / math / auto-libm-test-in
blobac5348f03786b487e9d1a1e96f8599e5a3605f46
1 # libm test inputs for gen-auto-libm-tests.c.
2 # Copyright (C) 1997-2014 Free Software Foundation, Inc.
3 # This file is part of the GNU C Library.
5 # The GNU C Library is free software; you can redistribute it and/or
6 # modify it under the terms of the GNU Lesser General Public
7 # License as published by the Free Software Foundation; either
8 # version 2.1 of the License, or (at your option) any later version.
10 # The GNU C Library is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13 # Lesser General Public License for more details.
15 # You should have received a copy of the GNU Lesser General Public
16 # License along with the GNU C Library; if not, see
17 # <http://www.gnu.org/licenses/>.  */
19 acos 0
20 acos -0
21 acos 1
22 acos -1
23 acos 0.5
24 acos -0.5
25 acos 0.75
26 acos 2e-17
27 acos 0.0625
28 acos 0x0.ffffffp0
29 acos -0x0.ffffffp0
30 acos 0x0.ffffffff8p0
31 acos -0x0.ffffffff8p0
32 acos 0x0.ffffffffffffp0
33 acos -0x0.ffffffffffffp0
34 acos 0x0.ffffffffffffffffp0
35 acos -0x0.ffffffffffffffffp0
36 acos min
37 acos -min
38 acos min_subnorm
39 acos -min_subnorm
41 acosh 1
42 acosh 1.625
43 acosh 7
44 acosh 100
45 acosh 1e5
46 acosh max no-test-inline
48 asin 0
49 asin -0
50 asin 0.5
51 asin -0.5
52 asin 1.0
53 asin -1.0
54 asin 0.75
55 asin 0x0.ffffffp0
56 asin -0x0.ffffffp0
57 asin 0x0.ffffffff8p0
58 asin -0x0.ffffffff8p0
59 asin 0x0.ffffffffffffp0
60 asin -0x0.ffffffffffffp0
61 asin 0x0.ffffffffffffffffp0
62 asin -0x0.ffffffffffffffffp0
63 # Bug 16351: underflow exception may be missing.
64 # Bug 16599: spurious underflow may occur.
65 asin min missing-underflow
66 asin -min missing-underflow spurious-underflow:dbl-64:x86
67 asin min_subnorm missing-underflow
68 asin -min_subnorm missing-underflow
70 asinh 0
71 asinh -0
72 asinh 0.75
73 asinh 1
74 asinh 10
75 asinh 100
76 asinh 1e6
77 asinh 0x1p100
78 # Bug 16350: underflow exception may be missing.
79 asinh min missing-underflow
80 asinh -min missing-underflow
81 asinh min_subnorm missing-underflow
82 asinh -min_subnorm missing-underflow
83 asinh max no-test-inline
84 asinh -max no-test-inline
86 atan 0
87 atan -0
88 atan max
89 atan -max
90 atan 1
91 atan -1
92 atan 0.75
93 atan 0x1p-5
94 atan 2.5
95 atan 10
96 atan 1e6
97 # Bug 15319: underflow exception may be missing.
98 atan 0x1p-100 missing-underflow
99 atan 0x1p-600 missing-underflow
100 atan 0x1p-10000 missing-underflow
101 atan min missing-underflow
102 atan -min missing-underflow
103 atan min_subnorm missing-underflow
104 atan -min_subnorm missing-underflow
106 # atan2 (0,x) == 0 for x > 0.
107 atan2 0 1
108 # atan2 (-0,x) == -0 for x > 0.
109 atan2 -0 1
110 atan2 0 0
111 atan2 -0 0
112 # atan2 (+0,x) == +pi for x < 0.
113 atan2 0 -1
114 # atan2 (-0,x) == -pi for x < 0.
115 atan2 -0 -1
116 atan2 0 -0
117 atan2 -0 -0
118 # atan2 (y,+0) == pi/2 for y > 0.
119 atan2 1 0
120 # atan2 (y,-0) == pi/2 for y > 0.
121 atan2 1 -0
122 # atan2 (y,+0) == -pi/2 for y < 0.
123 atan2 -1 0
124 # atan2 (y,-0) == -pi/2 for y < 0.
125 atan2 -1 -0
126 atan2 max max
127 atan2 max -max
128 atan2 -max max
129 atan2 -max -max
130 atan2 max min
131 atan2 -max -min
132 atan2 -max min
133 atan2 max -min
134 atan2 max min_subnorm
135 atan2 -max -min_subnorm
136 atan2 -max min_subnorm
137 atan2 max -min_subnorm
138 atan2 0.75 1
139 atan2 -0.75 1.0
140 atan2 0.75 -1.0
141 atan2 -0.75 -1.0
142 atan2 0.390625 .00029
143 atan2 1.390625 0.9296875
144 atan2 -0.00756827042671106339 -.001792735857538728036
145 atan2 0x1.00000000000001p0 0x1.00000000000001p0
146 atan2 min min
147 atan2 min -min
148 atan2 -min min
149 atan2 -min -min
150 atan2 min_subnorm min_subnorm
151 atan2 min_subnorm -min_subnorm
152 atan2 -min_subnorm min_subnorm
153 atan2 -min_subnorm -min_subnorm
154 atan2 1 -max
155 atan2 -1 -max
156 atan2 min -max
157 atan2 -min -max
158 atan2 min_subnorm -max
159 atan2 -min_subnorm -max
160 # Bug 15319: underflow exception may be missing.
161 # Bug 16349: errno setting may be missing.
162 atan2 1 max missing-underflow
163 atan2 -1 max missing-underflow
164 atan2 min max missing-underflow missing-errno
165 atan2 -min max missing-underflow missing-errno
166 atan2 min_subnorm max missing-underflow missing-errno
167 atan2 -min_subnorm max missing-underflow missing-errno
169 atanh 0
170 atanh -0
171 atanh 0.75
172 atanh -0.75
173 atanh 0.25
174 atanh 0x1p-5
175 atanh 0x1p-10
176 atanh 0x1.2345p-20
177 # Bug 16352: underflow exception may be missing.
178 # Bug 16357: spurious underflow may occur.
179 atanh min missing-underflow spurious-underflow:ldbl-96-intel:x86
180 atanh -min missing-underflow spurious-underflow:ldbl-96-intel:x86
181 atanh min_subnorm missing-underflow
182 atanh -min_subnorm missing-underflow
184 # cabs (x,y) == cabs (y,x).
185 cabs 0.75 12.390625
186 # cabs (x,y) == cabs (-x,y).
187 cabs -12.390625 0.75
188 # cabs (x,y) == cabs (-y,x).
189 cabs -0.75 12.390625
190 # cabs (x,y) == cabs (-x,-y).
191 cabs -12.390625 -0.75
192 # cabs (x,y) == cabs (-y,-x).
193 cabs -0.75 -12.390625
194 # cabs (x,0) == fabs (x).
195 cabs -0.75 0
196 cabs 0.75 0
197 cabs -1.0 0
198 cabs 1.0 0
199 cabs -5.7e7 0
200 cabs 5.7e7 0
201 cabs 0.75 1.25
203 # carg (x + i 0) == 0 for x > 0.
204 carg 2.0 0
205 # carg (x - i 0) == -0 for x > 0.
206 carg 2.0 -0
207 carg 0 0
208 carg 0 -0
209 # carg (x + i 0) == +pi for x < 0.
210 carg -2.0 0
211 # carg (x - i 0) == -pi for x < 0.
212 carg -2.0 -0
213 carg -0 0
214 carg -0 -0
215 # carg (+0 + i y) == pi/2 for y > 0.
216 carg 0 2.0
217 # carg (-0 + i y) == pi/2 for y > 0.
218 carg -0 2.0
219 # carg (+0 + i y) == -pi/2 for y < 0.
220 carg 0 -2.0
221 # carg (-0 + i y) == -pi/2 for y < 0.
222 carg -0 -2.0
224 cbrt 0.0
225 cbrt -0
226 cbrt -0.001
227 cbrt 8
228 cbrt -27.0
229 cbrt 0.9921875
230 cbrt 0.75
231 cbrt 0x1p16383
232 cbrt 0x1p-16383
233 cbrt 1e5
234 cbrt max
235 cbrt -max
236 cbrt min
237 cbrt -min
238 cbrt min_subnorm
239 cbrt -min_subnorm
241 ccos 0.0 0.0
242 ccos -0 0.0
243 ccos 0.0 -0
244 ccos -0 -0
246 ccos 0.75 1.25
247 ccos -2 -3
249 ccos 0.75 89.5
250 ccos 0.75 -89.5
251 ccos -0.75 89.5
252 ccos -0.75 -89.5
253 ccos 0.75 710.5
254 ccos 0.75 -710.5
255 ccos -0.75 710.5
256 ccos -0.75 -710.5
257 ccos 0.75 11357.25
258 ccos 0.75 -11357.25
259 ccos -0.75 11357.25
260 ccos -0.75 -11357.25
262 ccos 0x1p-149 180
263 ccos 0x1p-1074 1440
264 ccos 0x1p-16434 22730
266 ccos min_subnorm_p120 0x1p-120
267 ccos 0x1p-120 min_subnorm_p120
269 ccosh 0.0 0.0
270 ccosh -0 0.0
271 ccosh 0.0 -0
272 ccosh -0 -0
274 ccosh 0.75 1.25
275 ccosh -2 -3
277 ccosh 89.5 0.75
278 ccosh -89.5 0.75
279 ccosh 89.5 -0.75
280 ccosh -89.5 -0.75
281 ccosh 710.5 0.75
282 ccosh -710.5 0.75
283 ccosh 710.5 -0.75
284 ccosh -710.5 -0.75
285 ccosh 11357.25 0.75
286 ccosh -11357.25 0.75
287 ccosh 11357.25 -0.75
288 ccosh -11357.25 -0.75
290 ccosh 180 0x1p-149
291 ccosh 1440 0x1p-1074
292 ccosh 22730 0x1p-16434
294 ccosh min_subnorm_p120 0x1p-120
295 ccosh 0x1p-120 min_subnorm_p120
297 cexp 0 0
298 cexp -0 0
299 cexp 0 -0
300 cexp -0 -0
302 cexp 0.75 1.25
303 cexp -2.0 -3.0
305 cexp 0 0x1p65
306 cexp 0 -0x1p65
307 cexp 50 0x1p127
309 cexp 0 1e22
310 cexp 0 0x1p1023
311 cexp 500 0x1p1023
313 cexp 0 0x1p16383
314 cexp -10000 0x1p16383
316 cexp 88.75 0.75
317 cexp -95 0.75
318 cexp 709.8125 0.75
319 cexp -720 0.75
320 cexp 11356.5625 0.75
321 cexp -11370 0.75
323 cexp 180 0x1p-149
324 cexp 1440 0x1p-1074
325 cexp 22730 0x1p-16434
327 cexp 1e6 0
328 cexp 1e6 min
329 cexp 1e6 -min
331 # Bug 16348: spurious underflow may occur.
332 cexp min min_subnorm spurious-underflow:ldbl-96-intel:x86 spurious-underflow:ldbl-96-intel:x86_64
333 cexp min -min_subnorm spurious-underflow:ldbl-96-intel:x86 spurious-underflow:ldbl-96-intel:x86_64
335 clog 0.75 1.25
336 clog -2 -3
338 clog 0x1.fffffep+127 0x1.fffffep+127
339 clog 0x1.fffffep+127 1.0
340 clog 0x1p-149 0x1p-149
341 clog 0x1p-147 0x1p-147
342 clog 0x1.fffffffffffffp+1023 0x1.fffffffffffffp+1023
343 clog 0x1.fffffffffffffp+1023 0x1p+1023
344 clog 0x1p-1074 0x1p-1074
345 clog 0x1p-1073 0x1p-1073
346 clog 0x1.fp+16383 0x1.fp+16383
347 clog 0x1.fp+16383 0x1p+16383
348 clog 0x1p-16440 0x1p-16441
350 clog 0x1p-149 0x1.fp+127
351 clog -0x1p-149 0x1.fp+127
352 clog 0x1p-149 -0x1.fp+127
353 clog -0x1p-149 -0x1.fp+127
354 clog -0x1.fp+127 0x1p-149
355 clog -0x1.fp+127 -0x1p-149
356 clog 0x1.fp+127 0x1p-149
357 clog 0x1.fp+127 -0x1p-149
358 clog 0x1p-1074 0x1.fp+1023
359 clog -0x1p-1074 0x1.fp+1023
360 clog 0x1p-1074 -0x1.fp+1023
361 clog -0x1p-1074 -0x1.fp+1023
362 clog -0x1.fp+1023 0x1p-1074
363 clog -0x1.fp+1023 -0x1p-1074
364 clog 0x1.fp+1023 0x1p-1074
365 clog 0x1.fp+1023 -0x1p-1074
366 clog 0x1p-16445 0x1.fp+16383
367 clog -0x1p-16445 0x1.fp+16383
368 clog 0x1p-16445 -0x1.fp+16383
369 clog -0x1p-16445 -0x1.fp+16383
370 clog -0x1.fp+16383 0x1p-16445
371 clog -0x1.fp+16383 -0x1p-16445
372 clog 0x1.fp+16383 0x1p-16445
373 clog 0x1.fp+16383 -0x1p-16445
374 clog 0x1p-16494 0x1.fp+16383
375 clog -0x1p-16494 0x1.fp+16383
376 clog 0x1p-16494 -0x1.fp+16383
377 clog -0x1p-16494 -0x1.fp+16383
378 clog -0x1.fp+16383 0x1p-16494
379 clog -0x1.fp+16383 -0x1p-16494
380 clog 0x1.fp+16383 0x1p-16494
381 clog 0x1.fp+16383 -0x1p-16494
383 clog 1.0 0x1.234566p-10
384 clog -1.0 0x1.234566p-20
385 clog 0x1.234566p-30 1.0
386 clog -0x1.234566p-40 -1.0
387 clog 0x1.234566p-50 1.0
388 clog 0x1.234566p-60 1.0
389 clog 0x1p-62 1.0
390 clog 0x1p-63 1.0
391 clog 0x1p-64 1.0
392 clog 0x1p-510 1.0
393 clog 0x1p-511 1.0
394 clog 0x1p-512 1.0
395 clog 0x1p-8190 1.0
396 clog 0x1p-8191 1.0
397 clog 0x1p-8192 1.0
399 clog 0x1.000566p0 0x1.234p-10
400 clog 0x1.000566p0 0x1.234p-100
401 clog -0x1.0000000123456p0 0x1.2345678p-30
402 clog -0x1.0000000123456p0 0x1.2345678p-1000
403 clog 0x1.00000000000000123456789abcp0 0x1.23456789p-60
404 clog 0x1.00000000000000123456789abcp0 0x1.23456789p-1000
406 clog 0x0.ffffffp0 0x0.ffffffp-100
407 clog 0x0.fffffffffffff8p0 0x0.fffffffffffff8p-1000
408 clog 0x0.ffffffffffffffffp0 0x0.ffffffffffffffffp-15000
410 clog 0x1a6p-10 0x3a5p-10
411 clog 0xf2p-10 0x3e3p-10
412 clog 0x4d4ep-15 0x6605p-15
413 clog 0x2818p-15 0x798fp-15
414 clog 0x9b57bp-20 0xcb7b4p-20
415 clog 0x2731p-20 0xfffd0p-20
416 clog 0x2ede88p-23 0x771c3fp-23
417 clog 0x11682p-23 0x7ffed1p-23
418 clog 0xa1f2c1p-24 0xc643aep-24
419 clog 0x659feap-24 0xeaf6f9p-24
420 clog 0x4447d7175p-35 0x6c445e00ap-35
421 clog 0x2dd46725bp-35 0x7783a1284p-35
422 clog 0x164c74eea876p-45 0x16f393482f77p-45
423 clog 0xfe961079616p-45 0x1bc37e09e6d1p-45
424 clog 0xa4722f19346cp-51 0x7f9631c5e7f07p-51
425 clog 0x10673dd0f2481p-51 0x7ef1d17cefbd2p-51
426 clog 0x8ecbf810c4ae6p-52 0xd479468b09a37p-52
427 clog 0x5b06b680ea2ccp-52 0xef452b965da9fp-52
428 clog 0x659b70ab7971bp-53 0x1f5d111e08abecp-53
429 clog 0x15cfbd1990d1ffp-53 0x176a3973e09a9ap-53
430 clog 0x1367a310575591p-54 0x3cfcc0a0541f60p-54
431 clog 0x55cb6d0c83af5p-55 0x7fe33c0c7c4e90p-55
432 clog 0x298c62cb546588a7p-63 0x7911b1dfcc4ecdaep-63
433 clog 0x4d9c37e2b5cb4533p-63 0x65c98be2385a042ep-63
434 clog 0x602fd5037c4792efp-64 0xed3e2086dcca80b8p-64
435 clog 0x6b10b4f3520217b6p-64 0xe8893cbb449253a1p-64
436 clog 0x81b7efa81fc35ad1p-65 0x1ef4b835f1c79d812p-65
437 clog 0x3f96469050f650869c2p-75 0x6f16b2c9c8b05988335p-75
438 clog 0x3157fc1d73233e580c8p-75 0x761b52ccd435d7c7f5fp-75
439 clog 0x155f8afc4c48685bf63610p-85 0x17d0cf2652cdbeb1294e19p-85
440 clog 0x13836d58a13448d750b4b9p-85 0x195ca7bc3ab4f9161edbe6p-85
441 clog 0x1df515eb171a808b9e400266p-95 0x7c71eb0cd4688dfe98581c77p-95
442 clog 0xe33f66c9542ca25cc43c867p-95 0x7f35a68ebd3704a43c465864p-95
443 clog 0x6771f22c64ed551b857c128b4cp-105 0x1f570e7a13cc3cf2f44fd793ea1p-105
444 clog 0x15d8ab6ed05ca514086ac3a1e84p-105 0x1761e480aa094c0b10b34b09ce9p-105
445 clog 0x187190c1a334497bdbde5a95f48p-106 0x3b25f08062d0a095c4cfbbc338dp-106
446 clog 0x6241ef0da53f539f02fad67dabp-106 0x3fb46641182f7efd9caa769dac0p-106
447 clog 0x3e1d0a105ac4ebeacd9c6952d34cp-112 0xf859b3d1b06d005dcbb5516d5479p-112
448 clog 0x47017a2e36807acb1e5214b209dep-112 0xf5f4a550c9d75e3bb1839d865f0dp-112
449 clog 0x148f818cb7a9258fca942ade2a0cap-113 0x18854a34780b8333ec53310ad7001p-113
450 clog 0xfd95243681c055c2632286921092p-113 0x1bccabcd29ca2152860ec29e34ef7p-113
451 clog 0xdb85c467ee2aadd5f425fe0f4b8dp-114 0x3e83162a0f95f1dcbf97dddf410eap-114
452 clog 0x1415bcaf2105940d49a636e98ae59p-115 0x7e6a150adfcd1b0921d44b31f40f4p-115
454 clog10 0.75 1.25
455 clog10 -2 -3
457 clog10 0x1.fffffep+127 0x1.fffffep+127
458 clog10 0x1.fffffep+127 1.0
459 clog10 0x1p-149 0x1p-149
460 clog10 0x1p-147 0x1p-147
461 clog10 0x1.fffffffffffffp+1023 0x1.fffffffffffffp+1023
462 clog10 0x1.fffffffffffffp+1023 0x1p+1023
463 clog10 0x1p-1074 0x1p-1074
464 clog10 0x1p-1073 0x1p-1073
465 clog10 0x1.fp+16383 0x1.fp+16383
466 clog10 0x1.fp+16383 0x1p+16383
467 clog10 0x1p-16440 0x1p-16441
469 clog10 0x1p-149 0x1.fp+127
470 clog10 -0x1p-149 0x1.fp+127
471 clog10 0x1p-149 -0x1.fp+127
472 clog10 -0x1p-149 -0x1.fp+127
473 clog10 -0x1.fp+127 0x1p-149
474 clog10 -0x1.fp+127 -0x1p-149
475 clog10 0x1.fp+127 0x1p-149
476 clog10 0x1.fp+127 -0x1p-149
477 clog10 0x1p-1074 0x1.fp+1023
478 clog10 -0x1p-1074 0x1.fp+1023
479 clog10 0x1p-1074 -0x1.fp+1023
480 clog10 -0x1p-1074 -0x1.fp+1023
481 clog10 -0x1.fp+1023 0x1p-1074
482 clog10 -0x1.fp+1023 -0x1p-1074
483 clog10 0x1.fp+1023 0x1p-1074
484 clog10 0x1.fp+1023 -0x1p-1074
485 clog10 0x1p-16445 0x1.fp+16383
486 clog10 -0x1p-16445 0x1.fp+16383
487 clog10 0x1p-16445 -0x1.fp+16383
488 clog10 -0x1p-16445 -0x1.fp+16383
489 clog10 -0x1.fp+16383 0x1p-16445
490 clog10 -0x1.fp+16383 -0x1p-16445
491 clog10 0x1.fp+16383 0x1p-16445
492 clog10 0x1.fp+16383 -0x1p-16445
493 clog10 0x1p-16494 0x1.fp+16383
494 clog10 -0x1p-16494 0x1.fp+16383
495 clog10 0x1p-16494 -0x1.fp+16383
496 clog10 -0x1p-16494 -0x1.fp+16383
497 clog10 -0x1.fp+16383 0x1p-16494
498 clog10 -0x1.fp+16383 -0x1p-16494
499 clog10 0x1.fp+16383 0x1p-16494
500 clog10 0x1.fp+16383 -0x1p-16494
502 clog10 1.0 0x1.234566p-10
503 clog10 -1.0 0x1.234566p-20
504 clog10 0x1.234566p-30 1.0
505 clog10 -0x1.234566p-40 -1.0
506 clog10 0x1.234566p-50 1.0
507 clog10 0x1.234566p-60 1.0
508 clog10 0x1p-61 1.0
509 clog10 0x1p-62 1.0
510 clog10 0x1p-63 1.0
511 clog10 0x1p-509 1.0
512 clog10 0x1p-510 1.0
513 clog10 0x1p-511 1.0
514 clog10 0x1p-8189 1.0
515 clog10 0x1p-8190 1.0
516 clog10 0x1p-8191 1.0
518 clog10 0x1.000566p0 0x1.234p-10
519 clog10 0x1.000566p0 0x1.234p-100
520 clog10 -0x1.0000000123456p0 0x1.2345678p-30
521 clog10 -0x1.0000000123456p0 0x1.2345678p-1000
522 clog10 0x1.00000000000000123456789abcp0 0x1.23456789p-60
523 clog10 0x1.00000000000000123456789abcp0 0x1.23456789p-1000
525 clog10 0x0.ffffffp0 0x0.ffffffp-100
526 clog10 0x0.fffffffffffff8p0 0x0.fffffffffffff8p-1000
527 clog10 0x0.ffffffffffffffffp0 0x0.ffffffffffffffffp-15000
529 clog10 0x1a6p-10 0x3a5p-10
530 clog10 0xf2p-10 0x3e3p-10
531 clog10 0x4d4ep-15 0x6605p-15
532 clog10 0x2818p-15 0x798fp-15
533 clog10 0x9b57bp-20 0xcb7b4p-20
534 clog10 0x2731p-20 0xfffd0p-20
535 clog10 0x2ede88p-23 0x771c3fp-23
536 clog10 0x11682p-23 0x7ffed1p-23
537 clog10 0xa1f2c1p-24 0xc643aep-24
538 clog10 0x659feap-24 0xeaf6f9p-24
539 clog10 0x4447d7175p-35 0x6c445e00ap-35
540 clog10 0x2dd46725bp-35 0x7783a1284p-35
541 clog10 0x164c74eea876p-45 0x16f393482f77p-45
542 clog10 0xfe961079616p-45 0x1bc37e09e6d1p-45
543 clog10 0xa4722f19346cp-51 0x7f9631c5e7f07p-51
544 clog10 0x10673dd0f2481p-51 0x7ef1d17cefbd2p-51
545 clog10 0x8ecbf810c4ae6p-52 0xd479468b09a37p-52
546 clog10 0x5b06b680ea2ccp-52 0xef452b965da9fp-52
547 clog10 0x659b70ab7971bp-53 0x1f5d111e08abecp-53
548 clog10 0x15cfbd1990d1ffp-53 0x176a3973e09a9ap-53
549 clog10 0x1367a310575591p-54 0x3cfcc0a0541f60p-54
550 clog10 0x55cb6d0c83af5p-55 0x7fe33c0c7c4e90p-55
551 clog10 0x298c62cb546588a7p-63 0x7911b1dfcc4ecdaep-63
552 clog10 0x4d9c37e2b5cb4533p-63 0x65c98be2385a042ep-63
553 clog10 0x602fd5037c4792efp-64 0xed3e2086dcca80b8p-64
554 clog10 0x6b10b4f3520217b6p-64 0xe8893cbb449253a1p-64
555 clog10 0x81b7efa81fc35ad1p-65 0x1ef4b835f1c79d812p-65
556 clog10 0x3f96469050f650869c2p-75 0x6f16b2c9c8b05988335p-75
557 clog10 0x3157fc1d73233e580c8p-75 0x761b52ccd435d7c7f5fp-75
558 clog10 0x155f8afc4c48685bf63610p-85 0x17d0cf2652cdbeb1294e19p-85
559 clog10 0x13836d58a13448d750b4b9p-85 0x195ca7bc3ab4f9161edbe6p-85
560 clog10 0x1df515eb171a808b9e400266p-95 0x7c71eb0cd4688dfe98581c77p-95
561 clog10 0xe33f66c9542ca25cc43c867p-95 0x7f35a68ebd3704a43c465864p-95
562 clog10 0x6771f22c64ed551b857c128b4cp-105 0x1f570e7a13cc3cf2f44fd793ea1p-105
563 clog10 0x15d8ab6ed05ca514086ac3a1e84p-105 0x1761e480aa094c0b10b34b09ce9p-105
564 clog10 0x187190c1a334497bdbde5a95f48p-106 0x3b25f08062d0a095c4cfbbc338dp-106
565 clog10 0x6241ef0da53f539f02fad67dabp-106 0x3fb46641182f7efd9caa769dac0p-106
566 clog10 0x3e1d0a105ac4ebeacd9c6952d34cp-112 0xf859b3d1b06d005dcbb5516d5479p-112
567 clog10 0x47017a2e36807acb1e5214b209dep-112 0xf5f4a550c9d75e3bb1839d865f0dp-112
568 clog10 0x148f818cb7a9258fca942ade2a0cap-113 0x18854a34780b8333ec53310ad7001p-113
569 clog10 0xfd95243681c055c2632286921092p-113 0x1bccabcd29ca2152860ec29e34ef7p-113
570 clog10 0xdb85c467ee2aadd5f425fe0f4b8dp-114 0x3e83162a0f95f1dcbf97dddf410eap-114
571 clog10 0x1415bcaf2105940d49a636e98ae59p-115 0x7e6a150adfcd1b0921d44b31f40f4p-115
573 cos 0
574 cos -0
575 cos pi/3
576 cos 2pi/3
577 cos pi/2
578 cos 0.75
579 cos 0x1p65
580 cos -0x1p65
581 cos 0.80190127184058835
582 cos 0x1.442f74p+15
583 cos 1e22
584 cos 0x1p1023
585 cos 0x1p16383
586 cos 0x1p+120
587 cos 0x1p+127
588 cos 0x1.fffff8p+127
589 cos 0x1.fffffep+127
590 cos 0x1p+50
591 cos 0x1p+28
592 cos 0x1.000000cf4a2a2p0
593 cos 0x1.0000010b239a9p0
594 cos 0x1.00000162a932bp0
595 cos 0x1.000002d452a10p0
596 cos 0x1.000005bc7d86dp0
597 cos 1
598 cos 2
599 cos 3
600 cos 4
601 cos 5
602 cos 6
603 cos 7
604 cos 8
605 cos 9
606 cos 10
607 cos max
608 cos -max
609 cos min
610 cos -min
611 cos min_subnorm
612 cos -min_subnorm
614 cosh 0
615 cosh -0
616 cosh 0.75
617 cosh 709.8893558127259666434838436543941497802734375
618 cosh -709.8893558127259666434838436543941497802734375
619 cosh 22
620 cosh 23
621 cosh 24
622 cosh 0x1p-5
623 cosh 0x1p-20
624 cosh -1
625 cosh 50
626 # GCC bug 59666: results on directed rounding may be incorrect.
627 cosh max no-test-inline xfail-rounding:ldbl-128ibm
628 cosh -max no-test-inline xfail-rounding:ldbl-128ibm
629 # Bug 16354: spurious underflow may occur.
630 cosh min spurious-underflow
631 cosh -min spurious-underflow
632 cosh min_subnorm spurious-underflow
633 cosh -min_subnorm spurious-underflow
634 # Test values either side of overflow for each floating-point format.
635 cosh 0x5.96a7ep+4
636 cosh 0x5.96a7e8p+4
637 cosh -0x5.96a7ep+4
638 cosh -0x5.96a7e8p+4
639 # GCC bug 59666: results on directed rounding may be incorrect.
640 cosh 0x2.c679d1f73f0fap+8 xfail-rounding:ldbl-128ibm
641 cosh 0x2.c679d1f73f0fcp+8 xfail-rounding:ldbl-128ibm
642 cosh -0x2.c679d1f73f0fap+8 xfail-rounding:ldbl-128ibm
643 cosh -0x2.c679d1f73f0fcp+8 xfail-rounding:ldbl-128ibm
644 cosh 0x2.c679d1f73f0fb624d358b213a7p+8 xfail-rounding:ldbl-128ibm
645 cosh 0x2.c679d1f73f0fb624d358b213a8p+8 xfail-rounding:ldbl-128ibm
646 cosh -0x2.c679d1f73f0fb624d358b213a7p+8 xfail-rounding:ldbl-128ibm
647 cosh -0x2.c679d1f73f0fb624d358b213a8p+8 xfail-rounding:ldbl-128ibm
648 cosh 0x2.c5d37700c6bb03a4p+12 no-test-inline xfail-rounding:ldbl-128ibm
649 cosh 0x2.c5d37700c6bb03a8p+12 no-test-inline xfail-rounding:ldbl-128ibm
650 cosh -0x2.c5d37700c6bb03a4p+12 no-test-inline xfail-rounding:ldbl-128ibm
651 cosh -0x2.c5d37700c6bb03a8p+12 no-test-inline xfail-rounding:ldbl-128ibm
652 cosh 0x2.c5d37700c6bb03a6c24b6c9b494cp+12 no-test-inline xfail-rounding:ldbl-128ibm
653 cosh 0x2.c5d37700c6bb03a6c24b6c9b494ep+12 no-test-inline xfail-rounding:ldbl-128ibm
654 cosh -0x2.c5d37700c6bb03a6c24b6c9b494cp+12 no-test-inline xfail-rounding:ldbl-128ibm
655 cosh -0x2.c5d37700c6bb03a6c24b6c9b494ep+12 no-test-inline xfail-rounding:ldbl-128ibm
657 cpow 1 0 0 0
658 cpow 2 0 10 0
659 # Bug 14473: cpow results inaccurate.
660 cpow e 0 0 2pi xfail
661 cpow 2 3 4 0
663 cpow 0.75 1.25 0.75 1.25
664 cpow 0.75 1.25 1.0 1.0
665 cpow 0.75 1.25 1.0 0.0
666 cpow 0.75 1.25 0.0 1.0
668 csqrt 0 0
669 csqrt 0 -0
670 csqrt -0 0
671 csqrt -0 -0
673 csqrt 16.0 -30.0
674 csqrt -1 0
675 csqrt 0 2
676 csqrt 119 120
677 csqrt 0.75 1.25
678 csqrt -2 -3
679 csqrt -2 3
680 # Principal square root should be returned (i.e., non-negative real part).
681 csqrt 0 -1
683 csqrt 0x1.fffffep+127 0x1.fffffep+127
684 csqrt 0x1.fffffep+127 1.0
685 csqrt 0x1p-149 0x1p-149
686 csqrt 0x1p-147 0x1p-147
688 csqrt 0 0x1p-149
689 csqrt 0x1p-50 0x1p-149
690 csqrt 0x1p+127 0x1p-149
691 csqrt 0x1p-149 0x1p+127
692 csqrt 0x1.000002p-126 0x1.000002p-126
693 csqrt -0x1.000002p-126 -0x1.000002p-126
695 csqrt 0x1.fffffffffffffp+1023 0x1.fffffffffffffp+1023
696 csqrt 0x1.fffffffffffffp+1023 0x1p+1023
697 csqrt 0x1p-1074 0x1p-1074
698 csqrt 0x1p-1073 0x1p-1073
700 csqrt 0 0x1p-1074
701 csqrt 0x1p-500 0x1p-1074
702 csqrt 0x1p+1023 0x1p-1074
703 csqrt 0x1p-1074 0x1p+1023
704 csqrt 0x1.0000000000001p-1022 0x1.0000000000001p-1022
705 csqrt -0x1.0000000000001p-1022 -0x1.0000000000001p-1022
707 csqrt 0x1.fp+16383 0x1.fp+16383
708 csqrt 0x1.fp+16383 0x1p+16383
709 csqrt 0x1p-16440 0x1p-16441
711 csqrt 0 0x1p-16445
712 csqrt 0x1p-5000 0x1p-16445
713 csqrt 0x1p+16383 0x1p-16445
714 csqrt 0x1p-16445 0x1p+16383
715 csqrt 0x1.0000000000000002p-16382 0x1.0000000000000002p-16382
716 csqrt -0x1.0000000000000002p-16382 -0x1.0000000000000002p-16382
718 csqrt 0 0x1p-16494
719 csqrt 0x1p-5000 0x1p-16494
720 csqrt 0x1p+16383 0x1p-16494
721 csqrt 0x1p-16494 0x1p+16383
722 csqrt 0x1.0000000000000000000000000001p-16382 0x1.0000000000000000000000000001p-16382
723 csqrt -0x1.0000000000000000000000000001p-16382 -0x1.0000000000000000000000000001p-16382
725 ctan 0 0
726 ctan 0 -0
727 ctan -0 0
728 ctan -0 -0
730 ctan 0.75 1.25
731 ctan -2 -3
733 ctan 1 45
734 ctan 1 47
735 ctan 1 355
736 ctan 1 365
737 # GCC bug 59666: results on directed rounding may be incorrect.
738 ctan 1 5680 xfail-rounding:ldbl-128ibm
739 ctan 1 5690 xfail-rounding:ldbl-128ibm
741 ctan 0x3.243f6cp-1 0
743 ctan 0x1p127 1
744 ctan 0x1p1023 1
745 ctan 0x1p16383 1
747 # GCC bug 59666: results on directed rounding may be incorrect.
748 ctan 50000 50000 xfail-rounding:ldbl-128ibm
749 ctan 50000 -50000 xfail-rounding:ldbl-128ibm
750 ctan -50000 50000 xfail-rounding:ldbl-128ibm
751 ctan -50000 -50000 xfail-rounding:ldbl-128ibm
753 ctan 0x1.921fb6p+0 0x1p-149
754 ctan 0x1.921fb54442d18p+0 0x1p-1074
755 ctan 0x1.921fb54442d1846ap+0 0x1p-16445
757 ctanh 0 0
758 ctanh 0 -0
759 ctanh -0 0
760 ctanh -0 -0
762 ctanh 0 pi/4
764 ctanh 0.75 1.25
765 ctanh -2 -3
767 ctanh 45 1
768 ctanh 47 1
769 ctanh 355 1
770 ctanh 365 1
771 # GCC bug 59666: results on directed rounding may be incorrect.
772 ctanh 5680 1 xfail-rounding:ldbl-128ibm
773 ctanh 5690 1 xfail-rounding:ldbl-128ibm
775 ctanh 0 0x3.243f6cp-1
777 ctanh 1 0x1p127
778 ctanh 1 0x1p1023
779 ctanh 1 0x1p16383
781 # GCC bug 59666: results on directed rounding may be incorrect.
782 ctanh 50000 50000 xfail-rounding:ldbl-128ibm
783 ctanh 50000 -50000 xfail-rounding:ldbl-128ibm
784 ctanh -50000 50000 xfail-rounding:ldbl-128ibm
785 ctanh -50000 -50000 xfail-rounding:ldbl-128ibm
787 ctanh 0x1p-149 0x1.921fb6p+0
788 ctanh 0x1p-1074 0x1.921fb54442d18p+0
789 ctanh 0x1p-16445 0x1.921fb54442d1846ap+0
791 erf 0
792 erf -0
793 erf 0.125
794 erf 0.75
795 erf 1.25
796 erf 2.0
797 erf 4.125
798 erf 27.0
799 erf -27.0
800 erf -0x1.fffffffffffff8p-2
802 erfc 0.0
803 erfc -0
804 erfc 0.125
805 erfc 0.75
806 erfc 1.25
807 erfc 2.0
808 erfc 0x1.f7303cp+1
809 erfc 4.125
810 erfc 0x1.ffa002p+2
811 erfc 0x1.ffffc8p+2
812 erfc -0x1.fffffffffffff8p-2
813 erfc 26.0
814 erfc 27.0
815 erfc 28.0
816 erfc 0x1.ffff56789abcdef0123456789a8p+2
817 erfc 100
818 erfc 106
819 erfc 106.5
820 erfc 106.625
821 erfc 107
822 erfc 108
823 erfc 1000
824 erfc max
826 exp 0
827 exp -0
828 exp 1
829 exp 2
830 exp 3
831 exp 0.75
832 exp 50.0
833 exp 88.72269439697265625
834 exp 709.75
835 # Bug 16284: results on directed rounding may be incorrect.
836 # GCC bug 59666: results on directed rounding may be incorrect.
837 exp 1000.0 xfail-rounding:dbl-64 xfail-rounding:ldbl-128ibm
838 exp 710 xfail-rounding:dbl-64 xfail-rounding:ldbl-128ibm
839 exp -1234
840 # Bug 16284: results on directed rounding may be incorrect.
841 # GCC bug 59666: results on directed rounding may be incorrect.
842 exp 0x2.c679d1f73f0fb628p+8 xfail-rounding:dbl-64 xfail-rounding:ldbl-128ibm
843 exp 1e5 xfail-rounding:dbl-64 xfail-rounding:ldbl-128ibm
844 exp max xfail-rounding:dbl-64 xfail-rounding:ldbl-128ibm
845 exp -7.4444006192138124e+02
846 exp -0x1.75f113c30b1c8p+9
847 exp -max
848 exp -11342.8125
850 exp10 0
851 exp10 -0
852 exp10 3
853 exp10 -1
854 exp10 36
855 exp10 -36
856 exp10 305
857 exp10 -305
858 # Bug 16284: results on directed rounding may be incorrect.
859 # GCC bug 59666: results on directed rounding may be incorrect.
860 exp10 4932 xfail-rounding:flt-32 xfail-rounding:ldbl-128ibm
861 # Bug 16361: underflow exception may be misssing
862 exp10 -4932 missing-underflow:ldbl-96-intel:x86 missing-underflow:ldbl-96-intel:x86_64
863 # Bug 16284: results on directed rounding may be incorrect.
864 # GCC bug 59666: results on directed rounding may be incorrect.
865 exp10 1e5 xfail-rounding:flt-32 xfail-rounding:ldbl-128ibm
866 exp10 -1e5
867 # Bug 16284: results on directed rounding may be incorrect.
868 # GCC bug 59666: results on directed rounding may be incorrect.
869 exp10 1e6 xfail-rounding:flt-32 xfail-rounding:ldbl-128ibm
870 exp10 -1e6
871 # Bug 16284: results on directed rounding may be incorrect.
872 # GCC bug 59666: results on directed rounding may be incorrect.
873 exp10 max xfail-rounding:flt-32 xfail-rounding:ldbl-128ibm
874 exp10 -max
875 exp10 0.75
876 # Bug 16284: results on directed rounding may be incorrect.
877 # GCC bug 59666: results on directed rounding may be incorrect.
878 exp10 0x1.348e45573a1dd72cp+8 xfail-rounding:flt-32 xfail-rounding:dbl-64 xfail-rounding:ldbl-128ibm
880 exp2 0
881 exp2 -0
882 exp2 10
883 exp2 -1
884 exp2 1e6
885 exp2 -1e6
886 exp2 max
887 exp2 -max
888 exp2 0.75
889 exp2 100.5
890 exp2 127
891 exp2 -149
892 exp2 1000.25
893 exp2 1023
894 exp2 -1074
895 exp2 16383
896 exp2 -16400
898 expm1 0
899 expm1 -0
900 expm1 1
901 expm1 0.75
902 expm1 50.0
903 expm1 127.0
904 expm1 500.0
905 # GCC bug 59666: results on directed rounding may be incorrect.
906 expm1 11356.25 xfail-rounding:ldbl-128ibm
907 expm1 -10.0
908 expm1 -16.0
909 expm1 -17.0
910 expm1 -18.0
911 expm1 -36.0
912 expm1 -37.0
913 expm1 -38.0
914 expm1 -44.0
915 expm1 -45.0
916 expm1 -46.0
917 expm1 -73.0
918 expm1 -74.0
919 expm1 -75.0
920 expm1 -78.0
921 expm1 -79.0
922 expm1 -80.0
923 expm1 -100.0
924 expm1 -1000.0
925 expm1 -10000.0
926 expm1 -100000.0
927 # GCC bug 59666: results on directed rounding may be incorrect.
928 expm1 100000.0 xfail-rounding:ldbl-128ibm
929 expm1 max xfail-rounding:ldbl-128ibm
930 expm1 -max
931 expm1 0x1p-2
932 expm1 -0x1p-2
933 expm1 0x1p-10
934 expm1 -0x1p-10
935 expm1 0x1p-20
936 expm1 -0x1p-20
937 expm1 0x1p-29
938 expm1 -0x1p-29
939 expm1 0x1p-32
940 expm1 -0x1p-32
941 expm1 0x1p-50
942 expm1 -0x1p-50
943 expm1 0x1p-64
944 expm1 -0x1p-64
945 expm1 0x1p-100
946 expm1 -0x1p-100
948 fma 1.0 2.0 3.0
949 fma 1.25 0.75 0.0625
951 fma 0 0 0
952 fma 0 0 -0
953 fma 0 -0 0
954 fma 0 -0 -0
955 fma -0 0 0
956 fma -0 0 -0
957 fma -0 -0 0
958 fma -0 -0 -0
959 fma 1.0 0 0
960 fma 1.0 0 -0
961 fma 1.0 -0 0
962 fma 1.0 -0 -0
963 fma -1.0 0 0
964 fma -1.0 0 -0
965 fma -1.0 -0 0
966 fma -1.0 -0 -0
967 fma 0 1.0 0
968 fma 0 1.0 -0
969 fma 0 -1.0 0
970 fma 0 -1.0 -0
971 fma -0 1.0 0
972 fma -0 1.0 -0
973 fma -0 -1.0 0
974 fma -0 -1.0 -0
976 fma 1.0 1.0 -1.0
977 fma 1.0 -1.0 1.0
978 fma -1.0 1.0 1.0
979 fma -1.0 -1.0 -1.0
981 # Bug 6801: errno setting may be missing.
982 fma min min 0 missing-errno
983 fma min min -0 missing-errno
984 fma min -min 0 missing-errno
985 fma min -min -0 missing-errno
986 fma -min min 0 missing-errno
987 fma -min min -0 missing-errno
988 fma -min -min 0 missing-errno
989 fma -min -min -0 missing-errno
991 # Bug 6801: errno setting may be missing.
992 # Bug 13304: results on directed rounding may be incorrect.
993 fma max max min missing-errno xfail-rounding:ldbl-128ibm
994 fma max max -min missing-errno xfail-rounding:ldbl-128ibm
995 fma max -max min missing-errno xfail-rounding:ldbl-128ibm
996 fma max -max -min missing-errno xfail-rounding:ldbl-128ibm
997 fma -max max min missing-errno xfail-rounding:ldbl-128ibm
998 fma -max max -min missing-errno xfail-rounding:ldbl-128ibm
999 fma -max -max min missing-errno xfail-rounding:ldbl-128ibm
1000 fma -max -max -min missing-errno xfail-rounding:ldbl-128ibm
1002 fma 0x1.7ff8p+13 0x1.000002p+0 0x1.ffffp-24
1003 fma 0x1.fffp+0 0x1.00001p+0 -0x1.fffp+0
1004 fma 0x1.9abcdep+127 0x0.9abcdep-126 -0x1.f08948p+0
1005 fma 0x1.9abcdep+100 0x0.9abcdep-126 -0x1.f08948p-27
1006 fma 0x1.fffffep+127 0x1.001p+0 -0x1.fffffep+127
1007 fma -0x1.fffffep+127 0x1.fffffep+0 0x1.fffffep+127
1008 fma 0x1.fffffep+127 2.0 -0x1.fffffep+127
1009 fma 0x1.4p-126 0x1.000004p-1 0x1p-128
1010 fma -0x1.4p-126 0x1.000004p-1 -0x1p-128
1011 fma 0x1.fffff8p-126 0x1.000002p-1 0x1p-149
1012 fma -0x1.fffff8p-126 0x1.000002p-1 -0x1p-149
1013 fma 0x1p-149 0x1p-1 0x0.fffffep-126
1014 fma -0x1p-149 0x1p-1 -0x0.fffffep-126
1015 fma 0x1p-149 0x1.1p-1 0x0.fffffep-126
1016 fma -0x1p-149 0x1.1p-1 -0x0.fffffep-126
1017 fma 0x1p-149 0x1p-149 0x1p127
1018 fma 0x1p-149 -0x1p-149 0x1p127
1019 fma 0x1p-149 0x1p-149 -0x1p127
1020 fma 0x1p-149 -0x1p-149 -0x1p127
1021 fma 0x1p-149 0x1p-149 0x1p-126
1022 fma 0x1p-149 -0x1p-149 0x1p-126
1023 fma 0x1p-149 0x1p-149 -0x1p-126
1024 fma 0x1p-149 -0x1p-149 -0x1p-126
1025 fma 0x1p-149 0x1p-149 0x0.fffffep-126
1026 fma 0x1p-149 -0x1p-149 0x0.fffffep-126
1027 fma 0x1p-149 0x1p-149 -0x0.fffffep-126
1028 fma 0x1p-149 -0x1p-149 -0x0.fffffep-126
1029 fma 0x1p-149 0x1p-149 0x1p-149
1030 # Bug 6801: errno setting may be missing.
1031 fma 0x1p-149 -0x1p-149 0x1p-149 missing-errno
1032 fma 0x1p-149 0x1p-149 -0x1p-149 missing-errno
1033 fma 0x1p-149 -0x1p-149 -0x1p-149
1034 fma 0x0.fffp0 0x0.fffp0 -0x0.ffep0
1035 fma 0x0.fffp0 -0x0.fffp0 0x0.ffep0
1036 fma -0x0.fffp0 0x0.fffp0 0x0.ffep0
1037 fma -0x0.fffp0 -0x0.fffp0 -0x0.ffep0
1038 fma 0x1.000002p-126 0x1.000002p-26 0x1p127
1039 fma 0x1.000002p-126 -0x1.000002p-26 0x1p127
1040 fma 0x1.000002p-126 0x1.000002p-26 -0x1p127
1041 fma 0x1.000002p-126 -0x1.000002p-26 -0x1p127
1042 fma 0x1.000002p-126 0x1.000002p-26 0x1p103
1043 fma 0x1.000002p-126 -0x1.000002p-26 0x1p103
1044 fma 0x1.000002p-126 0x1.000002p-26 -0x1p103
1045 fma 0x1.000002p-126 -0x1.000002p-26 -0x1p103
1047 fma 0x1.7fp+13 0x1.0000000000001p+0 0x1.ffep-48
1048 fma 0x1.fffp+0 0x1.0000000000001p+0 -0x1.fffp+0
1049 fma 0x1.0000002p+0 0x1.ffffffcp-1 0x1p-300
1050 fma 0x1.0000002p+0 0x1.ffffffcp-1 -0x1p-300
1051 fma 0x1.deadbeef2feedp+1023 0x0.deadbeef2feedp-1022 -0x1.a05f8c01a4bfbp+1
1052 fma 0x1.deadbeef2feedp+900 0x0.deadbeef2feedp-1022 -0x1.a05f8c01a4bfbp-122
1053 fma 0x1.fffffffffffffp+1023 0x1.001p+0 -0x1.fffffffffffffp+1023
1054 fma -0x1.fffffffffffffp+1023 0x1.fffffffffffffp+0 0x1.fffffffffffffp+1023
1055 fma 0x1.fffffffffffffp+1023 2.0 -0x1.fffffffffffffp+1023
1056 # Bug 6801: errno setting may be missing.
1057 fma 0x1.6a09e667f3bccp-538 0x1.6a09e667f3bccp-538 0.0 missing-errno
1058 fma 0x1.deadbeef2feedp-495 0x1.deadbeef2feedp-495 -0x1.bf86a5786a574p-989
1059 fma 0x1.deadbeef2feedp-503 0x1.deadbeef2feedp-503 -0x1.bf86a5786a574p-1005
1060 fma 0x1p-537 0x1p-538 0x1p-1074
1061 fma 0x1.7fffff8p-968 0x1p-106 0x0.000001p-1022
1062 fma 0x1.4000004p-967 0x1p-106 0x0.000001p-1022
1063 fma 0x1.4p-967 -0x1p-106 -0x0.000001p-1022
1064 fma -0x1.19cab66d73e17p-959 0x1.c7108a8c5ff51p-107 -0x0.80b0ad65d9b64p-1022
1065 fma -0x1.d2eaed6e8e9d3p-979 -0x1.4e066c62ac9ddp-63 -0x0.9245e6b003454p-1022
1066 fma 0x1.153d650bb9f06p-907 0x1.2d01230d48407p-125 -0x0.b278d5acfc3cp-1022
1067 fma -0x1.fffffffffffffp-711 0x1.fffffffffffffp-275 0x1.fffffe00007ffp-983
1068 fma 0x1.4p-1022 0x1.0000000000002p-1 0x1p-1024
1069 fma -0x1.4p-1022 0x1.0000000000002p-1 -0x1p-1024
1070 fma 0x1.ffffffffffffcp-1022 0x1.0000000000001p-1 0x1p-1074
1071 fma -0x1.ffffffffffffcp-1022 0x1.0000000000001p-1 -0x1p-1074
1072 fma 0x1p-1074 0x1p-1 0x0.fffffffffffffp-1022
1073 fma -0x1p-1074 0x1p-1 -0x0.fffffffffffffp-1022
1074 fma 0x1p-1074 0x1.1p-1 0x0.fffffffffffffp-1022
1075 fma -0x1p-1074 0x1.1p-1 -0x0.fffffffffffffp-1022
1076 fma 0x1p-1074 0x1p-1074 0x1p1023
1077 fma 0x1p-1074 -0x1p-1074 0x1p1023
1078 fma 0x1p-1074 0x1p-1074 -0x1p1023
1079 fma 0x1p-1074 -0x1p-1074 -0x1p1023
1080 fma 0x1p-1074 0x1p-1074 0x1p-1022
1081 fma 0x1p-1074 -0x1p-1074 0x1p-1022
1082 fma 0x1p-1074 0x1p-1074 -0x1p-1022
1083 fma 0x1p-1074 -0x1p-1074 -0x1p-1022
1084 fma 0x1p-1074 0x1p-1074 0x0.fffffffffffffp-1022
1085 fma 0x1p-1074 -0x1p-1074 0x0.fffffffffffffp-1022
1086 fma 0x1p-1074 0x1p-1074 -0x0.fffffffffffffp-1022
1087 fma 0x1p-1074 -0x1p-1074 -0x0.fffffffffffffp-1022
1088 fma 0x1p-1074 0x1p-1074 0x1p-1074
1089 # Bug 6801: errno setting may be missing.
1090 fma 0x1p-1074 -0x1p-1074 0x1p-1074 missing-errno
1091 fma 0x1p-1074 0x1p-1074 -0x1p-1074 missing-errno
1092 fma 0x1p-1074 -0x1p-1074 -0x1p-1074
1093 fma 0x0.fffffffffffff8p0 0x0.fffffffffffff8p0 -0x0.fffffffffffffp0
1094 fma 0x0.fffffffffffff8p0 -0x0.fffffffffffff8p0 0x0.fffffffffffffp0
1095 fma -0x0.fffffffffffff8p0 0x0.fffffffffffff8p0 0x0.fffffffffffffp0
1096 fma -0x0.fffffffffffff8p0 -0x0.fffffffffffff8p0 -0x0.fffffffffffffp0
1097 fma 0x1.0000000000001p-1022 0x1.0000000000001p-55 0x1p1023
1098 fma 0x1.0000000000001p-1022 -0x1.0000000000001p-55 0x1p1023
1099 fma 0x1.0000000000001p-1022 0x1.0000000000001p-55 -0x1p1023
1100 fma 0x1.0000000000001p-1022 -0x1.0000000000001p-55 -0x1p1023
1101 fma 0x1.0000000000001p-1022 0x1.0000000000001p-55 0x1p970
1102 fma 0x1.0000000000001p-1022 -0x1.0000000000001p-55 0x1p970
1103 fma 0x1.0000000000001p-1022 0x1.0000000000001p-55 -0x1p970
1104 fma 0x1.0000000000001p-1022 -0x1.0000000000001p-55 -0x1p970
1106 fma -0x8.03fcp+3696 0xf.fffffffffffffffp-6140 0x8.3ffffffffffffffp-2450
1107 fma 0x9.fcp+2033 -0x8.000e1f000ff800fp-3613 -0xf.fffffffffffc0ffp-1579
1108 fma 0xc.7fc000003ffffffp-1194 0x8.1e0003fffffffffp+15327 -0x8.fffep+14072
1109 fma -0x8.0001fc000000003p+1798 0xcp-2230 0x8.f7e000000000007p-468
1110 fma 0xc.0000000000007ffp+10130 -0x8.000000000000001p+4430 0xc.07000000001ffffp+14513
1111 fma 0xb.ffffp-4777 0x8.000000fffffffffp-11612 -0x0.3800fff8p-16385
1112 fma 0x1.4p-16382 0x1.0000000000000004p-1 0x1p-16384
1113 fma -0x1.4p-16382 0x1.0000000000000004p-1 -0x1p-16384
1114 fma 0x1.fffffffffffffff8p-16382 0x1.0000000000000002p-1 0x1p-16445
1115 fma -0x1.fffffffffffffff8p-16382 0x1.0000000000000002p-1 -0x1p-16445
1116 fma 0x1p-16445 0x1p-1 0x0.fffffffffffffffep-16382
1117 fma -0x1p-16445 0x1p-1 -0x0.fffffffffffffffep-16382
1118 fma 0x1p-16445 0x1.1p-1 0x0.fffffffffffffffep-16382
1119 fma -0x1p-16445 0x1.1p-1 -0x0.fffffffffffffffep-16382
1120 fma 0x1p-16445 0x1p-16445 0x1p16383
1121 fma 0x1p-16445 -0x1p-16445 0x1p16383
1122 fma 0x1p-16445 0x1p-16445 -0x1p16383
1123 fma 0x1p-16445 -0x1p-16445 -0x1p16383
1124 fma 0x1p-16445 0x1p-16445 0x1p-16382
1125 fma 0x1p-16445 -0x1p-16445 0x1p-16382
1126 fma 0x1p-16445 0x1p-16445 -0x1p-16382
1127 fma 0x1p-16445 -0x1p-16445 -0x1p-16382
1128 fma 0x1p-16445 0x1p-16445 0x0.fffffffffffffffep-16382
1129 fma 0x1p-16445 -0x1p-16445 0x0.fffffffffffffffep-16382
1130 fma 0x1p-16445 0x1p-16445 -0x0.fffffffffffffffep-16382
1131 fma 0x1p-16445 -0x1p-16445 -0x0.fffffffffffffffep-16382
1132 fma 0x1p-16445 0x1p-16445 0x1p-16445
1133 # Bug 6801: errno setting may be missing.
1134 fma 0x1p-16445 -0x1p-16445 0x1p-16445 missing-errno
1135 fma 0x1p-16445 0x1p-16445 -0x1p-16445 missing-errno
1136 fma 0x1p-16445 -0x1p-16445 -0x1p-16445
1137 fma 0x0.ffffffffffffffffp0 0x0.ffffffffffffffffp0 -0x0.fffffffffffffffep0
1138 fma 0x0.ffffffffffffffffp0 -0x0.ffffffffffffffffp0 0x0.fffffffffffffffep0
1139 fma -0x0.ffffffffffffffffp0 0x0.ffffffffffffffffp0 0x0.fffffffffffffffep0
1140 fma -0x0.ffffffffffffffffp0 -0x0.ffffffffffffffffp0 -0x0.fffffffffffffffep0
1141 fma 0x1.0000000000000002p-16382 0x1.0000000000000002p-66 0x1p16383
1142 fma 0x1.0000000000000002p-16382 -0x1.0000000000000002p-66 0x1p16383
1143 fma 0x1.0000000000000002p-16382 0x1.0000000000000002p-66 -0x1p16383
1144 fma 0x1.0000000000000002p-16382 -0x1.0000000000000002p-66 -0x1p16383
1145 fma 0x1.0000000000000002p-16382 0x1.0000000000000002p-66 0x1p16319
1146 fma 0x1.0000000000000002p-16382 -0x1.0000000000000002p-66 0x1p16319
1147 fma 0x1.0000000000000002p-16382 0x1.0000000000000002p-66 -0x1p16319
1148 fma 0x1.0000000000000002p-16382 -0x1.0000000000000002p-66 -0x1p16319
1150 fma 0x1.bb2de33e02ccbbfa6e245a7c1f71p-2584 -0x1.6b500daf0580d987f1bc0cadfcddp-13777 0x1.613cd91d9fed34b33820e5ab9d8dp-16378
1151 fma -0x1.f949b880cacb0f0c61540105321dp-5954 -0x1.3876cec84b4140f3bd6198731b7ep-10525 -0x0.a5dc1c6cfbc498c54fb0b504bf19p-16382
1152 fma -0x1.0000fffffffffp-16221 0x1.0000001fffff8007fep-239 0x0.ff87ffffffffffffe000003fffffp-16382
1153 fma -0x1.ac79c9376ef447f3827c9e9de008p-2228 -0x1.5ba830022b6139e21fbe7270cad8p-6314 0x1.e8282b6a26bb6a9daf5c8e73e9f9p-8616
1154 fma -0x1.c69749ec574caaa2ab8e97ddb9f3p+2652 0x1.f34235ff9d095449c29b4831b62dp+3311 0x1.fbe4302df23354dbd0c4d3cfe606p+5879
1155 fma -0x1.ca8835fc6ecfb5398625fc891be5p-1686 0x1.621e1972bbe2180e5be9dd7d8df5p-7671 -0x1.7d2d21b73b52cf20dec2a83902a4p-9395
1156 fma -0x1.55cff679ec49c2541fab41fc843ep-11819 0x1.e60e9f464f9e8df0509647c7c971p+12325 0x1.eaa2a7649d765c2f564f7a5beca7p+454
1157 fma 0x1.f0e7b1454908576f2537d863cf9bp+11432 0x1.cdce52f09d4ca76e68706f34b5d5p-1417 -0x1.2e986187c70f146235ea2066e486p+9979
1158 fma 0x1.f102f7da4a57a3a4aab620e29452p-3098 -0x1.cc06a4ff40248f9e2dcc4b6afd84p-11727 0x1.d512a11126b5ac8ed8973b8580c8p-14849
1159 fma -0x1.fc47ac7434b993cd8dcb2b431f25p-3816 0x1.fbc9750da8468852d84558e1db6dp-5773 -0x1.00a98abf783f75c40fe5b7a37d86p-9607
1160 fma 0x1.00000000000007ffffffffffffffp-9045 -0x1.ffffffffffff80000001ffffffffp+4773 -0x1.f8p-4316
1161 fma 0x1.4e922764c90701d4a2f21d01893dp-8683 -0x1.955a12e2d7c9447c27fa022fc865p+212 -0x1.e9634462eaef96528b90b6944578p-8521
1162 fma 0x1.801181509c03bdbef10d6165588cp-15131 0x1.ad86f8e57d3d40bfa8007780af63p-368 -0x1.6e9df0dab1c9f1d7a6043c390741p-15507
1163 fma 0x1.ffffffffffffffp0 0x1.000000000000008p0 -0x1p-1000
1164 fma 0x1.4p-16382 0x1.0000000000000000000000000002p-1 0x1p-16384
1165 fma -0x1.4p-16382 0x1.0000000000000000000000000002p-1 -0x1p-16384
1166 fma 0x1.fffffffffffffffffffffffffffcp-16382 0x1.0000000000000000000000000001p-1 0x1p-16494
1167 fma -0x1.fffffffffffffffffffffffffffcp-16382 0x1.0000000000000000000000000001p-1 -0x1p-16494
1168 fma 0x1p-16494 0x1p-1 0x0.ffffffffffffffffffffffffffffp-16382
1169 fma -0x1p-16494 0x1p-1 -0x0.ffffffffffffffffffffffffffffp-16382
1170 fma 0x1p-16494 0x1.1p-1 0x0.ffffffffffffffffffffffffffffp-16382
1171 fma -0x1p-16494 0x1.1p-1 -0x0.ffffffffffffffffffffffffffffp-16382
1172 fma 0x1p-16494 0x1p-16494 0x1p16383
1173 fma 0x1p-16494 -0x1p-16494 0x1p16383
1174 fma 0x1p-16494 0x1p-16494 -0x1p16383
1175 fma 0x1p-16494 -0x1p-16494 -0x1p16383
1176 fma 0x1p-16494 0x1p-16494 0x1p-16382
1177 fma 0x1p-16494 -0x1p-16494 0x1p-16382
1178 fma 0x1p-16494 0x1p-16494 -0x1p-16382
1179 fma 0x1p-16494 -0x1p-16494 -0x1p-16382
1180 fma 0x1p-16494 0x1p-16494 0x0.ffffffffffffffffffffffffffffp-16382
1181 fma 0x1p-16494 -0x1p-16494 0x0.ffffffffffffffffffffffffffffp-16382
1182 fma 0x1p-16494 0x1p-16494 -0x0.ffffffffffffffffffffffffffffp-16382
1183 fma 0x1p-16494 -0x1p-16494 -0x0.ffffffffffffffffffffffffffffp-16382
1184 fma 0x1p-16494 0x1p-16494 0x1p-16494
1185 # Bug 6801: errno setting may be missing.
1186 fma 0x1p-16494 -0x1p-16494 0x1p-16494 missing-errno
1187 fma 0x1p-16494 0x1p-16494 -0x1p-16494 missing-errno
1188 fma 0x1p-16494 -0x1p-16494 -0x1p-16494
1189 fma 0x0.ffffffffffffffffffffffffffff8p0 0x0.ffffffffffffffffffffffffffff8p0 -0x0.ffffffffffffffffffffffffffffp0
1190 fma 0x0.ffffffffffffffffffffffffffff8p0 -0x0.ffffffffffffffffffffffffffff8p0 0x0.ffffffffffffffffffffffffffffp0
1191 fma -0x0.ffffffffffffffffffffffffffff8p0 0x0.ffffffffffffffffffffffffffff8p0 0x0.ffffffffffffffffffffffffffffp0
1192 fma -0x0.ffffffffffffffffffffffffffff8p0 -0x0.ffffffffffffffffffffffffffff8p0 -0x0.ffffffffffffffffffffffffffffp0
1193 fma 0x1.0000000000000000000000000001p-16382 0x1.0000000000000000000000000001p-66 0x1p16383
1194 fma 0x1.0000000000000000000000000001p-16382 -0x1.0000000000000000000000000001p-66 0x1p16383
1195 fma 0x1.0000000000000000000000000001p-16382 0x1.0000000000000000000000000001p-66 -0x1p16383
1196 fma 0x1.0000000000000000000000000001p-16382 -0x1.0000000000000000000000000001p-66 -0x1p16383
1197 fma 0x1.0000000000000000000000000001p-16382 0x1.0000000000000000000000000001p-66 0x1p16319
1198 fma 0x1.0000000000000000000000000001p-16382 -0x1.0000000000000000000000000001p-66 0x1p16319
1199 fma 0x1.0000000000000000000000000001p-16382 0x1.0000000000000000000000000001p-66 -0x1p16319
1200 fma 0x1.0000000000000000000000000001p-16382 -0x1.0000000000000000000000000001p-66 -0x1p16319
1202 hypot 0 0
1203 hypot 0 -0
1204 hypot -0 0
1205 hypot -0 -0
1206 # hypot (x,y) == hypot (+-x, +-y).
1207 hypot 0.7 12.4
1208 hypot -0.7 12.4
1209 hypot 0.7 -12.4
1210 hypot -0.7 -12.4
1211 hypot 12.4 0.7
1212 hypot -12.4 0.7
1213 hypot 12.4 -0.7
1214 hypot -12.4 -0.7
1215 # hypot (x,0) == fabs (x).
1216 hypot 0.75 0
1217 hypot -0.75 0
1218 hypot -5.7e7 0
1219 hypot 0.75 1.25
1220 hypot 1.0 0x1p-61
1221 hypot 0x1p+0 0x1.fp-129
1222 hypot 0x1.23456789abcdef0123456789ab8p-500 0x1.23456789abcdef0123456789ab8p-500
1223 hypot 0x3p125 0x4p125 no-test-inline:flt-32
1224 hypot 0x1.234566p-126 0x1.234566p-126 no-test-inline:flt-32
1225 hypot 0x3p1021 0x4p1021 no-test-inline:dbl-64
1226 hypot 0x1p+0 0x0.3ep-1022 no-test-inline:dbl-64
1227 hypot 0x3p16381 0x4p16381 no-test-inline
1228 hypot 0x1p-149 0x1p-149
1229 hypot 0x1p-1074 0x1p-1074
1230 hypot 0x1p-16445 0x1p-16445 no-test-inline
1231 hypot 0x1p-16494 0x1p-16494 no-test-inline
1232 hypot 0x0.fffffep-126 0x0.fp-127
1233 hypot 0x0.fffffep-126 0x0.fp-130
1234 hypot 0x0.fffffffffffffp-1022 0x0.fp-1023
1235 hypot 0x0.fffffffffffffp-1022 0x0.fp-1026
1236 hypot 0x0.ffffffp-16382 0x0.fp-16383 no-test-inline
1237 hypot 0x0.ffffffp-16382 0x0.fp-16386 no-test-inline
1238 hypot 0 min_subnorm no-test-inline
1240 j0 -1.0
1241 j0 0.0
1242 j0 0.125
1243 j0 0.75
1244 j0 1.0
1245 j0 1.5
1246 j0 2.0
1247 j0 8.0
1248 j0 10.0
1249 j0 4.0
1250 j0 -4.0
1251 j0 0x1.d7ce3ap+107
1252 j0 -0x1.001000001p+593
1253 j0 0x1p1023
1254 j0 0x1p16382
1255 j0 0x1p16383
1257 j1 -1.0
1258 j1 0.0
1259 j1 0.125
1260 j1 0.75
1261 j1 1.0
1262 j1 1.5
1263 j1 2.0
1264 j1 8.0
1265 j1 10.0
1266 j1 0x1.3ffp+74
1267 j1 0x1.ff00000000002p+840
1268 j1 0x1p1023
1269 j1 0x1p16382
1270 j1 0x1p16383
1272 # jn (0, x) == j0 (x).
1273 jn 0 -1.0
1274 jn 0 0.0
1275 jn 0 0.125
1276 jn 0 0.75
1277 jn 0 1.0
1278 jn 0 1.5
1279 jn 0 2.0
1280 jn 0 8.0
1281 jn 0 10.0
1282 jn 0 4.0
1283 jn 0 -4.0
1285 # jn (1, x) == j1 (x).
1286 jn 1 -1.0
1287 jn 1 0.0
1288 jn 1 0.125
1289 jn 1 0.75
1290 jn 1 1.0
1291 jn 1 1.5
1292 jn 1 2.0
1293 jn 1 8.0
1294 jn 1 10.0
1296 jn 3 -1.0
1297 jn 3 0.0
1298 jn 3 0.125
1299 jn 3 0.75
1300 jn 3 1.0
1301 jn 3 2.0
1302 jn 3 10.0
1304 jn 10 -1.0
1305 jn 10 0.0
1306 jn 10 0.125
1307 jn 10 0.75
1308 jn 10 1.0
1309 jn 10 2.0
1310 jn 10 10.0
1312 jn 2 2.4048255576957729
1313 jn 3 2.4048255576957729
1314 jn 4 2.4048255576957729
1315 jn 5 2.4048255576957729
1316 jn 6 2.4048255576957729
1317 jn 7 2.4048255576957729
1318 jn 8 2.4048255576957729
1319 jn 9 2.4048255576957729
1321 jn 2 0x1.ffff62p+99
1322 jn 2 0x1p127
1323 jn 2 0x1p1023
1324 jn 2 0x1p16383
1326 lgamma max
1327 lgamma 1
1328 lgamma 3
1329 lgamma 0.5
1330 lgamma -0.5
1331 lgamma 0.7
1332 lgamma 1.2
1333 lgamma 0x1p-5
1334 lgamma -0x1p-5
1335 lgamma 0x1p-10
1336 lgamma -0x1p-10
1337 lgamma 0x1p-15
1338 lgamma -0x1p-15
1339 lgamma 0x1p-20
1340 lgamma -0x1p-20
1341 lgamma 0x1p-25
1342 lgamma -0x1p-25
1343 lgamma 0x1p-30
1344 lgamma -0x1p-30
1345 lgamma 0x1p-40
1346 lgamma -0x1p-40
1347 lgamma 0x1p-50
1348 lgamma -0x1p-50
1349 lgamma 0x1p-60
1350 lgamma -0x1p-60
1351 lgamma 0x1p-64
1352 lgamma -0x1p-64
1353 lgamma 0x1p-70
1354 lgamma -0x1p-70
1355 lgamma 0x1p-100
1356 lgamma -0x1p-100
1357 lgamma 0x1p-126
1358 lgamma -0x1p-126
1359 lgamma 0x1p-149
1360 lgamma -0x1p-149
1361 lgamma 0x1p-200
1362 lgamma -0x1p-200
1363 lgamma 0x1p-500
1364 lgamma -0x1p-500
1365 lgamma 0x1p-1000
1366 lgamma -0x1p-1000
1367 lgamma 0x1p-1022
1368 lgamma -0x1p-1022
1369 lgamma 0x1p-1074
1370 lgamma -0x1p-1074
1371 lgamma 0x1p-5000
1372 lgamma -0x1p-5000
1373 lgamma 0x1p-10000
1374 lgamma -0x1p-10000
1375 lgamma 0x1p-16382
1376 lgamma -0x1p-16382
1377 lgamma 0x1p-16445
1378 lgamma -0x1p-16445
1379 lgamma 0x1p-16494
1380 lgamma -0x1p-16494
1382 log 1
1383 log e
1384 log 1/e
1385 log 2
1386 log 10
1387 log 0.75
1388 log min
1389 log min_subnorm
1391 log10 1
1392 log10 0.1
1393 log10 10.0
1394 log10 100.0
1395 log10 10000.0
1396 log10 e
1397 log10 0.75
1398 log10 min
1399 log10 min_subnorm
1401 log1p 0
1402 log1p -0
1403 log1p e-1
1404 log1p -0.25
1405 log1p -0.875
1406 # Bug 16339: underflow exception may be missing.
1407 log1p min missing-underflow
1408 log1p min_subnorm missing-underflow
1409 log1p -min missing-underflow
1410 log1p -min_subnorm missing-underflow
1412 log2 1
1413 log2 e
1414 log2 2.0
1415 log2 16.0
1416 log2 256.0
1417 log2 0.75
1418 log2 min
1419 log2 min_subnorm
1421 pow 0 0
1422 pow 0 -0
1423 pow -0 0
1424 pow -0 -0
1426 pow 10 0
1427 pow 10 -0
1428 pow -10 0
1429 pow -10 -0
1431 pow 1 1
1432 pow 1 -1
1433 pow 1 1.25
1434 pow 1 -1.25
1435 pow 1 0x1p62
1436 pow 1 0x1p63
1437 pow 1 0x1p64
1438 pow 1 0x1p72
1439 pow 1 min_subnorm
1440 pow 1 -min_subnorm
1442 # pow (x, +-0) == 1.
1443 pow 32.75 0
1444 pow 32.75 -0
1445 pow -32.75 0
1446 pow -32.75 -0
1447 pow 0x1p72 0
1448 pow 0x1p72 -0
1449 pow 0x1p-72 0
1450 pow 0x1p-72 -0
1452 pow 0x1p72 0x1p72
1453 pow 10 -0x1p72
1454 pow max max
1455 pow 10 -max
1457 pow 0 1
1458 pow 0 11
1460 pow -0 1
1461 pow -0 11
1463 pow 0 2
1464 pow 0 11.1
1466 pow -0 2
1467 pow -0 11.1
1469 # pow (+0, y) == +0 for y an odd integer > 0.
1470 pow 0.0 27
1471 pow 0.0 0xffffff
1472 pow 0.0 0x1.fffffffffffffp+52
1473 pow 0.0 0x1.fffffffffffffffep+63
1474 pow 0.0 0x1.ffffffffffffffffffffffffff8p+105
1475 pow 0.0 0x1.ffffffffffffffffffffffffffffp+112
1477 # pow (-0, y) == -0 for y an odd integer > 0.
1478 pow -0 27
1479 pow -0 0xffffff
1480 pow -0 0x1fffffe
1481 pow -0 0x1.fffffffffffffp+52
1482 pow -0 0x1.fffffffffffffp+53
1483 pow -0 0x1.fffffffffffffffep+63
1484 pow -0 0x1.fffffffffffffffep+64
1485 pow -0 0x1.ffffffffffffffffffffffffff8p+105
1486 pow -0 0x1.ffffffffffffffffffffffffff8p+106
1487 pow -0 0x1.ffffffffffffffffffffffffffffp+112
1488 pow -0 0x1.ffffffffffffffffffffffffffffp+113
1490 # pow (+0, y) == +0 for y > 0 and not an odd integer.
1491 pow 0.0 4
1492 pow 0.0 0x1p24
1493 pow 0.0 0x1p127
1494 pow 0.0 max
1495 pow 0.0 min_subnorm
1497 # pow (-0, y) == +0 for y > 0 and not an odd integer.
1498 pow -0 4
1499 pow -0 0x1p24
1500 pow -0 0x1p127
1501 pow -0 max
1502 pow -0 min_subnorm
1504 pow 16 0.25
1505 pow 0x1p64 0.125
1506 pow 2 4
1507 pow 256 8
1509 pow 0.75 1.25
1511 pow -7.49321e+133 -9.80818e+16
1513 pow -1.0 -0xffffff
1514 pow -1.0 -0x1fffffe
1515 pow -1.0 -0x1.fffffffffffffp+52
1516 pow -1.0 -0x1.fffffffffffffp+53
1517 pow -1.0 -0x1.fffffffffffffffep+63
1518 pow -1.0 -0x1.fffffffffffffffep+64
1519 pow -1.0 -0x1.ffffffffffffffffffffffffff8p+105
1520 pow -1.0 -0x1.ffffffffffffffffffffffffff8p+106
1521 pow -1.0 -0x1.ffffffffffffffffffffffffffffp+112
1522 pow -1.0 -0x1.ffffffffffffffffffffffffffffp+113
1523 pow -1.0 -max
1525 pow -1.0 0xffffff
1526 pow -1.0 0x1fffffe
1527 pow -1.0 0x1.fffffffffffffp+52
1528 pow -1.0 0x1.fffffffffffffp+53
1529 pow -1.0 0x1.fffffffffffffffep+63
1530 pow -1.0 0x1.fffffffffffffffep+64
1531 pow -1.0 0x1.ffffffffffffffffffffffffff8p+105
1532 pow -1.0 0x1.ffffffffffffffffffffffffff8p+106
1533 pow -1.0 0x1.ffffffffffffffffffffffffffffp+112
1534 pow -1.0 0x1.ffffffffffffffffffffffffffffp+113
1535 pow -1.0 max
1537 pow -2.0 126
1538 pow -2.0 127
1539 pow -2.0 -126
1540 pow -2.0 -127
1542 pow -2.0 -0xffffff
1543 pow -2.0 -0x1fffffe
1544 pow -2.0 -0x1.fffffffffffffp+52
1545 pow -2.0 -0x1.fffffffffffffp+53
1546 pow -2.0 -0x1.fffffffffffffffep+63
1547 pow -2.0 -0x1.fffffffffffffffep+64
1548 pow -2.0 -0x1.ffffffffffffffffffffffffff8p+105
1549 pow -2.0 -0x1.ffffffffffffffffffffffffff8p+106
1550 pow -2.0 -0x1.ffffffffffffffffffffffffffffp+112
1551 pow -2.0 -0x1.ffffffffffffffffffffffffffffp+113
1552 pow -2.0 -max
1554 pow -2.0 0xffffff
1555 pow -2.0 0x1fffffe
1556 pow -2.0 0x1.fffffffffffffp+52
1557 pow -2.0 0x1.fffffffffffffp+53
1558 pow -2.0 0x1.fffffffffffffffep+63
1559 pow -2.0 0x1.fffffffffffffffep+64
1560 pow -2.0 0x1.ffffffffffffffffffffffffff8p+105
1561 pow -2.0 0x1.ffffffffffffffffffffffffff8p+106
1562 pow -2.0 0x1.ffffffffffffffffffffffffffffp+112
1563 pow -2.0 0x1.ffffffffffffffffffffffffffffp+113
1564 pow -2.0 max
1566 pow -max -2
1567 pow -max -3
1568 pow -max 2
1569 pow -max 3
1571 pow -max -0xffffff
1572 pow -max -0x1fffffe
1573 pow -max -0x1.fffffffffffffp+52
1574 pow -max -0x1.fffffffffffffp+53
1575 pow -max -0x1.fffffffffffffffep+63
1576 pow -max -0x1.fffffffffffffffep+64
1577 pow -max -0x1.ffffffffffffffffffffffffff8p+105
1578 pow -max -0x1.ffffffffffffffffffffffffff8p+106
1579 pow -max -0x1.ffffffffffffffffffffffffffffp+112
1580 pow -max -0x1.ffffffffffffffffffffffffffffp+113
1581 pow -max -max
1583 pow -max 0xffffff
1584 pow -max 0x1fffffe
1585 pow -max 0x1.fffffffffffffp+52
1586 pow -max 0x1.fffffffffffffp+53
1587 pow -max 0x1.fffffffffffffffep+63
1588 pow -max 0x1.fffffffffffffffep+64
1589 pow -max 0x1.ffffffffffffffffffffffffff8p+105
1590 pow -max 0x1.ffffffffffffffffffffffffff8p+106
1591 pow -max 0x1.ffffffffffffffffffffffffffffp+112
1592 pow -max 0x1.ffffffffffffffffffffffffffffp+113
1593 pow -max max
1595 pow -0.5 126
1596 pow -0.5 127
1597 pow -0.5 -126
1598 pow -0.5 -127
1600 pow -0.5 -0xffffff
1601 pow -0.5 -0x1fffffe
1602 pow -0.5 -0x1.fffffffffffffp+52
1603 pow -0.5 -0x1.fffffffffffffp+53
1604 pow -0.5 -0x1.fffffffffffffffep+63
1605 pow -0.5 -0x1.fffffffffffffffep+64
1606 pow -0.5 -0x1.ffffffffffffffffffffffffff8p+105
1607 pow -0.5 -0x1.ffffffffffffffffffffffffff8p+106
1608 pow -0.5 -0x1.ffffffffffffffffffffffffffffp+112
1609 pow -0.5 -0x1.ffffffffffffffffffffffffffffp+113
1610 pow -0.5 -max
1612 pow -0.5 0xffffff
1613 pow -0.5 0x1fffffe
1614 pow -0.5 0x1.fffffffffffffp+52
1615 pow -0.5 0x1.fffffffffffffp+53
1616 pow -0.5 0x1.fffffffffffffffep+63
1617 pow -0.5 0x1.fffffffffffffffep+64
1618 pow -0.5 0x1.ffffffffffffffffffffffffff8p+105
1619 pow -0.5 0x1.ffffffffffffffffffffffffff8p+106
1620 pow -0.5 0x1.ffffffffffffffffffffffffffffp+112
1621 pow -0.5 0x1.ffffffffffffffffffffffffffffp+113
1622 pow -0.5 max
1624 pow -min -2
1625 pow -min -3
1626 pow -min 1
1627 pow -min 2
1628 pow -min 3
1630 pow -min -0xffffff
1631 pow -min -0x1fffffe
1632 pow -min -0x1.fffffffffffffp+52
1633 pow -min -0x1.fffffffffffffp+53
1634 pow -min -0x1.fffffffffffffffep+63
1635 pow -min -0x1.fffffffffffffffep+64
1636 pow -min -0x1.ffffffffffffffffffffffffff8p+105
1637 pow -min -0x1.ffffffffffffffffffffffffff8p+106
1638 pow -min -0x1.ffffffffffffffffffffffffffffp+112
1639 pow -min -0x1.ffffffffffffffffffffffffffffp+113
1640 pow -min -max
1642 pow -min 0xffffff
1643 pow -min 0x1fffffe
1644 pow -min 0x1.fffffffffffffp+52
1645 pow -min 0x1.fffffffffffffp+53
1646 pow -min 0x1.fffffffffffffffep+63
1647 pow -min 0x1.fffffffffffffffep+64
1648 pow -min 0x1.ffffffffffffffffffffffffff8p+105
1649 pow -min 0x1.ffffffffffffffffffffffffff8p+106
1650 pow -min 0x1.ffffffffffffffffffffffffffffp+112
1651 pow -min 0x1.ffffffffffffffffffffffffffffp+113
1652 pow -min max
1654 pow 0x0.ffffffp0 10
1655 pow 0x0.ffffffp0 100
1656 pow 0x0.ffffffp0 1000
1657 pow 0x0.ffffffp0 0x1p24
1658 pow 0x0.ffffffp0 0x1p30
1659 pow 0x0.ffffffp0 0x1.234566p30
1660 pow 0x0.ffffffp0 -10
1661 pow 0x0.ffffffp0 -100
1662 pow 0x0.ffffffp0 -1000
1663 pow 0x0.ffffffp0 -0x1p24
1664 pow 0x0.ffffffp0 -0x1p30
1665 pow 0x0.ffffffp0 -0x1.234566p30
1666 pow 0x1.000002p0 0x1p24
1667 pow 0x1.000002p0 0x1.234566p29
1668 pow 0x1.000002p0 -0x1.234566p29
1670 pow 0x0.fffffffffffff8p0 0x1.23456789abcdfp62
1671 pow 0x0.fffffffffffff8p0 -0x1.23456789abcdfp62
1672 pow 0x1.0000000000001p0 0x1.23456789abcdfp61
1673 pow 0x1.0000000000001p0 -0x1.23456789abcdfp61
1675 pow 0x0.ffffffffffffffffp0 0x1.23456789abcdef0ep77
1676 pow 0x0.ffffffffffffffffp0 -0x1.23456789abcdef0ep77
1677 pow 0x1.0000000000000002p0 0x1.23456789abcdef0ep76
1678 pow 0x1.0000000000000002p0 -0x1.23456789abcdef0ep76
1680 pow 0x0.ffffffffffffffffffffffffffff8p0 0x1.23456789abcdef0123456789abcdp126
1681 pow 0x0.ffffffffffffffffffffffffffff8p0 -0x1.23456789abcdef0123456789abcdp126
1682 pow 0x1.0000000000000000000000000001p0 0x1.23456789abcdef0123456789abcdp125
1683 pow 0x1.0000000000000000000000000001p0 -0x1.23456789abcdef0123456789abcdp125
1685 pow 1e4932 0.75
1686 pow 1e4928 0.75
1687 pow 1e4924 0.75
1688 pow 1e4920 0.75
1689 pow 10.0 4932.0
1690 pow 10.0 4931.0
1691 pow 10.0 4930.0
1692 pow 10.0 4929.0
1693 pow 10.0 -4931.0
1694 pow 10.0 -4930.0
1695 pow 10.0 -4929.0
1696 pow 1e27 182.0
1697 pow 1e27 -182.0
1699 pow min_subnorm min_subnorm
1700 pow min_subnorm -min_subnorm
1701 pow max min_subnorm
1702 pow max -min_subnorm
1703 pow 0.99 min_subnorm
1704 pow 0.99 -min_subnorm
1705 pow 1.01 min_subnorm
1706 pow 1.01 -min_subnorm
1708 pow 2.0 -100000.0
1710 pow 1.0625 1.125
1711 pow 1.5 1.03125
1713 sin 0
1714 sin -0
1715 sin pi/6
1716 sin -pi/6
1717 sin pi/2
1718 sin -pi/2
1719 sin 0.75
1720 sin 0x1p65
1721 sin -0x1p65
1722 sin 0x1.7f4134p+103
1723 sin 0.80190127184058835
1724 sin 2.522464e-1
1725 sin 1e22
1726 sin 0x1p1023
1727 sin 0x1p16383
1728 sin 0x1p+120
1729 sin 0x1p+127
1730 sin 0x1.fffff8p+127
1731 sin 0x1.fffffep+127
1732 sin 0x1p+50
1733 sin 0x1p+28
1734 sin 0.93340582292648832662962377071381
1735 sin 2.3328432680770916363144351635128
1736 sin 3.7439477503636453548097051680088
1737 sin 3.9225160069792437411706487182528
1738 sin 4.0711651639931289992091478779912
1739 sin 4.7858438478542097982426639646292
1740 sin 5.9840767662578002727968851104379
1741 sin 1
1742 sin 2
1743 sin 3
1744 sin 4
1745 sin 5
1746 sin 6
1747 sin 7
1748 sin 8
1749 sin 9
1750 sin 10
1752 sincos 0
1753 sincos -0
1754 sincos pi/2
1755 sincos pi/6
1756 sincos pi/3
1757 sincos 0.75
1758 sincos 0x1p65
1759 sincos -0x1p65
1760 sincos 0.80190127184058835
1761 sincos 1e22
1762 sincos 0x1p1023
1763 sincos 0x1p16383
1764 sincos 0x1p+120
1765 sincos 0x1p+127
1766 sincos 0x1.fffff8p+127
1767 sincos 0x1.fffffep+127
1768 sincos 0x1p+50
1769 sincos 0x1p+28
1771 sinh 0
1772 sinh -0
1773 sinh 0.75
1774 sinh 0x8p-32
1775 sinh 22
1776 sinh 23
1777 sinh 24
1779 sqrt 0
1780 sqrt -0
1781 sqrt 2209
1782 sqrt 4
1783 sqrt 2
1784 sqrt 0.25
1785 sqrt 6642.25
1786 sqrt 15190.5625
1787 sqrt 0.75
1788 sqrt 0x1.fffffffffffffp+1023
1789 sqrt 0x1.ffffffffffffbp+1023
1790 sqrt 0x1.ffffffffffff7p+1023
1791 sqrt 0x1.ffffffffffff3p+1023
1792 sqrt 0x1.fffffffffffefp+1023
1793 sqrt 0x1.fffffffffffebp+1023
1794 sqrt 0x1.fffffffffffe7p+1023
1795 sqrt 0x1.fffffffffffe3p+1023
1796 sqrt 0x1.fffffffffffdfp+1023
1797 sqrt 0x1.fffffffffffdbp+1023
1798 sqrt 0x1.fffffffffffd7p+1023
1799 sqrt 0x1.0000000000003p-1022
1800 sqrt 0x1.0000000000007p-1022
1801 sqrt 0x1.000000000000bp-1022
1802 sqrt 0x1.000000000000fp-1022
1803 sqrt 0x1.0000000000013p-1022
1804 sqrt 0x1.0000000000017p-1022
1805 sqrt 0x1.000000000001bp-1022
1806 sqrt 0x1.000000000001fp-1022
1807 sqrt 0x1.0000000000023p-1022
1808 sqrt 0x1.0000000000027p-1022
1809 sqrt 0x1.000000000002bp-1022
1810 sqrt 0x1.000000000002fp-1022
1811 sqrt 0x1.0000000000033p-1022
1812 sqrt 0x1.0000000000037p-1022
1813 sqrt 0x1.7167bc36eaa3bp+6
1814 sqrt 0x1.7570994273ad7p+6
1815 sqrt 0x1.7dae969442fe6p+6
1816 sqrt 0x1.7f8444fcf67e5p+6
1817 sqrt 0x1.8364650e63a54p+6
1818 sqrt 0x1.85bedd274edd8p+6
1819 sqrt 0x1.8609cf496ab77p+6
1820 sqrt 0x1.873849c70a375p+6
1821 sqrt 0x1.8919c962cbaaep+6
1822 sqrt 0x1.8de4493e22dc6p+6
1823 sqrt 0x1.924829a17a288p+6
1824 sqrt 0x1.92702cd992f12p+6
1825 sqrt 0x1.92b763a8311fdp+6
1826 sqrt 0x1.947da013c7293p+6
1827 sqrt 0x1.9536091c494d2p+6
1828 sqrt 0x1.61b04c6p-1019
1829 sqrt 0x1.93789f1p-1018
1830 sqrt 0x1.a1989b4p-1018
1831 sqrt 0x1.f93bc9p-1018
1832 sqrt 0x1.2f675e3p-1017
1833 sqrt 0x1.a158508p-1017
1834 sqrt 0x1.cd31f078p-1017
1835 sqrt 0x1.33b43b08p-1016
1836 sqrt 0x1.6e66a858p-1016
1837 sqrt 0x1.8661cbf8p-1016
1838 sqrt 0x1.bbb221b4p-1016
1839 sqrt 0x1.c4942f3cp-1016
1840 sqrt 0x1.dbb258c8p-1016
1841 sqrt 0x1.57103ea4p-1015
1842 sqrt 0x1.9b294f88p-1015
1843 sqrt 0x1.0000000000001p+0
1844 sqrt 0x1.fffffffffffffp-1
1846 tan 0
1847 tan -0
1848 tan pi/4
1849 tan 0.75
1850 tan 0x1p65
1851 tan -0x1p65
1852 tan 0xc.9p-4
1853 tan 0xc.908p-4
1854 tan 0xc.90cp-4
1855 tan 0xc.90ep-4
1856 tan 0xc.90fp-4
1857 tan 0xc.90f8p-4
1858 tan 0xc.90fcp-4
1859 tan 0xc.90fdp-4
1860 tan 0xc.90fd8p-4
1861 tan 0xc.90fdap-4
1862 tan 0xc.ap-4
1863 tan 0xc.98p-4
1864 tan 0xc.94p-4
1865 tan 0xc.92p-4
1866 tan 0xc.91p-4
1867 tan 0xc.90fep-4
1868 tan 0xc.90fdcp-4
1869 tan 0xc.90fdbp-4
1870 tan -0xc.9p-4
1871 tan -0xc.908p-4
1872 tan -0xc.90cp-4
1873 tan -0xc.90ep-4
1874 tan -0xc.90fp-4
1875 tan -0xc.90f8p-4
1876 tan -0xc.90fcp-4
1877 tan -0xc.90fdp-4
1878 tan -0xc.90fd8p-4
1879 tan -0xc.90fdap-4
1880 tan -0xc.ap-4
1881 tan -0xc.98p-4
1882 tan -0xc.94p-4
1883 tan -0xc.92p-4
1884 tan -0xc.91p-4
1885 tan -0xc.90fep-4
1886 tan -0xc.90fdcp-4
1887 tan -0xc.90fdbp-4
1888 tan 1e22
1889 tan 0x1p1023
1890 tan 0x1p16383
1891 tan 1
1892 tan 2
1893 tan 3
1894 tan 4
1895 tan 5
1896 tan 6
1897 tan 7
1898 tan 8
1899 tan 9
1900 tan 10
1902 tanh 0
1903 tanh -0
1904 tanh 0.75
1905 tanh -0.75
1906 tanh 1.0
1907 tanh -1.0
1908 tanh 0x1p-57
1910 tgamma 0.5
1911 tgamma -0.5
1913 tgamma 1
1914 tgamma 2
1915 tgamma 3
1916 tgamma 4
1917 tgamma 5
1918 tgamma 6
1919 tgamma 7
1920 tgamma 8
1921 tgamma 9
1922 tgamma 10
1924 tgamma 0.7
1925 tgamma 1.2
1927 tgamma 1.5
1928 tgamma 2.5
1929 tgamma 3.5
1930 tgamma 4.5
1931 tgamma 5.5
1932 tgamma 6.5
1933 tgamma 7.5
1934 tgamma 8.5
1935 tgamma 9.5
1936 tgamma -1.5
1937 tgamma -2.5
1938 tgamma -3.5
1939 tgamma -4.5
1940 tgamma -5.5
1941 tgamma -6.5
1942 tgamma -7.5
1943 tgamma -8.5
1944 tgamma -9.5
1945 tgamma 0x1p-24
1946 tgamma -0x1p-24
1947 tgamma 0x1p-53
1948 tgamma -0x1p-53
1949 tgamma 0x1p-64
1950 tgamma -0x1p-64
1951 tgamma 0x1p-106
1952 tgamma -0x1p-106
1953 tgamma 0x1p-113
1954 tgamma -0x1p-113
1955 tgamma 0x1p-127
1956 tgamma -0x1p-127
1957 tgamma 0x1p-128
1958 tgamma -0x1p-128
1959 tgamma 0x1p-149
1960 tgamma -0x1p-149
1961 tgamma 0x1p-1023
1962 tgamma -0x1p-1023
1963 tgamma 0x1p-1024
1964 tgamma -0x1p-1024
1965 tgamma 0x1p-1074
1966 tgamma -0x1p-1074
1967 tgamma 0x1p-16383
1968 tgamma -0x1p-16383
1969 tgamma 0x1p-16384
1970 tgamma -0x1p-16384
1971 tgamma 0x1p-16445
1972 tgamma -0x1p-16445
1973 tgamma 0x1p-16494
1974 tgamma -0x1p-16494
1975 tgamma 0x8.00001p0
1976 tgamma 0x7.fffff8p0
1977 tgamma 0x7.000008p0
1978 tgamma 0x6.fffff8p0
1979 tgamma 0x6.000008p0
1980 tgamma 0x5.fffff8p0
1981 tgamma 0x5.000008p0
1982 tgamma 0x4.fffff8p0
1983 tgamma 0x4.000008p0
1984 tgamma 0x3.fffffcp0
1985 tgamma 0x3.000004p0
1986 tgamma 0x2.fffffcp0
1987 tgamma 0x2.000004p0
1988 tgamma 0x1.fffffep0
1989 tgamma 0x1.000002p0
1990 tgamma 0x0.ffffffp0
1991 tgamma -0x0.ffffffp0
1992 tgamma -0x1.000002p0
1993 tgamma -0x1.fffffep0
1994 tgamma -0x2.000004p0
1995 tgamma -0x2.fffffcp0
1996 tgamma -0x3.000004p0
1997 tgamma -0x3.fffffcp0
1998 tgamma -0x4.000008p0
1999 tgamma -0x4.fffff8p0
2000 tgamma -0x5.000008p0
2001 tgamma -0x5.fffff8p0
2002 tgamma -0x6.000008p0
2003 tgamma -0x6.fffff8p0
2004 tgamma -0x7.000008p0
2005 tgamma -0x7.fffff8p0
2006 tgamma -0x8.00001p0
2007 tgamma -0x9.fffffp0
2008 tgamma -0xa.00001p0
2009 tgamma -0x13.ffffep0
2010 tgamma -0x14.00002p0
2011 tgamma -0x1d.ffffep0
2012 tgamma -0x1e.00002p0
2013 tgamma -0x27.ffffcp0
2014 tgamma -0x28.00004p0
2015 tgamma -0x28.ffffcp0
2016 tgamma -0x29.00004p0
2017 tgamma -0x29.ffffcp0
2018 tgamma -0x2a.00004p0
2019 tgamma 0x8.0000000000008p0
2020 tgamma 0x7.ffffffffffffcp0
2021 tgamma 0x7.0000000000004p0
2022 tgamma 0x6.ffffffffffffcp0
2023 tgamma 0x6.0000000000004p0
2024 tgamma 0x5.ffffffffffffcp0
2025 tgamma 0x5.0000000000004p0
2026 tgamma 0x4.ffffffffffffcp0
2027 tgamma 0x4.0000000000004p0
2028 tgamma 0x3.ffffffffffffep0
2029 tgamma 0x3.0000000000002p0
2030 tgamma 0x2.ffffffffffffep0
2031 tgamma 0x2.0000000000002p0
2032 tgamma 0x1.fffffffffffffp0
2033 tgamma 0x1.0000000000001p0
2034 tgamma 0x0.fffffffffffff8p0
2035 tgamma -0x0.fffffffffffff8p0
2036 tgamma -0x1.0000000000001p0
2037 tgamma -0x1.fffffffffffffp0
2038 tgamma -0x2.0000000000002p0
2039 tgamma -0x2.ffffffffffffep0
2040 tgamma -0x3.0000000000002p0
2041 tgamma -0x3.ffffffffffffep0
2042 tgamma -0x4.0000000000004p0
2043 tgamma -0x4.ffffffffffffcp0
2044 tgamma -0x5.0000000000004p0
2045 tgamma -0x5.ffffffffffffcp0
2046 tgamma -0x6.0000000000004p0
2047 tgamma -0x6.ffffffffffffcp0
2048 tgamma -0x7.0000000000004p0
2049 tgamma -0x7.ffffffffffffcp0
2050 tgamma -0x8.0000000000008p0
2051 tgamma -0x9.ffffffffffff8p0
2052 tgamma -0xa.0000000000008p0
2053 tgamma -0x13.ffffffffffffp0
2054 tgamma -0x14.000000000001p0
2055 tgamma -0x1d.ffffffffffffp0
2056 tgamma -0x1e.000000000001p0
2057 tgamma -0x27.fffffffffffep0
2058 tgamma -0x28.000000000002p0
2059 tgamma -0x28.fffffffffffep0
2060 tgamma -0x29.000000000002p0
2061 tgamma -0x29.fffffffffffep0
2062 tgamma -0x2a.000000000002p0
2063 tgamma -0x31.fffffffffffep0
2064 tgamma -0x32.000000000002p0
2065 tgamma -0x63.fffffffffffcp0
2066 tgamma -0x64.000000000004p0
2067 tgamma -0x95.fffffffffff8p0
2068 tgamma -0x96.000000000008p0
2069 tgamma -0xb4.fffffffffff8p0
2070 tgamma -0xb5.000000000008p0
2071 tgamma -0xb5.fffffffffff8p0
2072 tgamma -0xb6.000000000008p0
2073 tgamma -0xb6.fffffffffff8p0
2074 tgamma -0xb7.000000000008p0
2075 tgamma -0xb7.fffffffffff8p0
2076 tgamma -0xb8.000000000008p0
2077 tgamma 0x8.00000000000000000000000004p0
2078 tgamma 0x7.fffffffffffffffffffffffffep0
2079 tgamma 0x7.00000000000000000000000002p0
2080 tgamma 0x6.fffffffffffffffffffffffffep0
2081 tgamma 0x6.00000000000000000000000002p0
2082 tgamma 0x5.fffffffffffffffffffffffffep0
2083 tgamma 0x5.00000000000000000000000002p0
2084 tgamma 0x4.fffffffffffffffffffffffffep0
2085 tgamma 0x4.00000000000000000000000002p0
2086 tgamma 0x3.ffffffffffffffffffffffffffp0
2087 tgamma 0x3.00000000000000000000000001p0
2088 tgamma 0x2.ffffffffffffffffffffffffffp0
2089 tgamma 0x2.00000000000000000000000001p0
2090 tgamma 0x1.ffffffffffffffffffffffffff8p0
2091 tgamma 0x1.000000000000000000000000008p0
2092 tgamma 0x0.ffffffffffffffffffffffffffcp0
2093 tgamma -0x0.ffffffffffffffffffffffffffcp0
2094 tgamma -0x1.000000000000000000000000008p0
2095 tgamma -0x1.ffffffffffffffffffffffffff8p0
2096 tgamma -0x2.00000000000000000000000001p0
2097 tgamma -0x2.ffffffffffffffffffffffffffp0
2098 tgamma -0x3.00000000000000000000000001p0
2099 tgamma -0x3.ffffffffffffffffffffffffffp0
2100 tgamma -0x4.00000000000000000000000002p0
2101 tgamma -0x4.fffffffffffffffffffffffffep0
2102 tgamma -0x5.00000000000000000000000002p0
2103 tgamma -0x5.fffffffffffffffffffffffffep0
2104 tgamma -0x6.00000000000000000000000002p0
2105 tgamma -0x6.fffffffffffffffffffffffffep0
2106 tgamma -0x7.00000000000000000000000002p0
2107 tgamma -0x7.fffffffffffffffffffffffffep0
2108 tgamma -0x8.00000000000000000000000004p0
2109 tgamma -0x9.fffffffffffffffffffffffffcp0
2110 tgamma -0xa.00000000000000000000000004p0
2111 tgamma -0x13.fffffffffffffffffffffffff8p0
2112 tgamma -0x14.00000000000000000000000008p0
2113 tgamma -0x1d.fffffffffffffffffffffffff8p0
2114 tgamma -0x1e.00000000000000000000000008p0
2115 tgamma -0x27.fffffffffffffffffffffffffp0
2116 tgamma -0x28.0000000000000000000000001p0
2117 tgamma -0x28.fffffffffffffffffffffffffp0
2118 tgamma -0x29.0000000000000000000000001p0
2119 tgamma -0x29.fffffffffffffffffffffffffp0
2120 tgamma -0x2a.0000000000000000000000001p0
2121 tgamma -0x31.fffffffffffffffffffffffffp0
2122 tgamma -0x32.0000000000000000000000001p0
2123 tgamma -0x63.ffffffffffffffffffffffffep0
2124 tgamma -0x64.0000000000000000000000002p0
2125 tgamma -0x95.ffffffffffffffffffffffffcp0
2126 tgamma -0x96.0000000000000000000000004p0
2127 tgamma -0xb4.ffffffffffffffffffffffffcp0
2128 tgamma -0xb5.0000000000000000000000004p0
2129 tgamma -0xb5.ffffffffffffffffffffffffcp0
2130 tgamma -0xb6.0000000000000000000000004p0
2131 tgamma -0xb6.ffffffffffffffffffffffffcp0
2132 tgamma -0xb7.0000000000000000000000004p0
2133 tgamma -0xb7.ffffffffffffffffffffffffcp0
2134 tgamma -0xb8.0000000000000000000000004p0
2135 tgamma -0xbb.ffffffffffffffffffffffffcp0
2136 tgamma -0xbc.0000000000000000000000004p0
2137 tgamma -0xbc.ffffffffffffffffffffffffcp0
2138 tgamma -0xbd.0000000000000000000000004p0
2139 tgamma -0xbd.ffffffffffffffffffffffffcp0
2140 tgamma -0xbe.0000000000000000000000004p0
2141 tgamma -0xbe.ffffffffffffffffffffffffcp0
2142 tgamma -0xbf.0000000000000000000000004p0
2143 tgamma 0x8.000000000000001p0
2144 tgamma 0x7.fffffffffffffff8p0
2145 tgamma 0x7.0000000000000008p0
2146 tgamma 0x6.fffffffffffffff8p0
2147 tgamma 0x6.0000000000000008p0
2148 tgamma 0x5.fffffffffffffff8p0
2149 tgamma 0x5.0000000000000008p0
2150 tgamma 0x4.fffffffffffffff8p0
2151 tgamma 0x4.0000000000000008p0
2152 tgamma 0x3.fffffffffffffffcp0
2153 tgamma 0x3.0000000000000004p0
2154 tgamma 0x2.fffffffffffffffcp0
2155 tgamma 0x2.0000000000000004p0
2156 tgamma 0x1.fffffffffffffffep0
2157 tgamma 0x1.0000000000000002p0
2158 tgamma 0x0.ffffffffffffffffp0
2159 tgamma -0x0.ffffffffffffffffp0
2160 tgamma -0x1.0000000000000002p0
2161 tgamma -0x1.fffffffffffffffep0
2162 tgamma -0x2.0000000000000004p0
2163 tgamma -0x2.fffffffffffffffcp0
2164 tgamma -0x3.0000000000000004p0
2165 tgamma -0x3.fffffffffffffffcp0
2166 tgamma -0x4.0000000000000008p0
2167 tgamma -0x4.fffffffffffffff8p0
2168 tgamma -0x5.0000000000000008p0
2169 tgamma -0x5.fffffffffffffff8p0
2170 tgamma -0x6.0000000000000008p0
2171 tgamma -0x6.fffffffffffffff8p0
2172 tgamma -0x7.0000000000000008p0
2173 tgamma -0x7.fffffffffffffff8p0
2174 tgamma -0x8.000000000000001p0
2175 tgamma -0x9.fffffffffffffffp0
2176 tgamma -0xa.000000000000001p0
2177 tgamma -0x13.ffffffffffffffep0
2178 tgamma -0x14.000000000000002p0
2179 tgamma -0x1d.ffffffffffffffep0
2180 tgamma -0x1e.000000000000002p0
2181 tgamma -0x27.ffffffffffffffcp0
2182 tgamma -0x28.000000000000004p0
2183 tgamma -0x28.ffffffffffffffcp0
2184 tgamma -0x29.000000000000004p0
2185 tgamma -0x29.ffffffffffffffcp0
2186 tgamma -0x2a.000000000000004p0
2187 tgamma -0x31.ffffffffffffffcp0
2188 tgamma -0x32.000000000000004p0
2189 tgamma -0x63.ffffffffffffff8p0
2190 tgamma -0x64.000000000000008p0
2191 tgamma -0x95.ffffffffffffffp0
2192 tgamma -0x96.00000000000001p0
2193 tgamma -0xb4.ffffffffffffffp0
2194 tgamma -0xb5.00000000000001p0
2195 tgamma -0xb5.ffffffffffffffp0
2196 tgamma -0xb6.00000000000001p0
2197 tgamma -0xb6.ffffffffffffffp0
2198 tgamma -0xb7.00000000000001p0
2199 tgamma -0xb7.ffffffffffffffp0
2200 tgamma -0xb8.00000000000001p0
2201 tgamma -0xbb.ffffffffffffffp0
2202 tgamma -0xbc.00000000000001p0
2203 tgamma -0xbc.ffffffffffffffp0
2204 tgamma -0xbd.00000000000001p0
2205 tgamma -0xbd.ffffffffffffffp0
2206 tgamma -0xbe.00000000000001p0
2207 tgamma -0xbe.ffffffffffffffp0
2208 tgamma -0xbf.00000000000001p0
2209 tgamma -0xf9.ffffffffffffffp0
2210 tgamma -0xfa.00000000000001p0
2211 tgamma -0x1f3.fffffffffffffep0
2212 tgamma -0x1f4.00000000000002p0
2213 tgamma -0x2ed.fffffffffffffcp0
2214 tgamma -0x2ee.00000000000004p0
2215 tgamma -0x3e7.fffffffffffffcp0
2216 tgamma -0x3e8.00000000000004p0
2217 tgamma -0x4e1.fffffffffffff8p0
2218 tgamma -0x4e2.00000000000008p0
2219 tgamma -0x5db.fffffffffffff8p0
2220 tgamma -0x5dc.00000000000008p0
2221 tgamma -0x6d5.fffffffffffff8p0
2222 tgamma -0x6d6.00000000000008p0
2223 tgamma -0x6e2.fffffffffffff8p0
2224 tgamma -0x6e3.00000000000008p0
2225 tgamma -0x6e3.fffffffffffff8p0
2226 tgamma -0x6e4.00000000000008p0
2227 tgamma -0x6e4.fffffffffffff8p0
2228 tgamma -0x6e5.00000000000008p0
2229 tgamma -0x6e5.fffffffffffff8p0
2230 tgamma -0x6e6.00000000000008p0
2231 tgamma 0x8.0000000000000000000000000008p0
2232 tgamma 0x7.fffffffffffffffffffffffffffcp0
2233 tgamma 0x7.0000000000000000000000000004p0
2234 tgamma 0x6.fffffffffffffffffffffffffffcp0
2235 tgamma 0x6.0000000000000000000000000004p0
2236 tgamma 0x5.fffffffffffffffffffffffffffcp0
2237 tgamma 0x5.0000000000000000000000000004p0
2238 tgamma 0x4.fffffffffffffffffffffffffffcp0
2239 tgamma 0x4.0000000000000000000000000004p0
2240 tgamma 0x3.fffffffffffffffffffffffffffep0
2241 tgamma 0x3.0000000000000000000000000002p0
2242 tgamma 0x2.fffffffffffffffffffffffffffep0
2243 tgamma 0x2.0000000000000000000000000002p0
2244 tgamma 0x1.ffffffffffffffffffffffffffffp0
2245 tgamma 0x1.0000000000000000000000000001p0
2246 tgamma 0x0.ffffffffffffffffffffffffffff8p0
2247 tgamma -0x0.ffffffffffffffffffffffffffff8p0
2248 tgamma -0x1.0000000000000000000000000001p0
2249 tgamma -0x1.ffffffffffffffffffffffffffffp0
2250 tgamma -0x2.0000000000000000000000000002p0
2251 tgamma -0x2.fffffffffffffffffffffffffffep0
2252 tgamma -0x3.0000000000000000000000000002p0
2253 tgamma -0x3.fffffffffffffffffffffffffffep0
2254 tgamma -0x4.0000000000000000000000000004p0
2255 tgamma -0x4.fffffffffffffffffffffffffffcp0
2256 tgamma -0x5.0000000000000000000000000004p0
2257 tgamma -0x5.fffffffffffffffffffffffffffcp0
2258 tgamma -0x6.0000000000000000000000000004p0
2259 tgamma -0x6.fffffffffffffffffffffffffffcp0
2260 tgamma -0x7.0000000000000000000000000004p0
2261 tgamma -0x7.fffffffffffffffffffffffffffcp0
2262 tgamma -0x8.0000000000000000000000000008p0
2263 tgamma -0x9.fffffffffffffffffffffffffff8p0
2264 tgamma -0xa.0000000000000000000000000008p0
2265 tgamma -0x13.fffffffffffffffffffffffffffp0
2266 tgamma -0x14.000000000000000000000000001p0
2267 tgamma -0x1d.fffffffffffffffffffffffffffp0
2268 tgamma -0x1e.000000000000000000000000001p0
2269 tgamma -0x27.ffffffffffffffffffffffffffep0
2270 tgamma -0x28.000000000000000000000000002p0
2271 tgamma -0x28.ffffffffffffffffffffffffffep0
2272 tgamma -0x29.000000000000000000000000002p0
2273 tgamma -0x29.ffffffffffffffffffffffffffep0
2274 tgamma -0x2a.000000000000000000000000002p0
2275 tgamma -0x31.ffffffffffffffffffffffffffep0
2276 tgamma -0x32.000000000000000000000000002p0
2277 tgamma -0x63.ffffffffffffffffffffffffffcp0
2278 tgamma -0x64.000000000000000000000000004p0
2279 tgamma -0x95.ffffffffffffffffffffffffff8p0
2280 tgamma -0x96.000000000000000000000000008p0
2281 tgamma -0xb4.ffffffffffffffffffffffffff8p0
2282 tgamma -0xb5.000000000000000000000000008p0
2283 tgamma -0xb5.ffffffffffffffffffffffffff8p0
2284 tgamma -0xb6.000000000000000000000000008p0
2285 tgamma -0xb6.ffffffffffffffffffffffffff8p0
2286 tgamma -0xb7.000000000000000000000000008p0
2287 tgamma -0xb7.ffffffffffffffffffffffffff8p0
2288 tgamma -0xb8.000000000000000000000000008p0
2289 tgamma -0xbb.ffffffffffffffffffffffffff8p0
2290 tgamma -0xbc.000000000000000000000000008p0
2291 tgamma -0xbc.ffffffffffffffffffffffffff8p0
2292 tgamma -0xbd.000000000000000000000000008p0
2293 tgamma -0xbd.ffffffffffffffffffffffffff8p0
2294 tgamma -0xbe.000000000000000000000000008p0
2295 tgamma -0xbe.ffffffffffffffffffffffffff8p0
2296 tgamma -0xbf.000000000000000000000000008p0
2297 tgamma -0xf9.ffffffffffffffffffffffffff8p0
2298 tgamma -0xfa.000000000000000000000000008p0
2299 tgamma -0x1f3.ffffffffffffffffffffffffffp0
2300 tgamma -0x1f4.00000000000000000000000001p0
2301 tgamma -0x2ed.fffffffffffffffffffffffffep0
2302 tgamma -0x2ee.00000000000000000000000002p0
2303 tgamma -0x3e7.fffffffffffffffffffffffffep0
2304 tgamma -0x3e8.00000000000000000000000002p0
2305 tgamma -0x4e1.fffffffffffffffffffffffffcp0
2306 tgamma -0x4e2.00000000000000000000000004p0
2307 tgamma -0x5db.fffffffffffffffffffffffffcp0
2308 tgamma -0x5dc.00000000000000000000000004p0
2309 tgamma -0x6d5.fffffffffffffffffffffffffcp0
2310 tgamma -0x6d6.00000000000000000000000004p0
2311 tgamma -0x6e2.fffffffffffffffffffffffffcp0
2312 tgamma -0x6e3.00000000000000000000000004p0
2313 tgamma -0x6e3.fffffffffffffffffffffffffcp0
2314 tgamma -0x6e4.00000000000000000000000004p0
2315 tgamma -0x6e4.fffffffffffffffffffffffffcp0
2316 tgamma -0x6e5.00000000000000000000000004p0
2317 tgamma -0x6e5.fffffffffffffffffffffffffcp0
2318 tgamma -0x6e6.00000000000000000000000004p0
2319 tgamma -0x6eb.fffffffffffffffffffffffffcp0
2320 tgamma -0x6ec.00000000000000000000000004p0
2321 tgamma -0x6ec.fffffffffffffffffffffffffcp0
2322 tgamma -0x6ed.00000000000000000000000004p0
2323 tgamma -0x6ed.fffffffffffffffffffffffffcp0
2324 tgamma -0x6ee.00000000000000000000000004p0
2325 tgamma -0x6ee.fffffffffffffffffffffffffcp0
2326 tgamma -0x6ef.00000000000000000000000004p0
2327 tgamma -0x1.0a32a2p+5
2328 tgamma -0x1.5800000080001p+7
2329 tgamma 18.5
2330 tgamma 19.5
2331 tgamma 23.5
2332 tgamma 29.5
2333 tgamma 30.5
2334 tgamma 31.5
2335 tgamma 32.5
2336 tgamma 33.5
2337 tgamma 34.5
2338 tgamma 0x2.30a43cp+4
2339 tgamma 0x2.30a44p+4
2340 tgamma 0xa.b9fd72b0fb238p+4
2341 tgamma 0xa.b9fd72b0fb24p+4
2342 tgamma 0xa.b9fd72b0fb23a9ddbf0d3804f4p+4
2343 tgamma 0xa.b9fd72b0fb23a9ddbf0d3804f8p+4
2344 tgamma 0x6.db8c603359a97108p+8
2345 tgamma 0x6.db8c603359a9711p+8
2346 tgamma 0x6.db8c603359a971081bc4a2e9dfdp+8
2347 tgamma 0x6.db8c603359a971081bc4a2e9dfd4p+8
2348 tgamma 1e3
2349 tgamma -100000.5
2351 y0 0.125
2352 y0 0.75
2353 y0 1.0
2354 y0 1.5
2355 y0 2.0
2356 y0 8.0
2357 y0 10.0
2358 y0 0x1.3ffp+74
2359 y0 0x1.ff00000000002p+840
2360 y0 0x1p1023
2361 y0 0x1p16382
2362 y0 0x1p16383
2363 y0 0x1p-10
2364 y0 0x1p-20
2365 y0 0x1p-30
2366 y0 0x1p-40
2367 y0 0x1p-50
2368 y0 0x1p-60
2369 y0 0x1p-70
2370 y0 0x1p-80
2371 y0 0x1p-90
2372 y0 0x1p-100
2373 y0 0x1p-110
2375 y1 0.125
2376 y1 0.75
2377 y1 1.0
2378 y1 1.5
2379 y1 2.0
2380 y1 8.0
2381 y1 10.0
2382 y1 0x1.27e204p+99
2383 y1 0x1.001000001p+593
2384 y1 0x1p1023
2385 y1 0x1p16382
2386 y1 0x1p16383
2387 y1 0x1p-10
2388 y1 0x1p-20
2389 y1 0x1p-30
2390 y1 0x1p-40
2391 y1 0x1p-50
2392 y1 0x1p-60
2393 y1 0x1p-70
2394 y1 0x1p-80
2395 y1 0x1p-90
2396 y1 0x1p-100
2397 y1 0x1p-110
2399 # yn (0, x) == y0 (x).
2400 yn 0 0.125
2401 yn 0 0.75
2402 yn 0 1.0
2403 yn 0 1.5
2404 yn 0 2.0
2405 yn 0 8.0
2406 yn 0 10.0
2408 # yn (1, x) == y1 (x).
2409 yn 1 0.125
2410 yn 1 0.75
2411 yn 1 1.0
2412 yn 1 1.5
2413 yn 1 2.0
2414 yn 1 8.0
2415 yn 1 10.0
2417 # yn (-1, x) == -y1 (x).
2418 yn -1 1.0
2420 # yn (3, x).
2421 yn 3 0.125
2422 yn 3 0.75
2423 yn 3 1.0
2424 yn 3 2.0
2425 yn 3 10.0
2427 # yn (10, x).
2428 yn 10 0.125
2429 yn 10 0.75
2430 yn 10 1.0
2431 yn 10 2.0
2432 yn 10 10.0
2434 yn -10 1.0
2436 yn 10 min
2438 yn 2 0x1.ffff62p+99
2439 yn 2 0x1p127
2440 yn 2 0x1p1023
2441 yn 2 0x1p16383