Update copyright notices with scripts/update-copyrights
[glibc.git] / math / auto-libm-test-in
blobc09089bc5de3ada87b394275bbc4f565cd202059
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 cosh max no-test-inline
507 cosh -max no-test-inline
508 # Bug 16354: spurious underflow may occur.
509 cosh min spurious-underflow
510 cosh -min spurious-underflow
511 cosh min_subnorm spurious-underflow
512 cosh -min_subnorm spurious-underflow
513 # Test values either side of overflow for each floating-point format.
514 cosh 0x5.96a7ep+4
515 cosh 0x5.96a7e8p+4
516 cosh -0x5.96a7ep+4
517 cosh -0x5.96a7e8p+4
518 cosh 0x2.c679d1f73f0fap+8
519 cosh 0x2.c679d1f73f0fcp+8
520 cosh -0x2.c679d1f73f0fap+8
521 cosh -0x2.c679d1f73f0fcp+8
522 cosh 0x2.c679d1f73f0fb624d358b213a7p+8
523 cosh 0x2.c679d1f73f0fb624d358b213a8p+8
524 cosh -0x2.c679d1f73f0fb624d358b213a7p+8
525 cosh -0x2.c679d1f73f0fb624d358b213a8p+8
526 cosh 0x2.c5d37700c6bb03a4p+12 no-test-inline
527 cosh 0x2.c5d37700c6bb03a8p+12 no-test-inline
528 cosh -0x2.c5d37700c6bb03a4p+12 no-test-inline
529 cosh -0x2.c5d37700c6bb03a8p+12 no-test-inline
530 cosh 0x2.c5d37700c6bb03a6c24b6c9b494cp+12 no-test-inline
531 cosh 0x2.c5d37700c6bb03a6c24b6c9b494ep+12 no-test-inline
532 cosh -0x2.c5d37700c6bb03a6c24b6c9b494cp+12 no-test-inline
533 cosh -0x2.c5d37700c6bb03a6c24b6c9b494ep+12 no-test-inline
535 cpow 1 0 0 0
536 cpow 2 0 10 0
537 # Bug 14473: cpow results inaccurate.
538 cpow e 0 0 2pi xfail
539 cpow 2 3 4 0
541 cpow 0.75 1.25 0.75 1.25
542 cpow 0.75 1.25 1.0 1.0
543 cpow 0.75 1.25 1.0 0.0
544 cpow 0.75 1.25 0.0 1.0
546 csqrt 0 0
547 csqrt 0 -0
548 csqrt -0 0
549 csqrt -0 -0
551 csqrt 16.0 -30.0
552 csqrt -1 0
553 csqrt 0 2
554 csqrt 119 120
555 csqrt 0.75 1.25
556 csqrt -2 -3
557 csqrt -2 3
558 # Principal square root should be returned (i.e., non-negative real part).
559 csqrt 0 -1
561 csqrt 0x1.fffffep+127 0x1.fffffep+127
562 csqrt 0x1.fffffep+127 1.0
563 csqrt 0x1p-149 0x1p-149
564 csqrt 0x1p-147 0x1p-147
566 csqrt 0 0x1p-149
567 csqrt 0x1p-50 0x1p-149
568 csqrt 0x1p+127 0x1p-149
569 csqrt 0x1p-149 0x1p+127
570 csqrt 0x1.000002p-126 0x1.000002p-126
571 csqrt -0x1.000002p-126 -0x1.000002p-126
573 csqrt 0x1.fffffffffffffp+1023 0x1.fffffffffffffp+1023
574 csqrt 0x1.fffffffffffffp+1023 0x1p+1023
575 csqrt 0x1p-1074 0x1p-1074
576 csqrt 0x1p-1073 0x1p-1073
578 csqrt 0 0x1p-1074
579 csqrt 0x1p-500 0x1p-1074
580 csqrt 0x1p+1023 0x1p-1074
581 csqrt 0x1p-1074 0x1p+1023
582 csqrt 0x1.0000000000001p-1022 0x1.0000000000001p-1022
583 csqrt -0x1.0000000000001p-1022 -0x1.0000000000001p-1022
585 csqrt 0x1.fp+16383 0x1.fp+16383
586 csqrt 0x1.fp+16383 0x1p+16383
587 csqrt 0x1p-16440 0x1p-16441
589 csqrt 0 0x1p-16445
590 csqrt 0x1p-5000 0x1p-16445
591 csqrt 0x1p+16383 0x1p-16445
592 csqrt 0x1p-16445 0x1p+16383
593 csqrt 0x1.0000000000000002p-16382 0x1.0000000000000002p-16382
594 csqrt -0x1.0000000000000002p-16382 -0x1.0000000000000002p-16382
596 csqrt 0 0x1p-16494
597 csqrt 0x1p-5000 0x1p-16494
598 csqrt 0x1p+16383 0x1p-16494
599 csqrt 0x1p-16494 0x1p+16383
600 csqrt 0x1.0000000000000000000000000001p-16382 0x1.0000000000000000000000000001p-16382
601 csqrt -0x1.0000000000000000000000000001p-16382 -0x1.0000000000000000000000000001p-16382
603 ctan 0 0
604 ctan 0 -0
605 ctan -0 0
606 ctan -0 -0
608 ctan 0.75 1.25
609 ctan -2 -3
611 ctan 1 45
612 ctan 1 47
613 ctan 1 355
614 ctan 1 365
615 ctan 1 5680
616 ctan 1 5690
618 ctan 0x3.243f6cp-1 0
620 ctan 0x1p127 1
621 ctan 0x1p1023 1
622 ctan 0x1p16383 1
624 ctan 50000 50000
625 ctan 50000 -50000
626 ctan -50000 50000
627 ctan -50000 -50000
629 ctan 0x1.921fb6p+0 0x1p-149
630 ctan 0x1.921fb54442d18p+0 0x1p-1074
631 ctan 0x1.921fb54442d1846ap+0 0x1p-16445
633 ctanh 0 0
634 ctanh 0 -0
635 ctanh -0 0
636 ctanh -0 -0
638 ctanh 0 pi/4
640 ctanh 0.75 1.25
641 ctanh -2 -3
643 ctanh 45 1
644 ctanh 47 1
645 ctanh 355 1
646 ctanh 365 1
647 ctanh 5680 1
648 ctanh 5690 1
650 ctanh 0 0x3.243f6cp-1
652 ctanh 1 0x1p127
653 ctanh 1 0x1p1023
654 ctanh 1 0x1p16383
656 ctanh 50000 50000
657 ctanh 50000 -50000
658 ctanh -50000 50000
659 ctanh -50000 -50000
661 ctanh 0x1p-149 0x1.921fb6p+0
662 ctanh 0x1p-1074 0x1.921fb54442d18p+0
663 ctanh 0x1p-16445 0x1.921fb54442d1846ap+0
665 erf 0
666 erf -0
667 erf 0.125
668 erf 0.75
669 erf 1.25
670 erf 2.0
671 erf 4.125
672 erf 27.0
673 erf -27.0
674 erf -0x1.fffffffffffff8p-2
676 erfc 0.0
677 erfc -0
678 erfc 0.125
679 erfc 0.75
680 erfc 1.25
681 erfc 2.0
682 erfc 0x1.f7303cp+1
683 erfc 4.125
684 erfc 0x1.ffa002p+2
685 erfc 0x1.ffffc8p+2
686 erfc -0x1.fffffffffffff8p-2
687 erfc 26.0
688 erfc 27.0
689 erfc 28.0
690 erfc 0x1.ffff56789abcdef0123456789a8p+2
691 erfc 100
692 erfc 106
693 erfc 106.5
694 erfc 106.625
695 erfc 107
696 erfc 108
697 erfc 1000
698 erfc max
700 exp 0
701 exp -0
702 exp 1
703 exp 2
704 exp 3
705 exp 0.75
706 exp 50.0
707 exp 88.72269439697265625
708 exp 709.75
709 # Bug 16284: results on directed rounding may be incorrect.
710 exp 1000.0 xfail-rounding:dbl-64
711 exp 710 xfail-rounding:dbl-64
712 exp -1234
713 # Bug 16284: results on directed rounding may be incorrect.
714 exp 0x2.c679d1f73f0fb628p+8 xfail-rounding:dbl-64
715 exp 1e5 xfail-rounding:dbl-64
716 exp max xfail-rounding:dbl-64
717 exp -7.4444006192138124e+02
718 exp -0x1.75f113c30b1c8p+9
719 exp -max
721 exp10 0
722 exp10 -0
723 exp10 3
724 exp10 -1
725 exp10 36
726 exp10 -36
727 exp10 305
728 exp10 -305
729 # Bug 16284: results on directed rounding may be incorrect.
730 exp10 4932 xfail-rounding:flt-32
731 # Bug 16361: underflow exception may be misssing
732 exp10 -4932 missing-underflow:ldbl-96-intel:x86 missing-underflow:ldbl-96-intel:x86_64
733 # Bug 16284: results on directed rounding may be incorrect.
734 exp10 1e5 xfail-rounding:flt-32
735 exp10 -1e5
736 # Bug 16284: results on directed rounding may be incorrect.
737 exp10 1e6 xfail-rounding:flt-32
738 exp10 -1e6
739 # Bug 16284: results on directed rounding may be incorrect.
740 exp10 max xfail-rounding:flt-32
741 exp10 -max
742 exp10 0.75
743 # Bug 16284: results on directed rounding may be incorrect.
744 exp10 0x1.348e45573a1dd72cp+8 xfail-rounding:flt-32 xfail-rounding:dbl-64
746 exp2 0
747 exp2 -0
748 exp2 10
749 exp2 -1
750 exp2 1e6
751 exp2 -1e6
752 exp2 max
753 exp2 -max
754 exp2 0.75
755 exp2 100.5
756 exp2 127
757 exp2 -149
758 exp2 1000.25
759 exp2 1023
760 exp2 -1074
761 exp2 16383
762 exp2 -16400
764 expm1 0
765 expm1 -0
766 expm1 1
767 expm1 0.75
768 expm1 50.0
769 expm1 127.0
770 expm1 500.0
771 expm1 11356.25
772 expm1 -10.0
773 expm1 -16.0
774 expm1 -17.0
775 expm1 -18.0
776 expm1 -36.0
777 expm1 -37.0
778 expm1 -38.0
779 expm1 -44.0
780 expm1 -45.0
781 expm1 -46.0
782 expm1 -73.0
783 expm1 -74.0
784 expm1 -75.0
785 expm1 -78.0
786 expm1 -79.0
787 expm1 -80.0
788 expm1 -100.0
789 expm1 -1000.0
790 expm1 -10000.0
791 expm1 -100000.0
792 expm1 100000.0
793 expm1 max
794 expm1 -max
795 expm1 0x1p-2
796 expm1 -0x1p-2
797 expm1 0x1p-10
798 expm1 -0x1p-10
799 expm1 0x1p-20
800 expm1 -0x1p-20
801 expm1 0x1p-29
802 expm1 -0x1p-29
803 expm1 0x1p-32
804 expm1 -0x1p-32
805 expm1 0x1p-50
806 expm1 -0x1p-50
807 expm1 0x1p-64
808 expm1 -0x1p-64
809 expm1 0x1p-100
810 expm1 -0x1p-100
812 hypot 0 0
813 hypot 0 -0
814 hypot -0 0
815 hypot -0 -0
816 # hypot (x,y) == hypot (+-x, +-y).
817 hypot 0.7 12.4
818 hypot -0.7 12.4
819 hypot 0.7 -12.4
820 hypot -0.7 -12.4
821 hypot 12.4 0.7
822 hypot -12.4 0.7
823 hypot 12.4 -0.7
824 hypot -12.4 -0.7
825 # hypot (x,0) == fabs (x).
826 hypot 0.75 0
827 hypot -0.75 0
828 hypot -5.7e7 0
829 hypot 0.75 1.25
830 hypot 1.0 0x1p-61
831 hypot 0x1p+0 0x1.fp-129
832 hypot 0x1.23456789abcdef0123456789ab8p-500 0x1.23456789abcdef0123456789ab8p-500
833 hypot 0x3p125 0x4p125 no-test-inline:flt-32
834 hypot 0x1.234566p-126 0x1.234566p-126 no-test-inline:flt-32
835 hypot 0x3p1021 0x4p1021 no-test-inline:dbl-64
836 hypot 0x1p+0 0x0.3ep-1022 no-test-inline:dbl-64
837 hypot 0x3p16381 0x4p16381 no-test-inline
838 hypot 0x1p-149 0x1p-149
839 hypot 0x1p-1074 0x1p-1074
840 hypot 0x1p-16445 0x1p-16445 no-test-inline
841 hypot 0x1p-16494 0x1p-16494 no-test-inline
842 hypot 0x0.fffffep-126 0x0.fp-127
843 hypot 0x0.fffffep-126 0x0.fp-130
844 hypot 0x0.fffffffffffffp-1022 0x0.fp-1023
845 hypot 0x0.fffffffffffffp-1022 0x0.fp-1026
846 hypot 0x0.ffffffp-16382 0x0.fp-16383 no-test-inline
847 hypot 0x0.ffffffp-16382 0x0.fp-16386 no-test-inline
848 hypot 0 min_subnorm no-test-inline
850 j0 -1.0
851 j0 0.0
852 j0 0.125
853 j0 0.75
854 j0 1.0
855 j0 1.5
856 j0 2.0
857 j0 8.0
858 j0 10.0
859 j0 4.0
860 j0 -4.0
861 j0 0x1.d7ce3ap+107
862 j0 -0x1.001000001p+593
863 j0 0x1p1023
864 j0 0x1p16382
865 j0 0x1p16383
867 j1 -1.0
868 j1 0.0
869 j1 0.125
870 j1 0.75
871 j1 1.0
872 j1 1.5
873 j1 2.0
874 j1 8.0
875 j1 10.0
876 j1 0x1.3ffp+74
877 j1 0x1.ff00000000002p+840
878 j1 0x1p1023
879 j1 0x1p16382
880 j1 0x1p16383
882 # jn (0, x) == j0 (x).
883 jn 0 -1.0
884 jn 0 0.0
885 jn 0 0.125
886 jn 0 0.75
887 jn 0 1.0
888 jn 0 1.5
889 jn 0 2.0
890 jn 0 8.0
891 jn 0 10.0
892 jn 0 4.0
893 jn 0 -4.0
895 # jn (1, x) == j1 (x).
896 jn 1 -1.0
897 jn 1 0.0
898 jn 1 0.125
899 jn 1 0.75
900 jn 1 1.0
901 jn 1 1.5
902 jn 1 2.0
903 jn 1 8.0
904 jn 1 10.0
906 jn 3 -1.0
907 jn 3 0.0
908 jn 3 0.125
909 jn 3 0.75
910 jn 3 1.0
911 jn 3 2.0
912 jn 3 10.0
914 jn 10 -1.0
915 jn 10 0.0
916 jn 10 0.125
917 jn 10 0.75
918 jn 10 1.0
919 jn 10 2.0
920 jn 10 10.0
922 jn 2 2.4048255576957729
923 jn 3 2.4048255576957729
924 jn 4 2.4048255576957729
925 jn 5 2.4048255576957729
926 jn 6 2.4048255576957729
927 jn 7 2.4048255576957729
928 jn 8 2.4048255576957729
929 jn 9 2.4048255576957729
931 jn 2 0x1.ffff62p+99
932 jn 2 0x1p127
933 jn 2 0x1p1023
934 jn 2 0x1p16383
936 lgamma max
937 lgamma 1
938 lgamma 3
939 lgamma 0.5
940 lgamma -0.5
941 lgamma 0.7
942 lgamma 1.2
943 lgamma 0x1p-5
944 lgamma -0x1p-5
945 lgamma 0x1p-10
946 lgamma -0x1p-10
947 lgamma 0x1p-15
948 lgamma -0x1p-15
949 lgamma 0x1p-20
950 lgamma -0x1p-20
951 lgamma 0x1p-25
952 lgamma -0x1p-25
953 lgamma 0x1p-30
954 lgamma -0x1p-30
955 lgamma 0x1p-40
956 lgamma -0x1p-40
957 lgamma 0x1p-50
958 lgamma -0x1p-50
959 lgamma 0x1p-60
960 lgamma -0x1p-60
961 lgamma 0x1p-64
962 lgamma -0x1p-64
963 lgamma 0x1p-70
964 lgamma -0x1p-70
965 lgamma 0x1p-100
966 lgamma -0x1p-100
967 lgamma 0x1p-126
968 lgamma -0x1p-126
969 lgamma 0x1p-149
970 lgamma -0x1p-149
971 lgamma 0x1p-200
972 lgamma -0x1p-200
973 lgamma 0x1p-500
974 lgamma -0x1p-500
975 lgamma 0x1p-1000
976 lgamma -0x1p-1000
977 lgamma 0x1p-1022
978 lgamma -0x1p-1022
979 lgamma 0x1p-1074
980 lgamma -0x1p-1074
981 lgamma 0x1p-5000
982 lgamma -0x1p-5000
983 lgamma 0x1p-10000
984 lgamma -0x1p-10000
985 lgamma 0x1p-16382
986 lgamma -0x1p-16382
987 lgamma 0x1p-16445
988 lgamma -0x1p-16445
989 lgamma 0x1p-16494
990 lgamma -0x1p-16494
992 log 1
993 log e
994 log 1/e
995 log 2
996 log 10
997 log 0.75
998 log min
999 log min_subnorm
1001 log10 1
1002 log10 0.1
1003 log10 10.0
1004 log10 100.0
1005 log10 10000.0
1006 log10 e
1007 log10 0.75
1008 log10 min
1009 log10 min_subnorm
1011 log1p 0
1012 log1p -0
1013 log1p e-1
1014 log1p -0.25
1015 log1p -0.875
1016 # Bug 16339: underflow exception may be missing.
1017 log1p min missing-underflow
1018 log1p min_subnorm missing-underflow
1019 log1p -min missing-underflow
1020 log1p -min_subnorm missing-underflow
1022 log2 1
1023 log2 e
1024 log2 2.0
1025 log2 16.0
1026 log2 256.0
1027 log2 0.75
1028 log2 min
1029 log2 min_subnorm
1031 pow 0 0
1032 pow 0 -0
1033 pow -0 0
1034 pow -0 -0
1036 pow 10 0
1037 pow 10 -0
1038 pow -10 0
1039 pow -10 -0
1041 pow 1 1
1042 pow 1 -1
1043 pow 1 1.25
1044 pow 1 -1.25
1045 pow 1 0x1p62
1046 pow 1 0x1p63
1047 pow 1 0x1p64
1048 pow 1 0x1p72
1049 pow 1 min_subnorm
1050 pow 1 -min_subnorm
1052 # pow (x, +-0) == 1.
1053 pow 32.75 0
1054 pow 32.75 -0
1055 pow -32.75 0
1056 pow -32.75 -0
1057 pow 0x1p72 0
1058 pow 0x1p72 -0
1059 pow 0x1p-72 0
1060 pow 0x1p-72 -0
1062 pow 0x1p72 0x1p72
1063 pow 10 -0x1p72
1064 pow max max
1065 pow 10 -max
1067 pow 0 1
1068 pow 0 11
1070 pow -0 1
1071 pow -0 11
1073 pow 0 2
1074 pow 0 11.1
1076 pow -0 2
1077 pow -0 11.1
1079 # pow (+0, y) == +0 for y an odd integer > 0.
1080 pow 0.0 27
1081 pow 0.0 0xffffff
1082 pow 0.0 0x1.fffffffffffffp+52
1083 pow 0.0 0x1.fffffffffffffffep+63
1084 pow 0.0 0x1.ffffffffffffffffffffffffff8p+105
1085 pow 0.0 0x1.ffffffffffffffffffffffffffffp+112
1087 # pow (-0, y) == -0 for y an odd integer > 0.
1088 pow -0 27
1089 pow -0 0xffffff
1090 pow -0 0x1fffffe
1091 pow -0 0x1.fffffffffffffp+52
1092 pow -0 0x1.fffffffffffffp+53
1093 pow -0 0x1.fffffffffffffffep+63
1094 pow -0 0x1.fffffffffffffffep+64
1095 pow -0 0x1.ffffffffffffffffffffffffff8p+105
1096 pow -0 0x1.ffffffffffffffffffffffffff8p+106
1097 pow -0 0x1.ffffffffffffffffffffffffffffp+112
1098 pow -0 0x1.ffffffffffffffffffffffffffffp+113
1100 # pow (+0, y) == +0 for y > 0 and not an odd integer.
1101 pow 0.0 4
1102 pow 0.0 0x1p24
1103 pow 0.0 0x1p127
1104 pow 0.0 max
1105 pow 0.0 min_subnorm
1107 # pow (-0, y) == +0 for y > 0 and not an odd integer.
1108 pow -0 4
1109 pow -0 0x1p24
1110 pow -0 0x1p127
1111 pow -0 max
1112 pow -0 min_subnorm
1114 pow 16 0.25
1115 pow 0x1p64 0.125
1116 pow 2 4
1117 pow 256 8
1119 pow 0.75 1.25
1121 pow -7.49321e+133 -9.80818e+16
1123 pow -1.0 -0xffffff
1124 pow -1.0 -0x1fffffe
1125 pow -1.0 -0x1.fffffffffffffp+52
1126 pow -1.0 -0x1.fffffffffffffp+53
1127 pow -1.0 -0x1.fffffffffffffffep+63
1128 pow -1.0 -0x1.fffffffffffffffep+64
1129 pow -1.0 -0x1.ffffffffffffffffffffffffff8p+105
1130 pow -1.0 -0x1.ffffffffffffffffffffffffff8p+106
1131 pow -1.0 -0x1.ffffffffffffffffffffffffffffp+112
1132 pow -1.0 -0x1.ffffffffffffffffffffffffffffp+113
1133 pow -1.0 -max
1135 pow -1.0 0xffffff
1136 pow -1.0 0x1fffffe
1137 pow -1.0 0x1.fffffffffffffp+52
1138 pow -1.0 0x1.fffffffffffffp+53
1139 pow -1.0 0x1.fffffffffffffffep+63
1140 pow -1.0 0x1.fffffffffffffffep+64
1141 pow -1.0 0x1.ffffffffffffffffffffffffff8p+105
1142 pow -1.0 0x1.ffffffffffffffffffffffffff8p+106
1143 pow -1.0 0x1.ffffffffffffffffffffffffffffp+112
1144 pow -1.0 0x1.ffffffffffffffffffffffffffffp+113
1145 pow -1.0 max
1147 pow -2.0 126
1148 pow -2.0 127
1149 pow -2.0 -126
1150 pow -2.0 -127
1152 pow -2.0 -0xffffff
1153 pow -2.0 -0x1fffffe
1154 pow -2.0 -0x1.fffffffffffffp+52
1155 pow -2.0 -0x1.fffffffffffffp+53
1156 pow -2.0 -0x1.fffffffffffffffep+63
1157 pow -2.0 -0x1.fffffffffffffffep+64
1158 pow -2.0 -0x1.ffffffffffffffffffffffffff8p+105
1159 pow -2.0 -0x1.ffffffffffffffffffffffffff8p+106
1160 pow -2.0 -0x1.ffffffffffffffffffffffffffffp+112
1161 pow -2.0 -0x1.ffffffffffffffffffffffffffffp+113
1162 pow -2.0 -max
1164 pow -2.0 0xffffff
1165 pow -2.0 0x1fffffe
1166 pow -2.0 0x1.fffffffffffffp+52
1167 pow -2.0 0x1.fffffffffffffp+53
1168 pow -2.0 0x1.fffffffffffffffep+63
1169 pow -2.0 0x1.fffffffffffffffep+64
1170 pow -2.0 0x1.ffffffffffffffffffffffffff8p+105
1171 pow -2.0 0x1.ffffffffffffffffffffffffff8p+106
1172 pow -2.0 0x1.ffffffffffffffffffffffffffffp+112
1173 pow -2.0 0x1.ffffffffffffffffffffffffffffp+113
1174 pow -2.0 max
1176 pow -max -2
1177 pow -max -3
1178 pow -max 2
1179 pow -max 3
1181 pow -max -0xffffff
1182 pow -max -0x1fffffe
1183 pow -max -0x1.fffffffffffffp+52
1184 pow -max -0x1.fffffffffffffp+53
1185 pow -max -0x1.fffffffffffffffep+63
1186 pow -max -0x1.fffffffffffffffep+64
1187 pow -max -0x1.ffffffffffffffffffffffffff8p+105
1188 pow -max -0x1.ffffffffffffffffffffffffff8p+106
1189 pow -max -0x1.ffffffffffffffffffffffffffffp+112
1190 pow -max -0x1.ffffffffffffffffffffffffffffp+113
1191 pow -max -max
1193 pow -max 0xffffff
1194 pow -max 0x1fffffe
1195 pow -max 0x1.fffffffffffffp+52
1196 pow -max 0x1.fffffffffffffp+53
1197 pow -max 0x1.fffffffffffffffep+63
1198 pow -max 0x1.fffffffffffffffep+64
1199 pow -max 0x1.ffffffffffffffffffffffffff8p+105
1200 pow -max 0x1.ffffffffffffffffffffffffff8p+106
1201 pow -max 0x1.ffffffffffffffffffffffffffffp+112
1202 pow -max 0x1.ffffffffffffffffffffffffffffp+113
1203 pow -max max
1205 pow -0.5 126
1206 pow -0.5 127
1207 pow -0.5 -126
1208 pow -0.5 -127
1210 pow -0.5 -0xffffff
1211 pow -0.5 -0x1fffffe
1212 pow -0.5 -0x1.fffffffffffffp+52
1213 pow -0.5 -0x1.fffffffffffffp+53
1214 pow -0.5 -0x1.fffffffffffffffep+63
1215 pow -0.5 -0x1.fffffffffffffffep+64
1216 pow -0.5 -0x1.ffffffffffffffffffffffffff8p+105
1217 pow -0.5 -0x1.ffffffffffffffffffffffffff8p+106
1218 pow -0.5 -0x1.ffffffffffffffffffffffffffffp+112
1219 pow -0.5 -0x1.ffffffffffffffffffffffffffffp+113
1220 pow -0.5 -max
1222 pow -0.5 0xffffff
1223 pow -0.5 0x1fffffe
1224 pow -0.5 0x1.fffffffffffffp+52
1225 pow -0.5 0x1.fffffffffffffp+53
1226 pow -0.5 0x1.fffffffffffffffep+63
1227 pow -0.5 0x1.fffffffffffffffep+64
1228 pow -0.5 0x1.ffffffffffffffffffffffffff8p+105
1229 pow -0.5 0x1.ffffffffffffffffffffffffff8p+106
1230 pow -0.5 0x1.ffffffffffffffffffffffffffffp+112
1231 pow -0.5 0x1.ffffffffffffffffffffffffffffp+113
1232 pow -0.5 max
1234 pow -min -2
1235 pow -min -3
1236 pow -min 1
1237 pow -min 2
1238 pow -min 3
1240 pow -min -0xffffff
1241 pow -min -0x1fffffe
1242 pow -min -0x1.fffffffffffffp+52
1243 pow -min -0x1.fffffffffffffp+53
1244 pow -min -0x1.fffffffffffffffep+63
1245 pow -min -0x1.fffffffffffffffep+64
1246 pow -min -0x1.ffffffffffffffffffffffffff8p+105
1247 pow -min -0x1.ffffffffffffffffffffffffff8p+106
1248 pow -min -0x1.ffffffffffffffffffffffffffffp+112
1249 pow -min -0x1.ffffffffffffffffffffffffffffp+113
1250 pow -min -max
1252 pow -min 0xffffff
1253 pow -min 0x1fffffe
1254 pow -min 0x1.fffffffffffffp+52
1255 pow -min 0x1.fffffffffffffp+53
1256 pow -min 0x1.fffffffffffffffep+63
1257 pow -min 0x1.fffffffffffffffep+64
1258 pow -min 0x1.ffffffffffffffffffffffffff8p+105
1259 pow -min 0x1.ffffffffffffffffffffffffff8p+106
1260 pow -min 0x1.ffffffffffffffffffffffffffffp+112
1261 pow -min 0x1.ffffffffffffffffffffffffffffp+113
1262 pow -min max
1264 pow 0x0.ffffffp0 10
1265 pow 0x0.ffffffp0 100
1266 pow 0x0.ffffffp0 1000
1267 pow 0x0.ffffffp0 0x1p24
1268 pow 0x0.ffffffp0 0x1p30
1269 pow 0x0.ffffffp0 0x1.234566p30
1270 pow 0x0.ffffffp0 -10
1271 pow 0x0.ffffffp0 -100
1272 pow 0x0.ffffffp0 -1000
1273 pow 0x0.ffffffp0 -0x1p24
1274 pow 0x0.ffffffp0 -0x1p30
1275 pow 0x0.ffffffp0 -0x1.234566p30
1276 pow 0x1.000002p0 0x1p24
1277 pow 0x1.000002p0 0x1.234566p29
1278 pow 0x1.000002p0 -0x1.234566p29
1280 pow 0x0.fffffffffffff8p0 0x1.23456789abcdfp62
1281 pow 0x0.fffffffffffff8p0 -0x1.23456789abcdfp62
1282 pow 0x1.0000000000001p0 0x1.23456789abcdfp61
1283 pow 0x1.0000000000001p0 -0x1.23456789abcdfp61
1285 pow 0x0.ffffffffffffffffp0 0x1.23456789abcdef0ep77
1286 pow 0x0.ffffffffffffffffp0 -0x1.23456789abcdef0ep77
1287 pow 0x1.0000000000000002p0 0x1.23456789abcdef0ep76
1288 pow 0x1.0000000000000002p0 -0x1.23456789abcdef0ep76
1290 pow 0x0.ffffffffffffffffffffffffffff8p0 0x1.23456789abcdef0123456789abcdp126
1291 pow 0x0.ffffffffffffffffffffffffffff8p0 -0x1.23456789abcdef0123456789abcdp126
1292 pow 0x1.0000000000000000000000000001p0 0x1.23456789abcdef0123456789abcdp125
1293 pow 0x1.0000000000000000000000000001p0 -0x1.23456789abcdef0123456789abcdp125
1295 pow 1e4932 0.75
1296 pow 1e4928 0.75
1297 pow 1e4924 0.75
1298 pow 1e4920 0.75
1299 pow 10.0 4932.0
1300 pow 10.0 4931.0
1301 pow 10.0 4930.0
1302 pow 10.0 4929.0
1303 pow 10.0 -4931.0
1304 pow 10.0 -4930.0
1305 pow 10.0 -4929.0
1306 pow 1e27 182.0
1307 pow 1e27 -182.0
1309 pow min_subnorm min_subnorm
1310 pow min_subnorm -min_subnorm
1311 pow max min_subnorm
1312 pow max -min_subnorm
1313 pow 0.99 min_subnorm
1314 pow 0.99 -min_subnorm
1315 pow 1.01 min_subnorm
1316 pow 1.01 -min_subnorm
1318 pow 2.0 -100000.0
1320 pow 1.0625 1.125
1321 pow 1.5 1.03125
1323 sin 0
1324 sin -0
1325 sin pi/6
1326 sin -pi/6
1327 sin pi/2
1328 sin -pi/2
1329 sin 0.75
1330 sin 0x1p65
1331 sin -0x1p65
1332 sin 0x1.7f4134p+103
1333 sin 0.80190127184058835
1334 sin 2.522464e-1
1335 sin 1e22
1336 sin 0x1p1023
1337 sin 0x1p16383
1338 sin 0x1p+120
1339 sin 0x1p+127
1340 sin 0x1.fffff8p+127
1341 sin 0x1.fffffep+127
1342 sin 0x1p+50
1343 sin 0x1p+28
1344 sin 0.93340582292648832662962377071381
1345 sin 2.3328432680770916363144351635128
1346 sin 3.7439477503636453548097051680088
1347 sin 3.9225160069792437411706487182528
1348 sin 4.0711651639931289992091478779912
1349 sin 4.7858438478542097982426639646292
1350 sin 5.9840767662578002727968851104379
1351 sin 1
1352 sin 2
1353 sin 3
1354 sin 4
1355 sin 5
1356 sin 6
1357 sin 7
1358 sin 8
1359 sin 9
1360 sin 10
1362 sincos 0
1363 sincos -0
1364 sincos pi/2
1365 sincos pi/6
1366 sincos pi/3
1367 sincos 0.75
1368 sincos 0x1p65
1369 sincos -0x1p65
1370 sincos 0.80190127184058835
1371 sincos 1e22
1372 sincos 0x1p1023
1373 sincos 0x1p16383
1374 sincos 0x1p+120
1375 sincos 0x1p+127
1376 sincos 0x1.fffff8p+127
1377 sincos 0x1.fffffep+127
1378 sincos 0x1p+50
1379 sincos 0x1p+28
1381 sinh 0
1382 sinh -0
1383 sinh 0.75
1384 sinh 0x8p-32
1385 sinh 22
1386 sinh 23
1387 sinh 24
1389 sqrt 0
1390 sqrt -0
1391 sqrt 2209
1392 sqrt 4
1393 sqrt 2
1394 sqrt 0.25
1395 sqrt 6642.25
1396 sqrt 15190.5625
1397 sqrt 0.75
1398 sqrt 0x1.fffffffffffffp+1023
1399 sqrt 0x1.ffffffffffffbp+1023
1400 sqrt 0x1.ffffffffffff7p+1023
1401 sqrt 0x1.ffffffffffff3p+1023
1402 sqrt 0x1.fffffffffffefp+1023
1403 sqrt 0x1.fffffffffffebp+1023
1404 sqrt 0x1.fffffffffffe7p+1023
1405 sqrt 0x1.fffffffffffe3p+1023
1406 sqrt 0x1.fffffffffffdfp+1023
1407 sqrt 0x1.fffffffffffdbp+1023
1408 sqrt 0x1.fffffffffffd7p+1023
1409 sqrt 0x1.0000000000003p-1022
1410 sqrt 0x1.0000000000007p-1022
1411 sqrt 0x1.000000000000bp-1022
1412 sqrt 0x1.000000000000fp-1022
1413 sqrt 0x1.0000000000013p-1022
1414 sqrt 0x1.0000000000017p-1022
1415 sqrt 0x1.000000000001bp-1022
1416 sqrt 0x1.000000000001fp-1022
1417 sqrt 0x1.0000000000023p-1022
1418 sqrt 0x1.0000000000027p-1022
1419 sqrt 0x1.000000000002bp-1022
1420 sqrt 0x1.000000000002fp-1022
1421 sqrt 0x1.0000000000033p-1022
1422 sqrt 0x1.0000000000037p-1022
1423 sqrt 0x1.7167bc36eaa3bp+6
1424 sqrt 0x1.7570994273ad7p+6
1425 sqrt 0x1.7dae969442fe6p+6
1426 sqrt 0x1.7f8444fcf67e5p+6
1427 sqrt 0x1.8364650e63a54p+6
1428 sqrt 0x1.85bedd274edd8p+6
1429 sqrt 0x1.8609cf496ab77p+6
1430 sqrt 0x1.873849c70a375p+6
1431 sqrt 0x1.8919c962cbaaep+6
1432 sqrt 0x1.8de4493e22dc6p+6
1433 sqrt 0x1.924829a17a288p+6
1434 sqrt 0x1.92702cd992f12p+6
1435 sqrt 0x1.92b763a8311fdp+6
1436 sqrt 0x1.947da013c7293p+6
1437 sqrt 0x1.9536091c494d2p+6
1438 sqrt 0x1.61b04c6p-1019
1439 sqrt 0x1.93789f1p-1018
1440 sqrt 0x1.a1989b4p-1018
1441 sqrt 0x1.f93bc9p-1018
1442 sqrt 0x1.2f675e3p-1017
1443 sqrt 0x1.a158508p-1017
1444 sqrt 0x1.cd31f078p-1017
1445 sqrt 0x1.33b43b08p-1016
1446 sqrt 0x1.6e66a858p-1016
1447 sqrt 0x1.8661cbf8p-1016
1448 sqrt 0x1.bbb221b4p-1016
1449 sqrt 0x1.c4942f3cp-1016
1450 sqrt 0x1.dbb258c8p-1016
1451 sqrt 0x1.57103ea4p-1015
1452 sqrt 0x1.9b294f88p-1015
1453 sqrt 0x1.0000000000001p+0
1454 sqrt 0x1.fffffffffffffp-1
1456 tan 0
1457 tan -0
1458 tan pi/4
1459 tan 0.75
1460 tan 0x1p65
1461 tan -0x1p65
1462 tan 0xc.9p-4
1463 tan 0xc.908p-4
1464 tan 0xc.90cp-4
1465 tan 0xc.90ep-4
1466 tan 0xc.90fp-4
1467 tan 0xc.90f8p-4
1468 tan 0xc.90fcp-4
1469 tan 0xc.90fdp-4
1470 tan 0xc.90fd8p-4
1471 tan 0xc.90fdap-4
1472 tan 0xc.ap-4
1473 tan 0xc.98p-4
1474 tan 0xc.94p-4
1475 tan 0xc.92p-4
1476 tan 0xc.91p-4
1477 tan 0xc.90fep-4
1478 tan 0xc.90fdcp-4
1479 tan 0xc.90fdbp-4
1480 tan -0xc.9p-4
1481 tan -0xc.908p-4
1482 tan -0xc.90cp-4
1483 tan -0xc.90ep-4
1484 tan -0xc.90fp-4
1485 tan -0xc.90f8p-4
1486 tan -0xc.90fcp-4
1487 tan -0xc.90fdp-4
1488 tan -0xc.90fd8p-4
1489 tan -0xc.90fdap-4
1490 tan -0xc.ap-4
1491 tan -0xc.98p-4
1492 tan -0xc.94p-4
1493 tan -0xc.92p-4
1494 tan -0xc.91p-4
1495 tan -0xc.90fep-4
1496 tan -0xc.90fdcp-4
1497 tan -0xc.90fdbp-4
1498 tan 1e22
1499 tan 0x1p1023
1500 tan 0x1p16383
1501 tan 1
1502 tan 2
1503 tan 3
1504 tan 4
1505 tan 5
1506 tan 6
1507 tan 7
1508 tan 8
1509 tan 9
1510 tan 10
1512 tanh 0
1513 tanh -0
1514 tanh 0.75
1515 tanh -0.75
1516 tanh 1.0
1517 tanh -1.0
1518 tanh 0x1p-57
1520 tgamma 0.5
1521 tgamma -0.5
1523 tgamma 1
1524 tgamma 2
1525 tgamma 3
1526 tgamma 4
1527 tgamma 5
1528 tgamma 6
1529 tgamma 7
1530 tgamma 8
1531 tgamma 9
1532 tgamma 10
1534 tgamma 0.7
1535 tgamma 1.2
1537 tgamma 1.5
1538 tgamma 2.5
1539 tgamma 3.5
1540 tgamma 4.5
1541 tgamma 5.5
1542 tgamma 6.5
1543 tgamma 7.5
1544 tgamma 8.5
1545 tgamma 9.5
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 0x1p-24
1556 tgamma -0x1p-24
1557 tgamma 0x1p-53
1558 tgamma -0x1p-53
1559 tgamma 0x1p-64
1560 tgamma -0x1p-64
1561 tgamma 0x1p-106
1562 tgamma -0x1p-106
1563 tgamma 0x1p-113
1564 tgamma -0x1p-113
1565 tgamma 0x1p-127
1566 tgamma -0x1p-127
1567 tgamma 0x1p-128
1568 tgamma -0x1p-128
1569 tgamma 0x1p-149
1570 tgamma -0x1p-149
1571 tgamma 0x1p-1023
1572 tgamma -0x1p-1023
1573 tgamma 0x1p-1024
1574 tgamma -0x1p-1024
1575 tgamma 0x1p-1074
1576 tgamma -0x1p-1074
1577 tgamma 0x1p-16383
1578 tgamma -0x1p-16383
1579 tgamma 0x1p-16384
1580 tgamma -0x1p-16384
1581 tgamma 0x1p-16445
1582 tgamma -0x1p-16445
1583 tgamma 0x1p-16494
1584 tgamma -0x1p-16494
1585 tgamma 0x8.00001p0
1586 tgamma 0x7.fffff8p0
1587 tgamma 0x7.000008p0
1588 tgamma 0x6.fffff8p0
1589 tgamma 0x6.000008p0
1590 tgamma 0x5.fffff8p0
1591 tgamma 0x5.000008p0
1592 tgamma 0x4.fffff8p0
1593 tgamma 0x4.000008p0
1594 tgamma 0x3.fffffcp0
1595 tgamma 0x3.000004p0
1596 tgamma 0x2.fffffcp0
1597 tgamma 0x2.000004p0
1598 tgamma 0x1.fffffep0
1599 tgamma 0x1.000002p0
1600 tgamma 0x0.ffffffp0
1601 tgamma -0x0.ffffffp0
1602 tgamma -0x1.000002p0
1603 tgamma -0x1.fffffep0
1604 tgamma -0x2.000004p0
1605 tgamma -0x2.fffffcp0
1606 tgamma -0x3.000004p0
1607 tgamma -0x3.fffffcp0
1608 tgamma -0x4.000008p0
1609 tgamma -0x4.fffff8p0
1610 tgamma -0x5.000008p0
1611 tgamma -0x5.fffff8p0
1612 tgamma -0x6.000008p0
1613 tgamma -0x6.fffff8p0
1614 tgamma -0x7.000008p0
1615 tgamma -0x7.fffff8p0
1616 tgamma -0x8.00001p0
1617 tgamma -0x9.fffffp0
1618 tgamma -0xa.00001p0
1619 tgamma -0x13.ffffep0
1620 tgamma -0x14.00002p0
1621 tgamma -0x1d.ffffep0
1622 tgamma -0x1e.00002p0
1623 tgamma -0x27.ffffcp0
1624 tgamma -0x28.00004p0
1625 tgamma -0x28.ffffcp0
1626 tgamma -0x29.00004p0
1627 tgamma -0x29.ffffcp0
1628 tgamma -0x2a.00004p0
1629 tgamma 0x8.0000000000008p0
1630 tgamma 0x7.ffffffffffffcp0
1631 tgamma 0x7.0000000000004p0
1632 tgamma 0x6.ffffffffffffcp0
1633 tgamma 0x6.0000000000004p0
1634 tgamma 0x5.ffffffffffffcp0
1635 tgamma 0x5.0000000000004p0
1636 tgamma 0x4.ffffffffffffcp0
1637 tgamma 0x4.0000000000004p0
1638 tgamma 0x3.ffffffffffffep0
1639 tgamma 0x3.0000000000002p0
1640 tgamma 0x2.ffffffffffffep0
1641 tgamma 0x2.0000000000002p0
1642 tgamma 0x1.fffffffffffffp0
1643 tgamma 0x1.0000000000001p0
1644 tgamma 0x0.fffffffffffff8p0
1645 tgamma -0x0.fffffffffffff8p0
1646 tgamma -0x1.0000000000001p0
1647 tgamma -0x1.fffffffffffffp0
1648 tgamma -0x2.0000000000002p0
1649 tgamma -0x2.ffffffffffffep0
1650 tgamma -0x3.0000000000002p0
1651 tgamma -0x3.ffffffffffffep0
1652 tgamma -0x4.0000000000004p0
1653 tgamma -0x4.ffffffffffffcp0
1654 tgamma -0x5.0000000000004p0
1655 tgamma -0x5.ffffffffffffcp0
1656 tgamma -0x6.0000000000004p0
1657 tgamma -0x6.ffffffffffffcp0
1658 tgamma -0x7.0000000000004p0
1659 tgamma -0x7.ffffffffffffcp0
1660 tgamma -0x8.0000000000008p0
1661 tgamma -0x9.ffffffffffff8p0
1662 tgamma -0xa.0000000000008p0
1663 tgamma -0x13.ffffffffffffp0
1664 tgamma -0x14.000000000001p0
1665 tgamma -0x1d.ffffffffffffp0
1666 tgamma -0x1e.000000000001p0
1667 tgamma -0x27.fffffffffffep0
1668 tgamma -0x28.000000000002p0
1669 tgamma -0x28.fffffffffffep0
1670 tgamma -0x29.000000000002p0
1671 tgamma -0x29.fffffffffffep0
1672 tgamma -0x2a.000000000002p0
1673 tgamma -0x31.fffffffffffep0
1674 tgamma -0x32.000000000002p0
1675 tgamma -0x63.fffffffffffcp0
1676 tgamma -0x64.000000000004p0
1677 tgamma -0x95.fffffffffff8p0
1678 tgamma -0x96.000000000008p0
1679 tgamma -0xb4.fffffffffff8p0
1680 tgamma -0xb5.000000000008p0
1681 tgamma -0xb5.fffffffffff8p0
1682 tgamma -0xb6.000000000008p0
1683 tgamma -0xb6.fffffffffff8p0
1684 tgamma -0xb7.000000000008p0
1685 tgamma -0xb7.fffffffffff8p0
1686 tgamma -0xb8.000000000008p0
1687 tgamma 0x8.00000000000000000000000004p0
1688 tgamma 0x7.fffffffffffffffffffffffffep0
1689 tgamma 0x7.00000000000000000000000002p0
1690 tgamma 0x6.fffffffffffffffffffffffffep0
1691 tgamma 0x6.00000000000000000000000002p0
1692 tgamma 0x5.fffffffffffffffffffffffffep0
1693 tgamma 0x5.00000000000000000000000002p0
1694 tgamma 0x4.fffffffffffffffffffffffffep0
1695 tgamma 0x4.00000000000000000000000002p0
1696 tgamma 0x3.ffffffffffffffffffffffffffp0
1697 tgamma 0x3.00000000000000000000000001p0
1698 tgamma 0x2.ffffffffffffffffffffffffffp0
1699 tgamma 0x2.00000000000000000000000001p0
1700 tgamma 0x1.ffffffffffffffffffffffffff8p0
1701 tgamma 0x1.000000000000000000000000008p0
1702 tgamma 0x0.ffffffffffffffffffffffffffcp0
1703 tgamma -0x0.ffffffffffffffffffffffffffcp0
1704 tgamma -0x1.000000000000000000000000008p0
1705 tgamma -0x1.ffffffffffffffffffffffffff8p0
1706 tgamma -0x2.00000000000000000000000001p0
1707 tgamma -0x2.ffffffffffffffffffffffffffp0
1708 tgamma -0x3.00000000000000000000000001p0
1709 tgamma -0x3.ffffffffffffffffffffffffffp0
1710 tgamma -0x4.00000000000000000000000002p0
1711 tgamma -0x4.fffffffffffffffffffffffffep0
1712 tgamma -0x5.00000000000000000000000002p0
1713 tgamma -0x5.fffffffffffffffffffffffffep0
1714 tgamma -0x6.00000000000000000000000002p0
1715 tgamma -0x6.fffffffffffffffffffffffffep0
1716 tgamma -0x7.00000000000000000000000002p0
1717 tgamma -0x7.fffffffffffffffffffffffffep0
1718 tgamma -0x8.00000000000000000000000004p0
1719 tgamma -0x9.fffffffffffffffffffffffffcp0
1720 tgamma -0xa.00000000000000000000000004p0
1721 tgamma -0x13.fffffffffffffffffffffffff8p0
1722 tgamma -0x14.00000000000000000000000008p0
1723 tgamma -0x1d.fffffffffffffffffffffffff8p0
1724 tgamma -0x1e.00000000000000000000000008p0
1725 tgamma -0x27.fffffffffffffffffffffffffp0
1726 tgamma -0x28.0000000000000000000000001p0
1727 tgamma -0x28.fffffffffffffffffffffffffp0
1728 tgamma -0x29.0000000000000000000000001p0
1729 tgamma -0x29.fffffffffffffffffffffffffp0
1730 tgamma -0x2a.0000000000000000000000001p0
1731 tgamma -0x31.fffffffffffffffffffffffffp0
1732 tgamma -0x32.0000000000000000000000001p0
1733 tgamma -0x63.ffffffffffffffffffffffffep0
1734 tgamma -0x64.0000000000000000000000002p0
1735 tgamma -0x95.ffffffffffffffffffffffffcp0
1736 tgamma -0x96.0000000000000000000000004p0
1737 tgamma -0xb4.ffffffffffffffffffffffffcp0
1738 tgamma -0xb5.0000000000000000000000004p0
1739 tgamma -0xb5.ffffffffffffffffffffffffcp0
1740 tgamma -0xb6.0000000000000000000000004p0
1741 tgamma -0xb6.ffffffffffffffffffffffffcp0
1742 tgamma -0xb7.0000000000000000000000004p0
1743 tgamma -0xb7.ffffffffffffffffffffffffcp0
1744 tgamma -0xb8.0000000000000000000000004p0
1745 tgamma -0xbb.ffffffffffffffffffffffffcp0
1746 tgamma -0xbc.0000000000000000000000004p0
1747 tgamma -0xbc.ffffffffffffffffffffffffcp0
1748 tgamma -0xbd.0000000000000000000000004p0
1749 tgamma -0xbd.ffffffffffffffffffffffffcp0
1750 tgamma -0xbe.0000000000000000000000004p0
1751 tgamma -0xbe.ffffffffffffffffffffffffcp0
1752 tgamma -0xbf.0000000000000000000000004p0
1753 tgamma 0x8.000000000000001p0
1754 tgamma 0x7.fffffffffffffff8p0
1755 tgamma 0x7.0000000000000008p0
1756 tgamma 0x6.fffffffffffffff8p0
1757 tgamma 0x6.0000000000000008p0
1758 tgamma 0x5.fffffffffffffff8p0
1759 tgamma 0x5.0000000000000008p0
1760 tgamma 0x4.fffffffffffffff8p0
1761 tgamma 0x4.0000000000000008p0
1762 tgamma 0x3.fffffffffffffffcp0
1763 tgamma 0x3.0000000000000004p0
1764 tgamma 0x2.fffffffffffffffcp0
1765 tgamma 0x2.0000000000000004p0
1766 tgamma 0x1.fffffffffffffffep0
1767 tgamma 0x1.0000000000000002p0
1768 tgamma 0x0.ffffffffffffffffp0
1769 tgamma -0x0.ffffffffffffffffp0
1770 tgamma -0x1.0000000000000002p0
1771 tgamma -0x1.fffffffffffffffep0
1772 tgamma -0x2.0000000000000004p0
1773 tgamma -0x2.fffffffffffffffcp0
1774 tgamma -0x3.0000000000000004p0
1775 tgamma -0x3.fffffffffffffffcp0
1776 tgamma -0x4.0000000000000008p0
1777 tgamma -0x4.fffffffffffffff8p0
1778 tgamma -0x5.0000000000000008p0
1779 tgamma -0x5.fffffffffffffff8p0
1780 tgamma -0x6.0000000000000008p0
1781 tgamma -0x6.fffffffffffffff8p0
1782 tgamma -0x7.0000000000000008p0
1783 tgamma -0x7.fffffffffffffff8p0
1784 tgamma -0x8.000000000000001p0
1785 tgamma -0x9.fffffffffffffffp0
1786 tgamma -0xa.000000000000001p0
1787 tgamma -0x13.ffffffffffffffep0
1788 tgamma -0x14.000000000000002p0
1789 tgamma -0x1d.ffffffffffffffep0
1790 tgamma -0x1e.000000000000002p0
1791 tgamma -0x27.ffffffffffffffcp0
1792 tgamma -0x28.000000000000004p0
1793 tgamma -0x28.ffffffffffffffcp0
1794 tgamma -0x29.000000000000004p0
1795 tgamma -0x29.ffffffffffffffcp0
1796 tgamma -0x2a.000000000000004p0
1797 tgamma -0x31.ffffffffffffffcp0
1798 tgamma -0x32.000000000000004p0
1799 tgamma -0x63.ffffffffffffff8p0
1800 tgamma -0x64.000000000000008p0
1801 tgamma -0x95.ffffffffffffffp0
1802 tgamma -0x96.00000000000001p0
1803 tgamma -0xb4.ffffffffffffffp0
1804 tgamma -0xb5.00000000000001p0
1805 tgamma -0xb5.ffffffffffffffp0
1806 tgamma -0xb6.00000000000001p0
1807 tgamma -0xb6.ffffffffffffffp0
1808 tgamma -0xb7.00000000000001p0
1809 tgamma -0xb7.ffffffffffffffp0
1810 tgamma -0xb8.00000000000001p0
1811 tgamma -0xbb.ffffffffffffffp0
1812 tgamma -0xbc.00000000000001p0
1813 tgamma -0xbc.ffffffffffffffp0
1814 tgamma -0xbd.00000000000001p0
1815 tgamma -0xbd.ffffffffffffffp0
1816 tgamma -0xbe.00000000000001p0
1817 tgamma -0xbe.ffffffffffffffp0
1818 tgamma -0xbf.00000000000001p0
1819 tgamma -0xf9.ffffffffffffffp0
1820 tgamma -0xfa.00000000000001p0
1821 tgamma -0x1f3.fffffffffffffep0
1822 tgamma -0x1f4.00000000000002p0
1823 tgamma -0x2ed.fffffffffffffcp0
1824 tgamma -0x2ee.00000000000004p0
1825 tgamma -0x3e7.fffffffffffffcp0
1826 tgamma -0x3e8.00000000000004p0
1827 tgamma -0x4e1.fffffffffffff8p0
1828 tgamma -0x4e2.00000000000008p0
1829 tgamma -0x5db.fffffffffffff8p0
1830 tgamma -0x5dc.00000000000008p0
1831 tgamma -0x6d5.fffffffffffff8p0
1832 tgamma -0x6d6.00000000000008p0
1833 tgamma -0x6e2.fffffffffffff8p0
1834 tgamma -0x6e3.00000000000008p0
1835 tgamma -0x6e3.fffffffffffff8p0
1836 tgamma -0x6e4.00000000000008p0
1837 tgamma -0x6e4.fffffffffffff8p0
1838 tgamma -0x6e5.00000000000008p0
1839 tgamma -0x6e5.fffffffffffff8p0
1840 tgamma -0x6e6.00000000000008p0
1841 tgamma 0x8.0000000000000000000000000008p0
1842 tgamma 0x7.fffffffffffffffffffffffffffcp0
1843 tgamma 0x7.0000000000000000000000000004p0
1844 tgamma 0x6.fffffffffffffffffffffffffffcp0
1845 tgamma 0x6.0000000000000000000000000004p0
1846 tgamma 0x5.fffffffffffffffffffffffffffcp0
1847 tgamma 0x5.0000000000000000000000000004p0
1848 tgamma 0x4.fffffffffffffffffffffffffffcp0
1849 tgamma 0x4.0000000000000000000000000004p0
1850 tgamma 0x3.fffffffffffffffffffffffffffep0
1851 tgamma 0x3.0000000000000000000000000002p0
1852 tgamma 0x2.fffffffffffffffffffffffffffep0
1853 tgamma 0x2.0000000000000000000000000002p0
1854 tgamma 0x1.ffffffffffffffffffffffffffffp0
1855 tgamma 0x1.0000000000000000000000000001p0
1856 tgamma 0x0.ffffffffffffffffffffffffffff8p0
1857 tgamma -0x0.ffffffffffffffffffffffffffff8p0
1858 tgamma -0x1.0000000000000000000000000001p0
1859 tgamma -0x1.ffffffffffffffffffffffffffffp0
1860 tgamma -0x2.0000000000000000000000000002p0
1861 tgamma -0x2.fffffffffffffffffffffffffffep0
1862 tgamma -0x3.0000000000000000000000000002p0
1863 tgamma -0x3.fffffffffffffffffffffffffffep0
1864 tgamma -0x4.0000000000000000000000000004p0
1865 tgamma -0x4.fffffffffffffffffffffffffffcp0
1866 tgamma -0x5.0000000000000000000000000004p0
1867 tgamma -0x5.fffffffffffffffffffffffffffcp0
1868 tgamma -0x6.0000000000000000000000000004p0
1869 tgamma -0x6.fffffffffffffffffffffffffffcp0
1870 tgamma -0x7.0000000000000000000000000004p0
1871 tgamma -0x7.fffffffffffffffffffffffffffcp0
1872 tgamma -0x8.0000000000000000000000000008p0
1873 tgamma -0x9.fffffffffffffffffffffffffff8p0
1874 tgamma -0xa.0000000000000000000000000008p0
1875 tgamma -0x13.fffffffffffffffffffffffffffp0
1876 tgamma -0x14.000000000000000000000000001p0
1877 tgamma -0x1d.fffffffffffffffffffffffffffp0
1878 tgamma -0x1e.000000000000000000000000001p0
1879 tgamma -0x27.ffffffffffffffffffffffffffep0
1880 tgamma -0x28.000000000000000000000000002p0
1881 tgamma -0x28.ffffffffffffffffffffffffffep0
1882 tgamma -0x29.000000000000000000000000002p0
1883 tgamma -0x29.ffffffffffffffffffffffffffep0
1884 tgamma -0x2a.000000000000000000000000002p0
1885 tgamma -0x31.ffffffffffffffffffffffffffep0
1886 tgamma -0x32.000000000000000000000000002p0
1887 tgamma -0x63.ffffffffffffffffffffffffffcp0
1888 tgamma -0x64.000000000000000000000000004p0
1889 tgamma -0x95.ffffffffffffffffffffffffff8p0
1890 tgamma -0x96.000000000000000000000000008p0
1891 tgamma -0xb4.ffffffffffffffffffffffffff8p0
1892 tgamma -0xb5.000000000000000000000000008p0
1893 tgamma -0xb5.ffffffffffffffffffffffffff8p0
1894 tgamma -0xb6.000000000000000000000000008p0
1895 tgamma -0xb6.ffffffffffffffffffffffffff8p0
1896 tgamma -0xb7.000000000000000000000000008p0
1897 tgamma -0xb7.ffffffffffffffffffffffffff8p0
1898 tgamma -0xb8.000000000000000000000000008p0
1899 tgamma -0xbb.ffffffffffffffffffffffffff8p0
1900 tgamma -0xbc.000000000000000000000000008p0
1901 tgamma -0xbc.ffffffffffffffffffffffffff8p0
1902 tgamma -0xbd.000000000000000000000000008p0
1903 tgamma -0xbd.ffffffffffffffffffffffffff8p0
1904 tgamma -0xbe.000000000000000000000000008p0
1905 tgamma -0xbe.ffffffffffffffffffffffffff8p0
1906 tgamma -0xbf.000000000000000000000000008p0
1907 tgamma -0xf9.ffffffffffffffffffffffffff8p0
1908 tgamma -0xfa.000000000000000000000000008p0
1909 tgamma -0x1f3.ffffffffffffffffffffffffffp0
1910 tgamma -0x1f4.00000000000000000000000001p0
1911 tgamma -0x2ed.fffffffffffffffffffffffffep0
1912 tgamma -0x2ee.00000000000000000000000002p0
1913 tgamma -0x3e7.fffffffffffffffffffffffffep0
1914 tgamma -0x3e8.00000000000000000000000002p0
1915 tgamma -0x4e1.fffffffffffffffffffffffffcp0
1916 tgamma -0x4e2.00000000000000000000000004p0
1917 tgamma -0x5db.fffffffffffffffffffffffffcp0
1918 tgamma -0x5dc.00000000000000000000000004p0
1919 tgamma -0x6d5.fffffffffffffffffffffffffcp0
1920 tgamma -0x6d6.00000000000000000000000004p0
1921 tgamma -0x6e2.fffffffffffffffffffffffffcp0
1922 tgamma -0x6e3.00000000000000000000000004p0
1923 tgamma -0x6e3.fffffffffffffffffffffffffcp0
1924 tgamma -0x6e4.00000000000000000000000004p0
1925 tgamma -0x6e4.fffffffffffffffffffffffffcp0
1926 tgamma -0x6e5.00000000000000000000000004p0
1927 tgamma -0x6e5.fffffffffffffffffffffffffcp0
1928 tgamma -0x6e6.00000000000000000000000004p0
1929 tgamma -0x6eb.fffffffffffffffffffffffffcp0
1930 tgamma -0x6ec.00000000000000000000000004p0
1931 tgamma -0x6ec.fffffffffffffffffffffffffcp0
1932 tgamma -0x6ed.00000000000000000000000004p0
1933 tgamma -0x6ed.fffffffffffffffffffffffffcp0
1934 tgamma -0x6ee.00000000000000000000000004p0
1935 tgamma -0x6ee.fffffffffffffffffffffffffcp0
1936 tgamma -0x6ef.00000000000000000000000004p0
1937 tgamma -0x1.0a32a2p+5
1938 tgamma -0x1.5800000080001p+7
1939 tgamma 18.5
1940 tgamma 19.5
1941 tgamma 23.5
1942 tgamma 29.5
1943 tgamma 30.5
1944 tgamma 31.5
1945 tgamma 32.5
1946 tgamma 33.5
1947 tgamma 34.5
1948 tgamma 0x2.30a43cp+4
1949 tgamma 0x2.30a44p+4
1950 tgamma 0xa.b9fd72b0fb238p+4
1951 tgamma 0xa.b9fd72b0fb24p+4
1952 tgamma 0xa.b9fd72b0fb23a9ddbf0d3804f4p+4
1953 tgamma 0xa.b9fd72b0fb23a9ddbf0d3804f8p+4
1954 tgamma 0x6.db8c603359a97108p+8
1955 tgamma 0x6.db8c603359a9711p+8
1956 tgamma 0x6.db8c603359a971081bc4a2e9dfdp+8
1957 tgamma 0x6.db8c603359a971081bc4a2e9dfd4p+8
1958 tgamma 1e3
1959 tgamma -100000.5
1961 y0 0.125
1962 y0 0.75
1963 y0 1.0
1964 y0 1.5
1965 y0 2.0
1966 y0 8.0
1967 y0 10.0
1968 y0 0x1.3ffp+74
1969 y0 0x1.ff00000000002p+840
1970 y0 0x1p1023
1971 y0 0x1p16382
1972 y0 0x1p16383
1973 y0 0x1p-10
1974 y0 0x1p-20
1975 y0 0x1p-30
1976 y0 0x1p-40
1977 y0 0x1p-50
1978 y0 0x1p-60
1979 y0 0x1p-70
1980 y0 0x1p-80
1981 y0 0x1p-90
1982 y0 0x1p-100
1983 y0 0x1p-110
1985 y1 0.125
1986 y1 0.75
1987 y1 1.0
1988 y1 1.5
1989 y1 2.0
1990 y1 8.0
1991 y1 10.0
1992 y1 0x1.27e204p+99
1993 y1 0x1.001000001p+593
1994 y1 0x1p1023
1995 y1 0x1p16382
1996 y1 0x1p16383
1997 y1 0x1p-10
1998 y1 0x1p-20
1999 y1 0x1p-30
2000 y1 0x1p-40
2001 y1 0x1p-50
2002 y1 0x1p-60
2003 y1 0x1p-70
2004 y1 0x1p-80
2005 y1 0x1p-90
2006 y1 0x1p-100
2007 y1 0x1p-110
2009 # yn (0, x) == y0 (x).
2010 yn 0 0.125
2011 yn 0 0.75
2012 yn 0 1.0
2013 yn 0 1.5
2014 yn 0 2.0
2015 yn 0 8.0
2016 yn 0 10.0
2018 # yn (1, x) == y1 (x).
2019 yn 1 0.125
2020 yn 1 0.75
2021 yn 1 1.0
2022 yn 1 1.5
2023 yn 1 2.0
2024 yn 1 8.0
2025 yn 1 10.0
2027 # yn (-1, x) == -y1 (x).
2028 yn -1 1.0
2030 # yn (3, x).
2031 yn 3 0.125
2032 yn 3 0.75
2033 yn 3 1.0
2034 yn 3 2.0
2035 yn 3 10.0
2037 # yn (10, x).
2038 yn 10 0.125
2039 yn 10 0.75
2040 yn 10 1.0
2041 yn 10 2.0
2042 yn 10 10.0
2044 yn -10 1.0
2046 yn 10 min
2048 yn 2 0x1.ffff62p+99
2049 yn 2 0x1p127
2050 yn 2 0x1p1023
2051 yn 2 0x1p16383