Home
last modified time | relevance | path

Searched refs:addcompose (Results 1 – 15 of 15) sorted by relevance

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/linalg/bwc/
H A Dlingen_matpoly_ft.hpp263 static void addcompose(view_t t, const_view_t t0, const_view_t t1)/*{{{*/ in addcompose() function in matpoly_ft
292 t.M.fti.addcompose(t.part(i,j), t0.part(i,k), t1.part(k,j), tt, qt); in addcompose()
304 addcompose(t, t0, t1); in mul()
H A Dlingen_mul_substeps.hpp110 static void addcompose(matpoly::view_t t, matpoly::const_view_t t0, matpoly::const_view_t t1) { in addcompose() function
148 static void addcompose(matpoly::view_t t, matpoly::const_view_t t0, matpoly::const_view_t t1) { in addcompose() function
H A Dlingen_matpoly_bigmatpoly_ft_common.hpp296 matpoly_ft<fft_type>::addcompose(tc.view(Rct), ta.view(Ratxx), tb.view(Rbtxx)); in addmul_for_block()
H A Dlingen_substep_characteristics.hpp977 matpoly_ft<typename OP::FFT>::addcompose(tc, tc0, tc1); in operator ()()
1032 OP::addcompose(c, a, b); in operator ()()
H A Dlingen_mat_types.hpp936 o.addcompose(tmp.poly(i,j), s1.poly(i,k), s2.poly(k,j), temp2, temp1); in compose_inner()
H A Dlingen_bigmatpoly.cpp715 OP_T::addcompose(c_loc, a_loc, b_loc); in addmul_for_block()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/linalg/bwc/flint-fft/
H A Dtransform_interface.h293 inline void addcompose(ptr z, srcptr y0, srcptr y1, ptr temp, ptr qtemp) const { in addcompose() function
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/gf2x/fft/
H A Dtemplate.h431 inline int addcompose(ptr y, srcptr x1, srcptr x2, ptr temp2, ptr temp1) const in addcompose() function
H A Dgf2x-cantor-fft.h502 inline int addcompose(ptr y, srcptr x1, srcptr x2, ptr temp2, ptr temp1) const in addcompose() function
H A Dgf2x-ternary-fft.h465 inline int addcompose(ptr y, srcptr x1, srcptr x2, ptr temp2, ptr temp1) const in addcompose() function
H A Dgf2x-fake-fft.h467 inline int addcompose(ptr y, srcptr x1, srcptr x2, ptr temp2, ptr temp1) const in addcompose() function
/dports/math/gf2x/gf2x-1.3.0/fft/
H A Dgf2x-cantor-fft.h502 inline int addcompose(ptr y, srcptr x1, srcptr x2, ptr temp2, ptr temp1) const in addcompose() function
H A Dgf2x-ternary-fft.h465 inline int addcompose(ptr y, srcptr x1, srcptr x2, ptr temp2, ptr temp1) const in addcompose() function
H A Dgf2x-fake-fft.h467 inline int addcompose(ptr y, srcptr x1, srcptr x2, ptr temp2, ptr temp1) const in addcompose() function
/dports/math/gf2x/gf2x-1.3.0/
H A DChangeLog209 fft addcompose variants need two temp buffers in full generality.