Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-fast-dtoa.cc108 uint64_t smallest_normal64 = V8_2PART_UINT64_C(0x00100000, 00000000); in TEST() local
109 double v = Double(smallest_normal64).value(); in TEST()
197 uint64_t smallest_normal64 = V8_2PART_UINT64_C(0x00100000, 00000000); in TEST() local
198 double v = Double(smallest_normal64).value(); in TEST()
Dtest-double.cc186 uint64_t smallest_normal64 = V8_2PART_UINT64_C(0x00100000, 00000000); in TEST() local
187 diy_fp = Double(smallest_normal64).AsNormalizedDiyFp(); in TEST()
188 Double(smallest_normal64).NormalizedBoundaries(&boundary_minus, in TEST()
Dtest-bignum-dtoa.cc195 uint64_t smallest_normal64 = V8_2PART_UINT64_C(0x00100000, 00000000); in TEST() local
196 double v = Double(smallest_normal64).value(); in TEST()
Dtest-dtoa.cc218 uint64_t smallest_normal64 = V8_2PART_UINT64_C(0x00100000, 00000000); in TEST() local
219 double v = Double(smallest_normal64).value(); in TEST()