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

12

/barrelfish-2018-10-04/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
/barrelfish-2018-10-04/usr/tests/msun/
H A Dfenv_test.c165 assert(fetestexcept(FE_ALL_EXCEPT) == 0);
169 * Test fetestexcept() and feclearexcept().
177 assert(fetestexcept(std_except_sets[i]) == 0);
183 assert(fetestexcept(excepts) == excepts);
185 assert(fetestexcept(FE_ALL_EXCEPT) == 0);
188 assert(fetestexcept(excepts) == excepts);
191 assert((fetestexcept(ALL_STD_EXCEPT) | FE_INEXACT) ==
194 assert(fetestexcept(ALL_STD_EXCEPT) == excepts);
197 assert(fetestexcept(ALL_STD_EXCEPT) == 0);
204 * 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.c107 assert(fetestexcept(ALL_STD_EXCEPT) == 0);
114 assert(fetestexcept(ALL_STD_EXCEPT) == 0);
145 assert(fetestexcept(ALL_STD_EXCEPT) == 0);
157 assert(fetestexcept(ALL_STD_EXCEPT) == 0);
H A Dlogarithm_test.c65 assert(((void)(func), fetestexcept(exceptmask) == (excepts))); \
72 assert(((void)(func), fetestexcept(exceptmask) == (excepts))); \
142 assert(fetestexcept(ALL_STD_EXCEPT) == 0);
146 assert(fetestexcept(ALL_STD_EXCEPT) == 0);
152 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 Dlrint_test.c51 assert((func)(_d) == (result) || fetestexcept(FE_INVALID)); \
52 assert(fetestexcept(FE_ALL_EXCEPT) == (excepts)); \
H A Dlround_test.c47 assert((func)(_d) == (result) || fetestexcept(FE_INVALID)); \
48 assert(fetestexcept(FE_ALL_EXCEPT) == (excepts)); \
/barrelfish-2018-10-04/lib/msun/aarch64/
H A Dfenv.c47 extern inline int fetestexcept(int __excepts);
/barrelfish-2018-10-04/lib/msun/mips/
H A Dfenv.c46 extern inline int fetestexcept(int __excepts);
H A Dfenv.h118 fetestexcept(int __excepts) function
/barrelfish-2018-10-04/lib/msun/powerpc/
H A Dfenv.c42 extern inline int fetestexcept(int __excepts);
/barrelfish-2018-10-04/lib/msun/riscv/
H A Dfenv.c46 extern inline int fetestexcept(int __excepts);
H A Dfenv.h126 fetestexcept(int __excepts) function
/barrelfish-2018-10-04/lib/msun/sparc64/
H A Dfenv.c47 extern inline int fetestexcept(int __excepts);
/barrelfish-2018-10-04/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. */
/barrelfish-2018-10-04/include/arch/arm/
H A Dfenv.h93 int fetestexcept(int __excepts);
156 fetestexcept(int __excepts) function
/barrelfish-2018-10-04/lib/msun/amd64/
H A Dfenv.c81 extern inline int fetestexcept(int __excepts);
/barrelfish-2018-10-04/lib/msun/x86/
H A Dfenv.h210 fetestexcept(int __excepts) function
302 fetestexcept(int __excepts) function
/barrelfish-2018-10-04/include/arch/x86_64/
H A Dfenv.h210 fetestexcept(int __excepts) function
302 fetestexcept(int __excepts) function

Completed in 173 milliseconds

12