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

/external/v8/test/mjsunit/
H A Dmath-round.js137 var max_fraction = Math.pow(2, 52) - 0.5; variable
151 testRound(Math.pow(2,52), max_fraction);
165 testRound(-Math.pow(2,52)+1, -max_fraction);
H A Dtoint32.js126 // max_fraction is largest number below 1.
127 var max_fraction = (1 - Math.pow(2,-53));
128 assertEquals(0, toInt32(max_fraction));
129 assertEquals(0, toInt32(-max_fraction));

Completed in 60 milliseconds