Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dgdtoa-gethex.c159 const unsigned char *decimalpoint = (const unsigned char *) in gethex() local
161 const size_t decp_len = strlen ((const char *) decimalpoint); in gethex()
162 const unsigned char decp_end = decimalpoint[decp_len - 1]; in gethex()
164 const unsigned char *decimalpoint = (const unsigned char *) "."; in gethex() local
181 if (strncmp ((const char *) s, (const char *) decimalpoint, in gethex()
196 if (strncmp ((const char *) s, (const char *) decimalpoint, in gethex()
244 (const char *) decimalpoint, decp_len) == 0) { in gethex()