Searched refs:__control (Results 1 – 4 of 4) sorted by relevance
38 uint32_t __control; member140 uint16_t __control; in fegetround() local148 __fnstcw(&__control); in fegetround()149 return (__control & _ROUND_MASK); in fegetround()156 uint16_t __control; in fesetround() local161 __fnstcw(&__control); in fesetround()162 __control &= ~_ROUND_MASK; in fesetround()163 __control |= __round; in fesetround()164 __fldcw(__control); in fesetround()204 uint16_t __control; in fegetexcept() local[all …]
41 uint16_t __control; member168 int __control; in fegetround() local176 __fnstcw(&__control); in fegetround()177 return (__control & _ROUND_MASK); in fegetround()183 int __mxcsr, __control; in fesetround() local188 __fnstcw(&__control); in fesetround()189 __control &= ~_ROUND_MASK; in fesetround()190 __control |= __round; in fesetround()191 __fldcw(__control); in fesetround()238 int __control; in fegetexcept() local[all …]
82 __fldcw(envp->__x87.__control); in fegetenv()
128 __fldcw(envp->__control); in fegetenv()