Searched refs:dS_Exp2 (Results 1 – 1 of 1) sorted by relevance
62 int dS_Exp2 = 0, dS_Exp5 = 0, bS_Exp2 = 0, bS_Exp5 = 0, hS_Exp2 = 0, hS_Exp5 = 0; in CheckWithinHalfULP() local66 dS_Exp2 += dExp; in CheckWithinHalfULP()80 dS_Exp2 -= bExp; in CheckWithinHalfULP()88 dS_Exp2 -= hExp; in CheckWithinHalfULP()93 int common_Exp2 = Min3(dS_Exp2, bS_Exp2, hS_Exp2); in CheckWithinHalfULP()94 dS_Exp2 -= common_Exp2; in CheckWithinHalfULP()99 dS.MultiplyPow5(static_cast<unsigned>(dS_Exp5)) <<= static_cast<unsigned>(dS_Exp2); in CheckWithinHalfULP()