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

  /src/lib/libm/arch/alpha/
fenv.c 41 __weak_alias(fesetenv,_fesetenv)
93 fesetenv(const fenv_t *envp) function in typeref:typename:int
  /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/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/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/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/ia64/include/
fenv.h 206 fesetenv(const fenv_t *__envp) function in typeref:typename:__fenv_static 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/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/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
  /src/lib/libm/src/
namespace.h 52 #define fesetenv _fesetenv macro

Completed in 21 milliseconds