Lines Matching refs:decimal_len
368 , const char *decimal, size_t decimal_len, const char *thousands in str_to_mpn() argument
423 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()
750 || ({ CHAR_TYPE lo = TOLOWER (cp[decimal_len]); 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()
1451 , decimal, decimal_len, thousands in ____STRTOF_INTERNAL()