Searched refs:__control (Results 1 – 6 of 6) sorted by relevance
| /freebsd/lib/msun/x86/ |
| H A D | fenv.h | 74 __uint16_t __control; member 84 __uint32_t __control; member 99 __uint16_t __control; member 128 __uint16_t __control; in __fegetround_int() local 136 __fnstcw(&__control); in __fegetround_int() 137 return (__control & _ROUND_MASK); in __fegetround_int() 149 __uint16_t __control; in fegetexcept() local 155 __fnstcw(&__control); in fegetexcept() 156 return (~__control & FE_ALL_EXCEPT); in fegetexcept() 263 __uint16_t __control; in __fesetround_int() local [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | waitpkgintrin.h | 27 _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/sys/geom/ |
| H A D | geom_dbg.h | 34 const int __control = (ctrlvar); \ 37 if (__control < __level) \ 40 g_dbg_printf((classname), (__control > 0) ? __level : -1, \
|
| /freebsd/lib/msun/amd64/ |
| H A D | fenv.c | 45 .__control = __INITIAL_FPUCW__, 130 __fldcw(&envp->__x87.__control); in fegetenv()
|
| /freebsd/lib/msun/i387/ |
| H A D | fenv.c | 45 .__control = __INITIAL_NPXCW__, 175 __fldcw(&envp->__control); in fegetenv()
|
| /freebsd/lib/msun/tests/ |
| H A D | fenv_test.c | 195 ATF_CHECK(memcmp(&env.__x87.__control, &FE_DFL_ENV->__x87.__control, in ATF_TC_BODY() 196 sizeof(env.__x87.__control)) == 0); in ATF_TC_BODY()
|