Home
last modified time | relevance | path

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

/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dfixed-dtoa.cc338 const uint64_t kFive17 = DOUBLE_CONVERSION_UINT64_2PART_C(0xB1, A2BC2EC5); // 5^17 in FastFixedDtoa() local
339 uint64_t divisor = kFive17; in FastFixedDtoa()