Home
last modified time | relevance | path

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

/freebsd-13.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-13.1/contrib/llvm-project/clang/lib/Headers/
H A Dwaitpkgintrin.h27 _umwait (unsigned int __control, unsigned long long __counter) in _umwait() argument
29 return __builtin_ia32_umwait (__control, in _umwait()
34 _tpause (unsigned int __control, unsigned long long __counter) in _tpause() argument
36 return __builtin_ia32_tpause (__control, in _tpause()
/freebsd-13.1/sys/geom/
H A Dgeom_dbg.h36 const int __control = (ctrlvar); \
39 if (__control < __level) \
42 g_dbg_printf((classname), (__control > 0) ? __level : -1, \
/freebsd-13.1/lib/msun/tests/
H A Dfenv_test.c198 ATF_CHECK(memcmp(&env.__x87.__control, &FE_DFL_ENV->__x87.__control, in ATF_TC_BODY()
199 sizeof(env.__x87.__control)) == 0); in ATF_TC_BODY()
/freebsd-13.1/lib/msun/amd64/
H A Dfenv.c97 __fldcw(&envp->__x87.__control); in fegetenv()
/freebsd-13.1/lib/msun/i387/
H A Dfenv.c142 __fldcw(&envp->__control); in fegetenv()