Searched defs:adjust (Results 1 - 1 of 1) sorted by relevance

/ndk/sources/android/support/src/stdio/
H A Dstrtod.c2139 * y <= (P-1)*Exp_msk1), we must adjust aadj to avoid
2489 * Hence we adjust the constant term to 0.1760912590558.
2509 word0(d2) -= 31*Exp_msk1; /* adjust exponent */
3050 int adjust = 0; /* do we need to adjust the exponent? */ local
3059 adjust = roundup(s0, ndigits);
3063 adjust = roundup(s0, ndigits);
3067 adjust = roundup(s0, ndigits);
3071 if (adjust)

Completed in 130 milliseconds