Home | History | Annotate | Download | only in html

Lines Matching refs:round

532         ASSERT(round(doubleValue) == doubleValue);
533 ASSERT(round(step) == step);
633 parsed = max(round(parsed), 1.0);
637 result = max(round(result), 1.0);
666 newValue = base + round((newValue - base) / step) * step;