Searched refs:fegetenv (Results 1 - 25 of 38) sorted by relevance

12

/netbsd-current/lib/libm/softfloat/
H A Dfegetenv.c1 /* $NetBSD: fegetenv.c,v 1.1 2017/03/22 23:11:09 chs Exp $ */
33 __RCSID("$NetBSD: fegetenv.c,v 1.1 2017/03/22 23:11:09 chs Exp $");
41 __weak_alias(fegetenv,_fegetenv)
45 fegetenv(fenv_t *envp)
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Dfenv.h45 int fegetenv(fenv_t* envp);
95 #ifdef fegetenv
96 #undef fegetenv macro
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
H A Dfenv.h50 #undef fegetenv macro
71 using ::fegetenv;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dfenv.h50 #undef fegetenv macro
71 using ::fegetenv;
/netbsd-current/lib/libm/src/
H A Ds_nearbyint.c56 fegetenv(&env); \
H A Dnamespace.h46 #define fegetenv _fegetenv macro
/netbsd-current/lib/libm/arch/ia64/
H A Dfenv.c43 __weak_alias(fegetenv,_fegetenv)
69 extern inline int fegetenv(fenv_t *__envp);
/netbsd-current/lib/libm/arch/mips/
H A Dfenv.c42 __weak_alias(fegetenv,_fegetenv)
72 extern inline int fegetenv(fenv_t *__envp);
/netbsd-current/lib/libm/arch/powerpc/
H A Dfenv.c42 __weak_alias(fegetenv,_fegetenv)
68 extern inline int fegetenv(fenv_t *__envp);
/netbsd-current/lib/libm/arch/sh3/
H A Dfenv.c43 __weak_alias(fegetenv,_fegetenv)
67 extern inline int fegetenv(fenv_t *__envp);
/netbsd-current/lib/libm/arch/m68k/
H A Dfenv.c41 __weak_alias(fegetenv,_fegetenv)
68 extern inline int fegetenv(fenv_t *__envp);
/netbsd-current/lib/libm/arch/alpha/
H A Dfenv.c39 __weak_alias(fegetenv,_fegetenv)
56 fegetenv(fenv_t *envp) function
/netbsd-current/lib/libm/arch/riscv/
H A Dfenv.c50 __weak_alias(fegetenv,_fegetenv)
193 * The fegetenv() function attempts to store the current floating-point
197 fegetenv(fenv_t *envp) function
229 * to an object set by a call to fegetenv() or feholdexcept(), or equal a
258 * by a call to feholdexcept() or fegetenv(), or equal a floating-point
/netbsd-current/include/
H A Dfenv.h89 int fegetenv(fenv_t *);
/netbsd-current/lib/libm/arch/arm/
H A Dfenv.c50 __weak_alias(fegetenv,_fegetenv)
204 * The fegetenv() function shall attempt to store the current floating-point
208 fegetenv(fenv_t *envp) function
/netbsd-current/lib/libm/arch/sparc/
H A Dfenv.c38 __weak_alias(fegetenv,_fegetenv)
232 * The fegetenv() function attempts to store the current floating-point
236 fegetenv(fenv_t *envp) function
272 * to an object set by a call to fegetenv() or feholdexcept(), or equal a
294 * by a call to feholdexcept() or fegetenv(), or equal a floating-point
/netbsd-current/lib/libm/arch/hppa/
H A Dfenv.c38 __weak_alias(fegetenv,_fegetenv)
253 * The fegetenv() function attempts to store the current floating-point
257 fegetenv(fenv_t *envp) function
293 * to an object set by a call to fegetenv() or feholdexcept(), or equal a
315 * by a call to feholdexcept() or fegetenv(), or equal a floating-point
/netbsd-current/lib/libm/arch/sparc64/
H A Dfenv.c38 __weak_alias(fegetenv,_fegetenv)
246 * The fegetenv() function attempts to store the current floating-point
250 fegetenv(fenv_t *envp) function
286 * to an object set by a call to fegetenv() or feholdexcept(), or equal a
308 * by a call to feholdexcept() or fegetenv(), or equal a floating-point
/netbsd-current/lib/libm/arch/aarch64/
H A Dfenv.c51 __weak_alias(fegetenv,_fegetenv)
177 * The fegetenv() function shall attempt to store the current floating-point
181 fegetenv(fenv_t *envp) function
/netbsd-current/sys/arch/alpha/include/
H A Dfenv.h181 int fegetenv(fenv_t *);
/netbsd-current/sys/arch/sh3/include/
H A Dfenv.h203 fegetenv(fenv_t *__envp) function
/netbsd-current/sys/arch/ia64/include/
H A Dfenv.h184 fegetenv(fenv_t *__envp) function
/netbsd-current/sys/arch/mips/include/
H A Dfenv.h171 fegetenv(fenv_t *__envp) function
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/config/
H A Dfpu-aix.h411 fegetenv (state);
/netbsd-current/external/gpl3/gcc/dist/libgfortran/config/
H A Dfpu-aix.h411 fegetenv (state);

Completed in 322 milliseconds

12