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

1 2

  /src/lib/libm/arch/alpha/
fenv.c 39 __weak_alias(fegetenv,_fegetenv)
56 fegetenv(fenv_t *envp) function
fenv.c 39 __weak_alias(fegetenv,_fegetenv)
56 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
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/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
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/external/apache2/llvm/dist/libcxx/include/
fenv.h 45 int fegetenv(fenv_t* envp);
95 #ifdef fegetenv
96 #undef fegetenv macro
fenv.h 45 int fegetenv(fenv_t* envp);
95 #ifdef fegetenv
96 #undef fegetenv macro
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
fenv.h 50 #undef fegetenv macro
71 using ::fegetenv;
fenv.h 50 #undef fegetenv macro
71 using ::fegetenv;
  /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
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/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
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
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
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/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
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
fenv.c 45 __weak_alias(fegetenv,_fegetenv)
347 * The fegetenv() function attempts to store the current floating-point
351 fegetenv(fenv_t *envp) function
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
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
fenv.c 43 __weak_alias(fegetenv,_fegetenv)
344 * The fegetenv() function attempts to store the current floating-point
348 fegetenv(fenv_t *envp) function
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/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

Completed in 67 milliseconds

1 2