Searched refs:dExp (Results 1 – 1 of 1) sorted by relevance
54 inline int CheckWithinHalfULP(double b, const BigInteger& d, int dExp) { in CheckWithinHalfULP() argument63 if (dExp >= 0) { in CheckWithinHalfULP()64 dS_Exp2 += dExp; in CheckWithinHalfULP()65 dS_Exp5 += dExp; in CheckWithinHalfULP()68 bS_Exp2 -= dExp; in CheckWithinHalfULP()69 bS_Exp5 -= dExp; in CheckWithinHalfULP()70 hS_Exp2 -= dExp; in CheckWithinHalfULP()71 hS_Exp5 -= dExp; in CheckWithinHalfULP()151 const int dExp = static_cast<int>(decimalPosition) - static_cast<int>(i) + exp; in StrtodDiyFp() local154 DiyFp cachedPower = GetCachedPower10(dExp, &actualExp); in StrtodDiyFp()[all …]