Home
last modified time | relevance | path

Searched refs:Dexp (Results 1 – 25 of 45) sorted by relevance

12

/dports/math/e-antic/flint2-ae7ec89/fmpz_mpoly/
H A Dmpolyu_divides.c17 const fmpz * Dcoeff, const ulong * Dexp, slong Dlen, int saveD, in _fmpz_mpoly_mulsub1() argument
72 while (Di < Dlen && mpoly_monomial_gt1(Dexp[Di], exp, maskhi)) in _fmpz_mpoly_mulsub1()
75 Aexp[Alen] = Dexp[Di]; in _fmpz_mpoly_mulsub1()
123 if (Di < Dlen && Dexp[Di] == exp) in _fmpz_mpoly_mulsub1()
131 if (Di < Dlen && Dexp[Di] == exp) in _fmpz_mpoly_mulsub1()
207 mpoly_copy_monomials(Aexp + 1*Alen, Dexp + 1*Di, Dlen - Di, 1); in _fmpz_mpoly_mulsub1()
253 Dcoeff, Dexp, Dlen, saveD, in _fmpz_mpoly_mulsub()
306 mpoly_monomial_set(Aexp + N*Alen, Dexp + N*Di, N); in _fmpz_mpoly_mulsub()
355 if (Di < Dlen && mpoly_monomial_equal(Dexp + N*Di, exp, N)) in _fmpz_mpoly_mulsub()
363 if (Di < Dlen && mpoly_monomial_equal(Dexp + N*Di, exp, N)) in _fmpz_mpoly_mulsub()
[all …]
H A Ddivides_heap_threaded.c333 const fmpz * Dcoeff, const ulong * Dexp, slong Dlen, int saveD, in _fmpz_mpoly_mulsub_stripe1() argument
456 while (Di < Dlen && mpoly_monomial_gt1(Dexp[Di], exp, maskhi)) in _fmpz_mpoly_mulsub_stripe1()
459 Aexp[Alen] = Dexp[Di]; in _fmpz_mpoly_mulsub_stripe1()
475 if (Di < Dlen && Dexp[Di] == exp) in _fmpz_mpoly_mulsub_stripe1()
518 if (Di < Dlen && Dexp[Di] == exp) in _fmpz_mpoly_mulsub_stripe1()
597 mpoly_copy_monomials(Aexp + 1*Alen, Dexp + 1*Di, Dlen - Di, 1); in _fmpz_mpoly_mulsub_stripe1()
744 while (Di < Dlen && mpoly_monomial_gt(Dexp + N*Di, exp, N, S->cmpmask)) in _fmpz_mpoly_mulsub_stripe()
747 mpoly_monomial_set(Aexp + N*Alen, Dexp + N*Di, N); in _fmpz_mpoly_mulsub_stripe()
763 if (Di < Dlen && mpoly_monomial_equal(Dexp + N*Di, exp, N)) in _fmpz_mpoly_mulsub_stripe()
807 if (Di < Dlen && mpoly_monomial_equal(Dexp + N*Di, exp, N)) in _fmpz_mpoly_mulsub_stripe()
[all …]
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fmpz_mpoly/
H A Dmpolyu_divides.c17 const fmpz * Dcoeff, const ulong * Dexp, slong Dlen, int saveD, in _fmpz_mpoly_mulsub1() argument
72 while (Di < Dlen && mpoly_monomial_gt1(Dexp[Di], exp, maskhi)) in _fmpz_mpoly_mulsub1()
75 Aexp[Alen] = Dexp[Di]; in _fmpz_mpoly_mulsub1()
123 if (Di < Dlen && Dexp[Di] == exp) in _fmpz_mpoly_mulsub1()
131 if (Di < Dlen && Dexp[Di] == exp) in _fmpz_mpoly_mulsub1()
207 mpoly_copy_monomials(Aexp + 1*Alen, Dexp + 1*Di, Dlen - Di, 1); in _fmpz_mpoly_mulsub1()
253 Dcoeff, Dexp, Dlen, saveD, in _fmpz_mpoly_mulsub()
306 mpoly_monomial_set(Aexp + N*Alen, Dexp + N*Di, N); in _fmpz_mpoly_mulsub()
355 if (Di < Dlen && mpoly_monomial_equal(Dexp + N*Di, exp, N)) in _fmpz_mpoly_mulsub()
363 if (Di < Dlen && mpoly_monomial_equal(Dexp + N*Di, exp, N)) in _fmpz_mpoly_mulsub()
[all …]
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/nmod_mpoly/
H A Dmpolyu_divides.c17 const mp_limb_t * Dcoeff, const ulong * Dexp, slong Dlen, in _nmod_mpoly_mulsub1() argument
68 while (Di < Dlen && mpoly_monomial_gt1(Dexp[Di], exp, maskhi)) in _nmod_mpoly_mulsub1()
71 Aexp[Alen] = Dexp[Di]; in _nmod_mpoly_mulsub1()
105 if (Di < Dlen && Dexp[Di] == exp) in _nmod_mpoly_mulsub1()
157 mpoly_copy_monomials(Aexp + 1*Alen, Dexp + 1*Di, Dlen - Di, 1); in _nmod_mpoly_mulsub1()
172 const mp_limb_t * Dcoeff, const ulong * Dexp, slong Dlen, in _nmod_mpoly_mulsub() argument
203 Dcoeff, Dexp, Dlen, in _nmod_mpoly_mulsub()
249 while (Di < Dlen && mpoly_monomial_gt(Dexp + N*Di, exp, N, cmpmask)) in _nmod_mpoly_mulsub()
252 mpoly_monomial_set(Aexp + N*Alen, Dexp + N*Di, N); in _nmod_mpoly_mulsub()
287 if (Di < Dlen && mpoly_monomial_equal(Dexp + N*Di, exp, N)) in _nmod_mpoly_mulsub()
[all …]
/dports/math/e-antic/flint2-ae7ec89/nmod_mpoly/
H A Dmpolyu_divides.c17 const mp_limb_t * Dcoeff, const ulong * Dexp, slong Dlen, in _nmod_mpoly_mulsub1() argument
68 while (Di < Dlen && mpoly_monomial_gt1(Dexp[Di], exp, maskhi)) in _nmod_mpoly_mulsub1()
71 Aexp[Alen] = Dexp[Di]; in _nmod_mpoly_mulsub1()
105 if (Di < Dlen && Dexp[Di] == exp) in _nmod_mpoly_mulsub1()
157 mpoly_copy_monomials(Aexp + 1*Alen, Dexp + 1*Di, Dlen - Di, 1); in _nmod_mpoly_mulsub1()
172 const mp_limb_t * Dcoeff, const ulong * Dexp, slong Dlen, in _nmod_mpoly_mulsub() argument
203 Dcoeff, Dexp, Dlen, in _nmod_mpoly_mulsub()
249 while (Di < Dlen && mpoly_monomial_gt(Dexp + N*Di, exp, N, cmpmask)) in _nmod_mpoly_mulsub()
252 mpoly_monomial_set(Aexp + N*Alen, Dexp + N*Di, N); in _nmod_mpoly_mulsub()
287 if (Di < Dlen && mpoly_monomial_equal(Dexp + N*Di, exp, N)) in _nmod_mpoly_mulsub()
[all …]
/dports/math/flint2/flint-2.8.4/nmod_mpoly/
H A Dmpolyu_divides.c16 const mp_limb_t * Dcoeff, const ulong * Dexp, slong Dlen, in _nmod_mpoly_mulsub1() argument
66 while (Di < Dlen && mpoly_monomial_gt1(Dexp[Di], exp, maskhi)) in _nmod_mpoly_mulsub1()
70 Aexp[Alen] = Dexp[Di]; in _nmod_mpoly_mulsub1()
105 if (Di < Dlen && Dexp[Di] == exp) in _nmod_mpoly_mulsub1()
160 mpoly_copy_monomials(Aexp + 1*Alen, Dexp + 1*Di, Dlen - Di, 1); in _nmod_mpoly_mulsub1()
175 const mp_limb_t * Dcoeff, const ulong * Dexp, slong Dlen, in _nmod_mpoly_mulsub() argument
203 _nmod_mpoly_mulsub1(A, Dcoeff, Dexp, Dlen, in _nmod_mpoly_mulsub()
249 while (Di < Dlen && mpoly_monomial_gt(Dexp + N*Di, exp, N, cmpmask)) in _nmod_mpoly_mulsub()
253 mpoly_monomial_set(Aexp + N*Alen, Dexp + N*Di, N); in _nmod_mpoly_mulsub()
289 if (Di < Dlen && mpoly_monomial_equal(Dexp + N*Di, exp, N)) in _nmod_mpoly_mulsub()
[all …]
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/
H A Dconvert.C156 long Dexp; in IsConvertible() local
157 double D = mpz_get_d_2exp(&Dexp, mpq_denref(mpqref(Q))); in IsConvertible()
158 long ExpAns = Nexp-Dexp; in IsConvertible()
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/
H A Dconvert.C156 long Dexp; in IsConvertible() local
157 double D = mpz_get_d_2exp(&Dexp, mpq_denref(mpqref(Q))); in IsConvertible()
158 long ExpAns = Nexp-Dexp; in IsConvertible()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fq_nmod_mpoly/
H A Dmpolyu_divides.c17 fq_nmod_struct * Dcoeff, const ulong * Dexp, slong Dlen, in _fq_nmod_mpoly_mulsub() argument
88 while (Di < Dlen && mpoly_monomial_gt(Dexp + N*Di, exp, N, cmpmask)) in _fq_nmod_mpoly_mulsub()
91 mpoly_monomial_set(Aexp + N*Alen, Dexp + N*Di, N); in _fq_nmod_mpoly_mulsub()
123 if (Di < Dlen && mpoly_monomial_equal(Dexp + N*Di, exp, N)) in _fq_nmod_mpoly_mulsub()
190 mpoly_copy_monomials(Aexp + N*Alen, Dexp + N*Di, Dlen - Di, N); in _fq_nmod_mpoly_mulsub()
/dports/math/e-antic/flint2-ae7ec89/fq_nmod_mpoly/
H A Dmpolyu_divides.c17 fq_nmod_struct * Dcoeff, const ulong * Dexp, slong Dlen, in _fq_nmod_mpoly_mulsub() argument
88 while (Di < Dlen && mpoly_monomial_gt(Dexp + N*Di, exp, N, cmpmask)) in _fq_nmod_mpoly_mulsub()
91 mpoly_monomial_set(Aexp + N*Alen, Dexp + N*Di, N); in _fq_nmod_mpoly_mulsub()
123 if (Di < Dlen && mpoly_monomial_equal(Dexp + N*Di, exp, N)) in _fq_nmod_mpoly_mulsub()
190 mpoly_copy_monomials(Aexp + N*Alen, Dexp + N*Di, Dlen - Di, N); in _fq_nmod_mpoly_mulsub()
/dports/math/flint2/flint-2.8.4/fq_nmod_mpoly/
H A Dmpolyu_divides.c17 mp_limb_t * Dcoeff, const ulong * Dexp, slong Dlen, in _fq_nmod_mpoly_mulsub() argument
89 while (Di < Dlen && mpoly_monomial_gt(Dexp + N*Di, exp, N, cmpmask)) in _fq_nmod_mpoly_mulsub()
94 mpoly_monomial_set(Aexps + N*Alen, Dexp + N*Di, N); in _fq_nmod_mpoly_mulsub()
168 if (Di < Dlen && mpoly_monomial_equal(Dexp + N*Di, exp, N)) in _fq_nmod_mpoly_mulsub()
242 mpoly_copy_monomials(Aexps + N*Alen, Dexp + N*Di, Dlen - Di, N); in _fq_nmod_mpoly_mulsub()
/dports/devel/llvm90/llvm-9.0.1.src/utils/gn/secondary/clang-tools-extra/clangd/index/dex/dexp/
H A DBUILD.gn11 "Dexp.cpp",
/dports/devel/llvm10/llvm-10.0.1.src/utils/gn/secondary/clang-tools-extra/clangd/index/dex/dexp/
H A DBUILD.gn11 "Dexp.cpp",
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clangd/index/dex/dexp/
H A DBUILD.gn11 "Dexp.cpp",
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/gn/secondary/clang-tools-extra/clangd/index/dex/dexp/
H A DBUILD.gn12 sources = [ "Dexp.cpp" ]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/utils/gn/secondary/clang-tools-extra/clangd/index/dex/dexp/
H A DBUILD.gn12 sources = [ "Dexp.cpp" ]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clangd/index/dex/dexp/
H A DBUILD.gn12 sources = [ "Dexp.cpp" ]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/utils/gn/secondary/clang-tools-extra/clangd/index/dex/dexp/
H A DBUILD.gn12 sources = [ "Dexp.cpp" ]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/utils/gn/secondary/clang-tools-extra/clangd/index/dex/dexp/
H A DBUILD.gn12 sources = [ "Dexp.cpp" ]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/index/dex/dexp/
H A DBUILD.gn12 sources = [ "Dexp.cpp" ]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/utils/gn/secondary/clang-tools-extra/clangd/index/dex/dexp/
H A DBUILD.gn12 sources = [ "Dexp.cpp" ]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/utils/gn/secondary/clang-tools-extra/clangd/index/dex/dexp/
H A DBUILD.gn12 sources = [ "Dexp.cpp" ]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/utils/gn/secondary/clang-tools-extra/clangd/index/dex/dexp/
H A DBUILD.gn12 sources = [ "Dexp.cpp" ]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/gn/secondary/clang-tools-extra/clangd/index/dex/dexp/
H A DBUILD.gn14 "Dexp.cpp",
/dports/devel/llvm11/llvm-11.0.1.src/utils/gn/secondary/clang-tools-extra/clangd/index/dex/dexp/
H A DBUILD.gn14 "Dexp.cpp",

12