Home
last modified time | relevance | path

Searched refs:fenv_reg_to_exceptions (Results 1 – 6 of 6) sorted by relevance

/glibc-2.36/sysdeps/powerpc/fpu/
Dfedisblxcpt.c29 result = fenv_reg_to_exceptions (fe.l); in fedisableexcept()
36 if (fenv_reg_to_exceptions (new) != excepts) in fedisableexcept()
Dfeenablxcpt.c29 result = fenv_reg_to_exceptions (fe.l); in feenableexcept()
36 if (fenv_reg_to_exceptions (new) != excepts) in feenableexcept()
Dfegetexcept.c28 return fenv_reg_to_exceptions (fe.l); in __fegetexcept()
Dfenv_libc.h290 fenv_reg_to_exceptions (unsigned long long l) in fenv_reg_to_exceptions() function
/glibc-2.36/ChangeLog.old/
DChangeLog.191293 (fenv_reg_to_exceptions): Replace bitwise operations with mask-shift.
DChangeLog.1853509 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper