Searched refs:SWCR_STATUS_MASK (Results 1 – 8 of 8) sorted by relevance
30 #define SWCR_STATUS_MASK (FE_ALL_EXCEPT) macro33 | SWCR_STATUS_MASK)
30 tmp = (tmp & ~SWCR_STATUS_MASK) | (*flagp & excepts & SWCR_STATUS_MASK); in __fesetexceptflag()
39 swcr = ((mode & SWCR_ALL_MASK & ~SWCR_STATUS_MASK) in fesetmode()40 | (swcr & SWCR_STATUS_MASK)); in fesetmode()
29 return tmp & excepts & SWCR_STATUS_MASK; in fetestexcept()
27 tmp |= excepts & SWCR_STATUS_MASK; in fesetexcept()
30 *flagp = tmp & excepts & SWCR_STATUS_MASK; in __fegetexceptflag()
30 swcr &= ~((unsigned long int) excepts & SWCR_STATUS_MASK); in __feclearexcept()
35 __feraiseexcept (tmp & SWCR_STATUS_MASK); in __feupdateenv()
Completed in 5 milliseconds