Home
last modified time | relevance | path

Searched refs:FE_UPWARD (Results 1 – 12 of 12) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dgdtoa_fltrnds.h9 case FE_UPWARD: Rounding = 2; break;
Ddtoa.c141 case FE_UPWARD: Rounding = 2; break;
Dstrtod.c134 case FE_UPWARD: Rounding = 2; break;
/bionic/libc/include/bits/
Dfenv_arm.h70 #define FE_UPWARD 0x1 macro
Dfenv_x86.h63 #define FE_UPWARD 0x0800 macro
Dfenv_x86_64.h62 #define FE_UPWARD 0x800 macro
/bionic/tests/
Dfenv_test.cpp53 fesetround(FE_UPWARD); in TEST()
54 ASSERT_EQ(FE_UPWARD, fegetround()); in TEST()
Dmath_test.cpp1014 fesetround(FE_UPWARD); // lrint/lrintf/lrintl obey the rounding mode. in TEST()
1023 fesetround(FE_UPWARD); // llrint/llrintf/llrintl obey the rounding mode. in TEST()
1036 fesetround(FE_UPWARD); // rint/rintf/rintl obey the rounding mode. in TEST()
1063 fesetround(FE_UPWARD); // nearbyint/nearbyintf/nearbyintl obey the rounding mode. in TEST()
1090 fesetround(FE_UPWARD); // lround ignores the rounding mode. in TEST()
1098 fesetround(FE_UPWARD); // llround ignores the rounding mode. in TEST()
1238 fesetround(FE_UPWARD); // trunc ignores the rounding mode and always rounds toward zero. in TEST()
1250 fesetround(FE_UPWARD); // truncf ignores the rounding mode and always rounds toward zero. in TEST()
1262 fesetround(FE_UPWARD); // truncl ignores the rounding mode and always rounds toward zero. in TEST()
/bionic/tests/headers/posix/
Dfenv_h.c48 MACRO(FE_UPWARD); in fenv_h()
/bionic/libm/upstream-freebsd/lib/msun/src/
De_sqrtl.c153 } else if (r == FE_UPWARD) { in sqrtl()
/bionic/libm/amd64/
Dfenv.c46 #define X87_ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | FE_UPWARD | FE_TOWARDZERO)
/bionic/libm/i387/
Dfenv.c33 #define ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | FE_UPWARD | FE_TOWARDZERO)