Import mpdecimal_4.0.1.orig.tar.gz
authorOndřej Surý <ondrej@debian.org>
Fri, 9 May 2025 11:49:34 +0000 (13:49 +0200)
committerOndřej Surý <ondrej@debian.org>
Fri, 9 May 2025 11:49:34 +0000 (13:49 +0200)
commitd21c73dfadfc4a46d26d8ec41b7d91dfb19c69f0
treef05deee40d4066c5611a29d71a5ff75e5aa20b4f
Import mpdecimal_4.0.1.orig.tar.gz

[dgit import orig mpdecimal_4.0.1.orig.tar.gz]
141 files changed:
CHANGELOG.txt [new file with mode: 0644]
COPYRIGHT.txt [new file with mode: 0644]
INSTALL.txt [new file with mode: 0644]
Makefile.in [new file with mode: 0644]
README.txt [new file with mode: 0644]
config.guess [new file with mode: 0755]
config.h.in [new file with mode: 0644]
config.sub [new file with mode: 0755]
configure [new file with mode: 0755]
configure.ac [new file with mode: 0644]
doc/COPYRIGHT.txt [new file with mode: 0644]
doc/libmpdec++.3 [new file with mode: 0644]
doc/libmpdec.3 [new file with mode: 0644]
doc/mpdecimal.3 [new file with mode: 0644]
install-sh [new file with mode: 0755]
libmpdec++/.objs/README.txt [new file with mode: 0644]
libmpdec++/.pc/libmpdec++.pc.in [new file with mode: 0644]
libmpdec++/.profile/train.sh [new file with mode: 0755]
libmpdec++/Makefile.in [new file with mode: 0644]
libmpdec++/Makefile.vc [new file with mode: 0644]
libmpdec++/bench.cc [new file with mode: 0644]
libmpdec++/bench_full.cc [new file with mode: 0644]
libmpdec++/decimal.cc [new file with mode: 0644]
libmpdec++/decimal.hh [new file with mode: 0644]
libmpdec++/examples/factorial.cc [new file with mode: 0644]
libmpdec++/examples/pi.cc [new file with mode: 0644]
libmpdec/.objs/README.txt [new file with mode: 0644]
libmpdec/.objs/symbols32.exp [new file with mode: 0644]
libmpdec/.objs/symbols64.exp [new file with mode: 0644]
libmpdec/.pc/libmpdec.pc.in [new file with mode: 0644]
libmpdec/.profile/train.sh [new file with mode: 0755]
libmpdec/Makefile.in [new file with mode: 0644]
libmpdec/Makefile.vc [new file with mode: 0644]
libmpdec/README.txt [new file with mode: 0644]
libmpdec/basearith.c [new file with mode: 0644]
libmpdec/basearith.h [new file with mode: 0644]
libmpdec/bench.c [new file with mode: 0644]
libmpdec/bench_full.c [new file with mode: 0644]
libmpdec/bits.h [new file with mode: 0644]
libmpdec/constants.c [new file with mode: 0644]
libmpdec/constants.h [new file with mode: 0644]
libmpdec/context.c [new file with mode: 0644]
libmpdec/convolute.c [new file with mode: 0644]
libmpdec/convolute.h [new file with mode: 0644]
libmpdec/crt.c [new file with mode: 0644]
libmpdec/crt.h [new file with mode: 0644]
libmpdec/difradix2.c [new file with mode: 0644]
libmpdec/difradix2.h [new file with mode: 0644]
libmpdec/examples/README.txt [new file with mode: 0644]
libmpdec/examples/compare.c [new file with mode: 0644]
libmpdec/examples/div.c [new file with mode: 0644]
libmpdec/examples/divmod.c [new file with mode: 0644]
libmpdec/examples/multiply.c [new file with mode: 0644]
libmpdec/examples/pow.c [new file with mode: 0644]
libmpdec/examples/powmod.c [new file with mode: 0644]
libmpdec/examples/shift.c [new file with mode: 0644]
libmpdec/examples/sqrt.c [new file with mode: 0644]
libmpdec/fnt.c [new file with mode: 0644]
libmpdec/fnt.h [new file with mode: 0644]
libmpdec/fourstep.c [new file with mode: 0644]
libmpdec/fourstep.h [new file with mode: 0644]
libmpdec/io.c [new file with mode: 0644]
libmpdec/io.h [new file with mode: 0644]
libmpdec/literature/REFERENCES.txt [new file with mode: 0644]
libmpdec/literature/bignum.txt [new file with mode: 0644]
libmpdec/literature/fnt.py [new file with mode: 0644]
libmpdec/literature/matrix-transform.txt [new file with mode: 0644]
libmpdec/literature/mulmod-64.txt [new file with mode: 0644]
libmpdec/literature/mulmod-ppro.txt [new file with mode: 0644]
libmpdec/literature/six-step.txt [new file with mode: 0644]
libmpdec/literature/umodarith.lisp [new file with mode: 0644]
libmpdec/mpalloc.c [new file with mode: 0644]
libmpdec/mpalloc.h [new file with mode: 0644]
libmpdec/mpdecimal.c [new file with mode: 0644]
libmpdec/mpdecimal.h.in [new file with mode: 0644]
libmpdec/mpdecimal32vc.h [new file with mode: 0644]
libmpdec/mpdecimal64vc.h [new file with mode: 0644]
libmpdec/mpsignal.c [new file with mode: 0644]
libmpdec/numbertheory.c [new file with mode: 0644]
libmpdec/numbertheory.h [new file with mode: 0644]
libmpdec/sixstep.c [new file with mode: 0644]
libmpdec/sixstep.h [new file with mode: 0644]
libmpdec/transpose.c [new file with mode: 0644]
libmpdec/transpose.h [new file with mode: 0644]
libmpdec/typearith.h [new file with mode: 0644]
libmpdec/umodarith.h [new file with mode: 0644]
libmpdec/vcdiv64.asm [new file with mode: 0644]
tests++/Makefile.in [new file with mode: 0644]
tests++/Makefile.vc [new file with mode: 0644]
tests++/README.txt [new file with mode: 0644]
tests++/additional.topTest [new file with mode: 0644]
tests++/apitest.cc [new file with mode: 0644]
tests++/gettests.bat [new file with mode: 0644]
tests++/gettests.sh [new file with mode: 0755]
tests++/official.topTest [new file with mode: 0644]
tests++/runshort.sh [new file with mode: 0755]
tests++/runshort_alloc.sh [new file with mode: 0755]
tests++/runtest.cc [new file with mode: 0644]
tests++/test.cc [new file with mode: 0644]
tests++/test.hh [new file with mode: 0644]
tests++/vctest.hh [new file with mode: 0644]
tests/Makefile.in [new file with mode: 0644]
tests/Makefile.vc [new file with mode: 0644]
tests/README.txt [new file with mode: 0644]
tests/additional.decTest [new file with mode: 0644]
tests/gettests.bat [new file with mode: 0755]
tests/gettests.sh [new file with mode: 0755]
tests/official.decTest [new file with mode: 0644]
tests/runshort.sh [new file with mode: 0755]
tests/runshort_alloc.sh [new file with mode: 0755]
tests/runtest.c [new file with mode: 0644]
tests/test.c [new file with mode: 0644]
tests/test.h [new file with mode: 0644]
tests/testdata_dist/baseconv.decTest [new file with mode: 0644]
tests/testdata_dist/binop_eq.decTest [new file with mode: 0644]
tests/testdata_dist/cov.decTest [new file with mode: 0644]
tests/testdata_dist/divmod.decTest [new file with mode: 0644]
tests/testdata_dist/divmod_eq.decTest [new file with mode: 0644]
tests/testdata_dist/extra.decTest [new file with mode: 0644]
tests/testdata_dist/fma_eq.decTest [new file with mode: 0644]
tests/testdata_dist/format.decTest [new file with mode: 0644]
tests/testdata_dist/getint.decTest [new file with mode: 0644]
tests/testdata_dist/invroot.decTest [new file with mode: 0644]
tests/testdata_dist/largeint.decTest [new file with mode: 0644]
tests/testdata_dist/maxprec.decTest [new file with mode: 0644]
tests/testdata_dist/powmod.decTest [new file with mode: 0644]
tests/testdata_dist/powmod_eq.decTest [new file with mode: 0644]
tests/testdata_dist/shiftlr.decTest [new file with mode: 0644]
tests/testdata_dist/testruntest.decTest [new file with mode: 0644]
tests/vctest.h [new file with mode: 0644]
vcbuild/README.txt [new file with mode: 0644]
vcbuild/pgobuild32.bat [new file with mode: 0755]
vcbuild/pgobuild64.bat [new file with mode: 0755]
vcbuild/runshort.bat [new file with mode: 0755]
vcbuild/runshort_alloc.bat [new file with mode: 0755]
vcbuild/vcbuild32.bat [new file with mode: 0755]
vcbuild/vcbuild64.bat [new file with mode: 0755]
vcbuild/vcbuild_arm32.bat [new file with mode: 0755]
vcbuild/vcbuild_arm64.bat [new file with mode: 0755]
vcbuild/vcclean.bat [new file with mode: 0755]
vcbuild/vcdistclean.bat [new file with mode: 0755]