Searched refs:dExp (Results 1 – 1 of 1) sorted by relevance
56 inline int CheckWithinHalfULP(double b, const BigInteger& d, int dExp) { in CheckWithinHalfULP() argument65 if (dExp >= 0) { in CheckWithinHalfULP()66 dS_Exp2 += dExp; in CheckWithinHalfULP()67 dS_Exp5 += dExp; in CheckWithinHalfULP()70 bS_Exp2 -= dExp; in CheckWithinHalfULP()71 bS_Exp5 -= dExp; in CheckWithinHalfULP()72 hS_Exp2 -= dExp; in CheckWithinHalfULP()73 hS_Exp5 -= dExp; in CheckWithinHalfULP()132 inline bool StrtodDiyFp(const Ch* decimals, int dLen, int dExp, double* result) { in StrtodDiyFp() argument154 dExp += remaining; in StrtodDiyFp()[all …]