Searched refs:decimal_len (Results 1 – 1 of 1) sorted by relevance
423 str += decimal_len; in str_to_mpn()547 size_t decimal_len; in ____STRTOF_INTERNAL() local593 # define decimal_len 1 in ____STRTOF_INTERNAL() macro596 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