Home
last modified time | relevance | path

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

/aosp12/bionic/tests/
H A Dfenv_test.cpp54 fesetround(FE_UPWARD); in TEST()
55 ASSERT_EQ(FE_UPWARD, fegetround()); in TEST()
H A 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()
/aosp12/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dgdtoa_fltrnds.h9 case FE_UPWARD: Rounding = 2; break;
H A Ddtoa.c141 case FE_UPWARD: Rounding = 2; break;
H A Dstrtod.c134 case FE_UPWARD: Rounding = 2; break;
/aosp12/bionic/libc/include/bits/
H A Dfenv_arm.h70 #define FE_UPWARD 0x1 macro
H A Dfenv_x86.h63 #define FE_UPWARD 0x0800 macro
H A Dfenv_x86_64.h62 #define FE_UPWARD 0x800 macro
/aosp12/bionic/tests/headers/posix/
H A Dfenv_h.c48 MACRO(FE_UPWARD); in fenv_h()
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_sqrtl.c153 } else if (r == FE_UPWARD) { in sqrtl()
/aosp12/bionic/libm/amd64/
H A Dfenv.c46 #define X87_ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | FE_UPWARD | FE_TOWARDZERO)
/aosp12/bionic/libm/i387/
H A Dfenv.c33 #define ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | FE_UPWARD | FE_TOWARDZERO)