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

/freebsd-9.3-release/contrib/gcc/
H A Dexpmed.c2470 struct algorithm *alg_in, *best_alg;
2521 best_alg = alloca (sizeof (struct algorithm));
2612 x = alg_in, alg_in = best_alg, best_alg = x;
2613 best_alg->log[best_alg->ops] = m;
2614 best_alg->op[best_alg->ops] = alg_shift;
2653 x = alg_in, alg_in = best_alg, best_alg
2460 struct algorithm *alg_in, *best_alg; local
[all...]

Completed in 138 milliseconds