Searched refs:fenv_union_t (Results 1 – 25 of 26) sorted by relevance
12
/sysdeps/powerpc/fpu/ |
A D | fenv_private.h | 40 fenv_union_t old, new; in libc_feholdexcept_setround_ppc() 55 fenv_union_t old, new; in __libc_femergeenv_ppc() 94 fenv_union_t new = { .fenv = *envp }; in libc_feresetround_ppc() 137 fenv_union_t old; in libc_feholdsetround_ppc_ctx() 146 fenv_union_t old, new; in libc_feholdsetround_noex_ppc_ctx()
|
A D | fegetexcept.c | 24 fenv_union_t fe; in __fegetexcept()
|
A D | ftestexcept.c | 24 fenv_union_t u; in fetestexcept()
|
A D | fegetround.c | 24 fenv_union_t fe;
|
A D | fesetexcept.c | 24 fenv_union_t u, n; in fesetexcept()
|
A D | fgetexcptflg.c | 24 fenv_union_t u; in __fegetexceptflag()
|
A D | feholdexcpt.c | 25 fenv_union_t old, new; in __feholdexcept()
|
A D | fesetmode.c | 25 fenv_union_t old, new; in fesetmode()
|
A D | fedisblxcpt.c | 24 fenv_union_t fe, curr; in fedisableexcept()
|
A D | feenablxcpt.c | 24 fenv_union_t fe, curr; in feenableexcept()
|
A D | fesetenv.c | 25 fenv_union_t old, new; in __fesetenv()
|
A D | fclrexcpt.c | 25 fenv_union_t u, n; in __feclearexcept()
|
A D | feupdateenv.c | 25 fenv_union_t old, new; in __feupdateenv()
|
A D | fraiseexcpt.c | 24 fenv_union_t u; in __feraiseexcept()
|
A D | fsetexcptflg.c | 24 fenv_union_t u, n; in __fesetexceptflag()
|
A D | fenv_libc.h | 72 ({register fenv_union_t __fr; \ 95 ({register fenv_union_t __fr; \ 145 } fenv_union_t; typedef
|
A D | e_sqrtf.c | 119 fenv_union_t u = { .fenv = fegetenv_register () }; in __ieee754_sqrtf()
|
/sysdeps/powerpc/nofpu/ |
A D | fegetmode.c | 25 fenv_union_t u; in fegetmode()
|
A D | atomic-feholdexcept.c | 26 fenv_union_t u; in __atomic_feholdexcept()
|
A D | atomic-feupdateenv.c | 27 fenv_union_t u; in __atomic_feupdateenv()
|
A D | fesetmode.c | 25 fenv_union_t u; in fesetmode()
|
A D | feholdexcpt.c | 26 fenv_union_t u; in __feholdexcept()
|
A D | fegetenv.c | 25 fenv_union_t u; in __fegetenv()
|
A D | fesetenv.c | 25 fenv_union_t u; in __fesetenv()
|
A D | soft-supp.h | 31 } fenv_union_t; typedef
|
Completed in 18 milliseconds
12