Home
last modified time | relevance | path

Searched refs:mpn (Results 1 – 25 of 1348) sorted by relevance

12345678910>>...54

/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/nmod_poly/
H A Dbit_unpack.c39 temp_lower = mpn[current_limb++] >> current_bit; in _nmod_poly_bit_unpack()
69 NMOD_RED(res[i], mpn[i], mod); in _nmod_poly_bit_unpack()
75 NMOD2_RED2(res[i], mpn[current_limb + 1], mpn[current_limb], mod); in _nmod_poly_bit_unpack()
89 temp_lower = mpn[current_limb++]; in _nmod_poly_bit_unpack()
90 temp_upper = mpn[current_limb] & mask; in _nmod_poly_bit_unpack()
99 temp_lower = mpn[current_limb++] >> current_bit; in _nmod_poly_bit_unpack()
116 (mpn[current_limb] >> current_bit) | (mpn[current_limb + 1] in _nmod_poly_bit_unpack()
121 temp_upper = mpn[current_limb] >> current_bit; in _nmod_poly_bit_unpack()
145 temp_lower = mpn[current_limb++]; in _nmod_poly_bit_unpack()
146 temp_upper = mpn[current_limb++]; in _nmod_poly_bit_unpack()
[all …]
/dports/math/e-antic/flint2-ae7ec89/nmod_poly/
H A Dbit_unpack.c39 temp_lower = mpn[current_limb++] >> current_bit; in _nmod_poly_bit_unpack()
69 NMOD_RED(res[i], mpn[i], mod); in _nmod_poly_bit_unpack()
75 NMOD2_RED2(res[i], mpn[current_limb + 1], mpn[current_limb], mod); in _nmod_poly_bit_unpack()
89 temp_lower = mpn[current_limb++]; in _nmod_poly_bit_unpack()
90 temp_upper = mpn[current_limb] & mask; in _nmod_poly_bit_unpack()
99 temp_lower = mpn[current_limb++] >> current_bit; in _nmod_poly_bit_unpack()
116 (mpn[current_limb] >> current_bit) | (mpn[current_limb + 1] in _nmod_poly_bit_unpack()
121 temp_upper = mpn[current_limb] >> current_bit; in _nmod_poly_bit_unpack()
145 temp_lower = mpn[current_limb++]; in _nmod_poly_bit_unpack()
146 temp_upper = mpn[current_limb++]; in _nmod_poly_bit_unpack()
[all …]
/dports/math/flint2/flint-2.8.4/nmod_poly/
H A Dbit_unpack.c39 temp_lower = mpn[current_limb++] >> current_bit; in _nmod_poly_bit_unpack()
69 NMOD_RED(res[i], mpn[i], mod); in _nmod_poly_bit_unpack()
75 NMOD2_RED2(res[i], mpn[current_limb + 1], mpn[current_limb], mod); in _nmod_poly_bit_unpack()
89 temp_lower = mpn[current_limb++]; in _nmod_poly_bit_unpack()
90 temp_upper = mpn[current_limb] & mask; in _nmod_poly_bit_unpack()
99 temp_lower = mpn[current_limb++] >> current_bit; in _nmod_poly_bit_unpack()
116 (mpn[current_limb] >> current_bit) | (mpn[current_limb + 1] in _nmod_poly_bit_unpack()
121 temp_upper = mpn[current_limb] >> current_bit; in _nmod_poly_bit_unpack()
145 temp_lower = mpn[current_limb++]; in _nmod_poly_bit_unpack()
146 temp_upper = mpn[current_limb++]; in _nmod_poly_bit_unpack()
[all …]
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/
H A DChangeLog11 * mpn/x86_64/fat/fat.c: Add more CPUs.
12 * mpn/x86/fat/fat.c: Add more CPUs.
17 * mpn/x86_64/x86_64-defs.m4 (COFF_TYPE): Copy from mpn/x86/x86-defs.m4
76 * mpn/arm64/darwin.m4: New file.
194 * tests/mpn/t-gcd_22.c: Likewise.
319 mpn/generic/hgcd2.c.
545 * mpn/asm-defs.m4: Add gcd_22.
603 * mpn/x86/gcd_11.asm: New file.
629 * mpn/asm-defs.m4: Add gcd_11.
1048 mpn/powerpc64/p9/addmul_1.asm.
[all …]
H A DAUTHORS10 Ken Weber Now defunct mpn/generic/bdivmod.c, old mpn/generic/gcd.c
14 Andreas Schwab mpn/m68k/lshift.asm, mpn/m68k/rshift.asm
17 mpn/arm
50 mpn/x86_64/invert_limb.asm,
53 mpn/x86_64/core2/aorsmul_1.asm,
82 mpn/x86_64/core2/aors_err1_n.asm.
84 Martin Boij mpn/generic/perfpow.c
94 mpn/sparc64/tabselect.asm
100 mpn/powerpc32/{darwin,elf}.m4,
104 mpn/powerpc64/mode64/p7/gcd_1.asm,
[all …]
/dports/math/gap/gap-4.11.0/extern/gmp/
H A DAUTHORS10 Ken Weber Now defunct mpn/generic/bdivmod.c, old mpn/generic/gcd.c
14 Andreas Schwab mpn/m68k/lshift.asm, mpn/m68k/rshift.asm
17 mpn/arm
50 mpn/x86_64/invert_limb.asm,
53 mpn/x86_64/core2/aorsmul_1.asm,
76 mpn/x86_64/core2/aors_err1_n.asm.
78 Martin Boij mpn/generic/perfpow.c
88 mpn/sparc64/tabselect.asm
94 mpn/powerpc32/{darwin,elf}.m4,
98 mpn/powerpc64/mode64/p7/gcd_1.asm,
[all …]
H A DChangeLog10977 * mpn/toom2_sqr.c, mpn/toom3_sqr.c, mpn/toom4_sqr.c: New files.
15064 * mpn/generic/gcd.c, mpn/generic/hgcd.c, mpn/generic/hgcd2.c
15133 * mpn/generic/hgcd.c, mpn/generic/hgcd2.c, mpn/generic/qstack.c:
15151 * mpn/generic/hgcd.c, mpn/generic/hgcd2.c, mpn/generic/qstack.c:
18393 * mpn/ia64/add_n.asm, mpn/ia64/addmul_1.asm, mpn/ia64/mul_1.asm,
20736 * mpn/hppa/*.asm, mpn/pa64/*.asm, mpn/pa64w/*.asm: Use L().
20743 mpn/mips3/mips.m4, mpn/ia64/default.m4, mpn/powerpc32/aix.m4,
26604 * mpn/generic/diveby3.c, mpn/generic/mul_n.c, mpn/generic/gcd.c,
27180 * mpn/pa64/addmul_1.S, mpn/pa64/lshift.s, mpn/pa64/mul_1.S,
27181 mpn/pa64/rshift.s, mpn/pa64/sub_n.s, mpn/pa64/submul_1.S,
[all …]
/dports/math/mingw32-libgmp/gmp-6.0.0/
H A DAUTHORS10 Ken Weber Now defunct mpn/generic/bdivmod.c, old mpn/generic/gcd.c
14 Andreas Schwab mpn/m68k/lshift.asm, mpn/m68k/rshift.asm
17 mpn/arm
50 mpn/x86_64/invert_limb.asm,
53 mpn/x86_64/core2/aorsmul_1.asm,
76 mpn/x86_64/core2/aors_err1_n.asm.
78 Martin Boij mpn/generic/perfpow.c
88 mpn/sparc64/tabselect.asm
94 mpn/powerpc32/{darwin,elf}.m4,
98 mpn/powerpc64/mode64/p7/gcd_1.asm,
[all …]
H A DChangeLog9764 * mpn/toom2_sqr.c, mpn/toom3_sqr.c, mpn/toom4_sqr.c: New files.
13851 * mpn/generic/gcd.c, mpn/generic/hgcd.c, mpn/generic/hgcd2.c
13920 * mpn/generic/hgcd.c, mpn/generic/hgcd2.c, mpn/generic/qstack.c:
13938 * mpn/generic/hgcd.c, mpn/generic/hgcd2.c, mpn/generic/qstack.c:
17180 * mpn/ia64/add_n.asm, mpn/ia64/addmul_1.asm, mpn/ia64/mul_1.asm,
19523 * mpn/hppa/*.asm, mpn/pa64/*.asm, mpn/pa64w/*.asm: Use L().
19530 mpn/mips3/mips.m4, mpn/ia64/default.m4, mpn/powerpc32/aix.m4,
25391 * mpn/generic/diveby3.c, mpn/generic/mul_n.c, mpn/generic/gcd.c,
25967 * mpn/pa64/addmul_1.S, mpn/pa64/lshift.s, mpn/pa64/mul_1.S,
25968 mpn/pa64/rshift.s, mpn/pa64/sub_n.s, mpn/pa64/submul_1.S,
[all …]
/dports/math/gmp/gmp-6.2.1/
H A DAUTHORS10 Ken Weber Now defunct mpn/generic/bdivmod.c, old mpn/generic/gcd.c
14 Andreas Schwab mpn/m68k/lshift.asm, mpn/m68k/rshift.asm
17 mpn/arm
50 mpn/x86_64/invert_limb.asm,
53 mpn/x86_64/core2/aorsmul_1.asm,
82 mpn/x86_64/core2/aors_err1_n.asm.
84 Martin Boij mpn/generic/perfpow.c
94 mpn/sparc64/tabselect.asm
100 mpn/powerpc32/{darwin,elf}.m4,
104 mpn/powerpc64/mode64/p7/gcd_1.asm,
[all …]
H A DChangeLog12527 * mpn/toom2_sqr.c, mpn/toom3_sqr.c, mpn/toom4_sqr.c: New files.
16614 * mpn/generic/gcd.c, mpn/generic/hgcd.c, mpn/generic/hgcd2.c
16683 * mpn/generic/hgcd.c, mpn/generic/hgcd2.c, mpn/generic/qstack.c:
16701 * mpn/generic/hgcd.c, mpn/generic/hgcd2.c, mpn/generic/qstack.c:
19943 * mpn/ia64/add_n.asm, mpn/ia64/addmul_1.asm, mpn/ia64/mul_1.asm,
22286 * mpn/hppa/*.asm, mpn/pa64/*.asm, mpn/pa64w/*.asm: Use L().
22293 mpn/mips3/mips.m4, mpn/ia64/default.m4, mpn/powerpc32/aix.m4,
28154 * mpn/generic/diveby3.c, mpn/generic/mul_n.c, mpn/generic/gcd.c,
28730 * mpn/pa64/addmul_1.S, mpn/pa64/lshift.s, mpn/pa64/mul_1.S,
28731 mpn/pa64/rshift.s, mpn/pa64/sub_n.s, mpn/pa64/submul_1.S,
[all …]
/dports/math/mpir/mpir-3.0.0/
H A DChangeLog2121 * mpn/alpha/alpha-defs.m4, mpn/alpha/default.m4, mpn/alpha/unicos.m4
3111 mpn/x86/fat/gmp-mparam.h, mpn/x86/fat/gcd_1.c, mpn/x86/fat/mode1o.c:
5188 * mpn/ia64/add_n.asm, mpn/ia64/addmul_1.asm, mpn/ia64/mul_1.asm,
5520 * mpn/pa32/udiv.asm, mpn/pa32/hppa1_1/udiv.asm, mpn/pa64/udiv.asm:
7528 * mpn/hppa/*.asm, mpn/pa64/*.asm, mpn/pa64w/*.asm: Use L().
7535 mpn/mips3/mips.m4, mpn/ia64/default.m4, mpn/powerpc32/aix.m4,
7538 * mpn/alpha/unicos.m4, mpn/alpha/default.m4, mpn/alpha/cntlz.asm,
13396 * mpn/generic/diveby3.c, mpn/generic/mul_n.c, mpn/generic/gcd.c,
13972 * mpn/pa64/addmul_1.S, mpn/pa64/lshift.s, mpn/pa64/mul_1.S,
13973 mpn/pa64/rshift.s, mpn/pa64/sub_n.s, mpn/pa64/submul_1.S,
[all …]
/dports/finance/prestashop/prestashop/src/Core/Domain/Product/QueryResult/
H A DProductDetails.php54 private $mpn; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Product\\QueryResult\\ProductDetails
65 * @param string $mpn
72 string $mpn, argument
78 $this->mpn = $mpn;
111 return $this->mpn;
/dports/finance/prestashop/prestashop/src/Core/Domain/Product/Combination/QueryResult/
H A DCombinationDetails.php51 private $mpn; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Product\\Combination\\QueryResult\\CombinationDetails
71 * @param string $mpn
79 string $mpn, argument
86 $this->mpn = $mpn;
113 return $this->mpn;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ShoppingContent/
H A DOrderTrackingSignalLineItemDetails.php22 public $mpn; variable in Google_Service_ShoppingContent_OrderTrackingSignalLineItemDetails
42 public function setMpn($mpn) argument
44 $this->mpn = $mpn;
48 return $this->mpn;
/dports/finance/prestashop/prestashop/src/Core/Domain/Product/Command/
H A DUpdateProductDetailsCommand.php65 private $mpn; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Product\\Command\\UpdateProductDetailsCommand
153 return $this->mpn;
157 * @param string $mpn
161 public function setMpn(string $mpn): UpdateProductDetailsCommand argument
163 $this->mpn = $mpn;
/dports/math/mpir/mpir-3.0.0/build.vc/
H A Dprebuild.bat2 rem %1 = mpn directory (generic, x86\... or x86_64\...)
9 if not exist ..\mpn\%sdir% (call :seterr & echo ERROR: %1 is not supported & exit /b %errorlevel%)
11 echo building MPIR for %1 (%platform%) from directory mpn\%sdir%
13 set cdir=..\build.vc%3\cdata\mpn\%sdir%\
14 set sdir=..\mpn\%sdir%\
15 set bdir=..\mpn\%bdir%\
/dports/finance/prestashop/prestashop/src/Core/Domain/Product/Combination/Command/
H A DUpdateCombinationDetailsCommand.php62 private $mpn; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Product\\Combination\\Command\\UpdateCombinationDetailsCommand
143 return $this->mpn;
147 * @param string $mpn
151 public function setMpn(string $mpn): UpdateCombinationDetailsCommand argument
153 $this->mpn = $mpn;
/dports/lang/ghc/ghc-8.10.7/libraries/integer-gmp/gmp/
H A Dgmpsrc.patch8 -SUBDIRS = tests mpn mpz mpq mpf printf scanf rand cxx demos tune doc
9 +SUBDIRS = tests mpn mpz mpq mpf printf scanf rand cxx demos tune
20 -SUBDIRS = tests mpn mpz mpq mpf printf scanf rand cxx demos tune doc
21 +SUBDIRS = tests mpn mpz mpq mpf printf scanf rand cxx demos tune
32mpn/Makefile mpq/Makefile mpz/Makefile printf/Makefile scanf/Makefile rand/Makefile cxx/Makefile t…
33mpn/Makefile mpq/Makefile mpz/Makefile printf/Makefile scanf/Makefile rand/Makefile cxx/Makefile t…
/dports/multimedia/vlc/vlc-3.0.16/contrib/src/gmp/
H A Darm64-Change-adrp-add-relocations-to-darwin-style.patch7 mpn/arm64/invert_limb.asm | 4 ++--
10 diff --git a/mpn/arm64/invert_limb.asm b/mpn/arm64/invert_limb.asm
12 --- a/mpn/arm64/invert_limb.asm
13 +++ b/mpn/arm64/invert_limb.asm
H A Darm64-Add-GSYM_PREFIX-to-function-calls-in-assembly.patch7 mpn/arm64/gcd_1.asm | 4 ++--
10 diff --git a/mpn/arm64/gcd_1.asm b/mpn/arm64/gcd_1.asm
12 --- a/mpn/arm64/gcd_1.asm
13 +++ b/mpn/arm64/gcd_1.asm
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/
H A DTestOrderLineItemProduct.php27 public $mpn; variable in Google_Service_ShoppingContent_TestOrderLineItemProduct
84 public function setMpn($mpn) argument
86 $this->mpn = $mpn;
90 return $this->mpn;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp2a/
H A Dnontype-class36.C12 static const constexpr MemPtr mpn = { nullptr }; variable
26 typedef X<B{{ mpn }}> XB;
37 typedef X<B{{ mpi, mpn }}> XBp;
48 typedef X<B{{ mpi, mpi, mpn }}> XBpp;
61 typedef X<B{ mpn, mpn, mpi }> XB00p;
62 typedef X<B{ mpn, mp_, mpi }> XB00p; // { dg-bogus "conflicting declaration" "pr94…
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/cpp2a/
H A Dnontype-class36.C12 static const constexpr MemPtr mpn = { nullptr }; variable
26 typedef X<B{{ mpn }}> XB;
37 typedef X<B{{ mpi, mpn }}> XBp;
48 typedef X<B{{ mpi, mpi, mpn }}> XBpp;
61 typedef X<B{ mpn, mpn, mpi }> XB00p;
62 typedef X<B{ mpn, mp_, mpi }> XB00p; // { dg-bogus "conflicting declaration" "pr94…
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp2a/
H A Dnontype-class36.C12 static const constexpr MemPtr mpn = { nullptr }; variable
26 typedef X<B{{ mpn }}> XB;
37 typedef X<B{{ mpi, mpn }}> XBp;
48 typedef X<B{{ mpi, mpi, mpn }}> XBpp;
61 typedef X<B{ mpn, mpn, mpi }> XB00p;
62 typedef X<B{ mpn, mp_, mpi }> XB00p; // { dg-bogus "conflicting declaration" "pr94…

12345678910>>...54