OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fractionals128
(Results
1 - 1
of
1
) sorted by null
/external/v8/src/
fixed-dtoa.cc
248
UInt128
fractionals128
= UInt128(fractionals, 0);
local
249
fractionals128
.Shift(-exponent - 64);
252
if (
fractionals128
.IsZero()) break;
256
fractionals128
.Multiply(5);
258
int digit =
fractionals128
.DivModPowerOf2(point);
262
if (
fractionals128
.BitAt(point - 1) == 1) {
Completed in 281 milliseconds