Home
last modified time | relevance | path

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

/third_party/icu/vendor/double-conversion/upstream/test/cctest/
Dtest-fast-dtoa.cc107 uint64_t smallest_normal64 = DOUBLE_CONVERSION_UINT64_2PART_C(0x00100000, 00000000); in TEST() local
108 double v = Double(smallest_normal64).value(); in TEST()
272 uint64_t smallest_normal64 = DOUBLE_CONVERSION_UINT64_2PART_C(0x00100000, 00000000); in TEST() local
273 double v = Double(smallest_normal64).value(); in TEST()
Dtest-ieee.cc305 uint64_t smallest_normal64 = DOUBLE_CONVERSION_UINT64_2PART_C(0x00100000, 00000000); in TEST() local
306 diy_fp = Double(smallest_normal64).AsNormalizedDiyFp(); in TEST()
307 Double(smallest_normal64).NormalizedBoundaries(&boundary_minus, in TEST()
Dtest-bignum-dtoa.cc199 uint64_t smallest_normal64 = DOUBLE_CONVERSION_UINT64_2PART_C(0x00100000, 00000000); in TEST() local
200 double v = Double(smallest_normal64).value(); in TEST()
Dtest-dtoa.cc272 uint64_t smallest_normal64 = DOUBLE_CONVERSION_UINT64_2PART_C(0x00100000, 00000000); in TEST() local
273 double v = Double(smallest_normal64).value(); in TEST()