Home
last modified time | relevance | path

Searched refs:min_normal (Results 1 – 6 of 6) sorted by relevance

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