Searched refs:__mxcsr_hi (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/lib/msun/x86/
H A Dfenv.h77 __uint16_t __mxcsr_hi; member in struct:__anon8795
161 #define __get_mxcsr(env) (((env).__mxcsr_hi << 16) | \
164 (env).__mxcsr_hi = (__uint32_t)(x) >> 16; \

Completed in 59 milliseconds