Lines Matching refs:round
1459 document.getElementById('h-percent').innerText = Math.round(100.0 * hDone / hTotal);1460 document.getElementById('x-percent').innerText = Math.round(100.0 * xDone / xTotal);