Home | History | Annotate | Download | only in tests

Lines Matching full:rounds

950   fesetround(FE_TOWARDZERO); // round ignores the rounding mode and always rounds away from zero.
963 fesetround(FE_TOWARDZERO); // roundf ignores the rounding mode and always rounds away from zero.
976 fesetround(FE_TOWARDZERO); // roundl ignores the rounding mode and always rounds away from zero.
989 fesetround(FE_UPWARD); // trunc ignores the rounding mode and always rounds toward zero.
1002 fesetround(FE_UPWARD); // truncf ignores the rounding mode and always rounds toward zero.
1015 fesetround(FE_UPWARD); // truncl ignores the rounding mode and always rounds toward zero.