Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dgdtoa-gethex.c162 const unsigned char decp_end = decimalpoint[decp_len - 1]; in gethex() local
166 const unsigned char decp_end = (unsigned char) '.'; in gethex() local
242 if (*--s1 == decp_end && s1 - decp_len + 1 >= s0 in gethex()