Home
last modified time | relevance | path

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

/external/v8/src/
Dconversions.cc247 unsigned rep_length = in DoubleToFixedCString() local
249 SimpleStringBuilder rep_builder(rep_length + 1); in DoubleToFixedCString()
291 int rep_length = StrLength(decimal_rep); in CreateExponentialRepresentation() local
292 builder.AddPadding('0', significant_digits - rep_length); in CreateExponentialRepresentation()