Home
last modified time | relevance | path

Searched refs:dec_len (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/stdlib/
Dstrtod.c267 const int dec_len = strlen (decimal_point); local
270 const int dec_len = 1; local
358 if (strncmp (s, decimal_point, dec_len) == 0)
361 c = *(s += dec_len);
Dstrtodg.c453 int dec_len = strlen (decimal_point); in _strtodg_l() local
512 if (strncmp (s, decimal_point, dec_len) == 0) in _strtodg_l()
519 c = *(s += dec_len); in _strtodg_l()