Home
last modified time | relevance | path

Searched refs:__control (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/lib/msun/x86/
H A Dfenv.h76 __uint16_t __control; member
86 __uint32_t __control; member
115 __uint16_t __control; in fegetround() local
123 __fnstcw(&__control); in fegetround()
136 __uint16_t __control; in fegetexcept() local
142 __fnstcw(&__control); in fegetexcept()
222 __uint16_t __control; in fesetround() local
227 __fnstcw(&__control); in fesetround()
229 __control |= __round; in fesetround()
230 __fldcw(&__control); in fesetround()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/
H A Dwaitpkgintrin.h41 _umwait (unsigned int __control, unsigned long long __counter) in _umwait() argument
43 return __builtin_ia32_umwait (__control, in _umwait()
48 _tpause (unsigned int __control, unsigned long long __counter) in _tpause() argument
50 return __builtin_ia32_tpause (__control, in _tpause()
/freebsd-12.1/lib/msun/tests/
H A Dfenv_test.c197 assert(memcmp(&env.__x87.__control, &FE_DFL_ENV->__x87.__control, in test_dfl_env()
198 sizeof(env.__x87.__control)) == 0); in test_dfl_env()
/freebsd-12.1/lib/msun/amd64/
H A Dfenv.c97 __fldcw(&envp->__x87.__control); in fegetenv()
/freebsd-12.1/lib/msun/i387/
H A Dfenv.c142 __fldcw(&envp->__control); in fegetenv()