| /src/lib/libm/softfloat/ |
| fesetexceptflag.c | 1 /* $NetBSD: fesetexceptflag.c,v 1.1 2017/03/22 23:11:09 chs Exp $ */ 33 __RCSID("$NetBSD: fesetexceptflag.c,v 1.1 2017/03/22 23:11:09 chs Exp $"); 41 __weak_alias(fesetexceptflag,_fesetexceptflag) 45 fesetexceptflag(const fexcept_t *flagp, int excepts)
|
| /src/external/apache2/llvm/dist/libcxx/include/ |
| fenv.h | 41 int fesetexceptflag(const fexcept_t* flagp, int excepts); 78 #ifdef fesetexceptflag 79 #undef fesetexceptflag macro
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/ |
| fenv.h | 46 #undef fesetexceptflag macro 65 using ::fesetexceptflag;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/ |
| fenv.h | 46 #undef fesetexceptflag macro 65 using ::fesetexceptflag;
|
| /src/lib/libm/arch/ia64/ |
| fenv.c | 50 __weak_alias(fesetexceptflag,_fesetexceptflag) 64 extern inline int fesetexceptflag(const fexcept_t *__flagp, int __excepts);
|
| /src/lib/libm/arch/m68k/ |
| fenv.c | 47 __weak_alias(fesetexceptflag,_fesetexceptflag) 63 extern inline int fesetexceptflag(const fexcept_t *__flagp, int __excepts);
|
| /src/lib/libm/arch/mips/ |
| fenv.c | 49 __weak_alias(fesetexceptflag,_fesetexceptflag) 67 extern inline int fesetexceptflag(const fexcept_t *__flagp, int __excepts);
|
| /src/lib/libm/arch/powerpc/ |
| fenv.c | 49 __weak_alias(fesetexceptflag,_fesetexceptflag) 63 extern inline int fesetexceptflag(const fexcept_t *__flagp, int __excepts);
|
| /src/lib/libm/arch/sh3/ |
| fenv.c | 50 __weak_alias(fesetexceptflag,_fesetexceptflag) 62 extern inline int fesetexceptflag(const fexcept_t *__flagp, int __excepts);
|
| /src/lib/libm/arch/riscv/ |
| fenv.c | 57 __weak_alias(fesetexceptflag,_fesetexceptflag) 137 fesetexceptflag(const fexcept_t *flagp, int excepts) function
|
| /src/sys/arch/alpha/include/ |
| fenv.h | 107 fesetexceptflag(const fexcept_t *__flagp, int __excepts) function 134 fesetexceptflag(&__ex, __excepts);
|
| /src/include/ |
| fenv.h | 85 int fesetexceptflag(const fexcept_t *, int);
|
| /src/lib/libm/arch/aarch64/ |
| fenv.c | 58 __weak_alias(fesetexceptflag,_fesetexceptflag) 117 * The fesetexceptflag() function shall attempt to set the floating-point 126 fesetexceptflag(const fexcept_t *flagp, int excepts) function
|
| /src/lib/libm/arch/arm/ |
| fenv.c | 57 __weak_alias(fesetexceptflag,_fesetexceptflag) 116 * The fesetexceptflag() function shall attempt to set the floating-point 125 fesetexceptflag(const fexcept_t *flagp, int excepts) function
|
| /src/lib/libm/arch/hppa/ |
| fenv.c | 45 __weak_alias(fesetexceptflag,_fesetexceptflag) 132 fesetexceptflag(const fexcept_t *flagp, int excepts) function
|
| /src/lib/libm/arch/sparc/ |
| fenv.c | 45 __weak_alias(fesetexceptflag,_fesetexceptflag) 111 fesetexceptflag(const fexcept_t *flagp, int excepts) function
|
| /src/lib/libm/arch/sparc64/ |
| fenv.c | 45 __weak_alias(fesetexceptflag,_fesetexceptflag) 125 fesetexceptflag(const fexcept_t *flagp, int excepts) function
|
| /src/sys/arch/mips/include/ |
| fenv.h | 118 fesetexceptflag(const fexcept_t *__flagp, int __excepts) function 134 fesetexceptflag(&__ex, __excepts); /* XXX */
|
| /src/lib/libm/arch/i387/ |
| fenv.c | 52 __weak_alias(fesetexceptflag,_fesetexceptflag) 223 * The validation of input is being deferred to fesetexceptflag(). 233 fesetexceptflag(&ex, excepts); 246 fesetexceptflag(const fexcept_t *flagp, int excepts) function
|
| /src/lib/libm/arch/x86_64/ |
| fenv.c | 50 __weak_alias(fesetexceptflag,_fesetexceptflag) 203 * The validation of input is being deferred to fesetexceptflag(). 213 fesetexceptflag((unsigned int *)&ex, ex); 226 fesetexceptflag(const fexcept_t *flagp, int excepts) function
|
| /src/lib/libm/src/ |
| namespace.h | 53 #define fesetexceptflag _fesetexceptflag macro
|
| /src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
| bid128_div.c | 187 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS); variable 380 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS); variable 470 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS); variable 478 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS); variable 648 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS); 844 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS); 933 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS); 941 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS); 1102 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS); 1301 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS) [all...] |
| bid64_div.c | 256 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS); 425 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS); 495 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS); 511 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS); 681 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS); 824 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS); 906 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS); 922 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS); 1104 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS); variable 1253 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS) variable 1338 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS); variable 1354 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS); variable [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/ |
| bid128_div.c | 187 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS); variable 380 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS); variable 470 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS); variable 478 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS); variable 648 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS); 844 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS); 933 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS); 941 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS); 1102 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS); 1301 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS) [all...] |
| bid64_div.c | 256 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS); 425 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS); 495 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS); 511 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS); 681 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS); 824 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS); 906 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS); 922 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS); 1104 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS); variable 1253 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS) variable 1338 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS); variable 1354 (void) fesetexceptflag (&binaryflags, FE_ALL_FLAGS); variable [all...] |