Searched refs:FE_ALL_EXCEPT (Results 1 – 3 of 3) sorted by relevance
48 feclearexcept(FE_ALL_EXCEPT); in main()49 feenableexcept(FE_ALL_EXCEPT); in main()54 if (fegetexcept() != FE_ALL_EXCEPT) { in main()
51 if (fetestexcept(FE_ALL_EXCEPT) == 0) { in ShowFeExceptions()77 feclearexcept(FE_ALL_EXCEPT); in TestCase()
48 #define FE_ALL_EXCEPT 0 macro