Home
last modified time | relevance | path

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

/third_party/protobuf/js/experimental/runtime/
Dint64.js271 let digitC = (high * 2); variable
281 digitC += Math.floor(digitB / base);
289 assert(digitC);
290 return digitC + decimalFrom1e7WithLeadingZeros(digitB) +
/third_party/protobuf/js/binary/
Dutils.js536 var digitC = (high * 2);
546 digitC += Math.floor(digitB / base);
559 return decimalFrom1e7(digitC, /*needLeadingZeros=*/ 0) +
560 decimalFrom1e7(digitB, /*needLeadingZeros=*/ digitC) +