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