Home
last modified time | relevance | path

Searched refs:__control_word (Results 1 – 8 of 8) sorted by relevance

/sysdeps/i386/fpu/
A Dfesetenv.c48 temp.__control_word |= FE_ALL_EXCEPT_X86; in __fesetenv()
49 temp.__control_word &= ~FE_TOWARDZERO; in __fesetenv()
50 temp.__control_word |= _FPU_EXTENDED; in __fesetenv()
55 temp.__control_word &= ~(FE_ALL_EXCEPT | FE_TOWARDZERO); in __fesetenv()
57 temp.__control_word |= __FE_DENORM; in __fesetenv()
58 temp.__control_word |= _FPU_EXTENDED; in __fesetenv()
63 temp.__control_word &= ~(FE_ALL_EXCEPT_X86 in __fesetenv()
66 temp.__control_word |= (envp->__control_word in __fesetenv()
A Dfegetmode.c28 _FPU_GETCW (modep->__control_word); in fegetmode()
A Dfesetmode.c36 cw = modep->__control_word; in fesetmode()
/sysdeps/x86_64/fpu/
A Dfesetenv.c43 temp.__control_word |= FE_ALL_EXCEPT_X86; in __fesetenv()
44 temp.__control_word &= ~FE_TOWARDZERO; in __fesetenv()
45 temp.__control_word |= _FPU_EXTENDED; in __fesetenv()
64 temp.__control_word &= ~(FE_ALL_EXCEPT | FE_TOWARDZERO); in __fesetenv()
66 temp.__control_word |= __FE_DENORM; in __fesetenv()
67 temp.__control_word |= _FPU_EXTENDED; in __fesetenv()
89 temp.__control_word &= ~(FE_ALL_EXCEPT_X86 in __fesetenv()
92 temp.__control_word |= (envp->__control_word in __fesetenv()
A Dfegetmode.c25 _FPU_GETCW (modep->__control_word); in fegetmode()
A Dfesetmode.c44 cw = modep->__control_word; in fesetmode()
/sysdeps/x86/fpu/bits/
A Dfenv.h77 unsigned short int __control_word; member
108 unsigned short int __control_word; member
/sysdeps/x86/fpu/
A Dfenv_private.h85 fpu_control_t cw = e->__control_word; in libc_feholdexcept_setround_387_prec()
204 e->__control_word = cw; in libc_feholdsetround_387_prec()
234 _FPU_SETCW (e->__control_word); in libc_feresetround_387()
352 fpu_control_t cw = ctx->env.__control_word; in libc_feholdexcept_setround_387_prec_ctx()
388 ctx->env.__control_word = cw; in libc_feholdsetround_387_prec_ctx()
439 _FPU_SETCW (ctx->env.__control_word); in libc_feresetround_387_ctx()

Completed in 10 milliseconds