Home
last modified time | relevance | path

Searched refs:FE_TOWARDZERO (Results 1 – 16 of 16) sorted by relevance

/bionic/libm/arm64/
Dfenv.c120 return ((fpcr >> FPCR_RMODE_SHIFT) & FE_TOWARDZERO); in fegetround()
126 round &= FE_TOWARDZERO; in fesetround()
128 new_fpcr = fpcr & ~(FE_TOWARDZERO << FPCR_RMODE_SHIFT); in fesetround()
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dgdtoa_fltrnds.h8 case FE_TOWARDZERO: Rounding = 0; break;
Ddtoa.c140 case FE_TOWARDZERO: Rounding = 0; break;
Dstrtod.c133 case FE_TOWARDZERO: Rounding = 0; break;
/bionic/libc/include/bits/
Dfenv_arm.h72 #define FE_TOWARDZERO 0x3 macro
Dfenv_x86.h64 #define FE_TOWARDZERO 0x0c00 macro
Dfenv_x86_64.h63 #define FE_TOWARDZERO 0xc00 macro
/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_fmaf.c64 fesetround(FE_TOWARDZERO); in fmaf()
De_sqrtl.c139 fesetround(FE_TOWARDZERO); /* Set to round-toward-zero. */ in sqrtl()
Ds_fma.c220 case FE_TOWARDZERO: in fma()
Ds_fmal.c208 case FE_TOWARDZERO: in fmal()
/bionic/tests/headers/posix/
Dfenv_h.c47 MACRO(FE_TOWARDZERO); in fenv_h()
/bionic/tests/
Dfenv_test.cpp48 fesetround(FE_TOWARDZERO); in TEST()
49 ASSERT_EQ(FE_TOWARDZERO, fegetround()); in TEST()
Dmath_test.cpp1018 fesetround(FE_TOWARDZERO); // lrint/lrintf/lrintl obey the rounding mode. in TEST()
1027 fesetround(FE_TOWARDZERO); // llrint/llrintf/llrintl obey the rounding mode. in TEST()
1055 fesetround(FE_TOWARDZERO); // rint/rintf obey the rounding mode. in TEST()
1082 fesetround(FE_TOWARDZERO); // nearbyint/nearbyintf/nearbyintl obey the rounding mode. in TEST()
1202 fesetround(FE_TOWARDZERO); // round ignores the rounding mode and always rounds away from zero. in TEST()
1214 fesetround(FE_TOWARDZERO); // roundf ignores the rounding mode and always rounds away from zero. in TEST()
1226 fesetround(FE_TOWARDZERO); // roundl ignores the rounding mode and always rounds away from zero. in TEST()
/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)