Searched refs:tmp_base (Results 1 – 1 of 1) sorted by relevance
120 int tmp_gcd, tmp_base, tmp_freq; in calculate() local123 tmp_base = base / *prediv; in calculate()124 tmp_gcd = gcd(target, tmp_base); in calculate()126 *postdiv = tmp_base / tmp_gcd; in calculate()