Searched refs:thisdNew (Results 1 – 1 of 1) sorted by relevance
72 const int64_t thisdNew = d * fd; in commonDenominator() local75 if (overflowsInt32(thisnNew) || overflowsInt32(thisdNew) || overflowsInt32(fnNew) || in commonDenominator()80 d = static_cast<int32_t>(thisdNew); in commonDenominator()