Home
last modified time | relevance | path

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

/math/
A Dtest-femode-traps.c24 test_ee (int exc1, int exc2) in test_ee() argument
30 int ret = feenableexcept (exc1); in test_ee()
72 if (ret != exc1) in test_ee()
75 (unsigned int) exc1); in test_ee()
97 test_e (int exc1) in test_e() argument
101 result |= test_ee (exc1, 0); in test_e()
104 result |= test_ee (exc1, FE_DIVBYZERO); in test_e()
107 result |= test_ee (exc1, FE_INEXACT); in test_e()
110 result |= test_ee (exc1, FE_INVALID); in test_e()
113 result |= test_ee (exc1, FE_OVERFLOW); in test_e()
[all …]
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()
43 ret = fesetexcept (exc1); in test_mmee()
46 if (EXCEPTION_TESTS (float) || exc1 == 0) in test_mmee()
137 test_mme (int mode1, int mode2, int exc1) in test_mme() argument
141 result |= test_mmee (mode1, mode2, exc1, 0); in test_mme()
144 result |= test_mmee (mode1, mode2, exc1, FE_DIVBYZERO); in test_mme()
147 result |= test_mmee (mode1, mode2, exc1, FE_INEXACT); in test_mme()
150 result |= test_mmee (mode1, mode2, exc1, FE_INVALID); in test_mme()
153 result |= test_mmee (mode1, mode2, exc1, FE_OVERFLOW); in test_mme()
[all …]

Completed in 4 milliseconds