Searched refs:STRTOG_Inexhi (Results 1 - 1 of 1) sorted by relevance

/ndk/sources/android/support/src/stdio/
H A Dstrtod.c389 STRTOG_Neg = 0x08, /* does not affect STRTOG_Inexlo or STRTOG_Inexhi */
391 STRTOG_Inexhi = 0x20, /* returned result rounded away from zero */ enumerator in enum:__anon105
3486 return STRTOG_Infinite | STRTOG_Overflow | STRTOG_Inexhi;
3512 return STRTOG_Denormal | STRTOG_Inexhi
3566 irv |= STRTOG_Inexhi;

Completed in 7 milliseconds