Searched refs:__cw (Results 1 – 5 of 5) sorted by relevance
31 envp->__cw = fpscr; in libc_feholdexcept_vfp()56 envp->__cw = fpscr; in libc_feholdexcept_setround_vfp()70 envp->__cw = fpscr; in libc_feholdsetround_vfp()85 round = (envp->__cw ^ fpscr) & _FPU_MASK_RM; in libc_feresetround_vfp()107 new_fpscr = envp->__cw; in libc_fesetenv_vfp()124 new_fpscr = envp->__cw | excepts; in libc_feupdateenv_test_vfp()150 ctx->env.__cw = fpscr; in libc_feholdsetround_vfp_ctx()172 fpscr = (fpscr & ~_FPU_MASK_RM) | (ctx->env.__cw & _FPU_MASK_RM); in libc_feresetround_vfp_ctx()183 new_fpscr = ctx->env.__cw; in libc_fesetenv_vfp_ctx()
34 envp->__cw = fpscr; in __fegetenv()
38 new_fpscr = envp->__cw; in __fesetenv()
40 new_fpscr = envp->__cw | excepts; in __feupdateenv()
72 unsigned int __cw; member
Completed in 5 milliseconds