Lines Matching refs:FE_ALL_EXCEPT
50 feclearexcept(FE_ALL_EXCEPT);
55 r = fetestexcept(FE_ALL_EXCEPT);
70 r = feraiseexcept(FE_ALL_EXCEPT);
72 error("feraisexcept(FE_ALL_EXCEPT) failed\n");
76 r = fetestexcept(FE_ALL_EXCEPT);
77 if (r != FE_ALL_EXCEPT)
78 error("fetestexcept failed: got 0x%x, want 0x%x (FE_ALL_ECXEPT)\n", r, FE_ALL_EXCEPT);
82 r = fetestexcept(FE_ALL_EXCEPT);
88 r = fetestexcept(FE_ALL_EXCEPT);
89 if (r != FE_ALL_EXCEPT)
242 r = feclearexcept(FE_ALL_EXCEPT);
244 error("feclearexcept(FE_ALL_EXCEPT) failed\n");
248 r = feraiseexcept(1234567|FE_ALL_EXCEPT);
251 r = feclearexcept(1234567|FE_ALL_EXCEPT);