Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/stdio/
Dstrtod.c3217 int big, esign, havedig, irv, j, k, n, n0, nbits, up, zret; in gethex() local
3488 irv = STRTOG_Normal; in gethex()
3490 irv = STRTOG_Denormal; in gethex()
3554 if (irv == STRTOG_Denormal) { in gethex()
3557 irv = STRTOG_Normal; in gethex()
3566 irv |= STRTOG_Inexhi; in gethex()
3569 irv |= STRTOG_Inexlo; in gethex()
3573 return irv; in gethex()