Searched refs:test_mmee (Results 1 – 1 of 1) sorted by relevance
/glibc-2.36/math/ |
D | test-femode.c | 24 test_mmee (int mode1, int mode2, int exc1, int exc2) in test_mmee() function 141 result |= test_mmee (mode1, mode2, exc1, 0); in test_mme() 142 result |= test_mmee (mode1, mode2, exc1, FE_ALL_EXCEPT); 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() 156 result |= test_mmee (mode1, mode2, exc1, FE_UNDERFLOW); in test_mme()
|