Searched refs:CreateExponentialRepresentation (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | double-conversion.cpp | 90 void DoubleToStringConverter::CreateExponentialRepresentation( 207 CreateExponentialRepresentation(decimal_rep, decimal_rep_length, exponent, 291 CreateExponentialRepresentation(decimal_rep, 343 CreateExponentialRepresentation(decimal_rep,
|
D | double-conversion.h | 375 void CreateExponentialRepresentation(const char* decimal_digits,
|
/external/v8/src/ |
D | conversions.cc | 1100 static char* CreateExponentialRepresentation(char* decimal_rep, in CreateExponentialRepresentation() function 1170 CreateExponentialRepresentation(decimal_rep, exponent, negative, f+1); in DoubleToExponentialCString() 1206 CreateExponentialRepresentation(decimal_rep, exponent, negative, p); in DoubleToPrecisionCString()
|