Lines Matching refs:envp
26 libc_feholdexcept_vfp (fenv_t *envp) in libc_feholdexcept_vfp() argument
31 envp->__cw = fpscr; in libc_feholdexcept_vfp()
51 libc_feholdexcept_setround_vfp (fenv_t *envp, int round) in libc_feholdexcept_setround_vfp() argument
56 envp->__cw = fpscr; in libc_feholdexcept_setround_vfp()
65 libc_feholdsetround_vfp (fenv_t *envp, int round) in libc_feholdsetround_vfp() argument
70 envp->__cw = fpscr; in libc_feholdsetround_vfp()
78 libc_feresetround_vfp (fenv_t *envp) in libc_feresetround_vfp() argument
85 round = (envp->__cw ^ fpscr) & _FPU_MASK_RM; in libc_feresetround_vfp()
102 libc_fesetenv_vfp (const fenv_t *envp) in libc_fesetenv_vfp() argument
107 new_fpscr = envp->__cw; in libc_fesetenv_vfp()
115 libc_feupdateenv_test_vfp (const fenv_t *envp, int ex) in libc_feupdateenv_test_vfp() argument
124 new_fpscr = envp->__cw | excepts; in libc_feupdateenv_test_vfp()
138 libc_feupdateenv_vfp (const fenv_t *envp) in libc_feupdateenv_vfp() argument
140 libc_feupdateenv_test_vfp (envp, 0); in libc_feupdateenv_vfp()