Home
last modified time | relevance | path

Searched defs:decimal_point (Results 1 – 16 of 16) sorted by relevance

/external/v8/src/
Dfixed-dtoa.cc171 static void DtoaRoundUp(Vector<char> buffer, int* length, int* decimal_point) { in DtoaRoundUp()
214 int* length, int* decimal_point) { in FillFractionals()
271 static void TrimZeros(Vector<char> buffer, int* length, int* decimal_point) { in TrimZeros()
293 int* decimal_point) { in FastFixedDtoa()
Dbignum-dtoa.cc68 Vector<char> buffer, int* length, int* decimal_point) { in BignumDtoa()
245 static void GenerateCountedDigits(int count, int* decimal_point, in GenerateCountedDigits()
287 static void BignumToFixed(int requested_digits, int* decimal_point, in BignumToFixed()
606 int* decimal_point, in FixupMultiply10()
Dconversions.cc962 int decimal_point; in DoubleToCString() local
1052 int decimal_point; in DoubleToFixedCString() local
1143 int decimal_point; in DoubleToExponentialCString() local
1188 int decimal_point; in DoubleToPrecisionCString() local
Dfast-dtoa.cc700 int* decimal_point) { in FastDtoa()
/external/icu/icu4c/source/i18n/
Ddouble-conversion-bignum-dtoa.cpp104 Vector<char> buffer, int* length, int* decimal_point) { in BignumDtoa()
297 static void GenerateCountedDigits(int count, int* decimal_point, in GenerateCountedDigits()
340 static void BignumToFixed(int requested_digits, int* decimal_point, in BignumToFixed()
627 int* decimal_point, in FixupMultiply10()
Ddouble-conversion-fast-dtoa.cpp654 int* decimal_point) { in FastDtoa()
/external/cldr/tools/java/org/unicode/cldr/posix/
DPOSIX_LCNumeric.java16 String decimal_point; field in POSIX_LCNumeric
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dmethod_params.cc61 char* decimal_point = strchr(buf.get(), '.'); in ParseDuration() local
Dclient_channel.cc255 const char* decimal_point = strchr(sub_field->value, '.'); in parse_retry_throttle_params() local
/external/python/cpython2/Python/
Dpystrtod.c130 const char *decimal_point; in _PyOS_ascii_strtod() local
379 const char *decimal_point = locale_data->decimal_point; in change_decimal_from_locale_to_dot() local
/external/python/cpython3/Python/
Dpystrtod.c169 const char *decimal_point; in _PyOS_ascii_strtod() local
453 const char *decimal_point = locale_data->decimal_point; in change_decimal_from_locale_to_dot() local
Dformatter_unicode.c396 PyObject *decimal_point; member
Dfileutils.c1792 _Py_GetLocaleconvNumeric(PyObject **decimal_point, PyObject **thousands_sep, in _Py_GetLocaleconvNumeric()
/external/python/cpython3/Modules/
D_localemodule.c263 PyObject *decimal_point, *thousands_sep; in PyLocale_localeconv() local
/external/iperf3/src/
Dcjson.c235 unsigned char decimal_point = get_decimal_point(); in parse_number() local
437 unsigned char decimal_point = get_decimal_point(); in print_number() local
/external/python/cpython2/Objects/stringlib/
Dformatter.h372 char *decimal_point; member