Lines Matching refs:feenableexcept
305 ATF_TC(feenableexcept);
307 ATF_TC_HEAD(feenableexcept, tc)
310 "verify the feenableexcept() function agrees with the legacy "
314 ATF_TC_BODY(feenableexcept, tc)
323 feenableexcept(FE_UNDERFLOW);
329 feenableexcept(FE_OVERFLOW);
335 feenableexcept(FE_DIVBYZERO);
341 feenableexcept(FE_INEXACT);
347 feenableexcept(FE_INVALID);
384 feenableexcept(FE_TRAP_EXCEPT);
398 ATF_TP_ADD_TC(tp, feenableexcept);