Lines Matching refs:fesetround
1014 fesetround(FE_UPWARD); // lrint/lrintf/lrintl obey the rounding mode. in TEST()
1018 fesetround(FE_TOWARDZERO); // lrint/lrintf/lrintl obey the rounding mode. in TEST()
1023 fesetround(FE_UPWARD); // llrint/llrintf/llrintl obey the rounding mode. in TEST()
1027 fesetround(FE_TOWARDZERO); // llrint/llrintf/llrintl obey the rounding mode. in TEST()
1036 fesetround(FE_UPWARD); // rint/rintf/rintl obey the rounding mode. in TEST()
1055 fesetround(FE_TOWARDZERO); // rint/rintf obey the rounding mode. in TEST()
1063 fesetround(FE_UPWARD); // nearbyint/nearbyintf/nearbyintl obey the rounding mode. in TEST()
1082 fesetround(FE_TOWARDZERO); // 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()
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()
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()