Searched refs:smallest_normal64 (Results 1 - 4 of 4) sorted by relevance

/external/v8/test/cctest/
H A Dtest-fast-dtoa.cc83 uint64_t smallest_normal64 = V8_2PART_UINT64_C(0x00100000, 00000000); local
84 double v = Double(smallest_normal64).value();
172 uint64_t smallest_normal64 = V8_2PART_UINT64_C(0x00100000, 00000000); local
173 double v = Double(smallest_normal64).value();
H A Dtest-double.cc175 uint64_t smallest_normal64 = V8_2PART_UINT64_C(0x00100000, 00000000); local
176 diy_fp = Double(smallest_normal64).AsNormalizedDiyFp();
177 Double(smallest_normal64).NormalizedBoundaries(&boundary_minus,
H A Dtest-bignum-dtoa.cc195 uint64_t smallest_normal64 = V8_2PART_UINT64_C(0x00100000, 00000000); local
196 double v = Double(smallest_normal64).value();
H A Dtest-dtoa.cc218 uint64_t smallest_normal64 = V8_2PART_UINT64_C(0x00100000, 00000000); local
219 double v = Double(smallest_normal64).value();

Completed in 80 milliseconds