Searched refs:FPSCR_EXCEPT_TO_ENABLE_SHIFT (Results 1 – 1 of 1) sorted by relevance
287 #define FPSCR_EXCEPT_TO_ENABLE_SHIFT 22 macro292 return (((int)l) & FPSCR_ENABLES_MASK) << FPSCR_EXCEPT_TO_ENABLE_SHIFT; in fenv_reg_to_exceptions()299 (excepts & FE_ALL_EXCEPT) >> FPSCR_EXCEPT_TO_ENABLE_SHIFT; in fenv_exceptions_to_reg()