Searched refs:exception (Results 1 – 18 of 18) sorted by relevance
/math/ |
A D | test-fenv.c | 58 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 D | libm-test-support.c | 447 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 D | libm-test-ilogb.inc | 42 /* 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 D | libm-test-llogb.inc | 42 /* 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 D | libm-test-fmod.inc | 41 /* 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 D | math-svid-compat.h | 39 struct exception struct 48 extern int matherr (struct exception *__exc); argument 49 extern int __matherr (struct exception *__exc);
|
A D | test-matherr-3.c | 30 matherr (struct exception *s) in matherr()
|
A D | test-matherr.c | 34 matherr (struct exception *s) in matherr()
|
A D | test-matherr-2.c | 38 matherr (struct exception *s) in matherr()
|
A D | libm-test-tgamma.inc | 26 /* tgamma (x) == qNaN plus invalid exception for integer x <= 0. */
|
A D | libm-test-asin.inc | 30 /* asin x == qNaN plus invalid exception for |x| > 1. */
|
A D | libm-test-sqrt.inc | 29 /* sqrt (x) == qNaN plus invalid exception for x < 0. */
|
A D | libm-test-atanh.inc | 30 /* atanh (x) == qNaN plus invalid exception if |x| > 1. */
|
A D | libm-test-narrow-sqrt.inc | 29 /* sqrt (x) == qNaN plus invalid exception for x < 0. */
|
A D | libm-test-log10.inc | 26 /* log10 (x) == qNaN plus invalid exception if x < 0. */
|
A D | libm-test-lgamma.inc | 31 /* lgamma (x) == +inf plus divide by zero exception for integer x <= 0. */
|
A D | README.libm-test | 110 input parameter, output parameter and optionally one exception
|
A D | libm-test-pow.inc | 251 /* C99 erroneously specified a divide-by-zero exception here,
|
Completed in 15 milliseconds