Searched refs:inf (Results 1 – 12 of 12) sorted by relevance
/math/ |
A D | auto-libm-test-out-cpow | 1 cpow 1 0 0 0 ignore-zero-inf-sign 2 = cpow downward binary32 0x1p+0 0x0p+0 0x0p+0 0x0p+0 : 0x1p+0 -0x0p+0 : ignore-zero-inf-sign inexac… 3 = cpow tonearest binary32 0x1p+0 0x0p+0 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : ignore-zero-inf-sign inexac… 4 = cpow towardzero binary32 0x1p+0 0x0p+0 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : ignore-zero-inf-sign inexa… 5 = cpow upward binary32 0x1p+0 0x0p+0 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : ignore-zero-inf-sign inexact-ok 6 = cpow downward binary64 0x1p+0 0x0p+0 0x0p+0 0x0p+0 : 0x1p+0 -0x0p+0 : ignore-zero-inf-sign inexac… 7 = cpow tonearest binary64 0x1p+0 0x0p+0 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : ignore-zero-inf-sign inexac… 9 = cpow upward binary64 0x1p+0 0x0p+0 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : ignore-zero-inf-sign inexact-ok 13 = cpow upward intel96 0x1p+0 0x0p+0 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : ignore-zero-inf-sign inexact-ok 17 = cpow upward m68k96 0x1p+0 0x0p+0 0x0p+0 0x0p+0 : 0x1p+0 0x0p+0 : ignore-zero-inf-sign inexact-ok [all …]
|
A D | libm-test-pow.inc | 259 /* pow (x, +inf) == +inf for |x| > 1. */ 262 /* pow (x, +inf) == +0 for |x| < 1. */ 265 /* pow (x, -inf) == +0 for |x| > 1. */ 268 /* pow (x, -inf) == +inf for |x| < 1. */ 271 /* pow (+inf, y) == +inf for y > 0. */ 290 /* pow (+inf, y) == +0 for y < 0. */ 309 /* pow (-inf, y) == -inf for y an odd integer > 0. */ 330 /* pow (-inf, y) == +inf for y > 0 and not an odd integer. */ 337 /* pow (-inf, y) == -0 for y an odd integer < 0. */ 357 /* pow (-inf, y) == +0 for y < 0 and not an odd integer. */
|
A D | bug-nextafter.c | 15 float inf = INFINITY; variable 76 m = nextafterf (zero, inf); in main() 99 m = nextafterf (copysignf (zero, -1.0), -inf); in main() 176 dm = nextafter (zero, inf); in main() 199 dm = nextafter (copysign (zero, -1.0), -inf); in main() 276 lm = nextafterl (zero, inf); in main() 299 lm = nextafterl (copysign (zero, -1.0), -inf); in main()
|
A D | bug-nexttoward.c | 15 float inf = INFINITY; variable 77 m = nexttowardf (zero, inf); in main() 100 m = nexttowardf (copysignf (zero, -1.0), -inf); in main() 178 dm = nexttoward (zero, inf); in main() 201 dm = nexttoward (copysign (zero, -1.0), -inf); in main() 278 lm = nexttowardl (zero, inf); in main() 301 lm = nexttowardl (copysign (zero, -1.0), -inf); in main()
|
A D | libm-test-carg.inc | 25 /* carg (inf + i y) == +0 for finite y > 0. */ 28 /* carg (inf + i y) == -0 for finite y < 0. */ 31 /* carg(x + i inf) == pi/2 for finite x. */ 34 /* carg(x - i inf) == -pi/2 for finite x. */ 37 /* carg (-inf + i y) == +pi for finite y > 0. */ 40 /* carg (-inf + i y) == -pi for finite y < 0. */
|
A D | libm-test-atan2.inc | 23 /* atan2 (y,inf) == +0 for finite y > 0 or +0. */ 30 /* atan2 (y,inf) == -0 for finite y < 0 or -0. */ 37 /* atan2(+inf, x) == pi/2 for finite x. */ 49 /* atan2(-inf, x) == -pi/2 for finite x. */ 61 /* atan2 (y,-inf) == +pi for finite y > 0 or +0. */ 68 /* atan2 (y,-inf) == -pi for finite y < 0 or -0. */
|
A D | libm-test-cabs.inc | 25 /* cabs (+inf + i x) == +inf. */ 27 /* cabs (-inf + i x) == +inf. */
|
A D | libm-test-fmod.inc | 41 /* fmod (+inf, y) == qNaN plus invalid exception. */ 51 /* fmod (-inf, y) == qNaN plus invalid exception. */ 78 /* fmod (x, +inf) == x for x not infinite. */ 85 /* fmod (x, -inf) == x for x not infinite. */
|
A D | libm-test-ilogb.inc | 50 /* ilogb (inf) == INT_MAX plus invalid exception */ 52 /* ilogb (-inf) == INT_MAX plus invalid exception */
|
A D | libm-test-llogb.inc | 50 /* llogb (inf) == LONG_MAX plus invalid exception */ 52 /* llogb (-inf) == LONG_MAX plus invalid exception */
|
A D | libm-test-lgamma.inc | 31 /* lgamma (x) == +inf plus divide by zero exception for integer x <= 0. */
|
A D | auto-libm-test-in | 4524 cpow 1 0 0 0 ignore-zero-inf-sign 4525 cpow 2 0 10 0 ignore-zero-inf-sign
|
Completed in 23 milliseconds