Home
last modified time | relevance | path

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

/math/
A Dtest-femode.c137 test_mme (int mode1, int mode2, int exc1) in test_mme() function
167 result |= test_mme (mode1, mode2, 0); in test_mm()
168 result |= test_mme (mode1, mode2, FE_ALL_EXCEPT); in test_mm()
170 result |= test_mme (mode1, mode2, FE_DIVBYZERO); in test_mm()
173 result |= test_mme (mode1, mode2, FE_INEXACT); in test_mm()
176 result |= test_mme (mode1, mode2, FE_INVALID); in test_mm()
179 result |= test_mme (mode1, mode2, FE_OVERFLOW); in test_mm()
182 result |= test_mme (mode1, mode2, FE_UNDERFLOW); in test_mm()

Completed in 3 milliseconds