Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dstrtorx.c61 switch(k & STRTOG_Retmask) { in ULtox()
Dgdtoa.h73 STRTOG_Retmask = 0x00f, enumerator
Dstrtod.c210 switch(k & STRTOG_Retmask) { in ULtod()
322 switch((i = gethex(&s, &fpi1, &exp, &bb, sign, loc)) & STRTOG_Retmask) {
Dstrtodg.c1187 irv = (irv & ~STRTOG_Retmask) | in _strtodg_l()