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

  /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/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/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/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/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/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/sys/arch/ia64/include/
fenv.h 185 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/sys/arch/m68k/include/
fenv.h 218 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/powerpc/include/
fenv.h 235 fegetenv(fenv_t *__envp) function in typeref:typename:__fenv_static int
  /src/lib/libm/src/
namespace.h 46 #define fegetenv _fegetenv macro

Completed in 18 milliseconds