Searched refs:dExp (Results 1 – 2 of 2) sorted by relevance
55 inline int CheckWithinHalfULP(double b, const BigInteger& d, int dExp) { in CheckWithinHalfULP() argument64 if (dExp >= 0) { in CheckWithinHalfULP()65 dS_Exp2 += dExp; in CheckWithinHalfULP()66 dS_Exp5 += dExp; in CheckWithinHalfULP()69 bS_Exp2 -= dExp; in CheckWithinHalfULP()70 bS_Exp5 -= dExp; in CheckWithinHalfULP()71 hS_Exp2 -= dExp; in CheckWithinHalfULP()72 hS_Exp5 -= dExp; in CheckWithinHalfULP()152 const int dExp = (int)decimalPosition - (int)i + exp; in StrtodDiyFp() local155 DiyFp cachedPower = GetCachedPower10(dExp, &actualExp); in StrtodDiyFp()[all …]
47 const int dExp = -49; in TEST() local61 if (dExp >= 0) { in TEST()62 dS_Exp2 += dExp; in TEST()63 dS_Exp5 += dExp; in TEST()66 bS_Exp2 -= dExp; in TEST()67 bS_Exp5 -= dExp; in TEST()68 hS_Exp2 -= dExp; in TEST()69 hS_Exp5 -= dExp; in TEST()