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

/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Dfixed-dtoa.cc339 const uint64_t kFive17 = UINT64_2PART_C(0xB1, A2BC2EC5); // 5^17 local
340 uint64_t divisor = kFive17;
/external/chromium_org/v8/src/
H A Dfixed-dtoa.cc317 const uint64_t kFive17 = V8_2PART_UINT64_C(0xB1, A2BC2EC5); // 5^17 local
318 uint64_t divisor = kFive17;

Completed in 179 milliseconds