Searched refs:__control_word (Results 1 – 8 of 8) sorted by relevance
48 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()
28 _FPU_GETCW (modep->__control_word); in fegetmode()
36 cw = modep->__control_word; in fesetmode()
43 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()
25 _FPU_GETCW (modep->__control_word); in fegetmode()
44 cw = modep->__control_word; in fesetmode()
77 unsigned short int __control_word; member108 unsigned short int __control_word; member
85 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