| /src/lib/libm/softfloat/ |
| fetestexcept.c | 1 /* $NetBSD: fetestexcept.c,v 1.1 2017/03/22 23:11:09 chs Exp $ */ 33 __RCSID("$NetBSD: fetestexcept.c,v 1.1 2017/03/22 23:11:09 chs Exp $"); 46 __weak_alias(fetestexcept,_fetestexcept) 50 fetestexcept(int excepts)
|
| /src/external/apache2/llvm/dist/libcxx/include/ |
| fenv.h | 42 int fetestexcept(int excepts); 83 #ifdef fetestexcept 84 #undef fetestexcept macro
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/ |
| fenv.h | 47 #undef fetestexcept macro 66 using ::fetestexcept;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/ |
| fenv.h | 47 #undef fetestexcept macro 66 using ::fetestexcept;
|
| /src/lib/libm/src/ |
| s_lrint.c | 60 if (fetestexcept(FE_INVALID))
|
| e_sqrtl.c | 149 if (!fetestexcept(FE_INEXACT)) { /* Quotient is exact. */
|
| /src/external/gpl3/gdb/dist/sim/erc32/ |
| float.c | 41 fexc = fetestexcept (FE_ALL_EXCEPT);
|
| /src/external/gpl3/gdb.old/dist/sim/erc32/ |
| float.c | 41 fexc = fetestexcept (FE_ALL_EXCEPT);
|
| /src/lib/libm/arch/ia64/ |
| fenv.c | 52 __weak_alias(fetestexcept,_fetestexcept) 66 extern inline int fetestexcept(int __excepts);
|
| /src/lib/libm/arch/m68k/ |
| fenv.c | 49 __weak_alias(fetestexcept,_fetestexcept) 65 extern inline int fetestexcept(int __excepts);
|
| /src/lib/libm/arch/mips/ |
| fenv.c | 51 __weak_alias(fetestexcept,_fetestexcept) 69 extern inline int fetestexcept(int __excepts);
|
| /src/lib/libm/arch/powerpc/ |
| fenv.c | 51 __weak_alias(fetestexcept,_fetestexcept) 65 extern inline int fetestexcept(int __excepts);
|
| /src/lib/libm/arch/sh3/ |
| fenv.c | 52 __weak_alias(fetestexcept,_fetestexcept) 64 extern inline int fetestexcept(int __excepts);
|
| /src/tests/lib/libm/ |
| t_ilogb.c | 51 int r = fetestexcept(FE_ALL_EXCEPT); \ 59 int r = fetestexcept(FE_ALL_EXCEPT); \
|
| t_errhandling.c | 77 ATF_CHECK_MSG(((except = fetestexcept(FE_ALL_EXCEPT)) &
|
| t_fe_round.c | 268 ATF_CHECK_MSG(fetestexcept(FE_INEXACT) != 0, 274 ATF_CHECK_MSG(fetestexcept(FE_INEXACT) == 0, 400 ATF_CHECK_MSG(fetestexcept(FE_INEXACT) != 0, 406 ATF_CHECK_MSG(fetestexcept(FE_INEXACT) == 0,
|
| /src/lib/libm/arch/aarch64/ |
| fenv.c | 60 __weak_alias(fetestexcept,_fetestexcept) 139 * The fetestexcept() function shall determine which of a specified subset of 144 fetestexcept(int excepts) function 227 int except = fetestexcept(FE_ALL_EXCEPT);
|
| /src/lib/libm/arch/riscv/ |
| fenv.c | 59 __weak_alias(fetestexcept,_fetestexcept) 155 * The fetestexcept() function determines which of a specified subset of the 160 fetestexcept(int excepts) function
|
| /src/include/ |
| fenv.h | 86 int fetestexcept(int);
|
| /src/lib/libm/arch/arm/ |
| fenv.c | 59 __weak_alias(fetestexcept,_fetestexcept) 160 * The fetestexcept() function shall determine which of a specified subset of 165 fetestexcept(int excepts) function
|
| /src/lib/libm/arch/hppa/ |
| fenv.c | 47 __weak_alias(fetestexcept,_fetestexcept) 200 * The fetestexcept() function determines which of a specified subset of the 205 fetestexcept(int excepts) function
|
| /src/lib/libm/arch/sparc/ |
| fenv.c | 47 __weak_alias(fetestexcept,_fetestexcept) 179 * The fetestexcept() function determines which of a specified subset of the 184 fetestexcept(int excepts) function
|
| /src/lib/libm/arch/sparc64/ |
| fenv.c | 47 __weak_alias(fetestexcept,_fetestexcept) 193 * The fetestexcept() function determines which of a specified subset of the 198 fetestexcept(int excepts) function
|
| /src/external/gpl3/gcc/dist/libquadmath/math/ |
| fmaq.c | 225 u.ieee.mantissa3 |= fetestexcept (FE_INEXACT) != 0; 233 u.ieee.mantissa3 |= fetestexcept (FE_INEXACT) != 0; 241 u.ieee.mantissa3 |= fetestexcept (FE_INEXACT) != 0; 243 /* Ensure the addition is not scheduled after fetestexcept call. */ 245 int j = fetestexcept (FE_INEXACT) != 0;
|
| /src/external/gpl3/gcc.old/dist/libquadmath/math/ |
| fmaq.c | 225 u.ieee.mantissa3 |= fetestexcept (FE_INEXACT) != 0; 233 u.ieee.mantissa3 |= fetestexcept (FE_INEXACT) != 0; 241 u.ieee.mantissa3 |= fetestexcept (FE_INEXACT) != 0; 243 /* Ensure the addition is not scheduled after fetestexcept call. */ 245 int j = fetestexcept (FE_INEXACT) != 0;
|