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

/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dtoom32_mul.c59 #define TOOM32_MUL_N_REC(p, a, b, n, ws) \ macro
183 TOOM32_MUL_N_REC (v1, ap1, bp1, n, scratch_out);
202 TOOM32_MUL_N_REC (vm1, am1, bm1, n, scratch_out);
273 TOOM32_MUL_N_REC (pp, a0, b0, n, scratch_out);

Completed in 120 milliseconds