Searched refs:min_normal (Results 1 - 3 of 3) sorted by relevance

/external/v8/test/mjsunit/
H A Dmath-round.js136 var min_normal = Math.pow(2, -1022); variable
148 testRound(0, min_normal);
162 testRound(-0, -min_normal);
H A Ddiv-mod.js122 var min_normal = Number.MIN_VALUE * Math.pow(2, 52); variable
132 min_normal,
/external/v8/test/cctest/
H A Dtest-api.cc14202 double min_normal = DoubleFromBits(0x00100000, 0x00000000); local
14217 min_normal,
14224 -min_normal,

Completed in 119 milliseconds