Searched refs:_FCSR_CAUSE_SHIFT (Results 1 – 2 of 2) sorted by relevance
89 #define _FCSR_CAUSE_SHIFT 10 macro125 __fcsr &= ~(__excepts | (__excepts << _FCSR_CAUSE_SHIFT)); in feclearexcept()154 __fcsr |= __excepts | (__excepts << _FCSR_CAUSE_SHIFT); in feraiseexcept()
131 __fcsr &= ~(__excepts | (__excepts << _FCSR_CAUSE_SHIFT)); in WRAP()164 __fcsr |= __excepts | (__excepts << _FCSR_CAUSE_SHIFT); in WRAP()