Searched refs:__control (Results 1 – 4 of 4) sorted by relevance
37 __uint32_t __control; member134 int __control; in fegetround() local142 __fnstcw(&__control); in fegetround()143 return (__control & _ROUND_MASK); in fegetround()149 int __mxcsr, __control; in fesetround() local154 __fnstcw(&__control); in fesetround()155 __control &= ~_ROUND_MASK; in fesetround()156 __control |= __round; in fesetround()157 __fldcw(__control); in fesetround()189 int __control; in fegetexcept() local[all …]
40 __uint16_t __control; member164 int __control; in fegetround() local172 __fnstcw(&__control); in fegetround()173 return (__control & _ROUND_MASK); in fegetround()179 int __mxcsr, __control; in fesetround() local184 __fnstcw(&__control); in fesetround()185 __control &= ~_ROUND_MASK; in fesetround()186 __control |= __round; in fesetround()187 __fldcw(__control); in fesetround()226 int __control; in fegetexcept() local[all …]