Searched refs:__control (Results 1 – 4 of 4) sorted by relevance
73 __uint16_t __control; member83 __uint32_t __control; member120 __uint16_t __control; in fegetround() local128 __fnstcw(&__control); in fegetround()129 return (__control & _ROUND_MASK); in fegetround()141 __uint16_t __control; in fegetexcept() local147 __fnstcw(&__control); in fegetexcept()148 return (~__control & FE_ALL_EXCEPT); in fegetexcept()227 __uint16_t __control; in fesetround() local232 __fnstcw(&__control); in fesetround()[all …]
154 assert(memcmp(&env.__x87.__control, &FE_DFL_ENV->__x87.__control, in test_dfl_env()155 sizeof(env.__x87.__control)) == 0); in test_dfl_env()
95 __fldcw(envp->__x87.__control); in fegetenv()
140 __fldcw(envp->__control); in fegetenv()