Home
last modified time | relevance | path

Searched refs:exc2 (Results 1 – 2 of 2) sorted by relevance

/math/
A Dtest-femode.c24 test_mmee (int mode1, int mode2, int exc1, int exc2) in test_mmee() argument
28 (unsigned int) exc1, (unsigned int) exc2); in test_mmee()
76 ret = fesetexcept (exc2); in test_mmee()
79 if (EXCEPTION_TESTS (float) || exc2 == 0) in test_mmee()
105 if (ret != exc2) in test_mmee()
108 (unsigned int) exc2); in test_mmee()
127 if (ret != exc2) in test_mmee()
130 (unsigned int) exc2); in test_mmee()
A Dtest-femode-traps.c24 test_ee (int exc1, int exc2) in test_ee() argument
27 printf ("testing %x %x\n", (unsigned int) exc1, (unsigned int) exc2); in test_ee()
51 ret = feenableexcept (exc2); in test_ee()
54 if (EXCEPTION_ENABLE_SUPPORTED (exc2)) in test_ee()

Completed in 3 milliseconds