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

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/generic/
H A Dtoom_interpolate_16pts.c100 #define BIT_CORRECTION 1 macro
103 #define BIT_CORRECTION 0 macro
301 cy = DO_mpn_sublsh_n (r1 + BIT_CORRECTION, r0, spt, 42 - CORRECTION_BITS, wsi);
302 MPN_DECR_U (r1 + spt + BIT_CORRECTION, n3p1 - spt - BIT_CORRECTION, cy);
303 #if BIT_CORRECTION
308 DO_mpn_subrsh(r7, n3p1 + BIT_CORRECTION, r0, spt, 6, wsi);
309 #if BIT_CORRECTION
311 ASSERT ( BIT_CORRECTION > 0 || r7[n3p1] == 0x80 );
338 cy = DO_mpn_sublsh_n (r7 + n + BIT_CORRECTION, p
[all...]
H A Dtoom8_sqr.c35 #define BIT_CORRECTION 1 macro
38 #define BIT_CORRECTION 0 macro
144 mpn_toom_couple_handling (r7, 2 * n + 1 + BIT_CORRECTION, pp, 0, n, 3, 0);
162 mpn_toom_couple_handling (r1, 2 * n + 1 + BIT_CORRECTION, pp, 0, n, 3, 6);
H A Dtoom8h_mul.c36 #define BIT_CORRECTION 1 macro
39 #define BIT_CORRECTION 0 macro
207 mpn_toom_couple_handling (r7, 2 * n + 1 + BIT_CORRECTION, pp, sign, n, 3*(1+half), 3*(half));
228 mpn_toom_couple_handling (r1, 2 * n + 1 + BIT_CORRECTION, pp, sign, n, 3, 6);

Completed in 123 milliseconds