Searched refs:_ROUND_SHIFT (Results 1 – 4 of 4) sorted by relevance
54 #define _ROUND_SHIFT 58 macro151 return ((int)(__r.__bits >> _ROUND_SHIFT) & _ROUND_MASK); in fegetround()163 __r.__bits &= ~((fenv_t)_ROUND_MASK << _ROUND_SHIFT); in fesetround()164 __r.__bits |= (fenv_t)__round << _ROUND_SHIFT; in fesetround()
58 #define _ROUND_SHIFT 30 macro161 return ((__r >> _ROUND_SHIFT) & _ROUND_MASK); in fegetround()172 __r &= ~(_ROUND_MASK << _ROUND_SHIFT); in fesetround()173 __r |= __round << _ROUND_SHIFT; in fesetround()