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

1 2

  /src/lib/libm/softfloat/
feupdateenv.c 1 /* $NetBSD: feupdateenv.c,v 1.1 2017/03/22 23:11:09 chs Exp $ */
33 __RCSID("$NetBSD: feupdateenv.c,v 1.1 2017/03/22 23:11:09 chs Exp $");
41 __weak_alias(feupdateenv,_feupdateenv)
45 feupdateenv(const fenv_t *envp)
  /src/lib/libm/src/
s_lrint.c 62 feupdateenv(&env);
e_sqrtl.c 165 feupdateenv(&env); /* Restore env and raise inexact */
namespace.h 56 #define feupdateenv _feupdateenv macro
  /src/lib/libm/arch/ia64/
fenv.c 53 __weak_alias(feupdateenv,_feupdateenv)
77 * It doesn't pay to inline feupdateenv() because it includes one of
83 feupdateenv(const fenv_t *envp) function in typeref:typename:int
  /src/lib/libm/arch/m68k/
fenv.c 50 __weak_alias(feupdateenv,_feupdateenv)
71 extern inline int feupdateenv(const fenv_t *__envp);
  /src/lib/libm/arch/mips/
fenv.c 52 __weak_alias(feupdateenv,_feupdateenv)
75 extern inline int feupdateenv(const fenv_t *__envp);
  /src/lib/libm/arch/powerpc/
fenv.c 52 __weak_alias(feupdateenv,_feupdateenv)
71 extern inline int feupdateenv(const fenv_t *__envp);
  /src/lib/libm/arch/sh3/
fenv.c 53 __weak_alias(feupdateenv,_feupdateenv)
70 extern inline int feupdateenv(const fenv_t *__envp);
  /src/lib/libm/arch/alpha/
fenv.c 42 __weak_alias(feupdateenv,_feupdateenv)
107 feupdateenv(const fenv_t *envp) function in typeref:typename:int
  /src/lib/libm/arch/riscv/
fenv.c 60 __weak_alias(feupdateenv,_feupdateenv)
70 * feupdateenv().
254 * The feupdateenv() function saves the currently raised floating-point
262 feupdateenv(const fenv_t *envp) function in typeref:typename:int
  /src/include/
fenv.h 92 int feupdateenv(const fenv_t *);
  /src/lib/libm/arch/arm/
fenv.c 60 __weak_alias(feupdateenv,_feupdateenv)
245 * The feupdateenv() function shall attempt to save the currently raised
251 feupdateenv(const fenv_t *envp) function in typeref:typename:int
  /src/lib/libm/arch/hppa/
fenv.c 48 __weak_alias(feupdateenv,_feupdateenv)
311 * The feupdateenv() function saves the currently raised floating-point
319 feupdateenv(const fenv_t *envp) function in typeref:typename:int
  /src/lib/libm/arch/sparc/
fenv.c 48 __weak_alias(feupdateenv,_feupdateenv)
290 * The feupdateenv() function saves the currently raised floating-point
298 feupdateenv(const fenv_t *envp) function in typeref:typename:int
  /src/lib/libm/arch/sparc64/
fenv.c 48 __weak_alias(feupdateenv,_feupdateenv)
304 * The feupdateenv() function saves the currently raised floating-point
312 feupdateenv(const fenv_t *envp) function in typeref:typename:int
  /src/lib/libm/arch/aarch64/
fenv.c 61 __weak_alias(feupdateenv,_feupdateenv)
219 * The feupdateenv() function shall attempt to save the currently raised
225 feupdateenv(const fenv_t *envp) function in typeref:typename:int
  /src/sys/arch/alpha/include/
fenv.h 185 int feupdateenv(const fenv_t *);
  /src/sys/arch/ia64/include/
fenv.h 213 int feupdateenv(const fenv_t *__envp);
  /src/sys/arch/mips/include/
fenv.h 200 feupdateenv(const fenv_t *__envp) function in typeref:typename:__fenv_static int
  /src/sys/arch/sh3/include/
fenv.h 242 feupdateenv(const fenv_t *__envp) function in typeref:typename:__fenv_static int
  /src/lib/libm/arch/i387/
fenv.c 55 __weak_alias(feupdateenv,_feupdateenv)
101 * feupdateenv().
433 * The feupdateenv() function saves the currently raised floating-point
441 feupdateenv(const fenv_t *envp) function in typeref:typename:int
  /src/lib/libm/arch/x86_64/
fenv.c 53 __weak_alias(feupdateenv,_feupdateenv)
99 * feupdateenv().
445 * The feupdateenv() function saves the currently raised floating-point
453 feupdateenv(const fenv_t *envp) function in typeref:typename:int
  /src/sys/arch/m68k/include/
fenv.h 258 feupdateenv(const fenv_t *__envp) function in typeref:typename:__fenv_static int
  /src/sys/arch/powerpc/include/
fenv.h 270 feupdateenv(const fenv_t *__envp) function in typeref:typename:__fenv_static int

Completed in 19 milliseconds

1 2