Searched refs:fetestexcept (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-11-stable/lib/msun/arm/
H A Dfenv-mangle.h43 #define fetestexcept FENV_MANGLE(fetestexcept) macro
H A Dfenv.c81 extern inline int fetestexcept(int __excepts);
204 int fetestexcept(int __excepts) function
H A Dfenv.h93 int fetestexcept(int __excepts);
156 fetestexcept(int __excepts) function
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dfenv.h42 int fetestexcept(int excepts);
83 #ifdef fetestexcept
84 #undef fetestexcept macro
/freebsd-11-stable/lib/msun/tests/
H A Dfenv_test.c208 assert(fetestexcept(FE_ALL_EXCEPT) == 0);
212 * Test fetestexcept() and feclearexcept().
220 assert(fetestexcept(std_except_sets[i]) == 0);
226 assert(fetestexcept(excepts) == excepts);
228 assert(fetestexcept(FE_ALL_EXCEPT) == 0);
231 assert(fetestexcept(excepts) == excepts);
234 assert((fetestexcept(ALL_STD_EXCEPT) | FE_INEXACT) ==
237 assert(fetestexcept(ALL_STD_EXCEPT) == excepts);
240 assert(fetestexcept(ALL_STD_EXCEPT) == 0);
247 * Prerequisites: fetestexcept(), feclearexcep
[all...]
H A Dexponential_test.c65 assert(((void)(func), fetestexcept(exceptmask) == (excepts))); \
138 assert(fetestexcept(ALL_STD_EXCEPT) == 0);
142 assert(fetestexcept(ALL_STD_EXCEPT) == 0);
146 assert(fetestexcept(ALL_STD_EXCEPT) == 0);
H A Dconj_test.c100 } else if (fetestexcept(FE_ALL_EXCEPT)) {
114 } else if (fetestexcept(FE_ALL_EXCEPT)) {
128 } else if (fetestexcept(FE_ALL_EXCEPT)) {
H A Dnearbyint_test.c106 assert(fetestexcept(ALL_STD_EXCEPT) == 0);
113 assert(fetestexcept(ALL_STD_EXCEPT) == 0);
144 assert(fetestexcept(ALL_STD_EXCEPT) == 0);
156 assert(fetestexcept(ALL_STD_EXCEPT) == 0);
H A Dlogarithm_test.c66 assert(((void)(func), fetestexcept(exceptmask) == (excepts))); \
73 assert(((void)(func), fetestexcept(exceptmask) == (excepts))); \
143 assert(fetestexcept(ALL_STD_EXCEPT) == 0);
147 assert(fetestexcept(ALL_STD_EXCEPT) == 0);
153 assert(fetestexcept(ALL_STD_EXCEPT) == 0);
H A Dfmaxmin_test.c52 if (fetestexcept(ALL_STD_EXCEPT)) { \
54 (x), (y), fetestexcept(FE_ALL_EXCEPT)); \
H A Dlround_test.c47 assert((func)(_d) == (result) || fetestexcept(FE_INVALID)); \
48 assert(fetestexcept(FE_ALL_EXCEPT) == (excepts)); \
H A Dlrint_test.c51 assert((func)(_d) == (result) || fetestexcept(FE_INVALID)); \
52 assert(fetestexcept(FE_ALL_EXCEPT) == (excepts)); \
/freebsd-11-stable/lib/msun/aarch64/
H A Dfenv.c47 extern inline int fetestexcept(int __excepts);
/freebsd-11-stable/lib/msun/mips/
H A Dfenv.c46 extern inline int fetestexcept(int __excepts);
H A Dfenv.h118 fetestexcept(int __excepts) function
/freebsd-11-stable/lib/msun/powerpc/
H A Dfenv.c42 extern inline int fetestexcept(int __excepts);
/freebsd-11-stable/lib/msun/riscv/
H A Dfenv.c46 extern inline int fetestexcept(int __excepts);
H A Dfenv.h126 fetestexcept(int __excepts) function
/freebsd-11-stable/lib/msun/sparc64/
H A Dfenv.c47 extern inline int fetestexcept(int __excepts);
/freebsd-11-stable/lib/msun/src/
H A Ds_lrint.c54 if (fetestexcept(FE_INVALID))
H A Dfenv-softfloat.h94 fetestexcept(int __excepts) function
H A De_sqrtl.c140 if (!fetestexcept(FE_INEXACT)) { /* Quotient is exact. */
/freebsd-11-stable/contrib/netbsd-tests/lib/libm/
H A Dt_ilogb.c46 int r = fetestexcept(FE_ALL_EXCEPT); \
52 int r = fetestexcept(FE_ALL_EXCEPT); \
/freebsd-11-stable/tools/regression/usr.bin/cc/
H A Dfloat.c138 fetestexcept(ALL_STD_EXCEPT) == FE_INVALID);
151 fetestexcept(ALL_STD_EXCEPT) == FE_INVALID);
158 x == 0 && fetestexcept(ALL_STD_EXCEPT) == FE_INEXACT);
164 x == -42 && fetestexcept(ALL_STD_EXCEPT) == 0);
170 fetestexcept(ALL_STD_EXCEPT) == FE_INVALID);
176 x == 0 && fetestexcept(ALL_STD_EXCEPT) == FE_INEXACT);
/freebsd-11-stable/lib/msun/amd64/
H A Dfenv.c81 extern inline int fetestexcept(int __excepts);

Completed in 282 milliseconds

12