Searched refs:FPSCR_STICKY_BITS (Results 1 – 6 of 6) sorted by relevance
34 int excepts_mask = FPSCR_STICKY_BITS & excepts; in __fesetexceptflag()38 | (flag & FPSCR_STICKY_BITS) in __fesetexceptflag()
28 | (excepts & FPSCR_STICKY_BITS) in fesetexcept()
32 | (excepts & FPSCR_STICKY_BITS)); in __feclearexcept()
36 | (excepts & FPSCR_STICKY_BITS) in __feraiseexcept()
51 #define FPSCR_STICKY_BITS ((FE_ALL_EXCEPT | FE_ALL_INVALID) & ~FE_INVALID) macro
8203 (__FPSCR_STICKY_BITS): Changed to FPSCR_STICKY_BITS.