Searched refs:zero (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 | bug-nextafter.c | 14 float zero = 0.0; 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 | 14 float zero = 0.0; 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-lgamma.inc | 31 /* lgamma (x) == +inf plus divide by zero exception for integer x <= 0. */
|
A D | libm-test-significand.inc | 25 representation. Tests for infinities, zero and NaNs reflect
|
A D | README.libm-test | 19 NaNs and minus zero), some more or less random values are tested.
|
A D | libm-test-pow.inc | 251 /* C99 erroneously specified a divide-by-zero exception here,
|
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
|
A D | libm-test-ufromfp.inc | 291 /* Zero (OK unless the width specified is zero). */
|
A D | libm-test-ufromfpx.inc | 291 /* Zero (OK unless the width specified is zero). */
|
A D | libm-test-fromfp.inc | 291 /* Zero (OK unless the width specified is zero). */
|
A D | libm-test-fromfpx.inc | 291 /* Zero (OK unless the width specified is zero). */
|
Completed in 99 milliseconds