HomeSort by relevance Sort by last modified time
    Searched refs:zero_postfix_length (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
conversions.cc 184 int zero_postfix_length = 0; local
192 zero_postfix_length = decimal_point + f - decimal_rep_length -
197 zero_prefix_length + decimal_rep_length + zero_postfix_length;
201 rep_builder.AddPadding('0', zero_postfix_length);
  /external/v8/src/
conversions.cc 179 int zero_postfix_length = 0; local
187 zero_postfix_length = decimal_point + f - decimal_rep_length -
192 zero_prefix_length + decimal_rep_length + zero_postfix_length;
196 rep_builder.AddPadding('0', zero_postfix_length);

Completed in 38 milliseconds