Searched refs:common_Exp2 (Results 1 – 2 of 2) sorted by relevance
89 int common_Exp2 = std::min(dS_Exp2, std::min(bS_Exp2, hS_Exp2)); in TEST() local90 dS_Exp2 -= common_Exp2; in TEST()91 bS_Exp2 -= common_Exp2; in TEST()92 hS_Exp2 -= common_Exp2; in TEST()
92 int common_Exp2 = Min3(dS_Exp2, bS_Exp2, hS_Exp2); in CheckWithinHalfULP() local93 dS_Exp2 -= common_Exp2; in CheckWithinHalfULP()94 bS_Exp2 -= common_Exp2; in CheckWithinHalfULP()95 hS_Exp2 -= common_Exp2; in CheckWithinHalfULP()