Searched refs:min_normal (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/v8/test/mjsunit/ |
D | math-round.js | 136 var min_normal = Math.pow(2, -1022); variable 148 testRound(0, min_normal); 162 testRound(-0, -min_normal);
|
D | div-mod.js | 122 var min_normal = Number.MIN_VALUE * Math.pow(2, 52); 132 min_normal,
|
/external/v8/test/mjsunit/ |
D | math-round.js | 136 var min_normal = Math.pow(2, -1022); variable 148 testRound(0, min_normal); 162 testRound(-0, -min_normal);
|
D | div-mod.js | 122 var min_normal = Number.MIN_VALUE * Math.pow(2, 52); 132 min_normal,
|
/external/v8/test/cctest/ |
D | test-api.cc | 14202 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/ |
D | test-api.cc | 17424 double min_normal = DoubleFromBits(0x00100000, 0x00000000); in THREADED_TEST() local 17439 min_normal, in THREADED_TEST() 17446 -min_normal, in THREADED_TEST()
|