Home
last modified time | relevance | path

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

/bionic/tests/
Dfenv_test.cpp55 fesetround(FE_UPWARD); in TEST()
56 ASSERT_EQ(FE_UPWARD, fegetround()); in TEST()
128 fesetround(FE_UPWARD); in TEST()
129 ASSERT_EQ(FE_UPWARD, fegetround()); in TEST()
Dmath_test.cpp1049 fesetround(FE_UPWARD); // lrint/lrintf/lrintl obey the rounding mode. in TEST()
1058 fesetround(FE_UPWARD); // llrint/llrintf/llrintl obey the rounding mode. in TEST()
1071 fesetround(FE_UPWARD); // rint/rintf/rintl obey the rounding mode. in TEST()
1098 fesetround(FE_UPWARD); // nearbyint/nearbyintf/nearbyintl obey the rounding mode. in TEST()
1125 fesetround(FE_UPWARD); // lround ignores the rounding mode. in TEST()
1133 fesetround(FE_UPWARD); // llround ignores the rounding mode. in TEST()
1273 fesetround(FE_UPWARD); // trunc ignores the rounding mode and always rounds toward zero. in TEST()
1285 fesetround(FE_UPWARD); // truncf ignores the rounding mode and always rounds toward zero. in TEST()
1297 fesetround(FE_UPWARD); // truncl ignores the rounding mode and always rounds toward zero. in TEST()
/bionic/libc/include/bits/
Dfenv_riscv64.h50 #define FE_UPWARD 0x3 macro
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/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/tests/headers/posix/
Dfenv_h.c48 MACRO(FE_UPWARD); in fenv_h()
/bionic/libm/riscv64/
Dfenv.c82 if (round < FE_TONEAREST || round > FE_UPWARD) return -1; in fesetround()
/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)