Searched refs:fnNew (Results 1 – 1 of 1) sorted by relevance
73 const int64_t fnNew = f->n * this_d; in commonDenominator() local75 if (overflowsInt32(thisnNew) || overflowsInt32(thisdNew) || overflowsInt32(fnNew) || in commonDenominator()81 f->n = static_cast<int32_t>(fnNew); in commonDenominator()