Home
last modified time | relevance | path

Searched refs:FE_ALL_INVALID (Results 1 – 7 of 7) sorted by relevance

/sysdeps/powerpc/fpu/
A Dfedisblxcpt.c31 if ((excepts & FE_ALL_INVALID) == FE_ALL_INVALID) in fedisableexcept()
32 excepts = (excepts | FE_INVALID) & ~ FE_ALL_INVALID; in fedisableexcept()
A Dfeenablxcpt.c31 if ((excepts & FE_ALL_INVALID) == FE_ALL_INVALID) in feenableexcept()
32 excepts = (excepts | FE_INVALID) & ~ FE_ALL_INVALID; in feenableexcept()
A Dfclrexcpt.c31 n.l = u.l & ~((-(excepts >> (31 - FPSCR_VX) & 1) & FE_ALL_INVALID) in __feclearexcept()
A Dfsetexcptflg.c36 excepts_mask |= FE_ALL_INVALID; in __fesetexceptflag()
A Dfenv_libc.h51 #define FPSCR_STICKY_BITS ((FE_ALL_EXCEPT | FE_ALL_INVALID) & ~FE_INVALID)
/sysdeps/powerpc/bits/
A Dfenv.h105 # define FE_ALL_INVALID \ macro
/sysdeps/powerpc/
A Dtest-arith.c216 #ifdef FE_ALL_INVALID
217 static const int all_exceptions = FE_ALL_INVALID | FE_ALL_EXCEPT;

Completed in 9 milliseconds