Home
last modified time | relevance | path

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

/math/
A Dtest-fetestexceptflag.c24 test_one (int exc_test, int exc_set, int exc_save) in test_one() function
91 result |= test_one (exc, 0, exc); in test_fetestexceptflag()
92 result |= test_one (exc, 0, FE_ALL_EXCEPT); in test_fetestexceptflag()
93 result |= test_one (exc, exc, exc); in test_fetestexceptflag()
94 result |= test_one (exc, exc, FE_ALL_EXCEPT); in test_fetestexceptflag()
95 result |= test_one (exc, FE_ALL_EXCEPT & ~exc, exc); in test_fetestexceptflag()
96 result |= test_one (exc, FE_ALL_EXCEPT & ~exc, FE_ALL_EXCEPT); in test_fetestexceptflag()
97 result |= test_one (exc, FE_ALL_EXCEPT, exc); in test_fetestexceptflag()
98 result |= test_one (exc, FE_ALL_EXCEPT, FE_ALL_EXCEPT); in test_fetestexceptflag()

Completed in 3 milliseconds