Home
last modified time | relevance | path

Searched refs:SWCR_STATUS_MASK (Results 1 – 8 of 8) sorted by relevance

/sysdeps/alpha/fpu/
A Dfenv_libc.h30 #define SWCR_STATUS_MASK (FE_ALL_EXCEPT) macro
33 | SWCR_STATUS_MASK)
A Dfsetexcptflg.c30 tmp = (tmp & ~SWCR_STATUS_MASK) | (*flagp & excepts & SWCR_STATUS_MASK); in __fesetexceptflag()
A Dfesetmode.c39 swcr = ((mode & SWCR_ALL_MASK & ~SWCR_STATUS_MASK) in fesetmode()
40 | (swcr & SWCR_STATUS_MASK)); in fesetmode()
A Dftestexcept.c29 return tmp & excepts & SWCR_STATUS_MASK; in fetestexcept()
A Dfesetexcept.c27 tmp |= excepts & SWCR_STATUS_MASK; in fesetexcept()
A Dfgetexcptflg.c30 *flagp = tmp & excepts & SWCR_STATUS_MASK; in __fegetexceptflag()
A Dfclrexcpt.c30 swcr &= ~((unsigned long int) excepts & SWCR_STATUS_MASK); in __feclearexcept()
A Dfeupdateenv.c35 __feraiseexcept (tmp & SWCR_STATUS_MASK); in __feupdateenv()

Completed in 5 milliseconds