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

/external/chromium_org/v8/test/cctest/
H A Dtest-fast-dtoa.cc108 uint64_t smallest_normal64 = V8_2PART_UINT64_C(0x00100000, 00000000); local
109 double v = Double(smallest_normal64).value();
197 uint64_t smallest_normal64 = V8_2PART_UINT64_C(0x00100000, 00000000); local
198 double v = Double(smallest_normal64).value();
H A Dtest-double.cc186 uint64_t smallest_normal64 = V8_2PART_UINT64_C(0x00100000, 00000000); local
187 diy_fp = Double(smallest_normal64).AsNormalizedDiyFp();
188 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 195 milliseconds