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

  /src/lib/libm/arch/arm/
fenv.c 47 __weak_alias(feclearexcept,_feclearexcept)
69 * The feclearexcept() function shall attempt to clear the supported
73 feclearexcept(int excepts) function in typeref:typename:int
  /src/lib/libm/arch/riscv/
fenv.c 47 __weak_alias(feclearexcept,_feclearexcept)
75 * The feclearexcept() function clears the supported floating-point exceptions
79 feclearexcept(int excepts) function in typeref:typename:int
  /src/lib/libm/arch/aarch64/
fenv.c 48 __weak_alias(feclearexcept,_feclearexcept)
70 * The feclearexcept() function shall attempt to clear the supported
74 feclearexcept(int excepts) function in typeref:typename:int
  /src/lib/libm/arch/hppa/
fenv.c 35 __weak_alias(feclearexcept,_feclearexcept)
81 * The feclearexcept() function clears the supported floating-point exceptions
85 feclearexcept(int excepts) function in typeref:typename:int
  /src/lib/libm/arch/i387/
fenv.c 42 __weak_alias(feclearexcept,_feclearexcept)
153 * The feclearexcept() function clears the supported floating-point exceptions
157 feclearexcept(int excepts) function in typeref:typename:int
  /src/lib/libm/arch/x86_64/
fenv.c 40 __weak_alias(feclearexcept,_feclearexcept)
134 * The feclearexcept() function clears the supported floating-point exceptions
138 feclearexcept(int excepts) function in typeref:typename:int
  /src/sys/arch/alpha/include/
fenv.h 82 feclearexcept(int __excepts) function in typeref:typename:int
  /src/sys/arch/ia64/include/
fenv.h 77 feclearexcept(int __excepts) function in typeref:typename:__fenv_static int
  /src/sys/arch/sh3/include/
fenv.h 83 feclearexcept(int __excepts) function in typeref:typename:__BEGIN_DECLS __fenv_static int
  /src/sys/arch/m68k/include/
fenv.h 119 feclearexcept(int __excepts) function in typeref:typename:__BEGIN_DECLS __fenv_static int
  /src/sys/arch/mips/include/
fenv.h 96 feclearexcept(int __excepts) function in typeref:typename:__fenv_static int
  /src/sys/arch/powerpc/include/
fenv.h 153 feclearexcept(int __excepts) function in typeref:typename:__fenv_static int
  /src/lib/libm/src/
namespace.h 43 #define feclearexcept _feclearexcept macro

Completed in 15 milliseconds