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

/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dtoom8h_mul.c101 #define TOOM8H_MUL_REC(p, a, na, b, nb, ws) \ macro
281 TOOM8H_MUL_REC(r0, ap + p * n, s, bp + q * n, t, wsi);
283 TOOM8H_MUL_REC(r0, bp + q * n, t, ap + p * n, s, wsi);
300 #undef TOOM8H_MUL_REC macro

Completed in 114 milliseconds