/src/lib/libm/softfloat/ |
fegetenv.c | 1 /* $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)
|
/src/lib/libm/src/ |
s_nearbyint.c | 56 fegetenv(&env); \
|
namespace.h | 46 #define fegetenv _fegetenv macro
|
/src/lib/libm/arch/ia64/ |
fenv.c | 43 __weak_alias(fegetenv,_fegetenv) 69 extern inline int fegetenv(fenv_t *__envp);
|
/src/lib/libm/arch/m68k/ |
fenv.c | 41 __weak_alias(fegetenv,_fegetenv) 68 extern inline int fegetenv(fenv_t *__envp);
|
/src/lib/libm/arch/mips/ |
fenv.c | 42 __weak_alias(fegetenv,_fegetenv) 72 extern inline int fegetenv(fenv_t *__envp);
|
/src/lib/libm/arch/powerpc/ |
fenv.c | 42 __weak_alias(fegetenv,_fegetenv) 68 extern inline int fegetenv(fenv_t *__envp);
|
/src/lib/libm/arch/sh3/ |
fenv.c | 43 __weak_alias(fegetenv,_fegetenv) 67 extern inline int fegetenv(fenv_t *__envp);
|
/src/lib/libm/arch/alpha/ |
fenv.c | 39 __weak_alias(fegetenv,_fegetenv) 56 fegetenv(fenv_t *envp) function in typeref:typename:int
|
/src/lib/libm/arch/riscv/ |
fenv.c | 50 __weak_alias(fegetenv,_fegetenv) 193 * The fegetenv() function attempts to store the current floating-point 197 fegetenv(fenv_t *envp) function in typeref:typename:int 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
|
/src/include/ |
fenv.h | 89 int fegetenv(fenv_t *);
|
/src/lib/libm/arch/arm/ |
fenv.c | 50 __weak_alias(fegetenv,_fegetenv) 204 * The fegetenv() function shall attempt to store the current floating-point 208 fegetenv(fenv_t *envp) function in typeref:typename:int
|
/src/lib/libm/arch/hppa/ |
fenv.c | 38 __weak_alias(fegetenv,_fegetenv) 253 * The fegetenv() function attempts to store the current floating-point 257 fegetenv(fenv_t *envp) function in typeref:typename:int 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
|
/src/lib/libm/arch/sparc/ |
fenv.c | 38 __weak_alias(fegetenv,_fegetenv) 232 * The fegetenv() function attempts to store the current floating-point 236 fegetenv(fenv_t *envp) function in typeref:typename:int 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
|
/src/lib/libm/arch/sparc64/ |
fenv.c | 38 __weak_alias(fegetenv,_fegetenv) 246 * The fegetenv() function attempts to store the current floating-point 250 fegetenv(fenv_t *envp) function in typeref:typename:int 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
|
/src/lib/libm/arch/aarch64/ |
fenv.c | 51 __weak_alias(fegetenv,_fegetenv) 177 * The fegetenv() function shall attempt to store the current floating-point 181 fegetenv(fenv_t *envp) function in typeref:typename:int
|
/src/sys/arch/alpha/include/ |
fenv.h | 182 int fegetenv(fenv_t *);
|
/src/sys/arch/ia64/include/ |
fenv.h | 185 fegetenv(fenv_t *__envp) function in typeref:typename:__fenv_static int
|
/src/sys/arch/mips/include/ |
fenv.h | 172 fegetenv(fenv_t *__envp) function in typeref:typename:__fenv_static int
|
/src/sys/arch/sh3/include/ |
fenv.h | 205 fegetenv(fenv_t *__envp) function in typeref:typename:__fenv_static int
|
/src/lib/libm/arch/i387/ |
fenv.c | 45 __weak_alias(fegetenv,_fegetenv) 347 * The fegetenv() function attempts to store the current floating-point 351 fegetenv(fenv_t *envp) function in typeref:typename:int 402 * to an object set by a call to fegetenv() or feholdexcept(), or equal a 437 * by a call to feholdexcept() or fegetenv(), or equal a floating-point
|
/src/lib/libm/arch/x86_64/ |
fenv.c | 43 __weak_alias(fegetenv,_fegetenv) 344 * The fegetenv() function attempts to store the current floating-point 348 fegetenv(fenv_t *envp) function in typeref:typename:int 411 * to an object set by a call to fegetenv() or feholdexcept(), or equal a 449 * by a call to feholdexcept() or fegetenv(), or equal a floating-point
|
/src/lib/libm/ |
Makefile | 308 fegetenv.c \ 457 MAN+= feclearexcept.3 feenableexcept.3 fegetenv.3 fegetround.3 fenv.3 464 MLINKS+=fegetenv.3 feholdexcept.3 \ 465 fegetenv.3 fesetenv.3 \ 466 fegetenv.3 feupdateenv.3
|
/src/sys/arch/m68k/include/ |
fenv.h | 218 fegetenv(fenv_t *__envp) function in typeref:typename:__fenv_static int
|
/src/sys/arch/powerpc/include/ |
fenv.h | 235 fegetenv(fenv_t *__envp) function in typeref:typename:__fenv_static int
|