Searched refs:test_single_exception (Results 1 – 2 of 2) sorted by relevance
/math/ |
A D | test-fenv.c | 58 test_single_exception (short int exception, in test_single_exception() function 94 test_single_exception (exception, DIVBYZERO_EXC, FE_DIVBYZERO, in test_exceptions() 98 test_single_exception (exception, INVALID_EXC, FE_INVALID, in test_exceptions() 103 test_single_exception (exception, INEXACT_EXC, FE_INEXACT, in test_exceptions() 107 test_single_exception (exception, UNDERFLOW_EXC, FE_UNDERFLOW, in test_exceptions() 111 test_single_exception (exception, OVERFLOW_EXC, FE_OVERFLOW, in test_exceptions()
|
A D | libm-test-support.c | 446 test_single_exception (const char *test_name, in test_single_exception() function 500 test_single_exception (test_name, exception, in test_exceptions() 506 test_single_exception (test_name, exception, in test_exceptions() 512 test_single_exception (test_name, exception, OVERFLOW_EXCEPTION, in test_exceptions() 522 test_single_exception (test_name, exception, UNDERFLOW_EXCEPTION, in test_exceptions() 529 test_single_exception (test_name, exception, INEXACT_EXCEPTION, in test_exceptions()
|
Completed in 5 milliseconds