Searched refs:FE_UPWARD (Results 1 – 14 of 14) sorted by relevance
55 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()
1049 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()
50 #define FE_UPWARD 0x3 macro
70 #define FE_UPWARD 0x1 macro
63 #define FE_UPWARD 0x0800 macro
62 #define FE_UPWARD 0x800 macro
9 case FE_UPWARD: Rounding = 2; break;
141 case FE_UPWARD: Rounding = 2; break;
134 case FE_UPWARD: Rounding = 2; break;
48 MACRO(FE_UPWARD); in fenv_h()
82 if (round < FE_TONEAREST || round > FE_UPWARD) return -1; in fesetround()
153 } else if (r == FE_UPWARD) { in sqrtl()
46 #define X87_ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | FE_UPWARD | FE_TOWARDZERO)
33 #define ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | FE_UPWARD | FE_TOWARDZERO)