Home | History | Annotate | Download | only in generic

Lines Matching refs:half

111   int p, q, half;
131 half = 0;
148 half = (p ^ q) & 1;
156 if (half) { /* Recover from badly chosen splitting */
157 if (UNLIKELY (s<1)) {p--; s+=n; half=0;}
158 else if (UNLIKELY (t<1)) {q--; t+=n; half=0;}
166 ASSERT (half || s + t > 3);
195 mpn_toom_couple_handling (r5, 2 * n + 1, pp, sign, n, 1+half , half);
219 mpn_toom_couple_handling (r4, 2 * n + 1, pp, sign, n, 2*(1+half), 2*(half));
238 if (UNLIKELY (half != 0)) {
246 mpn_toom_interpolate_12pts (pp, r1, r3, r5, n, s+t, half, wsi);