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