Home
last modified time | relevance | path

Searched refs:FPSCR_STICKY_BITS (Results 1 – 5 of 5) sorted by relevance

/sysdeps/powerpc/fpu/
A Dfsetexcptflg.c34 int excepts_mask = FPSCR_STICKY_BITS & excepts; in __fesetexceptflag()
38 | (flag & FPSCR_STICKY_BITS) in __fesetexceptflag()
A Dfesetexcept.c28 | (excepts & FPSCR_STICKY_BITS) in fesetexcept()
A Dfclrexcpt.c32 | (excepts & FPSCR_STICKY_BITS)); in __feclearexcept()
A Dfraiseexcpt.c36 | (excepts & FPSCR_STICKY_BITS) in __feraiseexcept()
A Dfenv_libc.h51 #define FPSCR_STICKY_BITS ((FE_ALL_EXCEPT | FE_ALL_INVALID) & ~FE_INVALID) macro

Completed in 5 milliseconds