ia64: fix build failure after async tls updates
[glibc.git] / math / auto-libm-test-in
blobcc2890553df21146c08840a643002a82e100fff4
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 asin min missing-underflow
65 asin -min missing-underflow
66 asin min_subnorm missing-underflow
67 asin -min_subnorm missing-underflow
69 asinh 0
70 asinh -0
71 asinh 0.75
72 asinh 1
73 asinh 10
74 asinh 100
75 asinh 1e6
76 asinh 0x1p100
77 # Bug 16350: underflow exception may be missing.
78 asinh min missing-underflow
79 asinh -min missing-underflow
80 asinh min_subnorm missing-underflow
81 asinh -min_subnorm missing-underflow
82 asinh max no-test-inline
83 asinh -max no-test-inline
85 atan 0
86 atan -0
87 atan max
88 atan -max
89 atan 1
90 atan -1
91 atan 0.75
92 atan 0x1p-5
93 atan 2.5
94 atan 10
95 atan 1e6
96 # Bug 15319: underflow exception may be missing.
97 atan 0x1p-100 missing-underflow
98 atan 0x1p-600 missing-underflow
99 atan 0x1p-10000 missing-underflow
100 atan min missing-underflow
101 atan -min missing-underflow
102 atan min_subnorm missing-underflow
103 atan -min_subnorm missing-underflow
105 # atan2 (0,x) == 0 for x > 0.
106 atan2 0 1
107 # atan2 (-0,x) == -0 for x > 0.
108 atan2 -0 1
109 atan2 0 0
110 atan2 -0 0
111 # atan2 (+0,x) == +pi for x < 0.
112 atan2 0 -1
113 # atan2 (-0,x) == -pi for x < 0.
114 atan2 -0 -1
115 atan2 0 -0
116 atan2 -0 -0
117 # atan2 (y,+0) == pi/2 for y > 0.
118 atan2 1 0
119 # atan2 (y,-0) == pi/2 for y > 0.
120 atan2 1 -0
121 # atan2 (y,+0) == -pi/2 for y < 0.
122 atan2 -1 0
123 # atan2 (y,-0) == -pi/2 for y < 0.
124 atan2 -1 -0
125 atan2 max max
126 atan2 max -max
127 atan2 -max max
128 atan2 -max -max
129 atan2 max min
130 atan2 -max -min
131 atan2 -max min
132 atan2 max -min
133 atan2 max min_subnorm
134 atan2 -max -min_subnorm
135 atan2 -max min_subnorm
136 atan2 max -min_subnorm
137 atan2 0.75 1
138 atan2 -0.75 1.0
139 atan2 0.75 -1.0
140 atan2 -0.75 -1.0
141 atan2 0.390625 .00029
142 atan2 1.390625 0.9296875
143 atan2 -0.00756827042671106339 -.001792735857538728036
144 atan2 0x1.00000000000001p0 0x1.00000000000001p0
145 atan2 min min
146 atan2 min -min
147 atan2 -min min
148 atan2 -min -min
149 atan2 min_subnorm min_subnorm
150 atan2 min_subnorm -min_subnorm
151 atan2 -min_subnorm min_subnorm
152 atan2 -min_subnorm -min_subnorm
153 atan2 1 -max
154 atan2 -1 -max
155 atan2 min -max
156 atan2 -min -max
157 atan2 min_subnorm -max
158 atan2 -min_subnorm -max
159 # Bug 15319: underflow exception may be missing.
160 # Bug 16349: errno setting may be missing.
161 atan2 1 max missing-underflow
162 atan2 -1 max missing-underflow
163 atan2 min max missing-underflow missing-errno
164 atan2 -min max missing-underflow missing-errno
165 atan2 min_subnorm max missing-underflow missing-errno
166 atan2 -min_subnorm max missing-underflow missing-errno
168 atanh 0
169 atanh -0
170 atanh 0.75
171 atanh -0.75
172 atanh 0.25
173 atanh 0x1p-5
174 atanh 0x1p-10
175 atanh 0x1.2345p-20
176 # Bug 16352: underflow exception may be missing.
177 # Bug 16357: spurious underflow may occur.
178 atanh min missing-underflow spurious-underflow:ldbl-96-intel:x86
179 atanh -min missing-underflow spurious-underflow:ldbl-96-intel:x86
180 atanh min_subnorm missing-underflow
181 atanh -min_subnorm missing-underflow
183 # cabs (x,y) == cabs (y,x).
184 cabs 0.75 12.390625
185 # cabs (x,y) == cabs (-x,y).
186 cabs -12.390625 0.75
187 # cabs (x,y) == cabs (-y,x).
188 cabs -0.75 12.390625
189 # cabs (x,y) == cabs (-x,-y).
190 cabs -12.390625 -0.75
191 # cabs (x,y) == cabs (-y,-x).
192 cabs -0.75 -12.390625
193 # cabs (x,0) == fabs (x).
194 cabs -0.75 0
195 cabs 0.75 0
196 cabs -1.0 0
197 cabs 1.0 0
198 cabs -5.7e7 0
199 cabs 5.7e7 0
200 cabs 0.75 1.25
202 # carg (x + i 0) == 0 for x > 0.
203 carg 2.0 0
204 # carg (x - i 0) == -0 for x > 0.
205 carg 2.0 -0
206 carg 0 0
207 carg 0 -0
208 # carg (x + i 0) == +pi for x < 0.
209 carg -2.0 0
210 # carg (x - i 0) == -pi for x < 0.
211 carg -2.0 -0
212 carg -0 0
213 carg -0 -0
214 # carg (+0 + i y) == pi/2 for y > 0.
215 carg 0 2.0
216 # carg (-0 + i y) == pi/2 for y > 0.
217 carg -0 2.0
218 # carg (+0 + i y) == -pi/2 for y < 0.
219 carg 0 -2.0
220 # carg (-0 + i y) == -pi/2 for y < 0.
221 carg -0 -2.0
223 cbrt 0.0
224 cbrt -0
225 cbrt -0.001
226 cbrt 8
227 cbrt -27.0
228 cbrt 0.9921875
229 cbrt 0.75
230 cbrt 0x1p16383
231 cbrt 0x1p-16383
232 cbrt 1e5
233 cbrt max
234 cbrt -max
235 cbrt min
236 cbrt -min
237 cbrt min_subnorm
238 cbrt -min_subnorm
240 ccos 0.0 0.0
241 ccos -0 0.0
242 ccos 0.0 -0
243 ccos -0 -0
245 ccos 0.75 1.25
246 ccos -2 -3
248 ccos 0.75 89.5
249 ccos 0.75 -89.5
250 ccos -0.75 89.5
251 ccos -0.75 -89.5
252 ccos 0.75 710.5
253 ccos 0.75 -710.5
254 ccos -0.75 710.5
255 ccos -0.75 -710.5
256 ccos 0.75 11357.25
257 ccos 0.75 -11357.25
258 ccos -0.75 11357.25
259 ccos -0.75 -11357.25
261 ccos 0x1p-149 180
262 ccos 0x1p-1074 1440
263 ccos 0x1p-16434 22730
265 ccos min_subnorm_p120 0x1p-120
266 ccos 0x1p-120 min_subnorm_p120
268 ccosh 0.0 0.0
269 ccosh -0 0.0
270 ccosh 0.0 -0
271 ccosh -0 -0
273 ccosh 0.75 1.25
274 ccosh -2 -3
276 ccosh 89.5 0.75
277 ccosh -89.5 0.75
278 ccosh 89.5 -0.75
279 ccosh -89.5 -0.75
280 ccosh 710.5 0.75
281 ccosh -710.5 0.75
282 ccosh 710.5 -0.75
283 ccosh -710.5 -0.75
284 ccosh 11357.25 0.75
285 ccosh -11357.25 0.75
286 ccosh 11357.25 -0.75
287 ccosh -11357.25 -0.75
289 ccosh 180 0x1p-149
290 ccosh 1440 0x1p-1074
291 ccosh 22730 0x1p-16434
293 ccosh min_subnorm_p120 0x1p-120
294 ccosh 0x1p-120 min_subnorm_p120
296 cexp 0 0
297 cexp -0 0
298 cexp 0 -0
299 cexp -0 -0
301 cexp 0.75 1.25
302 cexp -2.0 -3.0
304 cexp 0 0x1p65
305 cexp 0 -0x1p65
306 cexp 50 0x1p127
308 cexp 0 1e22
309 cexp 0 0x1p1023
310 cexp 500 0x1p1023
312 cexp 0 0x1p16383
313 cexp -10000 0x1p16383
315 cexp 88.75 0.75
316 cexp -95 0.75
317 cexp 709.8125 0.75
318 cexp -720 0.75
319 cexp 11356.5625 0.75
320 cexp -11370 0.75
322 cexp 180 0x1p-149
323 cexp 1440 0x1p-1074
324 cexp 22730 0x1p-16434
326 cexp 1e6 0
327 cexp 1e6 min
328 cexp 1e6 -min
330 # Bug 16348: spurious underflow may occur.
331 cexp min min_subnorm spurious-underflow:ldbl-96-intel:x86 spurious-underflow:ldbl-96-intel:x86_64
332 cexp min -min_subnorm spurious-underflow:ldbl-96-intel:x86 spurious-underflow:ldbl-96-intel:x86_64
334 clog 0.75 1.25
335 clog -2 -3
337 clog 0x1.fffffep+127 0x1.fffffep+127
338 clog 0x1.fffffep+127 1.0
339 clog 0x1p-149 0x1p-149
340 clog 0x1p-147 0x1p-147
341 clog 0x1.fffffffffffffp+1023 0x1.fffffffffffffp+1023
342 clog 0x1.fffffffffffffp+1023 0x1p+1023
343 clog 0x1p-1074 0x1p-1074
344 clog 0x1p-1073 0x1p-1073
345 clog 0x1.fp+16383 0x1.fp+16383
346 clog 0x1.fp+16383 0x1p+16383
347 clog 0x1p-16440 0x1p-16441
349 clog 0x1p-149 0x1.fp+127
350 clog -0x1p-149 0x1.fp+127
351 clog 0x1p-149 -0x1.fp+127
352 clog -0x1p-149 -0x1.fp+127
353 clog -0x1.fp+127 0x1p-149
354 clog -0x1.fp+127 -0x1p-149
355 clog 0x1.fp+127 0x1p-149
356 clog 0x1.fp+127 -0x1p-149
357 clog 0x1p-1074 0x1.fp+1023
358 clog -0x1p-1074 0x1.fp+1023
359 clog 0x1p-1074 -0x1.fp+1023
360 clog -0x1p-1074 -0x1.fp+1023
361 clog -0x1.fp+1023 0x1p-1074
362 clog -0x1.fp+1023 -0x1p-1074
363 clog 0x1.fp+1023 0x1p-1074
364 clog 0x1.fp+1023 -0x1p-1074
365 clog 0x1p-16445 0x1.fp+16383
366 clog -0x1p-16445 0x1.fp+16383
367 clog 0x1p-16445 -0x1.fp+16383
368 clog -0x1p-16445 -0x1.fp+16383
369 clog -0x1.fp+16383 0x1p-16445
370 clog -0x1.fp+16383 -0x1p-16445
371 clog 0x1.fp+16383 0x1p-16445
372 clog 0x1.fp+16383 -0x1p-16445
373 clog 0x1p-16494 0x1.fp+16383
374 clog -0x1p-16494 0x1.fp+16383
375 clog 0x1p-16494 -0x1.fp+16383
376 clog -0x1p-16494 -0x1.fp+16383
377 clog -0x1.fp+16383 0x1p-16494
378 clog -0x1.fp+16383 -0x1p-16494
379 clog 0x1.fp+16383 0x1p-16494
380 clog 0x1.fp+16383 -0x1p-16494
382 clog 1.0 0x1.234566p-10
383 clog -1.0 0x1.234566p-20
384 clog 0x1.234566p-30 1.0
385 clog -0x1.234566p-40 -1.0
386 clog 0x1.234566p-50 1.0
387 clog 0x1.234566p-60 1.0
388 clog 0x1p-62 1.0
389 clog 0x1p-63 1.0
390 clog 0x1p-64 1.0
391 clog 0x1p-510 1.0
392 clog 0x1p-511 1.0
393 clog 0x1p-512 1.0
394 clog 0x1p-8190 1.0
395 clog 0x1p-8191 1.0
396 clog 0x1p-8192 1.0
398 clog 0x1.000566p0 0x1.234p-10
399 clog 0x1.000566p0 0x1.234p-100
400 clog -0x1.0000000123456p0 0x1.2345678p-30
401 clog -0x1.0000000123456p0 0x1.2345678p-1000
402 clog 0x1.00000000000000123456789abcp0 0x1.23456789p-60
403 clog 0x1.00000000000000123456789abcp0 0x1.23456789p-1000
405 clog 0x0.ffffffp0 0x0.ffffffp-100
406 clog 0x0.fffffffffffff8p0 0x0.fffffffffffff8p-1000
407 clog 0x0.ffffffffffffffffp0 0x0.ffffffffffffffffp-15000
409 clog 0x1a6p-10 0x3a5p-10
410 clog 0xf2p-10 0x3e3p-10
411 clog 0x4d4ep-15 0x6605p-15
412 clog 0x2818p-15 0x798fp-15
413 clog 0x9b57bp-20 0xcb7b4p-20
414 clog 0x2731p-20 0xfffd0p-20
415 clog 0x2ede88p-23 0x771c3fp-23
416 clog 0x11682p-23 0x7ffed1p-23
417 clog 0xa1f2c1p-24 0xc643aep-24
418 clog 0x659feap-24 0xeaf6f9p-24
419 clog 0x4447d7175p-35 0x6c445e00ap-35
420 clog 0x2dd46725bp-35 0x7783a1284p-35
421 clog 0x164c74eea876p-45 0x16f393482f77p-45
422 clog 0xfe961079616p-45 0x1bc37e09e6d1p-45
423 clog 0xa4722f19346cp-51 0x7f9631c5e7f07p-51
424 clog 0x10673dd0f2481p-51 0x7ef1d17cefbd2p-51
425 clog 0x8ecbf810c4ae6p-52 0xd479468b09a37p-52
426 clog 0x5b06b680ea2ccp-52 0xef452b965da9fp-52
427 clog 0x659b70ab7971bp-53 0x1f5d111e08abecp-53
428 clog 0x15cfbd1990d1ffp-53 0x176a3973e09a9ap-53
429 clog 0x1367a310575591p-54 0x3cfcc0a0541f60p-54
430 clog 0x55cb6d0c83af5p-55 0x7fe33c0c7c4e90p-55
431 clog 0x298c62cb546588a7p-63 0x7911b1dfcc4ecdaep-63
432 clog 0x4d9c37e2b5cb4533p-63 0x65c98be2385a042ep-63
433 clog 0x602fd5037c4792efp-64 0xed3e2086dcca80b8p-64
434 clog 0x6b10b4f3520217b6p-64 0xe8893cbb449253a1p-64
435 clog 0x81b7efa81fc35ad1p-65 0x1ef4b835f1c79d812p-65
436 clog 0x3f96469050f650869c2p-75 0x6f16b2c9c8b05988335p-75
437 clog 0x3157fc1d73233e580c8p-75 0x761b52ccd435d7c7f5fp-75
438 clog 0x155f8afc4c48685bf63610p-85 0x17d0cf2652cdbeb1294e19p-85
439 clog 0x13836d58a13448d750b4b9p-85 0x195ca7bc3ab4f9161edbe6p-85
440 clog 0x1df515eb171a808b9e400266p-95 0x7c71eb0cd4688dfe98581c77p-95
441 clog 0xe33f66c9542ca25cc43c867p-95 0x7f35a68ebd3704a43c465864p-95
442 clog 0x6771f22c64ed551b857c128b4cp-105 0x1f570e7a13cc3cf2f44fd793ea1p-105
443 clog 0x15d8ab6ed05ca514086ac3a1e84p-105 0x1761e480aa094c0b10b34b09ce9p-105
444 clog 0x187190c1a334497bdbde5a95f48p-106 0x3b25f08062d0a095c4cfbbc338dp-106
445 clog 0x6241ef0da53f539f02fad67dabp-106 0x3fb46641182f7efd9caa769dac0p-106
446 clog 0x3e1d0a105ac4ebeacd9c6952d34cp-112 0xf859b3d1b06d005dcbb5516d5479p-112
447 clog 0x47017a2e36807acb1e5214b209dep-112 0xf5f4a550c9d75e3bb1839d865f0dp-112
448 clog 0x148f818cb7a9258fca942ade2a0cap-113 0x18854a34780b8333ec53310ad7001p-113
449 clog 0xfd95243681c055c2632286921092p-113 0x1bccabcd29ca2152860ec29e34ef7p-113
450 clog 0xdb85c467ee2aadd5f425fe0f4b8dp-114 0x3e83162a0f95f1dcbf97dddf410eap-114
451 clog 0x1415bcaf2105940d49a636e98ae59p-115 0x7e6a150adfcd1b0921d44b31f40f4p-115
453 cos 0
454 cos -0
455 cos pi/3
456 cos 2pi/3
457 cos pi/2
458 cos 0.75
459 cos 0x1p65
460 cos -0x1p65
461 cos 0.80190127184058835
462 cos 0x1.442f74p+15
463 cos 1e22
464 cos 0x1p1023
465 cos 0x1p16383
466 cos 0x1p+120
467 cos 0x1p+127
468 cos 0x1.fffff8p+127
469 cos 0x1.fffffep+127
470 cos 0x1p+50
471 cos 0x1p+28
472 cos 0x1.000000cf4a2a2p0
473 cos 0x1.0000010b239a9p0
474 cos 0x1.00000162a932bp0
475 cos 0x1.000002d452a10p0
476 cos 0x1.000005bc7d86dp0
477 cos 1
478 cos 2
479 cos 3
480 cos 4
481 cos 5
482 cos 6
483 cos 7
484 cos 8
485 cos 9
486 cos 10
487 cos max
488 cos -max
489 cos min
490 cos -min
491 cos min_subnorm
492 cos -min_subnorm
494 cosh 0
495 cosh -0
496 cosh 0.75
497 cosh 709.8893558127259666434838436543941497802734375
498 cosh -709.8893558127259666434838436543941497802734375
499 cosh 22
500 cosh 23
501 cosh 24
502 cosh 0x1p-5
503 cosh 0x1p-20
504 cosh -1
505 cosh 50
506 # GCC bug 59666: results on directed rounding may be incorrect.
507 cosh max no-test-inline xfail-rounding:ldbl-128ibm
508 cosh -max no-test-inline xfail-rounding:ldbl-128ibm
509 # Bug 16354: spurious underflow may occur.
510 cosh min spurious-underflow
511 cosh -min spurious-underflow
512 cosh min_subnorm spurious-underflow
513 cosh -min_subnorm spurious-underflow
514 # Test values either side of overflow for each floating-point format.
515 cosh 0x5.96a7ep+4
516 cosh 0x5.96a7e8p+4
517 cosh -0x5.96a7ep+4
518 cosh -0x5.96a7e8p+4
519 # GCC bug 59666: results on directed rounding may be incorrect.
520 cosh 0x2.c679d1f73f0fap+8 xfail-rounding:ldbl-128ibm
521 cosh 0x2.c679d1f73f0fcp+8 xfail-rounding:ldbl-128ibm
522 cosh -0x2.c679d1f73f0fap+8 xfail-rounding:ldbl-128ibm
523 cosh -0x2.c679d1f73f0fcp+8 xfail-rounding:ldbl-128ibm
524 cosh 0x2.c679d1f73f0fb624d358b213a7p+8 xfail-rounding:ldbl-128ibm
525 cosh 0x2.c679d1f73f0fb624d358b213a8p+8 xfail-rounding:ldbl-128ibm
526 cosh -0x2.c679d1f73f0fb624d358b213a7p+8 xfail-rounding:ldbl-128ibm
527 cosh -0x2.c679d1f73f0fb624d358b213a8p+8 xfail-rounding:ldbl-128ibm
528 cosh 0x2.c5d37700c6bb03a4p+12 no-test-inline xfail-rounding:ldbl-128ibm
529 cosh 0x2.c5d37700c6bb03a8p+12 no-test-inline xfail-rounding:ldbl-128ibm
530 cosh -0x2.c5d37700c6bb03a4p+12 no-test-inline xfail-rounding:ldbl-128ibm
531 cosh -0x2.c5d37700c6bb03a8p+12 no-test-inline xfail-rounding:ldbl-128ibm
532 cosh 0x2.c5d37700c6bb03a6c24b6c9b494cp+12 no-test-inline xfail-rounding:ldbl-128ibm
533 cosh 0x2.c5d37700c6bb03a6c24b6c9b494ep+12 no-test-inline xfail-rounding:ldbl-128ibm
534 cosh -0x2.c5d37700c6bb03a6c24b6c9b494cp+12 no-test-inline xfail-rounding:ldbl-128ibm
535 cosh -0x2.c5d37700c6bb03a6c24b6c9b494ep+12 no-test-inline xfail-rounding:ldbl-128ibm
537 cpow 1 0 0 0
538 cpow 2 0 10 0
539 # Bug 14473: cpow results inaccurate.
540 cpow e 0 0 2pi xfail
541 cpow 2 3 4 0
543 cpow 0.75 1.25 0.75 1.25
544 cpow 0.75 1.25 1.0 1.0
545 cpow 0.75 1.25 1.0 0.0
546 cpow 0.75 1.25 0.0 1.0
548 csqrt 0 0
549 csqrt 0 -0
550 csqrt -0 0
551 csqrt -0 -0
553 csqrt 16.0 -30.0
554 csqrt -1 0
555 csqrt 0 2
556 csqrt 119 120
557 csqrt 0.75 1.25
558 csqrt -2 -3
559 csqrt -2 3
560 # Principal square root should be returned (i.e., non-negative real part).
561 csqrt 0 -1
563 csqrt 0x1.fffffep+127 0x1.fffffep+127
564 csqrt 0x1.fffffep+127 1.0
565 csqrt 0x1p-149 0x1p-149
566 csqrt 0x1p-147 0x1p-147
568 csqrt 0 0x1p-149
569 csqrt 0x1p-50 0x1p-149
570 csqrt 0x1p+127 0x1p-149
571 csqrt 0x1p-149 0x1p+127
572 csqrt 0x1.000002p-126 0x1.000002p-126
573 csqrt -0x1.000002p-126 -0x1.000002p-126
575 csqrt 0x1.fffffffffffffp+1023 0x1.fffffffffffffp+1023
576 csqrt 0x1.fffffffffffffp+1023 0x1p+1023
577 csqrt 0x1p-1074 0x1p-1074
578 csqrt 0x1p-1073 0x1p-1073
580 csqrt 0 0x1p-1074
581 csqrt 0x1p-500 0x1p-1074
582 csqrt 0x1p+1023 0x1p-1074
583 csqrt 0x1p-1074 0x1p+1023
584 csqrt 0x1.0000000000001p-1022 0x1.0000000000001p-1022
585 csqrt -0x1.0000000000001p-1022 -0x1.0000000000001p-1022
587 csqrt 0x1.fp+16383 0x1.fp+16383
588 csqrt 0x1.fp+16383 0x1p+16383
589 csqrt 0x1p-16440 0x1p-16441
591 csqrt 0 0x1p-16445
592 csqrt 0x1p-5000 0x1p-16445
593 csqrt 0x1p+16383 0x1p-16445
594 csqrt 0x1p-16445 0x1p+16383
595 csqrt 0x1.0000000000000002p-16382 0x1.0000000000000002p-16382
596 csqrt -0x1.0000000000000002p-16382 -0x1.0000000000000002p-16382
598 csqrt 0 0x1p-16494
599 csqrt 0x1p-5000 0x1p-16494
600 csqrt 0x1p+16383 0x1p-16494
601 csqrt 0x1p-16494 0x1p+16383
602 csqrt 0x1.0000000000000000000000000001p-16382 0x1.0000000000000000000000000001p-16382
603 csqrt -0x1.0000000000000000000000000001p-16382 -0x1.0000000000000000000000000001p-16382
605 ctan 0 0
606 ctan 0 -0
607 ctan -0 0
608 ctan -0 -0
610 ctan 0.75 1.25
611 ctan -2 -3
613 ctan 1 45
614 ctan 1 47
615 ctan 1 355
616 ctan 1 365
617 ctan 1 5680
618 ctan 1 5690
620 ctan 0x3.243f6cp-1 0
622 ctan 0x1p127 1
623 ctan 0x1p1023 1
624 ctan 0x1p16383 1
626 ctan 50000 50000
627 ctan 50000 -50000
628 ctan -50000 50000
629 ctan -50000 -50000
631 ctan 0x1.921fb6p+0 0x1p-149
632 ctan 0x1.921fb54442d18p+0 0x1p-1074
633 ctan 0x1.921fb54442d1846ap+0 0x1p-16445
635 ctanh 0 0
636 ctanh 0 -0
637 ctanh -0 0
638 ctanh -0 -0
640 ctanh 0 pi/4
642 ctanh 0.75 1.25
643 ctanh -2 -3
645 ctanh 45 1
646 ctanh 47 1
647 ctanh 355 1
648 ctanh 365 1
649 ctanh 5680 1
650 ctanh 5690 1
652 ctanh 0 0x3.243f6cp-1
654 ctanh 1 0x1p127
655 ctanh 1 0x1p1023
656 ctanh 1 0x1p16383
658 ctanh 50000 50000
659 ctanh 50000 -50000
660 ctanh -50000 50000
661 ctanh -50000 -50000
663 ctanh 0x1p-149 0x1.921fb6p+0
664 ctanh 0x1p-1074 0x1.921fb54442d18p+0
665 ctanh 0x1p-16445 0x1.921fb54442d1846ap+0
667 erf 0
668 erf -0
669 erf 0.125
670 erf 0.75
671 erf 1.25
672 erf 2.0
673 erf 4.125
674 erf 27.0
675 erf -27.0
676 erf -0x1.fffffffffffff8p-2
678 erfc 0.0
679 erfc -0
680 erfc 0.125
681 erfc 0.75
682 erfc 1.25
683 erfc 2.0
684 erfc 0x1.f7303cp+1
685 erfc 4.125
686 erfc 0x1.ffa002p+2
687 erfc 0x1.ffffc8p+2
688 erfc -0x1.fffffffffffff8p-2
689 erfc 26.0
690 erfc 27.0
691 erfc 28.0
692 erfc 0x1.ffff56789abcdef0123456789a8p+2
693 erfc 100
694 erfc 106
695 erfc 106.5
696 erfc 106.625
697 erfc 107
698 erfc 108
699 erfc 1000
700 erfc max
702 exp 0
703 exp -0
704 exp 1
705 exp 2
706 exp 3
707 exp 0.75
708 exp 50.0
709 exp 88.72269439697265625
710 exp 709.75
711 # Bug 16284: results on directed rounding may be incorrect.
712 exp 1000.0 xfail-rounding:dbl-64
713 exp 710 xfail-rounding:dbl-64
714 exp -1234
715 # Bug 16284: results on directed rounding may be incorrect.
716 exp 0x2.c679d1f73f0fb628p+8 xfail-rounding:dbl-64
717 exp 1e5 xfail-rounding:dbl-64
718 exp max xfail-rounding:dbl-64
719 exp -7.4444006192138124e+02
720 exp -0x1.75f113c30b1c8p+9
721 exp -max
723 exp10 0
724 exp10 -0
725 exp10 3
726 exp10 -1
727 exp10 36
728 exp10 -36
729 exp10 305
730 exp10 -305
731 # Bug 16284: results on directed rounding may be incorrect.
732 # GCC bug 59666: results on directed rounding may be incorrect.
733 exp10 4932 xfail-rounding:flt-32 xfail-rounding:ldbl-128ibm
734 # Bug 16361: underflow exception may be misssing
735 exp10 -4932 missing-underflow:ldbl-96-intel:x86 missing-underflow:ldbl-96-intel:x86_64
736 # Bug 16284: results on directed rounding may be incorrect.
737 # GCC bug 59666: results on directed rounding may be incorrect.
738 exp10 1e5 xfail-rounding:flt-32 xfail-rounding:ldbl-128ibm
739 exp10 -1e5
740 # Bug 16284: results on directed rounding may be incorrect.
741 # GCC bug 59666: results on directed rounding may be incorrect.
742 exp10 1e6 xfail-rounding:flt-32 xfail-rounding:ldbl-128ibm
743 exp10 -1e6
744 # Bug 16284: results on directed rounding may be incorrect.
745 # GCC bug 59666: results on directed rounding may be incorrect.
746 exp10 max xfail-rounding:flt-32 xfail-rounding:ldbl-128ibm
747 exp10 -max
748 exp10 0.75
749 # Bug 16284: results on directed rounding may be incorrect.
750 # GCC bug 59666: results on directed rounding may be incorrect.
751 exp10 0x1.348e45573a1dd72cp+8 xfail-rounding:flt-32 xfail-rounding:dbl-64 xfail-rounding:ldbl-128ibm
753 exp2 0
754 exp2 -0
755 exp2 10
756 exp2 -1
757 exp2 1e6
758 exp2 -1e6
759 exp2 max
760 exp2 -max
761 exp2 0.75
762 exp2 100.5
763 exp2 127
764 exp2 -149
765 exp2 1000.25
766 exp2 1023
767 exp2 -1074
768 exp2 16383
769 exp2 -16400
771 expm1 0
772 expm1 -0
773 expm1 1
774 expm1 0.75
775 expm1 50.0
776 expm1 127.0
777 expm1 500.0
778 # GCC bug 59666: results on directed rounding may be incorrect.
779 expm1 11356.25 xfail-rounding:ldbl-128ibm
780 expm1 -10.0
781 expm1 -16.0
782 expm1 -17.0
783 expm1 -18.0
784 expm1 -36.0
785 expm1 -37.0
786 expm1 -38.0
787 expm1 -44.0
788 expm1 -45.0
789 expm1 -46.0
790 expm1 -73.0
791 expm1 -74.0
792 expm1 -75.0
793 expm1 -78.0
794 expm1 -79.0
795 expm1 -80.0
796 expm1 -100.0
797 expm1 -1000.0
798 expm1 -10000.0
799 expm1 -100000.0
800 # GCC bug 59666: results on directed rounding may be incorrect.
801 expm1 100000.0 xfail-rounding:ldbl-128ibm
802 expm1 max xfail-rounding:ldbl-128ibm
803 expm1 -max
804 expm1 0x1p-2
805 expm1 -0x1p-2
806 expm1 0x1p-10
807 expm1 -0x1p-10
808 expm1 0x1p-20
809 expm1 -0x1p-20
810 expm1 0x1p-29
811 expm1 -0x1p-29
812 expm1 0x1p-32
813 expm1 -0x1p-32
814 expm1 0x1p-50
815 expm1 -0x1p-50
816 expm1 0x1p-64
817 expm1 -0x1p-64
818 expm1 0x1p-100
819 expm1 -0x1p-100
821 hypot 0 0
822 hypot 0 -0
823 hypot -0 0
824 hypot -0 -0
825 # hypot (x,y) == hypot (+-x, +-y).
826 hypot 0.7 12.4
827 hypot -0.7 12.4
828 hypot 0.7 -12.4
829 hypot -0.7 -12.4
830 hypot 12.4 0.7
831 hypot -12.4 0.7
832 hypot 12.4 -0.7
833 hypot -12.4 -0.7
834 # hypot (x,0) == fabs (x).
835 hypot 0.75 0
836 hypot -0.75 0
837 hypot -5.7e7 0
838 hypot 0.75 1.25
839 hypot 1.0 0x1p-61
840 hypot 0x1p+0 0x1.fp-129
841 hypot 0x1.23456789abcdef0123456789ab8p-500 0x1.23456789abcdef0123456789ab8p-500
842 hypot 0x3p125 0x4p125 no-test-inline:flt-32
843 hypot 0x1.234566p-126 0x1.234566p-126 no-test-inline:flt-32
844 hypot 0x3p1021 0x4p1021 no-test-inline:dbl-64
845 hypot 0x1p+0 0x0.3ep-1022 no-test-inline:dbl-64
846 hypot 0x3p16381 0x4p16381 no-test-inline
847 hypot 0x1p-149 0x1p-149
848 hypot 0x1p-1074 0x1p-1074
849 hypot 0x1p-16445 0x1p-16445 no-test-inline
850 hypot 0x1p-16494 0x1p-16494 no-test-inline
851 hypot 0x0.fffffep-126 0x0.fp-127
852 hypot 0x0.fffffep-126 0x0.fp-130
853 hypot 0x0.fffffffffffffp-1022 0x0.fp-1023
854 hypot 0x0.fffffffffffffp-1022 0x0.fp-1026
855 hypot 0x0.ffffffp-16382 0x0.fp-16383 no-test-inline
856 hypot 0x0.ffffffp-16382 0x0.fp-16386 no-test-inline
857 hypot 0 min_subnorm no-test-inline
859 j0 -1.0
860 j0 0.0
861 j0 0.125
862 j0 0.75
863 j0 1.0
864 j0 1.5
865 j0 2.0
866 j0 8.0
867 j0 10.0
868 j0 4.0
869 j0 -4.0
870 j0 0x1.d7ce3ap+107
871 j0 -0x1.001000001p+593
872 j0 0x1p1023
873 j0 0x1p16382
874 j0 0x1p16383
876 j1 -1.0
877 j1 0.0
878 j1 0.125
879 j1 0.75
880 j1 1.0
881 j1 1.5
882 j1 2.0
883 j1 8.0
884 j1 10.0
885 j1 0x1.3ffp+74
886 j1 0x1.ff00000000002p+840
887 j1 0x1p1023
888 j1 0x1p16382
889 j1 0x1p16383
891 # jn (0, x) == j0 (x).
892 jn 0 -1.0
893 jn 0 0.0
894 jn 0 0.125
895 jn 0 0.75
896 jn 0 1.0
897 jn 0 1.5
898 jn 0 2.0
899 jn 0 8.0
900 jn 0 10.0
901 jn 0 4.0
902 jn 0 -4.0
904 # jn (1, x) == j1 (x).
905 jn 1 -1.0
906 jn 1 0.0
907 jn 1 0.125
908 jn 1 0.75
909 jn 1 1.0
910 jn 1 1.5
911 jn 1 2.0
912 jn 1 8.0
913 jn 1 10.0
915 jn 3 -1.0
916 jn 3 0.0
917 jn 3 0.125
918 jn 3 0.75
919 jn 3 1.0
920 jn 3 2.0
921 jn 3 10.0
923 jn 10 -1.0
924 jn 10 0.0
925 jn 10 0.125
926 jn 10 0.75
927 jn 10 1.0
928 jn 10 2.0
929 jn 10 10.0
931 jn 2 2.4048255576957729
932 jn 3 2.4048255576957729
933 jn 4 2.4048255576957729
934 jn 5 2.4048255576957729
935 jn 6 2.4048255576957729
936 jn 7 2.4048255576957729
937 jn 8 2.4048255576957729
938 jn 9 2.4048255576957729
940 jn 2 0x1.ffff62p+99
941 jn 2 0x1p127
942 jn 2 0x1p1023
943 jn 2 0x1p16383
945 lgamma max
946 lgamma 1
947 lgamma 3
948 lgamma 0.5
949 lgamma -0.5
950 lgamma 0.7
951 lgamma 1.2
952 lgamma 0x1p-5
953 lgamma -0x1p-5
954 lgamma 0x1p-10
955 lgamma -0x1p-10
956 lgamma 0x1p-15
957 lgamma -0x1p-15
958 lgamma 0x1p-20
959 lgamma -0x1p-20
960 lgamma 0x1p-25
961 lgamma -0x1p-25
962 lgamma 0x1p-30
963 lgamma -0x1p-30
964 lgamma 0x1p-40
965 lgamma -0x1p-40
966 lgamma 0x1p-50
967 lgamma -0x1p-50
968 lgamma 0x1p-60
969 lgamma -0x1p-60
970 lgamma 0x1p-64
971 lgamma -0x1p-64
972 lgamma 0x1p-70
973 lgamma -0x1p-70
974 lgamma 0x1p-100
975 lgamma -0x1p-100
976 lgamma 0x1p-126
977 lgamma -0x1p-126
978 lgamma 0x1p-149
979 lgamma -0x1p-149
980 lgamma 0x1p-200
981 lgamma -0x1p-200
982 lgamma 0x1p-500
983 lgamma -0x1p-500
984 lgamma 0x1p-1000
985 lgamma -0x1p-1000
986 lgamma 0x1p-1022
987 lgamma -0x1p-1022
988 lgamma 0x1p-1074
989 lgamma -0x1p-1074
990 lgamma 0x1p-5000
991 lgamma -0x1p-5000
992 lgamma 0x1p-10000
993 lgamma -0x1p-10000
994 lgamma 0x1p-16382
995 lgamma -0x1p-16382
996 lgamma 0x1p-16445
997 lgamma -0x1p-16445
998 lgamma 0x1p-16494
999 lgamma -0x1p-16494
1001 log 1
1002 log e
1003 log 1/e
1004 log 2
1005 log 10
1006 log 0.75
1007 log min
1008 log min_subnorm
1010 log10 1
1011 log10 0.1
1012 log10 10.0
1013 log10 100.0
1014 log10 10000.0
1015 log10 e
1016 log10 0.75
1017 log10 min
1018 log10 min_subnorm
1020 log1p 0
1021 log1p -0
1022 log1p e-1
1023 log1p -0.25
1024 log1p -0.875
1025 # Bug 16339: underflow exception may be missing.
1026 log1p min missing-underflow
1027 log1p min_subnorm missing-underflow
1028 log1p -min missing-underflow
1029 log1p -min_subnorm missing-underflow
1031 log2 1
1032 log2 e
1033 log2 2.0
1034 log2 16.0
1035 log2 256.0
1036 log2 0.75
1037 log2 min
1038 log2 min_subnorm
1040 pow 0 0
1041 pow 0 -0
1042 pow -0 0
1043 pow -0 -0
1045 pow 10 0
1046 pow 10 -0
1047 pow -10 0
1048 pow -10 -0
1050 pow 1 1
1051 pow 1 -1
1052 pow 1 1.25
1053 pow 1 -1.25
1054 pow 1 0x1p62
1055 pow 1 0x1p63
1056 pow 1 0x1p64
1057 pow 1 0x1p72
1058 pow 1 min_subnorm
1059 pow 1 -min_subnorm
1061 # pow (x, +-0) == 1.
1062 pow 32.75 0
1063 pow 32.75 -0
1064 pow -32.75 0
1065 pow -32.75 -0
1066 pow 0x1p72 0
1067 pow 0x1p72 -0
1068 pow 0x1p-72 0
1069 pow 0x1p-72 -0
1071 pow 0x1p72 0x1p72
1072 pow 10 -0x1p72
1073 pow max max
1074 pow 10 -max
1076 pow 0 1
1077 pow 0 11
1079 pow -0 1
1080 pow -0 11
1082 pow 0 2
1083 pow 0 11.1
1085 pow -0 2
1086 pow -0 11.1
1088 # pow (+0, y) == +0 for y an odd integer > 0.
1089 pow 0.0 27
1090 pow 0.0 0xffffff
1091 pow 0.0 0x1.fffffffffffffp+52
1092 pow 0.0 0x1.fffffffffffffffep+63
1093 pow 0.0 0x1.ffffffffffffffffffffffffff8p+105
1094 pow 0.0 0x1.ffffffffffffffffffffffffffffp+112
1096 # pow (-0, y) == -0 for y an odd integer > 0.
1097 pow -0 27
1098 pow -0 0xffffff
1099 pow -0 0x1fffffe
1100 pow -0 0x1.fffffffffffffp+52
1101 pow -0 0x1.fffffffffffffp+53
1102 pow -0 0x1.fffffffffffffffep+63
1103 pow -0 0x1.fffffffffffffffep+64
1104 pow -0 0x1.ffffffffffffffffffffffffff8p+105
1105 pow -0 0x1.ffffffffffffffffffffffffff8p+106
1106 pow -0 0x1.ffffffffffffffffffffffffffffp+112
1107 pow -0 0x1.ffffffffffffffffffffffffffffp+113
1109 # pow (+0, y) == +0 for y > 0 and not an odd integer.
1110 pow 0.0 4
1111 pow 0.0 0x1p24
1112 pow 0.0 0x1p127
1113 pow 0.0 max
1114 pow 0.0 min_subnorm
1116 # pow (-0, y) == +0 for y > 0 and not an odd integer.
1117 pow -0 4
1118 pow -0 0x1p24
1119 pow -0 0x1p127
1120 pow -0 max
1121 pow -0 min_subnorm
1123 pow 16 0.25
1124 pow 0x1p64 0.125
1125 pow 2 4
1126 pow 256 8
1128 pow 0.75 1.25
1130 pow -7.49321e+133 -9.80818e+16
1132 pow -1.0 -0xffffff
1133 pow -1.0 -0x1fffffe
1134 pow -1.0 -0x1.fffffffffffffp+52
1135 pow -1.0 -0x1.fffffffffffffp+53
1136 pow -1.0 -0x1.fffffffffffffffep+63
1137 pow -1.0 -0x1.fffffffffffffffep+64
1138 pow -1.0 -0x1.ffffffffffffffffffffffffff8p+105
1139 pow -1.0 -0x1.ffffffffffffffffffffffffff8p+106
1140 pow -1.0 -0x1.ffffffffffffffffffffffffffffp+112
1141 pow -1.0 -0x1.ffffffffffffffffffffffffffffp+113
1142 pow -1.0 -max
1144 pow -1.0 0xffffff
1145 pow -1.0 0x1fffffe
1146 pow -1.0 0x1.fffffffffffffp+52
1147 pow -1.0 0x1.fffffffffffffp+53
1148 pow -1.0 0x1.fffffffffffffffep+63
1149 pow -1.0 0x1.fffffffffffffffep+64
1150 pow -1.0 0x1.ffffffffffffffffffffffffff8p+105
1151 pow -1.0 0x1.ffffffffffffffffffffffffff8p+106
1152 pow -1.0 0x1.ffffffffffffffffffffffffffffp+112
1153 pow -1.0 0x1.ffffffffffffffffffffffffffffp+113
1154 pow -1.0 max
1156 pow -2.0 126
1157 pow -2.0 127
1158 pow -2.0 -126
1159 pow -2.0 -127
1161 pow -2.0 -0xffffff
1162 pow -2.0 -0x1fffffe
1163 pow -2.0 -0x1.fffffffffffffp+52
1164 pow -2.0 -0x1.fffffffffffffp+53
1165 pow -2.0 -0x1.fffffffffffffffep+63
1166 pow -2.0 -0x1.fffffffffffffffep+64
1167 pow -2.0 -0x1.ffffffffffffffffffffffffff8p+105
1168 pow -2.0 -0x1.ffffffffffffffffffffffffff8p+106
1169 pow -2.0 -0x1.ffffffffffffffffffffffffffffp+112
1170 pow -2.0 -0x1.ffffffffffffffffffffffffffffp+113
1171 pow -2.0 -max
1173 pow -2.0 0xffffff
1174 pow -2.0 0x1fffffe
1175 pow -2.0 0x1.fffffffffffffp+52
1176 pow -2.0 0x1.fffffffffffffp+53
1177 pow -2.0 0x1.fffffffffffffffep+63
1178 pow -2.0 0x1.fffffffffffffffep+64
1179 pow -2.0 0x1.ffffffffffffffffffffffffff8p+105
1180 pow -2.0 0x1.ffffffffffffffffffffffffff8p+106
1181 pow -2.0 0x1.ffffffffffffffffffffffffffffp+112
1182 pow -2.0 0x1.ffffffffffffffffffffffffffffp+113
1183 pow -2.0 max
1185 pow -max -2
1186 pow -max -3
1187 pow -max 2
1188 pow -max 3
1190 pow -max -0xffffff
1191 pow -max -0x1fffffe
1192 pow -max -0x1.fffffffffffffp+52
1193 pow -max -0x1.fffffffffffffp+53
1194 pow -max -0x1.fffffffffffffffep+63
1195 pow -max -0x1.fffffffffffffffep+64
1196 pow -max -0x1.ffffffffffffffffffffffffff8p+105
1197 pow -max -0x1.ffffffffffffffffffffffffff8p+106
1198 pow -max -0x1.ffffffffffffffffffffffffffffp+112
1199 pow -max -0x1.ffffffffffffffffffffffffffffp+113
1200 pow -max -max
1202 pow -max 0xffffff
1203 pow -max 0x1fffffe
1204 pow -max 0x1.fffffffffffffp+52
1205 pow -max 0x1.fffffffffffffp+53
1206 pow -max 0x1.fffffffffffffffep+63
1207 pow -max 0x1.fffffffffffffffep+64
1208 pow -max 0x1.ffffffffffffffffffffffffff8p+105
1209 pow -max 0x1.ffffffffffffffffffffffffff8p+106
1210 pow -max 0x1.ffffffffffffffffffffffffffffp+112
1211 pow -max 0x1.ffffffffffffffffffffffffffffp+113
1212 pow -max max
1214 pow -0.5 126
1215 pow -0.5 127
1216 pow -0.5 -126
1217 pow -0.5 -127
1219 pow -0.5 -0xffffff
1220 pow -0.5 -0x1fffffe
1221 pow -0.5 -0x1.fffffffffffffp+52
1222 pow -0.5 -0x1.fffffffffffffp+53
1223 pow -0.5 -0x1.fffffffffffffffep+63
1224 pow -0.5 -0x1.fffffffffffffffep+64
1225 pow -0.5 -0x1.ffffffffffffffffffffffffff8p+105
1226 pow -0.5 -0x1.ffffffffffffffffffffffffff8p+106
1227 pow -0.5 -0x1.ffffffffffffffffffffffffffffp+112
1228 pow -0.5 -0x1.ffffffffffffffffffffffffffffp+113
1229 pow -0.5 -max
1231 pow -0.5 0xffffff
1232 pow -0.5 0x1fffffe
1233 pow -0.5 0x1.fffffffffffffp+52
1234 pow -0.5 0x1.fffffffffffffp+53
1235 pow -0.5 0x1.fffffffffffffffep+63
1236 pow -0.5 0x1.fffffffffffffffep+64
1237 pow -0.5 0x1.ffffffffffffffffffffffffff8p+105
1238 pow -0.5 0x1.ffffffffffffffffffffffffff8p+106
1239 pow -0.5 0x1.ffffffffffffffffffffffffffffp+112
1240 pow -0.5 0x1.ffffffffffffffffffffffffffffp+113
1241 pow -0.5 max
1243 pow -min -2
1244 pow -min -3
1245 pow -min 1
1246 pow -min 2
1247 pow -min 3
1249 pow -min -0xffffff
1250 pow -min -0x1fffffe
1251 pow -min -0x1.fffffffffffffp+52
1252 pow -min -0x1.fffffffffffffp+53
1253 pow -min -0x1.fffffffffffffffep+63
1254 pow -min -0x1.fffffffffffffffep+64
1255 pow -min -0x1.ffffffffffffffffffffffffff8p+105
1256 pow -min -0x1.ffffffffffffffffffffffffff8p+106
1257 pow -min -0x1.ffffffffffffffffffffffffffffp+112
1258 pow -min -0x1.ffffffffffffffffffffffffffffp+113
1259 pow -min -max
1261 pow -min 0xffffff
1262 pow -min 0x1fffffe
1263 pow -min 0x1.fffffffffffffp+52
1264 pow -min 0x1.fffffffffffffp+53
1265 pow -min 0x1.fffffffffffffffep+63
1266 pow -min 0x1.fffffffffffffffep+64
1267 pow -min 0x1.ffffffffffffffffffffffffff8p+105
1268 pow -min 0x1.ffffffffffffffffffffffffff8p+106
1269 pow -min 0x1.ffffffffffffffffffffffffffffp+112
1270 pow -min 0x1.ffffffffffffffffffffffffffffp+113
1271 pow -min max
1273 pow 0x0.ffffffp0 10
1274 pow 0x0.ffffffp0 100
1275 pow 0x0.ffffffp0 1000
1276 pow 0x0.ffffffp0 0x1p24
1277 pow 0x0.ffffffp0 0x1p30
1278 pow 0x0.ffffffp0 0x1.234566p30
1279 pow 0x0.ffffffp0 -10
1280 pow 0x0.ffffffp0 -100
1281 pow 0x0.ffffffp0 -1000
1282 pow 0x0.ffffffp0 -0x1p24
1283 pow 0x0.ffffffp0 -0x1p30
1284 pow 0x0.ffffffp0 -0x1.234566p30
1285 pow 0x1.000002p0 0x1p24
1286 pow 0x1.000002p0 0x1.234566p29
1287 pow 0x1.000002p0 -0x1.234566p29
1289 pow 0x0.fffffffffffff8p0 0x1.23456789abcdfp62
1290 pow 0x0.fffffffffffff8p0 -0x1.23456789abcdfp62
1291 pow 0x1.0000000000001p0 0x1.23456789abcdfp61
1292 pow 0x1.0000000000001p0 -0x1.23456789abcdfp61
1294 pow 0x0.ffffffffffffffffp0 0x1.23456789abcdef0ep77
1295 pow 0x0.ffffffffffffffffp0 -0x1.23456789abcdef0ep77
1296 pow 0x1.0000000000000002p0 0x1.23456789abcdef0ep76
1297 pow 0x1.0000000000000002p0 -0x1.23456789abcdef0ep76
1299 pow 0x0.ffffffffffffffffffffffffffff8p0 0x1.23456789abcdef0123456789abcdp126
1300 pow 0x0.ffffffffffffffffffffffffffff8p0 -0x1.23456789abcdef0123456789abcdp126
1301 pow 0x1.0000000000000000000000000001p0 0x1.23456789abcdef0123456789abcdp125
1302 pow 0x1.0000000000000000000000000001p0 -0x1.23456789abcdef0123456789abcdp125
1304 pow 1e4932 0.75
1305 pow 1e4928 0.75
1306 pow 1e4924 0.75
1307 pow 1e4920 0.75
1308 pow 10.0 4932.0
1309 pow 10.0 4931.0
1310 pow 10.0 4930.0
1311 pow 10.0 4929.0
1312 pow 10.0 -4931.0
1313 pow 10.0 -4930.0
1314 pow 10.0 -4929.0
1315 pow 1e27 182.0
1316 pow 1e27 -182.0
1318 pow min_subnorm min_subnorm
1319 pow min_subnorm -min_subnorm
1320 pow max min_subnorm
1321 pow max -min_subnorm
1322 pow 0.99 min_subnorm
1323 pow 0.99 -min_subnorm
1324 pow 1.01 min_subnorm
1325 pow 1.01 -min_subnorm
1327 pow 2.0 -100000.0
1329 pow 1.0625 1.125
1330 pow 1.5 1.03125
1332 sin 0
1333 sin -0
1334 sin pi/6
1335 sin -pi/6
1336 sin pi/2
1337 sin -pi/2
1338 sin 0.75
1339 sin 0x1p65
1340 sin -0x1p65
1341 sin 0x1.7f4134p+103
1342 sin 0.80190127184058835
1343 sin 2.522464e-1
1344 sin 1e22
1345 sin 0x1p1023
1346 sin 0x1p16383
1347 sin 0x1p+120
1348 sin 0x1p+127
1349 sin 0x1.fffff8p+127
1350 sin 0x1.fffffep+127
1351 sin 0x1p+50
1352 sin 0x1p+28
1353 sin 0.93340582292648832662962377071381
1354 sin 2.3328432680770916363144351635128
1355 sin 3.7439477503636453548097051680088
1356 sin 3.9225160069792437411706487182528
1357 sin 4.0711651639931289992091478779912
1358 sin 4.7858438478542097982426639646292
1359 sin 5.9840767662578002727968851104379
1360 sin 1
1361 sin 2
1362 sin 3
1363 sin 4
1364 sin 5
1365 sin 6
1366 sin 7
1367 sin 8
1368 sin 9
1369 sin 10
1371 sincos 0
1372 sincos -0
1373 sincos pi/2
1374 sincos pi/6
1375 sincos pi/3
1376 sincos 0.75
1377 sincos 0x1p65
1378 sincos -0x1p65
1379 sincos 0.80190127184058835
1380 sincos 1e22
1381 sincos 0x1p1023
1382 sincos 0x1p16383
1383 sincos 0x1p+120
1384 sincos 0x1p+127
1385 sincos 0x1.fffff8p+127
1386 sincos 0x1.fffffep+127
1387 sincos 0x1p+50
1388 sincos 0x1p+28
1390 sinh 0
1391 sinh -0
1392 sinh 0.75
1393 sinh 0x8p-32
1394 sinh 22
1395 sinh 23
1396 sinh 24
1398 sqrt 0
1399 sqrt -0
1400 sqrt 2209
1401 sqrt 4
1402 sqrt 2
1403 sqrt 0.25
1404 sqrt 6642.25
1405 sqrt 15190.5625
1406 sqrt 0.75
1407 sqrt 0x1.fffffffffffffp+1023
1408 sqrt 0x1.ffffffffffffbp+1023
1409 sqrt 0x1.ffffffffffff7p+1023
1410 sqrt 0x1.ffffffffffff3p+1023
1411 sqrt 0x1.fffffffffffefp+1023
1412 sqrt 0x1.fffffffffffebp+1023
1413 sqrt 0x1.fffffffffffe7p+1023
1414 sqrt 0x1.fffffffffffe3p+1023
1415 sqrt 0x1.fffffffffffdfp+1023
1416 sqrt 0x1.fffffffffffdbp+1023
1417 sqrt 0x1.fffffffffffd7p+1023
1418 sqrt 0x1.0000000000003p-1022
1419 sqrt 0x1.0000000000007p-1022
1420 sqrt 0x1.000000000000bp-1022
1421 sqrt 0x1.000000000000fp-1022
1422 sqrt 0x1.0000000000013p-1022
1423 sqrt 0x1.0000000000017p-1022
1424 sqrt 0x1.000000000001bp-1022
1425 sqrt 0x1.000000000001fp-1022
1426 sqrt 0x1.0000000000023p-1022
1427 sqrt 0x1.0000000000027p-1022
1428 sqrt 0x1.000000000002bp-1022
1429 sqrt 0x1.000000000002fp-1022
1430 sqrt 0x1.0000000000033p-1022
1431 sqrt 0x1.0000000000037p-1022
1432 sqrt 0x1.7167bc36eaa3bp+6
1433 sqrt 0x1.7570994273ad7p+6
1434 sqrt 0x1.7dae969442fe6p+6
1435 sqrt 0x1.7f8444fcf67e5p+6
1436 sqrt 0x1.8364650e63a54p+6
1437 sqrt 0x1.85bedd274edd8p+6
1438 sqrt 0x1.8609cf496ab77p+6
1439 sqrt 0x1.873849c70a375p+6
1440 sqrt 0x1.8919c962cbaaep+6
1441 sqrt 0x1.8de4493e22dc6p+6
1442 sqrt 0x1.924829a17a288p+6
1443 sqrt 0x1.92702cd992f12p+6
1444 sqrt 0x1.92b763a8311fdp+6
1445 sqrt 0x1.947da013c7293p+6
1446 sqrt 0x1.9536091c494d2p+6
1447 sqrt 0x1.61b04c6p-1019
1448 sqrt 0x1.93789f1p-1018
1449 sqrt 0x1.a1989b4p-1018
1450 sqrt 0x1.f93bc9p-1018
1451 sqrt 0x1.2f675e3p-1017
1452 sqrt 0x1.a158508p-1017
1453 sqrt 0x1.cd31f078p-1017
1454 sqrt 0x1.33b43b08p-1016
1455 sqrt 0x1.6e66a858p-1016
1456 sqrt 0x1.8661cbf8p-1016
1457 sqrt 0x1.bbb221b4p-1016
1458 sqrt 0x1.c4942f3cp-1016
1459 sqrt 0x1.dbb258c8p-1016
1460 sqrt 0x1.57103ea4p-1015
1461 sqrt 0x1.9b294f88p-1015
1462 sqrt 0x1.0000000000001p+0
1463 sqrt 0x1.fffffffffffffp-1
1465 tan 0
1466 tan -0
1467 tan pi/4
1468 tan 0.75
1469 tan 0x1p65
1470 tan -0x1p65
1471 tan 0xc.9p-4
1472 tan 0xc.908p-4
1473 tan 0xc.90cp-4
1474 tan 0xc.90ep-4
1475 tan 0xc.90fp-4
1476 tan 0xc.90f8p-4
1477 tan 0xc.90fcp-4
1478 tan 0xc.90fdp-4
1479 tan 0xc.90fd8p-4
1480 tan 0xc.90fdap-4
1481 tan 0xc.ap-4
1482 tan 0xc.98p-4
1483 tan 0xc.94p-4
1484 tan 0xc.92p-4
1485 tan 0xc.91p-4
1486 tan 0xc.90fep-4
1487 tan 0xc.90fdcp-4
1488 tan 0xc.90fdbp-4
1489 tan -0xc.9p-4
1490 tan -0xc.908p-4
1491 tan -0xc.90cp-4
1492 tan -0xc.90ep-4
1493 tan -0xc.90fp-4
1494 tan -0xc.90f8p-4
1495 tan -0xc.90fcp-4
1496 tan -0xc.90fdp-4
1497 tan -0xc.90fd8p-4
1498 tan -0xc.90fdap-4
1499 tan -0xc.ap-4
1500 tan -0xc.98p-4
1501 tan -0xc.94p-4
1502 tan -0xc.92p-4
1503 tan -0xc.91p-4
1504 tan -0xc.90fep-4
1505 tan -0xc.90fdcp-4
1506 tan -0xc.90fdbp-4
1507 tan 1e22
1508 tan 0x1p1023
1509 tan 0x1p16383
1510 tan 1
1511 tan 2
1512 tan 3
1513 tan 4
1514 tan 5
1515 tan 6
1516 tan 7
1517 tan 8
1518 tan 9
1519 tan 10
1521 tanh 0
1522 tanh -0
1523 tanh 0.75
1524 tanh -0.75
1525 tanh 1.0
1526 tanh -1.0
1527 tanh 0x1p-57
1529 tgamma 0.5
1530 tgamma -0.5
1532 tgamma 1
1533 tgamma 2
1534 tgamma 3
1535 tgamma 4
1536 tgamma 5
1537 tgamma 6
1538 tgamma 7
1539 tgamma 8
1540 tgamma 9
1541 tgamma 10
1543 tgamma 0.7
1544 tgamma 1.2
1546 tgamma 1.5
1547 tgamma 2.5
1548 tgamma 3.5
1549 tgamma 4.5
1550 tgamma 5.5
1551 tgamma 6.5
1552 tgamma 7.5
1553 tgamma 8.5
1554 tgamma 9.5
1555 tgamma -1.5
1556 tgamma -2.5
1557 tgamma -3.5
1558 tgamma -4.5
1559 tgamma -5.5
1560 tgamma -6.5
1561 tgamma -7.5
1562 tgamma -8.5
1563 tgamma -9.5
1564 tgamma 0x1p-24
1565 tgamma -0x1p-24
1566 tgamma 0x1p-53
1567 tgamma -0x1p-53
1568 tgamma 0x1p-64
1569 tgamma -0x1p-64
1570 tgamma 0x1p-106
1571 tgamma -0x1p-106
1572 tgamma 0x1p-113
1573 tgamma -0x1p-113
1574 tgamma 0x1p-127
1575 tgamma -0x1p-127
1576 tgamma 0x1p-128
1577 tgamma -0x1p-128
1578 tgamma 0x1p-149
1579 tgamma -0x1p-149
1580 tgamma 0x1p-1023
1581 tgamma -0x1p-1023
1582 tgamma 0x1p-1024
1583 tgamma -0x1p-1024
1584 tgamma 0x1p-1074
1585 tgamma -0x1p-1074
1586 tgamma 0x1p-16383
1587 tgamma -0x1p-16383
1588 tgamma 0x1p-16384
1589 tgamma -0x1p-16384
1590 tgamma 0x1p-16445
1591 tgamma -0x1p-16445
1592 tgamma 0x1p-16494
1593 tgamma -0x1p-16494
1594 tgamma 0x8.00001p0
1595 tgamma 0x7.fffff8p0
1596 tgamma 0x7.000008p0
1597 tgamma 0x6.fffff8p0
1598 tgamma 0x6.000008p0
1599 tgamma 0x5.fffff8p0
1600 tgamma 0x5.000008p0
1601 tgamma 0x4.fffff8p0
1602 tgamma 0x4.000008p0
1603 tgamma 0x3.fffffcp0
1604 tgamma 0x3.000004p0
1605 tgamma 0x2.fffffcp0
1606 tgamma 0x2.000004p0
1607 tgamma 0x1.fffffep0
1608 tgamma 0x1.000002p0
1609 tgamma 0x0.ffffffp0
1610 tgamma -0x0.ffffffp0
1611 tgamma -0x1.000002p0
1612 tgamma -0x1.fffffep0
1613 tgamma -0x2.000004p0
1614 tgamma -0x2.fffffcp0
1615 tgamma -0x3.000004p0
1616 tgamma -0x3.fffffcp0
1617 tgamma -0x4.000008p0
1618 tgamma -0x4.fffff8p0
1619 tgamma -0x5.000008p0
1620 tgamma -0x5.fffff8p0
1621 tgamma -0x6.000008p0
1622 tgamma -0x6.fffff8p0
1623 tgamma -0x7.000008p0
1624 tgamma -0x7.fffff8p0
1625 tgamma -0x8.00001p0
1626 tgamma -0x9.fffffp0
1627 tgamma -0xa.00001p0
1628 tgamma -0x13.ffffep0
1629 tgamma -0x14.00002p0
1630 tgamma -0x1d.ffffep0
1631 tgamma -0x1e.00002p0
1632 tgamma -0x27.ffffcp0
1633 tgamma -0x28.00004p0
1634 tgamma -0x28.ffffcp0
1635 tgamma -0x29.00004p0
1636 tgamma -0x29.ffffcp0
1637 tgamma -0x2a.00004p0
1638 tgamma 0x8.0000000000008p0
1639 tgamma 0x7.ffffffffffffcp0
1640 tgamma 0x7.0000000000004p0
1641 tgamma 0x6.ffffffffffffcp0
1642 tgamma 0x6.0000000000004p0
1643 tgamma 0x5.ffffffffffffcp0
1644 tgamma 0x5.0000000000004p0
1645 tgamma 0x4.ffffffffffffcp0
1646 tgamma 0x4.0000000000004p0
1647 tgamma 0x3.ffffffffffffep0
1648 tgamma 0x3.0000000000002p0
1649 tgamma 0x2.ffffffffffffep0
1650 tgamma 0x2.0000000000002p0
1651 tgamma 0x1.fffffffffffffp0
1652 tgamma 0x1.0000000000001p0
1653 tgamma 0x0.fffffffffffff8p0
1654 tgamma -0x0.fffffffffffff8p0
1655 tgamma -0x1.0000000000001p0
1656 tgamma -0x1.fffffffffffffp0
1657 tgamma -0x2.0000000000002p0
1658 tgamma -0x2.ffffffffffffep0
1659 tgamma -0x3.0000000000002p0
1660 tgamma -0x3.ffffffffffffep0
1661 tgamma -0x4.0000000000004p0
1662 tgamma -0x4.ffffffffffffcp0
1663 tgamma -0x5.0000000000004p0
1664 tgamma -0x5.ffffffffffffcp0
1665 tgamma -0x6.0000000000004p0
1666 tgamma -0x6.ffffffffffffcp0
1667 tgamma -0x7.0000000000004p0
1668 tgamma -0x7.ffffffffffffcp0
1669 tgamma -0x8.0000000000008p0
1670 tgamma -0x9.ffffffffffff8p0
1671 tgamma -0xa.0000000000008p0
1672 tgamma -0x13.ffffffffffffp0
1673 tgamma -0x14.000000000001p0
1674 tgamma -0x1d.ffffffffffffp0
1675 tgamma -0x1e.000000000001p0
1676 tgamma -0x27.fffffffffffep0
1677 tgamma -0x28.000000000002p0
1678 tgamma -0x28.fffffffffffep0
1679 tgamma -0x29.000000000002p0
1680 tgamma -0x29.fffffffffffep0
1681 tgamma -0x2a.000000000002p0
1682 tgamma -0x31.fffffffffffep0
1683 tgamma -0x32.000000000002p0
1684 tgamma -0x63.fffffffffffcp0
1685 tgamma -0x64.000000000004p0
1686 tgamma -0x95.fffffffffff8p0
1687 tgamma -0x96.000000000008p0
1688 tgamma -0xb4.fffffffffff8p0
1689 tgamma -0xb5.000000000008p0
1690 tgamma -0xb5.fffffffffff8p0
1691 tgamma -0xb6.000000000008p0
1692 tgamma -0xb6.fffffffffff8p0
1693 tgamma -0xb7.000000000008p0
1694 tgamma -0xb7.fffffffffff8p0
1695 tgamma -0xb8.000000000008p0
1696 tgamma 0x8.00000000000000000000000004p0
1697 tgamma 0x7.fffffffffffffffffffffffffep0
1698 tgamma 0x7.00000000000000000000000002p0
1699 tgamma 0x6.fffffffffffffffffffffffffep0
1700 tgamma 0x6.00000000000000000000000002p0
1701 tgamma 0x5.fffffffffffffffffffffffffep0
1702 tgamma 0x5.00000000000000000000000002p0
1703 tgamma 0x4.fffffffffffffffffffffffffep0
1704 tgamma 0x4.00000000000000000000000002p0
1705 tgamma 0x3.ffffffffffffffffffffffffffp0
1706 tgamma 0x3.00000000000000000000000001p0
1707 tgamma 0x2.ffffffffffffffffffffffffffp0
1708 tgamma 0x2.00000000000000000000000001p0
1709 tgamma 0x1.ffffffffffffffffffffffffff8p0
1710 tgamma 0x1.000000000000000000000000008p0
1711 tgamma 0x0.ffffffffffffffffffffffffffcp0
1712 tgamma -0x0.ffffffffffffffffffffffffffcp0
1713 tgamma -0x1.000000000000000000000000008p0
1714 tgamma -0x1.ffffffffffffffffffffffffff8p0
1715 tgamma -0x2.00000000000000000000000001p0
1716 tgamma -0x2.ffffffffffffffffffffffffffp0
1717 tgamma -0x3.00000000000000000000000001p0
1718 tgamma -0x3.ffffffffffffffffffffffffffp0
1719 tgamma -0x4.00000000000000000000000002p0
1720 tgamma -0x4.fffffffffffffffffffffffffep0
1721 tgamma -0x5.00000000000000000000000002p0
1722 tgamma -0x5.fffffffffffffffffffffffffep0
1723 tgamma -0x6.00000000000000000000000002p0
1724 tgamma -0x6.fffffffffffffffffffffffffep0
1725 tgamma -0x7.00000000000000000000000002p0
1726 tgamma -0x7.fffffffffffffffffffffffffep0
1727 tgamma -0x8.00000000000000000000000004p0
1728 tgamma -0x9.fffffffffffffffffffffffffcp0
1729 tgamma -0xa.00000000000000000000000004p0
1730 tgamma -0x13.fffffffffffffffffffffffff8p0
1731 tgamma -0x14.00000000000000000000000008p0
1732 tgamma -0x1d.fffffffffffffffffffffffff8p0
1733 tgamma -0x1e.00000000000000000000000008p0
1734 tgamma -0x27.fffffffffffffffffffffffffp0
1735 tgamma -0x28.0000000000000000000000001p0
1736 tgamma -0x28.fffffffffffffffffffffffffp0
1737 tgamma -0x29.0000000000000000000000001p0
1738 tgamma -0x29.fffffffffffffffffffffffffp0
1739 tgamma -0x2a.0000000000000000000000001p0
1740 tgamma -0x31.fffffffffffffffffffffffffp0
1741 tgamma -0x32.0000000000000000000000001p0
1742 tgamma -0x63.ffffffffffffffffffffffffep0
1743 tgamma -0x64.0000000000000000000000002p0
1744 tgamma -0x95.ffffffffffffffffffffffffcp0
1745 tgamma -0x96.0000000000000000000000004p0
1746 tgamma -0xb4.ffffffffffffffffffffffffcp0
1747 tgamma -0xb5.0000000000000000000000004p0
1748 tgamma -0xb5.ffffffffffffffffffffffffcp0
1749 tgamma -0xb6.0000000000000000000000004p0
1750 tgamma -0xb6.ffffffffffffffffffffffffcp0
1751 tgamma -0xb7.0000000000000000000000004p0
1752 tgamma -0xb7.ffffffffffffffffffffffffcp0
1753 tgamma -0xb8.0000000000000000000000004p0
1754 tgamma -0xbb.ffffffffffffffffffffffffcp0
1755 tgamma -0xbc.0000000000000000000000004p0
1756 tgamma -0xbc.ffffffffffffffffffffffffcp0
1757 tgamma -0xbd.0000000000000000000000004p0
1758 tgamma -0xbd.ffffffffffffffffffffffffcp0
1759 tgamma -0xbe.0000000000000000000000004p0
1760 tgamma -0xbe.ffffffffffffffffffffffffcp0
1761 tgamma -0xbf.0000000000000000000000004p0
1762 tgamma 0x8.000000000000001p0
1763 tgamma 0x7.fffffffffffffff8p0
1764 tgamma 0x7.0000000000000008p0
1765 tgamma 0x6.fffffffffffffff8p0
1766 tgamma 0x6.0000000000000008p0
1767 tgamma 0x5.fffffffffffffff8p0
1768 tgamma 0x5.0000000000000008p0
1769 tgamma 0x4.fffffffffffffff8p0
1770 tgamma 0x4.0000000000000008p0
1771 tgamma 0x3.fffffffffffffffcp0
1772 tgamma 0x3.0000000000000004p0
1773 tgamma 0x2.fffffffffffffffcp0
1774 tgamma 0x2.0000000000000004p0
1775 tgamma 0x1.fffffffffffffffep0
1776 tgamma 0x1.0000000000000002p0
1777 tgamma 0x0.ffffffffffffffffp0
1778 tgamma -0x0.ffffffffffffffffp0
1779 tgamma -0x1.0000000000000002p0
1780 tgamma -0x1.fffffffffffffffep0
1781 tgamma -0x2.0000000000000004p0
1782 tgamma -0x2.fffffffffffffffcp0
1783 tgamma -0x3.0000000000000004p0
1784 tgamma -0x3.fffffffffffffffcp0
1785 tgamma -0x4.0000000000000008p0
1786 tgamma -0x4.fffffffffffffff8p0
1787 tgamma -0x5.0000000000000008p0
1788 tgamma -0x5.fffffffffffffff8p0
1789 tgamma -0x6.0000000000000008p0
1790 tgamma -0x6.fffffffffffffff8p0
1791 tgamma -0x7.0000000000000008p0
1792 tgamma -0x7.fffffffffffffff8p0
1793 tgamma -0x8.000000000000001p0
1794 tgamma -0x9.fffffffffffffffp0
1795 tgamma -0xa.000000000000001p0
1796 tgamma -0x13.ffffffffffffffep0
1797 tgamma -0x14.000000000000002p0
1798 tgamma -0x1d.ffffffffffffffep0
1799 tgamma -0x1e.000000000000002p0
1800 tgamma -0x27.ffffffffffffffcp0
1801 tgamma -0x28.000000000000004p0
1802 tgamma -0x28.ffffffffffffffcp0
1803 tgamma -0x29.000000000000004p0
1804 tgamma -0x29.ffffffffffffffcp0
1805 tgamma -0x2a.000000000000004p0
1806 tgamma -0x31.ffffffffffffffcp0
1807 tgamma -0x32.000000000000004p0
1808 tgamma -0x63.ffffffffffffff8p0
1809 tgamma -0x64.000000000000008p0
1810 tgamma -0x95.ffffffffffffffp0
1811 tgamma -0x96.00000000000001p0
1812 tgamma -0xb4.ffffffffffffffp0
1813 tgamma -0xb5.00000000000001p0
1814 tgamma -0xb5.ffffffffffffffp0
1815 tgamma -0xb6.00000000000001p0
1816 tgamma -0xb6.ffffffffffffffp0
1817 tgamma -0xb7.00000000000001p0
1818 tgamma -0xb7.ffffffffffffffp0
1819 tgamma -0xb8.00000000000001p0
1820 tgamma -0xbb.ffffffffffffffp0
1821 tgamma -0xbc.00000000000001p0
1822 tgamma -0xbc.ffffffffffffffp0
1823 tgamma -0xbd.00000000000001p0
1824 tgamma -0xbd.ffffffffffffffp0
1825 tgamma -0xbe.00000000000001p0
1826 tgamma -0xbe.ffffffffffffffp0
1827 tgamma -0xbf.00000000000001p0
1828 tgamma -0xf9.ffffffffffffffp0
1829 tgamma -0xfa.00000000000001p0
1830 tgamma -0x1f3.fffffffffffffep0
1831 tgamma -0x1f4.00000000000002p0
1832 tgamma -0x2ed.fffffffffffffcp0
1833 tgamma -0x2ee.00000000000004p0
1834 tgamma -0x3e7.fffffffffffffcp0
1835 tgamma -0x3e8.00000000000004p0
1836 tgamma -0x4e1.fffffffffffff8p0
1837 tgamma -0x4e2.00000000000008p0
1838 tgamma -0x5db.fffffffffffff8p0
1839 tgamma -0x5dc.00000000000008p0
1840 tgamma -0x6d5.fffffffffffff8p0
1841 tgamma -0x6d6.00000000000008p0
1842 tgamma -0x6e2.fffffffffffff8p0
1843 tgamma -0x6e3.00000000000008p0
1844 tgamma -0x6e3.fffffffffffff8p0
1845 tgamma -0x6e4.00000000000008p0
1846 tgamma -0x6e4.fffffffffffff8p0
1847 tgamma -0x6e5.00000000000008p0
1848 tgamma -0x6e5.fffffffffffff8p0
1849 tgamma -0x6e6.00000000000008p0
1850 tgamma 0x8.0000000000000000000000000008p0
1851 tgamma 0x7.fffffffffffffffffffffffffffcp0
1852 tgamma 0x7.0000000000000000000000000004p0
1853 tgamma 0x6.fffffffffffffffffffffffffffcp0
1854 tgamma 0x6.0000000000000000000000000004p0
1855 tgamma 0x5.fffffffffffffffffffffffffffcp0
1856 tgamma 0x5.0000000000000000000000000004p0
1857 tgamma 0x4.fffffffffffffffffffffffffffcp0
1858 tgamma 0x4.0000000000000000000000000004p0
1859 tgamma 0x3.fffffffffffffffffffffffffffep0
1860 tgamma 0x3.0000000000000000000000000002p0
1861 tgamma 0x2.fffffffffffffffffffffffffffep0
1862 tgamma 0x2.0000000000000000000000000002p0
1863 tgamma 0x1.ffffffffffffffffffffffffffffp0
1864 tgamma 0x1.0000000000000000000000000001p0
1865 tgamma 0x0.ffffffffffffffffffffffffffff8p0
1866 tgamma -0x0.ffffffffffffffffffffffffffff8p0
1867 tgamma -0x1.0000000000000000000000000001p0
1868 tgamma -0x1.ffffffffffffffffffffffffffffp0
1869 tgamma -0x2.0000000000000000000000000002p0
1870 tgamma -0x2.fffffffffffffffffffffffffffep0
1871 tgamma -0x3.0000000000000000000000000002p0
1872 tgamma -0x3.fffffffffffffffffffffffffffep0
1873 tgamma -0x4.0000000000000000000000000004p0
1874 tgamma -0x4.fffffffffffffffffffffffffffcp0
1875 tgamma -0x5.0000000000000000000000000004p0
1876 tgamma -0x5.fffffffffffffffffffffffffffcp0
1877 tgamma -0x6.0000000000000000000000000004p0
1878 tgamma -0x6.fffffffffffffffffffffffffffcp0
1879 tgamma -0x7.0000000000000000000000000004p0
1880 tgamma -0x7.fffffffffffffffffffffffffffcp0
1881 tgamma -0x8.0000000000000000000000000008p0
1882 tgamma -0x9.fffffffffffffffffffffffffff8p0
1883 tgamma -0xa.0000000000000000000000000008p0
1884 tgamma -0x13.fffffffffffffffffffffffffffp0
1885 tgamma -0x14.000000000000000000000000001p0
1886 tgamma -0x1d.fffffffffffffffffffffffffffp0
1887 tgamma -0x1e.000000000000000000000000001p0
1888 tgamma -0x27.ffffffffffffffffffffffffffep0
1889 tgamma -0x28.000000000000000000000000002p0
1890 tgamma -0x28.ffffffffffffffffffffffffffep0
1891 tgamma -0x29.000000000000000000000000002p0
1892 tgamma -0x29.ffffffffffffffffffffffffffep0
1893 tgamma -0x2a.000000000000000000000000002p0
1894 tgamma -0x31.ffffffffffffffffffffffffffep0
1895 tgamma -0x32.000000000000000000000000002p0
1896 tgamma -0x63.ffffffffffffffffffffffffffcp0
1897 tgamma -0x64.000000000000000000000000004p0
1898 tgamma -0x95.ffffffffffffffffffffffffff8p0
1899 tgamma -0x96.000000000000000000000000008p0
1900 tgamma -0xb4.ffffffffffffffffffffffffff8p0
1901 tgamma -0xb5.000000000000000000000000008p0
1902 tgamma -0xb5.ffffffffffffffffffffffffff8p0
1903 tgamma -0xb6.000000000000000000000000008p0
1904 tgamma -0xb6.ffffffffffffffffffffffffff8p0
1905 tgamma -0xb7.000000000000000000000000008p0
1906 tgamma -0xb7.ffffffffffffffffffffffffff8p0
1907 tgamma -0xb8.000000000000000000000000008p0
1908 tgamma -0xbb.ffffffffffffffffffffffffff8p0
1909 tgamma -0xbc.000000000000000000000000008p0
1910 tgamma -0xbc.ffffffffffffffffffffffffff8p0
1911 tgamma -0xbd.000000000000000000000000008p0
1912 tgamma -0xbd.ffffffffffffffffffffffffff8p0
1913 tgamma -0xbe.000000000000000000000000008p0
1914 tgamma -0xbe.ffffffffffffffffffffffffff8p0
1915 tgamma -0xbf.000000000000000000000000008p0
1916 tgamma -0xf9.ffffffffffffffffffffffffff8p0
1917 tgamma -0xfa.000000000000000000000000008p0
1918 tgamma -0x1f3.ffffffffffffffffffffffffffp0
1919 tgamma -0x1f4.00000000000000000000000001p0
1920 tgamma -0x2ed.fffffffffffffffffffffffffep0
1921 tgamma -0x2ee.00000000000000000000000002p0
1922 tgamma -0x3e7.fffffffffffffffffffffffffep0
1923 tgamma -0x3e8.00000000000000000000000002p0
1924 tgamma -0x4e1.fffffffffffffffffffffffffcp0
1925 tgamma -0x4e2.00000000000000000000000004p0
1926 tgamma -0x5db.fffffffffffffffffffffffffcp0
1927 tgamma -0x5dc.00000000000000000000000004p0
1928 tgamma -0x6d5.fffffffffffffffffffffffffcp0
1929 tgamma -0x6d6.00000000000000000000000004p0
1930 tgamma -0x6e2.fffffffffffffffffffffffffcp0
1931 tgamma -0x6e3.00000000000000000000000004p0
1932 tgamma -0x6e3.fffffffffffffffffffffffffcp0
1933 tgamma -0x6e4.00000000000000000000000004p0
1934 tgamma -0x6e4.fffffffffffffffffffffffffcp0
1935 tgamma -0x6e5.00000000000000000000000004p0
1936 tgamma -0x6e5.fffffffffffffffffffffffffcp0
1937 tgamma -0x6e6.00000000000000000000000004p0
1938 tgamma -0x6eb.fffffffffffffffffffffffffcp0
1939 tgamma -0x6ec.00000000000000000000000004p0
1940 tgamma -0x6ec.fffffffffffffffffffffffffcp0
1941 tgamma -0x6ed.00000000000000000000000004p0
1942 tgamma -0x6ed.fffffffffffffffffffffffffcp0
1943 tgamma -0x6ee.00000000000000000000000004p0
1944 tgamma -0x6ee.fffffffffffffffffffffffffcp0
1945 tgamma -0x6ef.00000000000000000000000004p0
1946 tgamma -0x1.0a32a2p+5
1947 tgamma -0x1.5800000080001p+7
1948 tgamma 18.5
1949 tgamma 19.5
1950 tgamma 23.5
1951 tgamma 29.5
1952 tgamma 30.5
1953 tgamma 31.5
1954 tgamma 32.5
1955 tgamma 33.5
1956 tgamma 34.5
1957 tgamma 0x2.30a43cp+4
1958 tgamma 0x2.30a44p+4
1959 tgamma 0xa.b9fd72b0fb238p+4
1960 tgamma 0xa.b9fd72b0fb24p+4
1961 tgamma 0xa.b9fd72b0fb23a9ddbf0d3804f4p+4
1962 tgamma 0xa.b9fd72b0fb23a9ddbf0d3804f8p+4
1963 tgamma 0x6.db8c603359a97108p+8
1964 tgamma 0x6.db8c603359a9711p+8
1965 tgamma 0x6.db8c603359a971081bc4a2e9dfdp+8
1966 tgamma 0x6.db8c603359a971081bc4a2e9dfd4p+8
1967 tgamma 1e3
1968 tgamma -100000.5
1970 y0 0.125
1971 y0 0.75
1972 y0 1.0
1973 y0 1.5
1974 y0 2.0
1975 y0 8.0
1976 y0 10.0
1977 y0 0x1.3ffp+74
1978 y0 0x1.ff00000000002p+840
1979 y0 0x1p1023
1980 y0 0x1p16382
1981 y0 0x1p16383
1982 y0 0x1p-10
1983 y0 0x1p-20
1984 y0 0x1p-30
1985 y0 0x1p-40
1986 y0 0x1p-50
1987 y0 0x1p-60
1988 y0 0x1p-70
1989 y0 0x1p-80
1990 y0 0x1p-90
1991 y0 0x1p-100
1992 y0 0x1p-110
1994 y1 0.125
1995 y1 0.75
1996 y1 1.0
1997 y1 1.5
1998 y1 2.0
1999 y1 8.0
2000 y1 10.0
2001 y1 0x1.27e204p+99
2002 y1 0x1.001000001p+593
2003 y1 0x1p1023
2004 y1 0x1p16382
2005 y1 0x1p16383
2006 y1 0x1p-10
2007 y1 0x1p-20
2008 y1 0x1p-30
2009 y1 0x1p-40
2010 y1 0x1p-50
2011 y1 0x1p-60
2012 y1 0x1p-70
2013 y1 0x1p-80
2014 y1 0x1p-90
2015 y1 0x1p-100
2016 y1 0x1p-110
2018 # yn (0, x) == y0 (x).
2019 yn 0 0.125
2020 yn 0 0.75
2021 yn 0 1.0
2022 yn 0 1.5
2023 yn 0 2.0
2024 yn 0 8.0
2025 yn 0 10.0
2027 # yn (1, x) == y1 (x).
2028 yn 1 0.125
2029 yn 1 0.75
2030 yn 1 1.0
2031 yn 1 1.5
2032 yn 1 2.0
2033 yn 1 8.0
2034 yn 1 10.0
2036 # yn (-1, x) == -y1 (x).
2037 yn -1 1.0
2039 # yn (3, x).
2040 yn 3 0.125
2041 yn 3 0.75
2042 yn 3 1.0
2043 yn 3 2.0
2044 yn 3 10.0
2046 # yn (10, x).
2047 yn 10 0.125
2048 yn 10 0.75
2049 yn 10 1.0
2050 yn 10 2.0
2051 yn 10 10.0
2053 yn -10 1.0
2055 yn 10 min
2057 yn 2 0x1.ffff62p+99
2058 yn 2 0x1p127
2059 yn 2 0x1p1023
2060 yn 2 0x1p16383