Home
last modified time | relevance | path

Searched refs:max_fraction (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/mjsunit/
Dtoint32.js127 var max_fraction = (1 - Math.pow(2,-53)); variable
128 assertEquals(0, toInt32(max_fraction));
129 assertEquals(0, toInt32(-max_fraction));
Dmath-round.js156 var max_fraction = Math.pow(2, 52) - 0.5; variable
170 testRound(Math.pow(2,52), max_fraction);
184 testRound(-Math.pow(2,52)+1, -max_fraction);