Searched refs:exc2 (Results 1 – 2 of 2) sorted by relevance
24 test_mmee (int mode1, int mode2, int exc1, int exc2) in test_mmee() argument28 (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()
24 test_ee (int exc1, int exc2) in test_ee() argument27 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