| /src/external/lgpl3/gmp/dist/tests/mpn/ |
| t-toom33.c | 1 #define mpn_toomMN_mul mpn_toom33_mul
|
| /src/external/lgpl3/gmp/dist/mpn/generic/ |
| mul_n.c | 60 mpn_toom33_mul (p, a, n, b, n, ws);
|
| toom33_mul.c | 0 /* mpn_toom33_mul -- Multiply {ap,an} and {p,bn} where an and bn are close in 83 mpn_toom33_mul (p, a, n, b, n, ws); \ 87 mpn_toom33_mul (mp_ptr pp, function
|
| toom6h_mul.c | 75 mpn_toom33_mul (p, a, n, b, n, ws); \ 77 mpn_toom33_mul (p2, a2, n, b2, n, ws); \
|
| toom8h_mul.c | 85 mpn_toom33_mul (p, a, n, b, n, ws); \ 86 if (f) mpn_toom33_mul (p2, a2, n, b2, n, ws); \
|
| toom44_mul.c | 81 mpn_toom33_mul (p, a, n, b, n, ws); \
|
| mul.c | 338 mpn_toom33_mul (prodp, up, un, vp, vn, scratch);
|
| /src/external/lgpl3/gmp/dist/tests/devel/ |
| try.c | 1656 mpn_toom33_mul (dst, src1, size, src2, size, tspace); 1993 { TRY_FUNFUN(mpn_toom33_mul), TYPE_MUL_N, MPN_TOOM33_MUL_MINSIZE },
|
| /src/external/lgpl3/gmp/dist/tune/ |
| common.c | 1338 SPEED_ROUTINE_MPN_TOOM33_MUL_N (mpn_toom33_mul);
|
| /src/external/lgpl3/gmp/dist/ |
| gmp-impl.h | 1465 #define mpn_toom33_mul __MPN(toom33_mul) macro 1466 __GMP_DECLSPEC void mpn_toom33_mul (mp_ptr, mp_srcptr, mp_size_t, mp_srcptr, mp_size_t, mp_ptr);
|
| /src/external/lgpl3/gmp/dist/tests/ |
| refmpn.c | 1897 /* In the toom4 range, use mpn_toom33_mul. */ 1898 mpn_toom33_mul (rp, up, vn, vp, vn, tp);
|