Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/stdio/
Dstrtod.c385 STRTOG_Retmask = 7, enumerator
571 switch(k & STRTOG_Retmask) { in ULtod()
1682 switch((i = gethex(&s, &fpi1, &exp, &bb, sign, 0)) & STRTOG_Retmask) {