Home
last modified time | relevance | path

Searched refs:Ccoeff (Results 1 – 25 of 36) sorted by relevance

12

/dports/math/flint2/flint-2.8.4/nmod_mpoly/
H A Dget_coeff_vars_ui.c27 mp_limb_t * Ccoeff; in nmod_mpoly_get_coeff_vars_ui() local
77 Ccoeff = C->coeffs; in nmod_mpoly_get_coeff_vars_ui()
87 _nmod_mpoly_fit_length(&Ccoeff, &C->coeffs_alloc, in nmod_mpoly_get_coeff_vars_ui()
90 Ccoeff[Clen] = A->coeffs[i]; in nmod_mpoly_get_coeff_vars_ui()
95 C->coeffs = Ccoeff; in nmod_mpoly_get_coeff_vars_ui()
114 Ccoeff = C->coeffs; in nmod_mpoly_get_coeff_vars_ui()
124 _nmod_mpoly_fit_length(&Ccoeff, &C->coeffs_alloc, in nmod_mpoly_get_coeff_vars_ui()
127 Ccoeff[Clen] = A->coeffs[i]; in nmod_mpoly_get_coeff_vars_ui()
132 C->coeffs = Ccoeff; in nmod_mpoly_get_coeff_vars_ui()
H A Dmul_heap_threaded.c28 const mp_limb_t * Ccoeff, const ulong * Cexp, slong Clen, in _nmod_mpoly_mul_heap_part1() argument
103 umul_ppmm(pp1, pp0, Bcoeff[x->i], Ccoeff[x->j]); in _nmod_mpoly_mul_heap_part1()
111 umul_ppmm(pp1, pp0, Bcoeff[x->i], Ccoeff[x->j]); in _nmod_mpoly_mul_heap_part1()
168 const mp_limb_t * Ccoeff, const ulong * Cexp, slong Clen, in _nmod_mpoly_mul_heap_part() argument
260 umul_ppmm(pp1, pp0, Bcoeff[x->i], Ccoeff[x->j]); in _nmod_mpoly_mul_heap_part()
268 umul_ppmm(pp1, pp0, Bcoeff[x->i], Ccoeff[x->j]); in _nmod_mpoly_mul_heap_part()
359 const mp_limb_t * Ccoeff; member
531 base->Ccoeff, base->Cexp, base->Clen, in _nmod_mpoly_mul_heap_threaded_worker()
538 base->Ccoeff, base->Cexp, base->Clen, in _nmod_mpoly_mul_heap_threaded_worker()
595 const mp_limb_t * Ccoeff, const ulong * Cexp, slong Clen, in _nmod_mpoly_mul_heap_threaded() argument
[all …]
H A Dmpolyu_divides.c18 const mp_limb_t * Ccoeff, const ulong * Cexp, slong Clen, in _nmod_mpoly_mulsub1() argument
89 umul_ppmm(pp1, pp0, Bcoeff[x->i], Ccoeff[x->j]); in _nmod_mpoly_mulsub1()
97 umul_ppmm(pp1, pp0, Bcoeff[x->i], Ccoeff[x->j]); in _nmod_mpoly_mulsub1()
177 const mp_limb_t * Ccoeff, const ulong * Cexp, slong Clen, in _nmod_mpoly_mulsub() argument
204 Bcoeff, Bexp, Blen, Ccoeff, Cexp, Clen, cmpmask[0], fctx); in _nmod_mpoly_mulsub()
273 umul_ppmm(pp1, pp0, Bcoeff[x->i], Ccoeff[x->j]); in _nmod_mpoly_mulsub()
281 umul_ppmm(pp1, pp0, Bcoeff[x->i], Ccoeff[x->j]); in _nmod_mpoly_mulsub()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fq_nmod_mpoly/
H A Dget_coeff_vars_ui.c24 fq_nmod_struct * Ccoeff; in fq_nmod_mpoly_get_coeff_vars_ui() local
81 Ccoeff = C->coeffs; in fq_nmod_mpoly_get_coeff_vars_ui()
92 _fq_nmod_mpoly_fit_length(&Ccoeff, &Cexp, &Calloc, Clen + 1, N, in fq_nmod_mpoly_get_coeff_vars_ui()
95 fq_nmod_set(Ccoeff + Clen, A->coeffs + i, ctx->fqctx); in fq_nmod_mpoly_get_coeff_vars_ui()
101 C->coeffs = Ccoeff; in fq_nmod_mpoly_get_coeff_vars_ui()
121 Ccoeff = C->coeffs; in fq_nmod_mpoly_get_coeff_vars_ui()
132 _fq_nmod_mpoly_fit_length(&Ccoeff, &Cexp, &Calloc, Clen + 1, N, in fq_nmod_mpoly_get_coeff_vars_ui()
135 fq_nmod_set(Ccoeff + Clen, A->coeffs + i, ctx->fqctx); in fq_nmod_mpoly_get_coeff_vars_ui()
141 C->coeffs = Ccoeff; in fq_nmod_mpoly_get_coeff_vars_ui()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/nmod_mpoly/
H A Dget_coeff_vars_ui.c25 mp_limb_t * Ccoeff; in nmod_mpoly_get_coeff_vars_ui() local
82 Ccoeff = C->coeffs; in nmod_mpoly_get_coeff_vars_ui()
93 _nmod_mpoly_fit_length(&Ccoeff, &Cexp, &Calloc, Clen + 1, N); in nmod_mpoly_get_coeff_vars_ui()
95 Ccoeff[Clen] = A->coeffs[i]; in nmod_mpoly_get_coeff_vars_ui()
101 C->coeffs = Ccoeff; in nmod_mpoly_get_coeff_vars_ui()
121 Ccoeff = C->coeffs; in nmod_mpoly_get_coeff_vars_ui()
132 _nmod_mpoly_fit_length(&Ccoeff, &Cexp, &Calloc, Clen + 1, N); in nmod_mpoly_get_coeff_vars_ui()
134 Ccoeff[Clen] = A->coeffs[i]; in nmod_mpoly_get_coeff_vars_ui()
140 C->coeffs = Ccoeff; in nmod_mpoly_get_coeff_vars_ui()
H A Dmul_heap_threaded.c26 const mp_limb_t * Ccoeff, const ulong * Cexp, slong Clen, in _nmod_mpoly_mul_heap_part1() argument
98 umul_ppmm(pp1, pp0, Bcoeff[x->i], Ccoeff[x->j]); in _nmod_mpoly_mul_heap_part1()
106 umul_ppmm(pp1, pp0, Bcoeff[x->i], Ccoeff[x->j]); in _nmod_mpoly_mul_heap_part1()
164 const mp_limb_t * Ccoeff, const ulong * Cexp, slong Clen, in _nmod_mpoly_mul_heap_part() argument
253 umul_ppmm(pp1, pp0, Bcoeff[x->i], Ccoeff[x->j]); in _nmod_mpoly_mul_heap_part()
261 umul_ppmm(pp1, pp0, Bcoeff[x->i], Ccoeff[x->j]); in _nmod_mpoly_mul_heap_part()
354 const mp_limb_t * Ccoeff; member
530 base->Ccoeff, base->Cexp, base->Clen, in _nmod_mpoly_mul_heap_threaded_worker()
538 base->Ccoeff, base->Cexp, base->Clen, in _nmod_mpoly_mul_heap_threaded_worker()
595 const mp_limb_t * Ccoeff, const ulong * Cexp, slong Clen, in _nmod_mpoly_mul_heap_threaded() argument
[all …]
H A Dmpolyu_divides.c19 const mp_limb_t * Ccoeff, const ulong * Cexp, slong Clen, in _nmod_mpoly_mulsub1() argument
89 umul_ppmm(pp1, pp0, Bcoeff[x->i], Ccoeff[x->j]); in _nmod_mpoly_mulsub1()
97 umul_ppmm(pp1, pp0, Bcoeff[x->i], Ccoeff[x->j]); in _nmod_mpoly_mulsub1()
174 const mp_limb_t * Ccoeff, const ulong * Cexp, slong Clen, in _nmod_mpoly_mulsub() argument
205 Ccoeff, Cexp, Clen, cmpmask[0], fctx); in _nmod_mpoly_mulsub()
271 umul_ppmm(pp1, pp0, Bcoeff[x->i], Ccoeff[x->j]); in _nmod_mpoly_mulsub()
279 umul_ppmm(pp1, pp0, Bcoeff[x->i], Ccoeff[x->j]); in _nmod_mpoly_mulsub()
/dports/math/e-antic/flint2-ae7ec89/nmod_mpoly/
H A Dget_coeff_vars_ui.c25 mp_limb_t * Ccoeff; in nmod_mpoly_get_coeff_vars_ui() local
82 Ccoeff = C->coeffs; in nmod_mpoly_get_coeff_vars_ui()
93 _nmod_mpoly_fit_length(&Ccoeff, &Cexp, &Calloc, Clen + 1, N); in nmod_mpoly_get_coeff_vars_ui()
95 Ccoeff[Clen] = A->coeffs[i]; in nmod_mpoly_get_coeff_vars_ui()
101 C->coeffs = Ccoeff; in nmod_mpoly_get_coeff_vars_ui()
121 Ccoeff = C->coeffs; in nmod_mpoly_get_coeff_vars_ui()
132 _nmod_mpoly_fit_length(&Ccoeff, &Cexp, &Calloc, Clen + 1, N); in nmod_mpoly_get_coeff_vars_ui()
134 Ccoeff[Clen] = A->coeffs[i]; in nmod_mpoly_get_coeff_vars_ui()
140 C->coeffs = Ccoeff; in nmod_mpoly_get_coeff_vars_ui()
H A Dmul_heap_threaded.c26 const mp_limb_t * Ccoeff, const ulong * Cexp, slong Clen, in _nmod_mpoly_mul_heap_part1() argument
98 umul_ppmm(pp1, pp0, Bcoeff[x->i], Ccoeff[x->j]); in _nmod_mpoly_mul_heap_part1()
106 umul_ppmm(pp1, pp0, Bcoeff[x->i], Ccoeff[x->j]); in _nmod_mpoly_mul_heap_part1()
164 const mp_limb_t * Ccoeff, const ulong * Cexp, slong Clen, in _nmod_mpoly_mul_heap_part() argument
253 umul_ppmm(pp1, pp0, Bcoeff[x->i], Ccoeff[x->j]); in _nmod_mpoly_mul_heap_part()
261 umul_ppmm(pp1, pp0, Bcoeff[x->i], Ccoeff[x->j]); in _nmod_mpoly_mul_heap_part()
354 const mp_limb_t * Ccoeff; member
530 base->Ccoeff, base->Cexp, base->Clen, in _nmod_mpoly_mul_heap_threaded_worker()
538 base->Ccoeff, base->Cexp, base->Clen, in _nmod_mpoly_mul_heap_threaded_worker()
595 const mp_limb_t * Ccoeff, const ulong * Cexp, slong Clen, in _nmod_mpoly_mul_heap_threaded() argument
[all …]
H A Dmpolyu_divides.c19 const mp_limb_t * Ccoeff, const ulong * Cexp, slong Clen, in _nmod_mpoly_mulsub1() argument
89 umul_ppmm(pp1, pp0, Bcoeff[x->i], Ccoeff[x->j]); in _nmod_mpoly_mulsub1()
97 umul_ppmm(pp1, pp0, Bcoeff[x->i], Ccoeff[x->j]); in _nmod_mpoly_mulsub1()
174 const mp_limb_t * Ccoeff, const ulong * Cexp, slong Clen, in _nmod_mpoly_mulsub() argument
205 Ccoeff, Cexp, Clen, cmpmask[0], fctx); in _nmod_mpoly_mulsub()
271 umul_ppmm(pp1, pp0, Bcoeff[x->i], Ccoeff[x->j]); in _nmod_mpoly_mulsub()
279 umul_ppmm(pp1, pp0, Bcoeff[x->i], Ccoeff[x->j]); in _nmod_mpoly_mulsub()
/dports/math/e-antic/flint2-ae7ec89/fq_nmod_mpoly/
H A Dget_coeff_vars_ui.c24 fq_nmod_struct * Ccoeff; in fq_nmod_mpoly_get_coeff_vars_ui() local
81 Ccoeff = C->coeffs; in fq_nmod_mpoly_get_coeff_vars_ui()
92 _fq_nmod_mpoly_fit_length(&Ccoeff, &Cexp, &Calloc, Clen + 1, N, in fq_nmod_mpoly_get_coeff_vars_ui()
95 fq_nmod_set(Ccoeff + Clen, A->coeffs + i, ctx->fqctx); in fq_nmod_mpoly_get_coeff_vars_ui()
101 C->coeffs = Ccoeff; in fq_nmod_mpoly_get_coeff_vars_ui()
121 Ccoeff = C->coeffs; in fq_nmod_mpoly_get_coeff_vars_ui()
132 _fq_nmod_mpoly_fit_length(&Ccoeff, &Cexp, &Calloc, Clen + 1, N, in fq_nmod_mpoly_get_coeff_vars_ui()
135 fq_nmod_set(Ccoeff + Clen, A->coeffs + i, ctx->fqctx); in fq_nmod_mpoly_get_coeff_vars_ui()
141 C->coeffs = Ccoeff; in fq_nmod_mpoly_get_coeff_vars_ui()
/dports/math/e-antic/flint2-ae7ec89/fmpz_mpoly/
H A Dget_coeff_vars_ui.c24 fmpz * Ccoeff; in fmpz_mpoly_get_coeff_vars_ui() local
81 Ccoeff = C->coeffs; in fmpz_mpoly_get_coeff_vars_ui()
92 _fmpz_mpoly_fit_length(&Ccoeff, &Cexp, &Calloc, Clen + 1, N); in fmpz_mpoly_get_coeff_vars_ui()
94 fmpz_set(Ccoeff + Clen, A->coeffs + i); in fmpz_mpoly_get_coeff_vars_ui()
100 C->coeffs = Ccoeff; in fmpz_mpoly_get_coeff_vars_ui()
120 Ccoeff = C->coeffs; in fmpz_mpoly_get_coeff_vars_ui()
131 _fmpz_mpoly_fit_length(&Ccoeff, &Cexp, &Calloc, Clen + 1, N); in fmpz_mpoly_get_coeff_vars_ui()
133 fmpz_set(Ccoeff + Clen, A->coeffs + i); in fmpz_mpoly_get_coeff_vars_ui()
139 C->coeffs = Ccoeff; in fmpz_mpoly_get_coeff_vars_ui()
H A Dmpolyu_divides.c19 const fmpz * Ccoeff, const ulong * Cexp, slong Clen, in _fmpz_mpoly_mulsub1() argument
46 && _fmpz_mpoly_fits_small(Ccoeff, Clen); in _fmpz_mpoly_mulsub1()
100 FLINT_ASSERT(!COEFF_IS_MPZ(Ccoeff[x->j])); in _fmpz_mpoly_mulsub1()
101 smul_ppmm(pp1, pp0, Bcoeff[x->i], Ccoeff[x->j]); in _fmpz_mpoly_mulsub1()
112 FLINT_ASSERT(!COEFF_IS_MPZ(Ccoeff[x->j])); in _fmpz_mpoly_mulsub1()
113 smul_ppmm(pp1, pp0, Bcoeff[x->i], Ccoeff[x->j]); in _fmpz_mpoly_mulsub1()
255 Ccoeff, Cexp, Clen, cmpmask[0]); in _fmpz_mpoly_mulsub()
262 && _fmpz_mpoly_fits_small(Ccoeff, Clen); in _fmpz_mpoly_mulsub()
332 FLINT_ASSERT(!COEFF_IS_MPZ(Ccoeff[x->j])); in _fmpz_mpoly_mulsub()
333 smul_ppmm(pp1, pp0, Bcoeff[x->i], Ccoeff[x->j]); in _fmpz_mpoly_mulsub()
[all …]
H A Dmul_heap_threaded.c18 const fmpz * Ccoeff, const ulong * Cexp, slong Clen, in _fmpz_mpoly_mul_heap_part1() argument
93 smul_ppmm(p[1], p[0], Bcoeff[x->i], Ccoeff[x->j]); in _fmpz_mpoly_mul_heap_part1()
100 smul_ppmm(p[1], p[0], Bcoeff[x->i], Ccoeff[x->j]); in _fmpz_mpoly_mul_heap_part1()
183 const fmpz * Ccoeff, const ulong * Cexp, slong Clen, in _fmpz_mpoly_mul_heap_part() argument
277 smul_ppmm(p[1], p[0], Bcoeff[x->i], Ccoeff[x->j]); in _fmpz_mpoly_mul_heap_part()
401 const fmpz * Ccoeff; member
576 base->Ccoeff, base->Cexp, base->Clen, in _fmpz_mpoly_mul_heap_threaded_worker()
584 base->Ccoeff, base->Cexp, base->Clen, in _fmpz_mpoly_mul_heap_threaded_worker()
639 const fmpz * Ccoeff, const ulong * Cexp, slong Clen, in _fmpz_mpoly_mul_heap_threaded() argument
673 base->Ccoeff = Ccoeff; in _fmpz_mpoly_mul_heap_threaded()
[all …]
H A Ddivides_heap_threaded.c335 const fmpz * Ccoeff, const ulong * Cexp, slong Clen, in _fmpz_mpoly_mulsub_stripe1() argument
491 FLINT_ASSERT(!COEFF_IS_MPZ(Ccoeff[x->j])); in _fmpz_mpoly_mulsub_stripe1()
492 smul_ppmm(pp1, pp0, Bcoeff[x->i], Ccoeff[x->j]); in _fmpz_mpoly_mulsub_stripe1()
505 FLINT_ASSERT(!COEFF_IS_MPZ(Ccoeff[x->j])); in _fmpz_mpoly_mulsub_stripe1()
506 smul_ppmm(pp1, pp0, Bcoeff[x->i], Ccoeff[x->j]); in _fmpz_mpoly_mulsub_stripe1()
535 fmpz_submul(Acoeff + Alen, Bcoeff + x->i, Ccoeff + x->j); in _fmpz_mpoly_mulsub_stripe1()
780 FLINT_ASSERT(!COEFF_IS_MPZ(Ccoeff[x->j])); in _fmpz_mpoly_mulsub_stripe()
781 smul_ppmm(pp1, pp0, Bcoeff[x->i], Ccoeff[x->j]); in _fmpz_mpoly_mulsub_stripe()
794 FLINT_ASSERT(!COEFF_IS_MPZ(Ccoeff[x->j])); in _fmpz_mpoly_mulsub_stripe()
795 smul_ppmm(pp1, pp0, Bcoeff[x->i], Ccoeff[x->j]); in _fmpz_mpoly_mulsub_stripe()
[all …]
/dports/math/flint2/flint-2.8.4/fmpz_mpoly/
H A Dget_coeff_vars_ui.c24 fmpz * Ccoeff; in fmpz_mpoly_get_coeff_vars_ui() local
81 Ccoeff = C->coeffs; in fmpz_mpoly_get_coeff_vars_ui()
92 _fmpz_mpoly_fit_length(&Ccoeff, &Cexp, &Calloc, Clen + 1, N); in fmpz_mpoly_get_coeff_vars_ui()
94 fmpz_set(Ccoeff + Clen, A->coeffs + i); in fmpz_mpoly_get_coeff_vars_ui()
99 C->coeffs = Ccoeff; in fmpz_mpoly_get_coeff_vars_ui()
119 Ccoeff = C->coeffs; in fmpz_mpoly_get_coeff_vars_ui()
130 _fmpz_mpoly_fit_length(&Ccoeff, &Cexp, &Calloc, Clen + 1, N); in fmpz_mpoly_get_coeff_vars_ui()
132 fmpz_set(Ccoeff + Clen, A->coeffs + i); in fmpz_mpoly_get_coeff_vars_ui()
137 C->coeffs = Ccoeff; in fmpz_mpoly_get_coeff_vars_ui()
H A Dmul_heap_threaded.c18 const fmpz * Ccoeff, const ulong * Cexp, slong Clen, in _fmpz_mpoly_mul_heap_part1() argument
93 smul_ppmm(p[1], p[0], Bcoeff[x->i], Ccoeff[x->j]); in _fmpz_mpoly_mul_heap_part1()
100 smul_ppmm(p[1], p[0], Bcoeff[x->i], Ccoeff[x->j]); in _fmpz_mpoly_mul_heap_part1()
183 const fmpz * Ccoeff, const ulong * Cexp, slong Clen, in _fmpz_mpoly_mul_heap_part() argument
277 smul_ppmm(p[1], p[0], Bcoeff[x->i], Ccoeff[x->j]); in _fmpz_mpoly_mul_heap_part()
401 const fmpz * Ccoeff; member
576 base->Ccoeff, base->Cexp, base->Clen, in _fmpz_mpoly_mul_heap_threaded_worker()
584 base->Ccoeff, base->Cexp, base->Clen, in _fmpz_mpoly_mul_heap_threaded_worker()
639 const fmpz * Ccoeff, const ulong * Cexp, slong Clen, in _fmpz_mpoly_mul_heap_threaded() argument
673 base->Ccoeff = Ccoeff; in _fmpz_mpoly_mul_heap_threaded()
[all …]
/dports/math/flint2/flint-2.8.4/fq_zech_mpoly/
H A Dget_coeff_vars_ui.c24 fq_zech_struct * Ccoeff; in fq_zech_mpoly_get_coeff_vars_ui() local
81 Ccoeff = C->coeffs; in fq_zech_mpoly_get_coeff_vars_ui()
92 _fq_zech_mpoly_fit_length(&Ccoeff, &Cexp, &Calloc, Clen + 1, N, in fq_zech_mpoly_get_coeff_vars_ui()
95 fq_zech_set(Ccoeff + Clen, A->coeffs + i, ctx->fqctx); in fq_zech_mpoly_get_coeff_vars_ui()
100 C->coeffs = Ccoeff; in fq_zech_mpoly_get_coeff_vars_ui()
120 Ccoeff = C->coeffs; in fq_zech_mpoly_get_coeff_vars_ui()
131 _fq_zech_mpoly_fit_length(&Ccoeff, &Cexp, &Calloc, Clen + 1, N, in fq_zech_mpoly_get_coeff_vars_ui()
134 fq_zech_set(Ccoeff + Clen, A->coeffs + i, ctx->fqctx); in fq_zech_mpoly_get_coeff_vars_ui()
139 C->coeffs = Ccoeff; in fq_zech_mpoly_get_coeff_vars_ui()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fmpz_mpoly/
H A Dget_coeff_vars_ui.c24 fmpz * Ccoeff; in fmpz_mpoly_get_coeff_vars_ui() local
81 Ccoeff = C->coeffs; in fmpz_mpoly_get_coeff_vars_ui()
92 _fmpz_mpoly_fit_length(&Ccoeff, &Cexp, &Calloc, Clen + 1, N); in fmpz_mpoly_get_coeff_vars_ui()
94 fmpz_set(Ccoeff + Clen, A->coeffs + i); in fmpz_mpoly_get_coeff_vars_ui()
100 C->coeffs = Ccoeff; in fmpz_mpoly_get_coeff_vars_ui()
120 Ccoeff = C->coeffs; in fmpz_mpoly_get_coeff_vars_ui()
131 _fmpz_mpoly_fit_length(&Ccoeff, &Cexp, &Calloc, Clen + 1, N); in fmpz_mpoly_get_coeff_vars_ui()
133 fmpz_set(Ccoeff + Clen, A->coeffs + i); in fmpz_mpoly_get_coeff_vars_ui()
139 C->coeffs = Ccoeff; in fmpz_mpoly_get_coeff_vars_ui()
H A Dmpolyu_divides.c19 const fmpz * Ccoeff, const ulong * Cexp, slong Clen, in _fmpz_mpoly_mulsub1() argument
46 && _fmpz_mpoly_fits_small(Ccoeff, Clen); in _fmpz_mpoly_mulsub1()
100 FLINT_ASSERT(!COEFF_IS_MPZ(Ccoeff[x->j])); in _fmpz_mpoly_mulsub1()
101 smul_ppmm(pp1, pp0, Bcoeff[x->i], Ccoeff[x->j]); in _fmpz_mpoly_mulsub1()
112 FLINT_ASSERT(!COEFF_IS_MPZ(Ccoeff[x->j])); in _fmpz_mpoly_mulsub1()
113 smul_ppmm(pp1, pp0, Bcoeff[x->i], Ccoeff[x->j]); in _fmpz_mpoly_mulsub1()
255 Ccoeff, Cexp, Clen, cmpmask[0]); in _fmpz_mpoly_mulsub()
262 && _fmpz_mpoly_fits_small(Ccoeff, Clen); in _fmpz_mpoly_mulsub()
332 FLINT_ASSERT(!COEFF_IS_MPZ(Ccoeff[x->j])); in _fmpz_mpoly_mulsub()
333 smul_ppmm(pp1, pp0, Bcoeff[x->i], Ccoeff[x->j]); in _fmpz_mpoly_mulsub()
[all …]
H A Dmul_heap_threaded.c18 const fmpz * Ccoeff, const ulong * Cexp, slong Clen, in _fmpz_mpoly_mul_heap_part1() argument
93 smul_ppmm(p[1], p[0], Bcoeff[x->i], Ccoeff[x->j]); in _fmpz_mpoly_mul_heap_part1()
100 smul_ppmm(p[1], p[0], Bcoeff[x->i], Ccoeff[x->j]); in _fmpz_mpoly_mul_heap_part1()
183 const fmpz * Ccoeff, const ulong * Cexp, slong Clen, in _fmpz_mpoly_mul_heap_part() argument
277 smul_ppmm(p[1], p[0], Bcoeff[x->i], Ccoeff[x->j]); in _fmpz_mpoly_mul_heap_part()
401 const fmpz * Ccoeff; member
576 base->Ccoeff, base->Cexp, base->Clen, in _fmpz_mpoly_mul_heap_threaded_worker()
584 base->Ccoeff, base->Cexp, base->Clen, in _fmpz_mpoly_mul_heap_threaded_worker()
639 const fmpz * Ccoeff, const ulong * Cexp, slong Clen, in _fmpz_mpoly_mul_heap_threaded() argument
673 base->Ccoeff = Ccoeff; in _fmpz_mpoly_mul_heap_threaded()
[all …]
H A Ddivides_heap_threaded.c335 const fmpz * Ccoeff, const ulong * Cexp, slong Clen, in _fmpz_mpoly_mulsub_stripe1() argument
491 FLINT_ASSERT(!COEFF_IS_MPZ(Ccoeff[x->j])); in _fmpz_mpoly_mulsub_stripe1()
492 smul_ppmm(pp1, pp0, Bcoeff[x->i], Ccoeff[x->j]); in _fmpz_mpoly_mulsub_stripe1()
505 FLINT_ASSERT(!COEFF_IS_MPZ(Ccoeff[x->j])); in _fmpz_mpoly_mulsub_stripe1()
506 smul_ppmm(pp1, pp0, Bcoeff[x->i], Ccoeff[x->j]); in _fmpz_mpoly_mulsub_stripe1()
535 fmpz_submul(Acoeff + Alen, Bcoeff + x->i, Ccoeff + x->j); in _fmpz_mpoly_mulsub_stripe1()
780 FLINT_ASSERT(!COEFF_IS_MPZ(Ccoeff[x->j])); in _fmpz_mpoly_mulsub_stripe()
781 smul_ppmm(pp1, pp0, Bcoeff[x->i], Ccoeff[x->j]); in _fmpz_mpoly_mulsub_stripe()
794 FLINT_ASSERT(!COEFF_IS_MPZ(Ccoeff[x->j])); in _fmpz_mpoly_mulsub_stripe()
795 smul_ppmm(pp1, pp0, Bcoeff[x->i], Ccoeff[x->j]); in _fmpz_mpoly_mulsub_stripe()
[all …]
/dports/math/flint2/flint-2.8.4/fmpz_mod_mpoly/
H A Dget_coeff_vars_ui.c28 fmpz * Ccoeff; in fmpz_mod_mpoly_get_coeff_vars_ui() local
66 Ccoeff = C->coeffs; in fmpz_mod_mpoly_get_coeff_vars_ui()
91 _fmpz_mod_mpoly_fit_length(&Ccoeff, &C->coeffs_alloc, in fmpz_mod_mpoly_get_coeff_vars_ui()
94 fmpz_set(Ccoeff + Clen, A->coeffs + i); in fmpz_mod_mpoly_get_coeff_vars_ui()
121 _fmpz_mod_mpoly_fit_length(&Ccoeff, &C->coeffs_alloc, in fmpz_mod_mpoly_get_coeff_vars_ui()
124 fmpz_set(Ccoeff + Clen, A->coeffs + i); in fmpz_mod_mpoly_get_coeff_vars_ui()
130 C->coeffs = Ccoeff; in fmpz_mod_mpoly_get_coeff_vars_ui()
/dports/science/lammps/lammps-stable_29Sep2021/src/EXTRA-MOLECULE/
H A Ddihedral_spherical.cpp55 if (Ccoeff[i]) delete[] Ccoeff[i]; in ~DihedralSpherical()
66 delete[] Ccoeff; in ~DihedralSpherical()
609 Ccoeff = new double *[n]; in allocate()
620 Ccoeff[i] = nullptr; in allocate()
658 delete[] Ccoeff[i]; in coeff()
668 Ccoeff[i] = new double[nterms_one]; in coeff()
680 Ccoeff[i][j] = utils::numeric(FLERR, arg[offset + 1], false, lmp); in coeff()
706 fwrite(Ccoeff[i], sizeof(double), nterms[i], fp); in write_restart()
734 Ccoeff[i] = new double[nterms[i]]; in read_restart()
762 MPI_Bcast(Ccoeff[i], nterms[i], MPI_DOUBLE, 0, world); in read_restart()
[all …]
H A Ddihedral_spherical.h40 double **Ccoeff; variable

12