Home
last modified time | relevance | path

Searched refs:__cw (Results 1 – 5 of 5) sorted by relevance

/sysdeps/arm/
A Dfenv_private.h31 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()
A Dfegetenv.c34 envp->__cw = fpscr; in __fegetenv()
A Dfesetenv.c38 new_fpscr = envp->__cw; in __fesetenv()
A Dfeupdateenv.c40 new_fpscr = envp->__cw | excepts; in __feupdateenv()
/sysdeps/arm/bits/
A Dfenv.h72 unsigned int __cw; member

Completed in 5 milliseconds