Searched refs:_ROUND_MASK (Results 1 – 7 of 7) sorted by relevance
62 #define _ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | \ macro141 return ((__r >> _ROUND_SHIFT) & _ROUND_MASK); in fegetround()149 if (__round & ~_ROUND_MASK) in fesetround()152 __r &= ~(_ROUND_MASK << _ROUND_SHIFT); in fesetround()167 *__envp |= __r & (FE_ALL_EXCEPT | (_ROUND_MASK << _ROUND_SHIFT)); in fegetenv()183 *__envp |= __r & (FE_ALL_EXCEPT | (_ROUND_MASK << _ROUND_SHIFT)); in feholdexcept()194 __msr_fpsr((*__envp) & (FE_ALL_EXCEPT | (_ROUND_MASK << _ROUND_SHIFT))); in fesetenv()
63 #define _ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | \ macro149 return (__control & _ROUND_MASK); in fegetround()158 if (__round & ~_ROUND_MASK) in fesetround()162 __control &= ~_ROUND_MASK; in fesetround()167 __mxcsr &= ~(_ROUND_MASK << _SSE_ROUND_SHIFT); in fesetround()
73 #define _ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | \ macro177 return (__control & _ROUND_MASK); in fegetround()185 if (__round & ~_ROUND_MASK) in fesetround()189 __control &= ~_ROUND_MASK; in fesetround()195 __mxcsr &= ~(_ROUND_MASK << _SSE_ROUND_SHIFT); in fesetround()
69 #define _ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | \ macro162 return (__fcsr & _ROUND_MASK); in fegetround()170 if (__round & ~_ROUND_MASK) in fesetround()174 __fcsr &= ~_ROUND_MASK; in fesetround()
64 #define _ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | \ macro169 return ((__r >> _ROUND_SHIFT) & _ROUND_MASK); in fegetround()177 if (__round & ~_ROUND_MASK) in fesetround()180 __r &= ~(_ROUND_MASK << _ROUND_SHIFT); in fesetround()
73 #define _ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | \ macro168 return (__r.__bits.__reg & _ROUND_MASK); in fegetround()176 if (__round & ~_ROUND_MASK) in fesetround()179 __r.__bits.__reg &= ~_ROUND_MASK; in fesetround()
53 #define _ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | \ macro