Searched refs:max_fraction (Results 1 – 2 of 2) sorted by relevance
127 var max_fraction = (1 - Math.pow(2,-53)); variable128 assertEquals(0, toInt32(max_fraction));129 assertEquals(0, toInt32(-max_fraction));
156 var max_fraction = Math.pow(2, 52) - 0.5; variable170 testRound(Math.pow(2,52), max_fraction);184 testRound(-Math.pow(2,52)+1, -max_fraction);