/src/lib/libm/softfloat/ |
feclearexcept.c | 1 /* $NetBSD: feclearexcept.c,v 1.1 2017/03/22 23:11:09 chs Exp $ */ 33 __RCSID("$NetBSD: feclearexcept.c,v 1.1 2017/03/22 23:11:09 chs Exp $"); 41 __weak_alias(feclearexcept,_feclearexcept) 45 feclearexcept(int excepts)
|
/src/lib/libm/src/ |
s_lrint.c | 61 feclearexcept(FE_INEXACT);
|
e_sqrtl.c | 144 feclearexcept(FE_INEXACT);
|
namespace.h | 43 #define feclearexcept _feclearexcept macro
|
/src/tests/lib/libm/ |
t_ilogb.c | 48 # define ATF_CLEAR_EXCEPTS (void)feclearexcept(FE_ALL_EXCEPT); 55 (void)feclearexcept(FE_ALL_EXCEPT); \ 61 (void)feclearexcept(FE_ALL_EXCEPT); \
|
t_errhandling.c | 71 feclearexcept(FE_ALL_EXCEPT);
|
t_fe_round.c | 230 feclearexcept(FE_ALL_EXCEPT); 376 feclearexcept(FE_ALL_EXCEPT);
|
/src/lib/libm/arch/ia64/ |
fenv.c | 40 __weak_alias(feclearexcept,_feclearexcept) 62 extern inline int feclearexcept(int __excepts);
|
/src/lib/libm/arch/m68k/ |
fenv.c | 40 __weak_alias(feclearexcept,_feclearexcept) 61 extern inline int feclearexcept(int __excepts);
|
/src/lib/libm/arch/mips/ |
fenv.c | 39 __weak_alias(feclearexcept,_feclearexcept) 65 extern inline int feclearexcept(int __excepts);
|
/src/lib/libm/arch/powerpc/ |
fenv.c | 39 __weak_alias(feclearexcept,_feclearexcept) 61 extern inline int feclearexcept(int __excepts);
|
/src/lib/libm/arch/sh3/ |
fenv.c | 40 __weak_alias(feclearexcept,_feclearexcept) 60 extern inline int feclearexcept(int __excepts);
|
/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/include/ |
fenv.h | 82 int feclearexcept(int);
|
/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/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/sparc/ |
fenv.c | 35 __weak_alias(feclearexcept,_feclearexcept) 60 * The feclearexcept() function clears the supported floating-point exceptions 64 feclearexcept(int excepts)
|
/src/lib/libm/arch/sparc64/ |
fenv.c | 35 __weak_alias(feclearexcept,_feclearexcept) 74 * The feclearexcept() function clears the supported floating-point exceptions 78 feclearexcept(int excepts)
|
/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/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/mips/include/ |
fenv.h | 96 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/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
|