| /src/lib/libm/softfloat/ |
| fesetenv.c | 1 /* $NetBSD: fesetenv.c,v 1.1 2017/03/22 23:11:09 chs Exp $ */ 33 __RCSID("$NetBSD: fesetenv.c,v 1.1 2017/03/22 23:11:09 chs Exp $"); 41 __weak_alias(fesetenv,_fesetenv) 45 fesetenv(const fenv_t *envp)
|
| /src/external/apache2/llvm/dist/libcxx/include/ |
| fenv.h | 47 int fesetenv(const fenv_t* envp); 104 #ifdef fesetenv 105 #undef fesetenv macro
|
| /src/external/gpl3/gcc/dist/libquadmath/math/ |
| nearbyintq.c | 49 fesetenv (&env); 62 fesetenv (&env);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/ |
| fenv.h | 52 #undef fesetenv macro 73 using ::fesetenv;
|
| /src/external/gpl3/gcc.old/dist/libquadmath/math/ |
| nearbyintq.c | 49 fesetenv (&env); 62 fesetenv (&env);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/ |
| fenv.h | 52 #undef fesetenv macro 73 using ::fesetenv;
|
| /src/lib/libm/src/ |
| s_nearbyint.c | 44 * an inexact exception. We can get away with using fesetenv() 58 fesetenv(&env); \
|
| e_sqrtl.c | 151 fesetenv(&env);
|
| namespace.h | 52 #define fesetenv _fesetenv macro
|
| /src/lib/libm/arch/ia64/ |
| fenv.c | 49 __weak_alias(fesetenv,_fesetenv) 71 extern inline int fesetenv(const fenv_t *__envp);
|
| /src/lib/libm/arch/m68k/ |
| fenv.c | 46 __weak_alias(fesetenv,_fesetenv) 70 extern inline int fesetenv(const fenv_t *__envp);
|
| /src/lib/libm/arch/mips/ |
| fenv.c | 48 __weak_alias(fesetenv,_fesetenv) 74 extern inline int fesetenv(const fenv_t *__envp);
|
| /src/lib/libm/arch/powerpc/ |
| fenv.c | 48 __weak_alias(fesetenv,_fesetenv) 70 extern inline int fesetenv(const fenv_t *__envp);
|
| /src/lib/libm/arch/sh3/ |
| fenv.c | 49 __weak_alias(fesetenv,_fesetenv) 69 extern inline int fesetenv(const fenv_t *__envp);
|
| /src/lib/libm/arch/riscv/ |
| fenv.c | 56 __weak_alias(fesetenv,_fesetenv) 69 * that manage the floating-point environment, namely fesetenv() and 227 * The fesetenv() function attempts to establish the floating-point environment 230 * floating-point environment macro. The fesetenv() function does not raise 235 fesetenv(const fenv_t *envp) function 268 fesetenv(envp);
|
| /src/lib/libm/arch/aarch64/ |
| fenv.c | 57 __weak_alias(fesetenv,_fesetenv) 205 * The fesetenv() function shall attempt to establish the floating-point 206 * environment represented by the object pointed to by envp. The fesetenv() 211 fesetenv(const fenv_t *envp) function 229 fesetenv(envp);
|
| /src/lib/libm/arch/alpha/ |
| fenv.c | 41 __weak_alias(fesetenv,_fesetenv) 93 fesetenv(const fenv_t *envp) function
|
| /src/include/ |
| fenv.h | 91 int fesetenv(const fenv_t *);
|
| /src/lib/libm/arch/arm/ |
| fenv.c | 56 __weak_alias(fesetenv,_fesetenv) 231 * The fesetenv() function shall attempt to establish the floating-point 232 * environment represented by the object pointed to by envp. The fesetenv() 237 fesetenv(const fenv_t *envp) function
|
| /src/lib/libm/arch/hppa/ |
| fenv.c | 44 __weak_alias(fesetenv,_fesetenv) 291 * The fesetenv() function attempts to establish the floating-point environment 294 * floating-point environment macro. The fesetenv() function does not raise 299 fesetenv(const fenv_t *envp) function
|
| /src/lib/libm/arch/sparc/ |
| fenv.c | 44 __weak_alias(fesetenv,_fesetenv) 270 * The fesetenv() function attempts to establish the floating-point environment 273 * floating-point environment macro. The fesetenv() function does not raise 278 fesetenv(const fenv_t *envp) function
|
| /src/lib/libm/arch/sparc64/ |
| fenv.c | 44 __weak_alias(fesetenv,_fesetenv) 284 * The fesetenv() function attempts to establish the floating-point environment 287 * floating-point environment macro. The fesetenv() function does not raise 292 fesetenv(const fenv_t *envp) function
|
| /src/sys/arch/sh3/include/ |
| fenv.h | 231 fesetenv(const fenv_t *__envp) function 248 fesetenv(__envp);
|
| /src/lib/libm/arch/i387/ |
| fenv.c | 51 __weak_alias(fesetenv,_fesetenv) 100 * that manage the floating-point environment, namely fesetenv() and 400 * The fesetenv() function attempts to establish the floating-point environment 403 * floating-point environment macro. The fesetenv() function does not raise 408 fesetenv(const fenv_t *envp) function 464 fesetenv(envp);
|
| /src/lib/libm/arch/x86_64/ |
| fenv.c | 49 __weak_alias(fesetenv,_fesetenv) 98 * that manage the floating-point environment, namely fesetenv() and 409 * The fesetenv() function attempts to establish the floating-point environment 412 * floating-point environment macro. The fesetenv() function does not raise 417 fesetenv(const fenv_t *envp) function 481 fesetenv(envp);
|