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

1 2

  /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/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 in typeref:typename:int
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 in typeref:typename:int
229 fesetenv(envp);
  /src/lib/libm/arch/alpha/
fenv.c 41 __weak_alias(fesetenv,_fesetenv)
93 fesetenv(const fenv_t *envp) function in typeref:typename:int
  /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 in typeref:typename:int
  /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 in typeref:typename:int
  /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 in typeref:typename:int
  /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 in typeref:typename:int
  /src/sys/arch/sh3/include/
fenv.h 231 fesetenv(const fenv_t *__envp) function in typeref:typename:__fenv_static int
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 in typeref:typename:int
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 in typeref:typename:int
481 fesetenv(envp);
  /src/sys/arch/alpha/include/
fenv.h 184 int fesetenv(const fenv_t *);
  /src/sys/arch/m68k/include/
fenv.h 240 fesetenv(const fenv_t *__envp) function in typeref:typename:__fenv_static int
264 fesetenv(__envp);
  /src/sys/arch/ia64/include/
fenv.h 206 fesetenv(const fenv_t *__envp) function in typeref:typename:__fenv_static int
  /src/sys/arch/mips/include/
fenv.h 192 fesetenv(const fenv_t *__envp) function in typeref:typename:__fenv_static int
  /src/sys/arch/powerpc/include/
fenv.h 259 fesetenv(const fenv_t *__envp) function in typeref:typename:__fenv_static int

Completed in 18 milliseconds

1 2