Searched refs:FE_ALL_EXCEPT_PORTABLE (Results 1 – 5 of 5) sorted by relevance
35 #define FE_ALL_EXCEPT_PORTABLE (FE_DIVBYZERO_PORTABLE | FE_INEXACT_PORTABLE | FE_INVALID_PORTABLE |\ macro
28 int exception = flags & FE_ALL_EXCEPT_PORTABLE; in x86_change_except()
24 int exception = flags & FE_ALL_EXCEPT_PORTABLE; in mips64_change_except()
36 int exception = flag & FE_ALL_EXCEPT_PORTABLE; in x86_64_change_except()
25 int exception = flags & FE_ALL_EXCEPT_PORTABLE; in mips_change_except()