| /freebsd/lib/msun/tests/ |
| H A D | fenv_test.c | 218 ATF_CHECK_EQ(0, fetestexcept(std_except_sets[i])); in ATF_TC_BODY() 224 ATF_CHECK_EQ(excepts, fetestexcept(excepts)); in ATF_TC_BODY() 226 ATF_CHECK_EQ(0, fetestexcept(FE_ALL_EXCEPT)); in ATF_TC_BODY() 229 ATF_CHECK_EQ(excepts, fetestexcept(excepts)); in ATF_TC_BODY() 232 ATF_CHECK_EQ(excepts, (fetestexcept(ALL_STD_EXCEPT) | FE_INEXACT)); in ATF_TC_BODY() 234 ATF_CHECK_EQ(excepts, fetestexcept(ALL_STD_EXCEPT)); in ATF_TC_BODY() 237 ATF_CHECK_EQ(0, fetestexcept(ALL_STD_EXCEPT)); in ATF_TC_BODY() 259 ATF_CHECK_EQ((ALL_STD_EXCEPT ^ excepts), fetestexcept(ALL_STD_EXCEPT)); in ATF_TC_BODY() 264 ATF_CHECK_EQ(0, fetestexcept(ALL_STD_EXCEPT)); in ATF_TC_BODY() 266 ATF_CHECK_EQ((ALL_STD_EXCEPT ^ excepts), fetestexcept(ALL_STD_EXCEPT)); in ATF_TC_BODY() [all …]
|
| H A D | conj_test.c | 95 ATF_REQUIRE_EQ_MSG(0, fetestexcept(FE_ALL_EXCEPT), in ATF_TC_BODY() 97 cimag(in), fetestexcept(FE_ALL_EXCEPT)); in ATF_TC_BODY() 102 ATF_REQUIRE_EQ_MSG(0, fetestexcept(FE_ALL_EXCEPT), in ATF_TC_BODY() 104 cimag(in), fetestexcept(FE_ALL_EXCEPT)); in ATF_TC_BODY() 109 ATF_REQUIRE_EQ_MSG(0, fetestexcept(FE_ALL_EXCEPT), in ATF_TC_BODY() 111 cimag(in), fetestexcept(FE_ALL_EXCEPT)); in ATF_TC_BODY()
|
| H A D | test-utils.h | 194 ATF_##atf_variant##_EQ_MSG((excepts), fetestexcept(exceptmask), \ 196 fetestexcept(exceptmask), (excepts)) 198 ATF_##atf_variant##_EQ_MSG((excepts), fetestexcept(exceptmask), \ 200 fetestexcept(exceptmask), (excepts), __VA_ARGS__)
|
| /freebsd/tools/regression/usr.bin/cc/ |
| H A D | float.c | 136 fetestexcept(ALL_STD_EXCEPT) == FE_INVALID); in run_tests() 149 fetestexcept(ALL_STD_EXCEPT) == FE_INVALID); in run_tests() 156 x == 0 && fetestexcept(ALL_STD_EXCEPT) == FE_INEXACT); in run_tests() 162 x == -42 && fetestexcept(ALL_STD_EXCEPT) == 0); in run_tests() 168 fetestexcept(ALL_STD_EXCEPT) == FE_INVALID); in run_tests() 174 x == 0 && fetestexcept(ALL_STD_EXCEPT) == FE_INEXACT); in run_tests()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | fenv.h | 82 # ifdef fetestexcept 83 # undef fetestexcept
|
| H A D | cfenv | 44 int fetestexcept(int excepts); 80 using ::fetestexcept _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | fenv.h | 85 # ifdef fetestexcept 86 # undef fetestexcept
|
| H A D | cfenv | 44 int fetestexcept(int excepts); 83 using ::fetestexcept _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/lib/msun/arm/ |
| H A D | fenv-mangle.h | 41 #define fetestexcept FENV_MANGLE(fetestexcept) macro
|
| H A D | fenv.h | 99 int fetestexcept(int __excepts); 125 int fetestexcept(int); 154 #define fetestexcept(a) __fetestexcept_int(a) macro
|
| H A D | fenv.c | 94 (fetestexcept)(int excepts) 286 (fetestexcept)(int __excepts)
|
| /freebsd/contrib/netbsd-tests/lib/libm/ |
| H A D | t_ilogb.c | 46 int r = fetestexcept(FE_ALL_EXCEPT); \ 54 int r = fetestexcept(FE_ALL_EXCEPT); \
|
| /freebsd/lib/msun/riscv/ |
| H A D | fenv.h | 91 int fetestexcept(int); 114 #define fetestexcept(a) __fetestexcept_int(a) macro
|
| H A D | fenv.c | 61 (fetestexcept)(int excepts)
|
| /freebsd/lib/msun/src/ |
| H A D | s_lrint.c | 54 if (fetestexcept(FE_INVALID)) in fn()
|
| H A D | fenv-softfloat.h | 96 fetestexcept(int __excepts) in fetestexcept() function
|
| /freebsd/lib/msun/aarch64/ |
| H A D | fenv.h | 93 int fetestexcept(int); 119 #define fetestexcept(a) __fetestexcept_int(a) macro
|
| H A D | fenv.c | 62 (fetestexcept)(int excepts)
|
| /freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
| H A D | cfenv.inc | 20 using ::fetestexcept _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/lib/msun/powerpc/ |
| H A D | fenv.c | 59 (fetestexcept)(int excepts)
|
| H A D | fenv.h | 123 int fetestexcept(int); 146 #define fetestexcept(a) __fetestexcept_int(a) macro
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | cfenv.cppm | |
| H A D | cfenv.inc | 20 using std::fetestexcept _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/lib/msun/x86/ |
| H A D | fenv.h | 163 int fetestexcept(int); 181 #define fetestexcept(a) __fetestexcept_int(a) macro
|
| /freebsd/lib/msun/ld80/ |
| H A D | s_logl.c | 543 if (fetestexcept(FE_UNDERFLOW)) in k_logl() 652 if (fetestexcept(FE_UNDERFLOW)) in log1pl()
|