HomeSort by: relevance | last modified time | path
    Searched refs:fegetenv (Results 1 - 25 of 39) sorted by relevancy

1 2

  /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/external/apache2/llvm/dist/libcxx/include/
fenv.h 45 int fegetenv(fenv_t* envp);
95 #ifdef fegetenv
96 #undef fegetenv macro
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
fenv.h 50 #undef fegetenv macro
71 using ::fegetenv;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
fenv.h 50 #undef fegetenv macro
71 using ::fegetenv;
  /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
  /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
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/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
  /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
  /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
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
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
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/sys/arch/alpha/include/
fenv.h 182 int fegetenv(fenv_t *);
  /src/sys/arch/ia64/include/
fenv.h 185 fegetenv(fenv_t *__envp) function
  /src/sys/arch/mips/include/
fenv.h 172 fegetenv(fenv_t *__envp) function
  /src/sys/arch/sh3/include/
fenv.h 205 fegetenv(fenv_t *__envp) function
  /src/external/gpl3/gcc/dist/libgfortran/config/
fpu-aix.h 429 fegetenv (state);
  /src/external/gpl3/gcc.old/dist/libgfortran/config/
fpu-aix.h 411 fegetenv (state);

Completed in 39 milliseconds

1 2