Lines Matching refs:exception
25 int exception = flags & FE_ALL_EXCEPT_PORTABLE; in mips_change_except() local
28 if (exception & FE_INVALID_PORTABLE) in mips_change_except()
30 if (exception & FE_DIVBYZERO_PORTABLE) in mips_change_except()
32 if (exception & FE_OVERFLOW_PORTABLE) in mips_change_except()
34 if (exception & FE_UNDERFLOW_PORTABLE) in mips_change_except()
36 if (exception & FE_INEXACT_PORTABLE) in mips_change_except()
69 int exception = mipsflags & FE_ALL_EXCEPT; in mips_get_except() local
72 if (exception & FE_INVALID) in mips_get_except()
74 if (exception & FE_DIVBYZERO) in mips_get_except()
76 if (exception & FE_OVERFLOW) in mips_get_except()
78 if (exception & FE_UNDERFLOW) in mips_get_except()
80 if (exception & FE_INEXACT) in mips_get_except()