Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dwcstod.c193 const char *decimal_point = __get_numeric_locale(loc)->decimal_point; in wcstod_l() local
204 len = strlen (decimal_point); in wcstod_l()
206 char *d = strstr (buf, decimal_point); in wcstod_l()
265 const char *decimal_point = __get_numeric_locale(loc)->decimal_point; in wcstof_l() local
276 len = strlen (decimal_point); in wcstof_l()
278 char *d = strstr (buf, decimal_point); in wcstof_l()
Dwcstold.c88 const char *decimal_point = __get_numeric_locale(loc)->decimal_point; in wcstold_l()
99 len = strlen (decimal_point); in wcstold_l()
102 char *d = strstr (buf, decimal_point); in wcstold_l()
Dstrtod.c266 const char *decimal_point = __get_numeric_locale(loc)->decimal_point; local
267 const int dec_len = strlen (decimal_point);
269 const char *decimal_point = "."; local
358 if (strncmp (s, decimal_point, dec_len) == 0)
Dstrtodg.c452 const char *decimal_point = __get_numeric_locale(loc)->decimal_point; in _strtodg_l() local
453 int dec_len = strlen (decimal_point); in _strtodg_l()
512 if (strncmp (s, decimal_point, dec_len) == 0) in _strtodg_l()
Dgdtoa-gethex.c160 __get_numeric_locale(loc)->decimal_point; in gethex()
/picolibc-latest/newlib/libc/stdio/
Dnano-vfprintf_float.c171 char *decimal_point = localeconv ()->decimal_point; in _printf_float() local
172 size_t decp_len = strlen (decimal_point); in _printf_float()
307 PRINT (decimal_point, decp_len); in _printf_float()
316 PRINT (decimal_point, decp_len); in _printf_float()
327 PRINT (decimal_point, decp_len); in _printf_float()
338 PRINT (decimal_point, decp_len); in _printf_float()
Dvfwprintf.c388 wchar_t decimal_point; in VFWPRINTF() local
436 decimal_point = *__get_current_numeric_locale ()->wdecimal_point; in VFWPRINTF()
442 nconv = mbrtowc (&decimal_point, in VFWPRINTF()
443 localeconv ()->decimal_point, in VFWPRINTF()
446 decimal_point = L'.'; in VFWPRINTF()
450 decimal_point = (wchar_t) *localeconv ()->decimal_point; in VFWPRINTF()
1436 PRINT (&decimal_point, 1); in VFWPRINTF()
1442 PRINT (&decimal_point, 1); in VFWPRINTF()
1470 PRINT (&decimal_point, 1); in VFWPRINTF()
1479 PRINT (&decimal_point, 1); in VFWPRINTF()
Dvfprintf.c416 char *decimal_point = localeconv ()->decimal_point; in VFPRINTF() local
417 size_t decp_len = strlen (decimal_point); in VFPRINTF()
1458 PRINT (decimal_point, decp_len); in VFPRINTF()
1464 PRINT (decimal_point, decp_len); in VFPRINTF()
1492 PRINT (decimal_point, decp_len); in VFPRINTF()
1500 PRINT (decimal_point, decp_len); in VFPRINTF()
Dvfwscanf.c483 localeconv ()->decimal_point, in _SVFWSCANF()
490 decpt = (wchar_t) *localeconv ()->decimal_point; in _SVFWSCANF()
Dvfscanf.c1542 const char *decpt = localeconv ()->decimal_point; in _SVFSCANF()
/picolibc-latest/newlib/libc/locale/
Dlocaleconv.c45 lconv->decimal_point = (char *) n->decimal_point; in __localeconv_l()
Dsetlocale.h99 const char *decimal_point; member
Dnl_langinfo.c252 ret = (char*) __get_numeric_locale (locale)->decimal_point; in nl_langinfo_l()
Dlocale.tex48 @item char *decimal_point
/picolibc-latest/newlib/libc/include/
Dlocale.h60 char *decimal_point; member
/picolibc-latest/newlib/
DChangeLog-20152054 * libc/stdio/vfwscanf.c (__SVFWSCANF_R): Fix fetching decimal_point in