Searched refs:FE_TONEAREST (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/lib/msun/src/
H A Ds_fmaf.c55 fegetround() != FE_TONEAREST) /* not round-to-nearest */
65 fesetround(FE_TONEAREST);
H A Ds_fma.c209 * modes other than FE_TONEAREST are painful.
216 case FE_TONEAREST:
240 fesetround(FE_TONEAREST);
265 if (oround != FE_TONEAREST) {
H A Ds_fmal.c197 * modes other than FE_TONEAREST are painful.
204 case FE_TONEAREST:
228 fesetround(FE_TONEAREST);
253 if (oround != FE_TONEAREST) {
H A De_sqrtl.c149 if (r == FE_TONEAREST) {
/freebsd-9.3-release/tools/regression/lib/msun/
H A Dtest-fenv.c245 assert(fegetround() == FE_TONEAREST);
246 assert(getround() == FE_TONEAREST);
264 assert(fesetround(FE_TONEAREST) == 0);
265 assert(getround() == FE_TONEAREST);
286 assert(fegetround() == FE_TONEAREST);
303 assert(fegetround() == FE_TONEAREST);
310 assert(fegetround() == FE_TONEAREST);
540 return (FE_TONEAREST);
H A Dtest-lrint.c76 assert(fesetround(FE_TONEAREST) == 0);
106 assert(fesetround(FE_TONEAREST) == 0);
120 assert(fesetround(FE_TONEAREST) == 0);
H A Dtest-fmaxmin.c112 FE_TONEAREST, FE_UPWARD, FE_DOWNWARD, FE_TOWARDZERO
H A Dtest-fma.c69 fesetround(FE_TONEAREST); \
116 case FE_TONEAREST:
370 int rmodes[] = { FE_TONEAREST, FE_UPWARD, FE_DOWNWARD, FE_TOWARDZERO };
387 fesetround(FE_TONEAREST);
403 fesetround(FE_TONEAREST);
/freebsd-9.3-release/lib/msun/arm/
H A Dfenv.h47 #define FE_TONEAREST 0x0000 macro
51 #define _ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | \
/freebsd-9.3-release/lib/msun/mips/
H A Dfenv.h47 #define FE_TONEAREST 0x0000 macro
51 #define _ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | \
/freebsd-9.3-release/lib/msun/amd64/
H A Dfenv.h58 #define FE_TONEAREST 0x0000 macro
62 #define _ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | \
/freebsd-9.3-release/lib/msun/i387/
H A Dfenv.h68 #define FE_TONEAREST 0x0000 macro
72 #define _ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | \
/freebsd-9.3-release/lib/msun/ia64/
H A Dfenv.h48 #define FE_TONEAREST 0x0000 macro
52 #define _ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | \
/freebsd-9.3-release/lib/msun/sparc64/
H A Dfenv.h52 #define FE_TONEAREST 0x0 macro
56 #define _ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | \
/freebsd-9.3-release/lib/msun/powerpc/
H A Dfenv.h67 #define FE_TONEAREST 0x0000 macro
71 #define _ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | \
/freebsd-9.3-release/tools/regression/lib/libc/stdio/
H A Dtest-printfloat.c232 fesetround(FE_TONEAREST);
300 fesetround(FE_TONEAREST);
H A Dtest-scanfloat.c252 fesetround(FE_TONEAREST);
289 fesetround(FE_TONEAREST);

Completed in 163 milliseconds