Lines Matching refs:fesetround
1049 fesetround(FE_UPWARD); // lrint/lrintf/lrintl obey the rounding mode. in TEST()
1053 fesetround(FE_TOWARDZERO); // lrint/lrintf/lrintl obey the rounding mode. in TEST()
1058 fesetround(FE_UPWARD); // llrint/llrintf/llrintl obey the rounding mode. in TEST()
1062 fesetround(FE_TOWARDZERO); // llrint/llrintf/llrintl obey the rounding mode. in TEST()
1071 fesetround(FE_UPWARD); // rint/rintf/rintl obey the rounding mode. in TEST()
1090 fesetround(FE_TOWARDZERO); // rint/rintf obey the rounding mode. in TEST()
1098 fesetround(FE_UPWARD); // nearbyint/nearbyintf/nearbyintl obey the rounding mode. in TEST()
1117 fesetround(FE_TOWARDZERO); // 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()
1237 fesetround(FE_TOWARDZERO); // round ignores the rounding mode and always rounds away from zero. in TEST()
1249 fesetround(FE_TOWARDZERO); // roundf ignores the rounding mode and always rounds away from zero. in TEST()
1261 fesetround(FE_TOWARDZERO); // roundl ignores the rounding mode and always rounds away from zero. 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()