Searched refs:fenv_reg_to_exceptions (Results 1 – 6 of 6) sorted by relevance
29 result = fenv_reg_to_exceptions (fe.l); in fedisableexcept()36 if (fenv_reg_to_exceptions (new) != excepts) in fedisableexcept()
29 result = fenv_reg_to_exceptions (fe.l); in feenableexcept()36 if (fenv_reg_to_exceptions (new) != excepts) in feenableexcept()
28 return fenv_reg_to_exceptions (fe.l); in __fegetexcept()
290 fenv_reg_to_exceptions (unsigned long long l) in fenv_reg_to_exceptions() function
1293 (fenv_reg_to_exceptions): Replace bitwise operations with mask-shift.
53509 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper