Lines Matching refs:fenv
42 old.fenv = *envp = fegetenv_register (); in libc_feholdexcept_setround_ppc()
48 fesetenv_register (new.fenv); in libc_feholdexcept_setround_ppc()
57 new.fenv = *envp; in __libc_femergeenv_ppc()
58 old.fenv = fegetenv_register (); in __libc_femergeenv_ppc()
75 fesetenv_control (new.fenv); in __libc_femergeenv_ppc()
79 fesetenv_register (new.fenv); in __libc_femergeenv_ppc()
94 fenv_union_t new = { .fenv = *envp }; in libc_feresetround_ppc()
139 ctx->env = old.fenv = fegetenv_and_set_rn (r); in libc_feholdsetround_ppc_ctx()
148 old.fenv = fegetenv_register (); in libc_feholdsetround_noex_ppc_ctx()
152 ctx->env = old.fenv; in libc_feholdsetround_noex_ppc_ctx()
156 fesetenv_control (new.fenv); in libc_feholdsetround_noex_ppc_ctx()