Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/
Dmath-round.js155 var min_normal = Math.pow(2, -1022); variable
167 testRound(0, min_normal);
181 testRound(-0, -min_normal);
Ddiv-mod.js122 var min_normal = Number.MIN_VALUE * Math.pow(2, 52);
138 min_normal,
/external/v8/test/cctest/
Dtest-api.cc17650 double min_normal = DoubleFromBits(0x00100000, 0x00000000); in THREADED_TEST() local
17665 min_normal, in THREADED_TEST()
17672 -min_normal, in THREADED_TEST()