Home
last modified time | relevance | path

Searched refs:exception (Results 1 – 18 of 18) sorted by relevance

/math/
A Dtest-fenv.c58 test_single_exception (short int exception, in test_single_exception() argument
63 if (exception & exc_flag) in test_single_exception()
180 feraiseexcept (exception); in set_single_exc()
185 feclearexcept (exception); in set_single_exc()
191 feraiseexcept (exception); in set_single_exc()
196 feclearexcept (exception); in set_single_exc()
411 int exception; in feexcp_mask_test() local
428 exception = fe_exc; in feexcp_mask_test()
436 exception |= FE_INEXACT; in feexcp_mask_test()
440 exception |= FE_INEXACT; in feexcp_mask_test()
[all …]
A Dlibm-test-support.c447 int exception, in test_single_exception() argument
453 if (exception & exc_flag) in test_single_exception()
500 test_single_exception (test_name, exception, in test_exceptions()
505 if ((exception & INVALID_EXCEPTION_OK) == 0) in test_exceptions()
506 test_single_exception (test_name, exception, in test_exceptions()
511 if ((exception & OVERFLOW_EXCEPTION_OK) == 0) in test_exceptions()
519 if ((exception & UNDERFLOW_EXCEPTION_OK) == 0 in test_exceptions()
521 && (exception & UNDERFLOW_EXCEPTION) == 0)) in test_exceptions()
528 && (exception & NO_INEXACT_EXCEPTION) != 0)) in test_exceptions()
740 int exception) in check_complex() argument
[all …]
A Dlibm-test-ilogb.inc42 /* ilogb (0.0) == FP_ILOGB0 plus invalid exception */
45 /* ilogb (qNaN) == FP_ILOGBNAN plus invalid exception */
50 /* ilogb (inf) == INT_MAX plus invalid exception */
52 /* ilogb (-inf) == INT_MAX plus invalid exception */
A Dlibm-test-llogb.inc42 /* llogb (0.0) == FP_LLOGB0 plus invalid exception */
45 /* llogb (qNaN) == FP_LLOGBNAN plus invalid exception */
50 /* llogb (inf) == LONG_MAX plus invalid exception */
52 /* llogb (-inf) == LONG_MAX plus invalid exception */
A Dlibm-test-fmod.inc41 /* fmod (+inf, y) == qNaN plus invalid exception. */
51 /* fmod (-inf, y) == qNaN plus invalid exception. */
61 /* fmod (x, +0) == qNaN plus invalid exception. */
69 /* fmod (x, -0) == qNaN plus invalid exception. */
A Dmath-svid-compat.h39 struct exception struct
48 extern int matherr (struct exception *__exc); argument
49 extern int __matherr (struct exception *__exc);
A Dtest-matherr-3.c30 matherr (struct exception *s) in matherr()
A Dtest-matherr.c34 matherr (struct exception *s) in matherr()
A Dtest-matherr-2.c38 matherr (struct exception *s) in matherr()
A Dlibm-test-tgamma.inc26 /* tgamma (x) == qNaN plus invalid exception for integer x <= 0. */
A Dlibm-test-asin.inc30 /* asin x == qNaN plus invalid exception for |x| > 1. */
A Dlibm-test-sqrt.inc29 /* sqrt (x) == qNaN plus invalid exception for x < 0. */
A Dlibm-test-atanh.inc30 /* atanh (x) == qNaN plus invalid exception if |x| > 1. */
A Dlibm-test-narrow-sqrt.inc29 /* sqrt (x) == qNaN plus invalid exception for x < 0. */
A Dlibm-test-log10.inc26 /* log10 (x) == qNaN plus invalid exception if x < 0. */
A Dlibm-test-lgamma.inc31 /* lgamma (x) == +inf plus divide by zero exception for integer x <= 0. */
A DREADME.libm-test110 input parameter, output parameter and optionally one exception
A Dlibm-test-pow.inc251 /* C99 erroneously specified a divide-by-zero exception here,

Completed in 15 milliseconds