| /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/external/apache2/llvm/dist/libcxx/include/ |
| fenv.h | 38 int feclearexcept(int excepts); 65 #ifdef feclearexcept 66 #undef feclearexcept macro
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/ |
| fenv.h | 43 #undef feclearexcept macro 62 using ::feclearexcept;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/ |
| fenv.h | 43 #undef feclearexcept macro 62 using ::feclearexcept;
|
| /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);
|
| /src/external/gpl3/gdb/dist/sim/erc32/ |
| float.c | 60 feclearexcept (FE_ALL_EXCEPT);
|
| /src/external/gpl3/gdb.old/dist/sim/erc32/ |
| float.c | 60 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
|
| /src/include/ |
| fenv.h | 82 int feclearexcept(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
|
| /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
|
| /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
|
| /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/sys/arch/alpha/include/ |
| fenv.h | 82 feclearexcept(int __excepts) function
|
| /src/external/gpl3/gcc/dist/libgfortran/config/ |
| fpu-glibc.h | 88 feclearexcept (FE_ALL_EXCEPT); 267 feclearexcept (exc_clr);
|