Searched refs:best_mult (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/arm/allwinner/clkng/
H A Daw_clk_frac.c196 int retry, multiple, max_mult, best_mult; local
201 best_mult = 0;
212 best_mult = multiple;
218 best_mult = multiple;
228 best_mult = multiple;
231 dprintf("This is the one: n=%d m=%d mult=%d\n", best_n, best_m, best_mult);
236 best_mult = multiple;
239 dprintf("This is the best for now: n=%d m=%d mult=%d\n", best_n, best_m, best_mult);
257 if ((best < (*fout * best_mult)) &&
262 if ((best > *fout * best_mult)
[all...]
/freebsd-12-stable/contrib/gcc/
H A Dtree-ssa-address.c454 unsigned HOST_WIDE_INT best_mult = 0; local
470 best_mult = addr->coefs[i];
474 if (!best_mult)
479 if (addr->coefs[i] != best_mult)
496 parts->step = build_int_cst_type (sizetype, best_mult);

Completed in 198 milliseconds