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

/freebsd-9.3-release/contrib/gcc/
H A Dexpmed.c2446 static void synth_mult (struct algorithm *, unsigned HOST_WIDE_INT,
2466 synth_mult (struct algorithm *alg_out, unsigned HOST_WIDE_INT t,
2604 synth_mult (alg_in, q, &new_limit, mode);
2645 synth_mult (alg_in, t + 1, &new_limit, mode);
2665 synth_mult (alg_in, t - 1, &new_limit, mode);
2718 synth_mult (alg_in, t / d, &new_limit, mode);
2757 synth_mult (alg_in, t / d, &new_limit, mode);
2790 synth_mult (alg_in, (t - 1) >> m, &new_limit, mode);
2815 synth_mult (alg_in, (t + 1) >> m, &new_limit, mode);
2908 synth_mult (al
2456 synth_mult (struct algorithm *alg_out, unsigned HOST_WIDE_INT t, function
[all...]

Completed in 79 milliseconds