Home
last modified time | relevance | path

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

/stdlib/
A Dstrtod_l.c423 str += decimal_len; in str_to_mpn()
547 size_t decimal_len; in ____STRTOF_INTERNAL() local
593 # define decimal_len 1 in ____STRTOF_INTERNAL() macro
596 decimal_len = strlen (decimal); in ____STRTOF_INTERNAL()
597 assert (decimal_len > 0); in ____STRTOF_INTERNAL()
749 || (cp[decimal_len] >= L_('0') && cp[decimal_len] <= L_('9')) in ____STRTOF_INTERNAL()
862 cp += decimal_len; in ____STRTOF_INTERNAL()
1068 startp += lead_zero + decimal_len; in ____STRTOF_INTERNAL()
1126 startp += decimal_len; in ____STRTOF_INTERNAL()
1200 , decimal, decimal_len, thousands in ____STRTOF_INTERNAL()
[all …]

Completed in 7 milliseconds