Home
last modified time | relevance | path

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

/external/v8/src/numbers/
Dfixed-dtoa.cc164 static void DtoaRoundUp(Vector<char> buffer, int* length, int* decimal_point) { in DtoaRoundUp()
206 int* length, int* decimal_point) { in FillFractionals()
262 static void TrimZeros(Vector<char> buffer, int* length, int* decimal_point) { in TrimZeros()
280 int* length, int* decimal_point) { in FastFixedDtoa()
Dbignum-dtoa.cc63 Vector<char> buffer, int* length, int* decimal_point) { in BignumDtoa()
233 static void GenerateCountedDigits(int count, int* decimal_point, in GenerateCountedDigits()
274 static void BignumToFixed(int requested_digits, int* decimal_point, in BignumToFixed()
579 int* decimal_point, Bignum* numerator, in FixupMultiply10()
Dconversions.cc990 int decimal_point; in DoubleToCString() local
1077 int decimal_point; in DoubleToFixedCString() local
1166 int decimal_point; in DoubleToExponentialCString() local
1210 int decimal_point; in DoubleToPrecisionCString() local
Dfast-dtoa.cc663 Vector<char> buffer, int* length, 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.c397 PyObject *decimal_point; member
Dfileutils.c1915 PyObject **decimal_point, PyObject **thousands_sep) in _Py_GetLocaleconvNumeric()
/external/python/cpython3/Modules/
D_localemodule.c264 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