Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

gmp-debugsource-6.3.0-slfo.1.1.4 RPM for aarch64

From OpenSuSE Leap 16.0 for aarch64

Name: gmp-debugsource Distribution: SUSE Linux Framework One
Version: 6.3.0 Vendor: SUSE LLC <https://www.suse.com/>
Release: slfo.1.1.4 Build date: Sat Jun 22 10:08:28 2024
Group: Development/Debug Build host: h04-armsrv1
Size: 2346869 Source RPM: gmp-6.3.0-slfo.1.1.4.src.rpm
Packager: https://www.suse.com/
Url: https://gmplib.org/
Summary: Debug sources for package gmp
This package provides debug sources for package gmp.
Debug sources are useful when developing applications that use this
package or when debugging this package.

Provides

Requires

License

(GPL-2.0-or-later OR LGPL-3.0-or-later) AND GPL-3.0-or-later

Changelog

* Tue Aug 22 2023 rguenther@suse.com
  - Add gmp-6.3.0-s390x-fix.patch to fix s390x optimized code on z13.
* Fri Aug 04 2023 rguenther@suse.com
  - GMP 6.3.0
    * A possible overflow of type int is avoided for mpz_cmp on huge operands.
    * A possible error condition when a malformed file is read with mpz_inp_raw
      is now correctly handled.
    * New public function mpz_prevprime, companion of the existing mpz_nextprime.
    * New documented pointer types mpz_ptr, mpz_srcptr, and similar for other
      GMP types. Refer to the manual for full list and suggested usage. These
      types have been present in gmp.h at least since GMP-4.0, but previously
      not advertised to users.
    * Support for 64-bit Arm under Macos.
    * Support for the loongarch64 CPU family.
    * Support for building with LTO, link-time optimisations.
    * New special code for base = 2 in mpz_powm reduces the average time for
      the functions that test primality.
    * Speedup for the function mpz_nextprime on large operands.
    * Speedup for multiplications (some sizes only) thanks to new internal
      functions to compute small negacyclic products.
    * Special assembly code for IBM z13 and later "mainframe" CPUs, resulting
      in a huge speedup.
    * Improved assembly for several 64-bit x86 CPUs, Risc-V, 64-bit Arm.
  - Removed gmp-6.2.1-CVE-2021-43618.patch which is included in the
    new release.
* Tue Nov 16 2021 rguenther@suse.com
  - Add gmp-6.2.1-CVE-2021-43618.patch to fix buffer overflow on
    malformed input to mpz_inp_raw.  [bsc#1192717, CVE-2021-43618]
* Tue Apr 20 2021 rguenther@suse.com
  - Compute FIPS hmac for libgmp.so.10 [bsc#1184555]
* Sat Apr 10 2021 andreas.stieger@gmx.de
  - do not break SLE 12 build when applying spec-cleaner
* Wed Dec 09 2020 rguenther@suse.com
  - Add gmp-6.2.1-arm64-invert_limb.patch [bsc#1179751]
* Thu Dec 03 2020 andreas.stieger@gmx.de
  - GMP 6.2.1:
    * A possible overflow of type int is avoided for mpz_cmp on huge
      operands
    * Overflows are more carefully detected and reported for
      mpz_pow_ui
    * Fix a bug in longlong.h for aarch64 sub_ddmmss
    * mini-gmp: mpz_out_str and mpq_out_str now correctly handle out
      of range bases
    * C90 compliance
    * Support for more processors
* Tue May 26 2020 coolo@suse.com
  - correct license statement (library itself is no GPL-3.0)
* Mon Jan 27 2020 rguenther@suse.com
  - Remove broken packaged libgmp.a just containing LTO bytecode.
* Sun Jan 19 2020 andreas.stieger@gmx.de
  - GMP 6.2.0:
    * New C++ functions factorial, primorial and fibonacci for mpz_class
    * Functions to detect primality now substitute the first 24 Miller-Rabin
      iterations with the BPSW test
    * Mini-GMP: new functions mpz_2fac_ui and mpz_mfac_uiui.
    * Mini-GMP: mpz_sizeinbase, mpz_get_str, and mpz_set_str now support bases up
      to 62.
    * various bug fixes
    * Major speedup on AMD Ryzen and Epyc, IBM POWER9, 64-bit ARM CPUs
      from assembly code
    * Speedups from reimplementations
  - drop patches:
    * gmp-6.1.2-conftest.patch, upstream
    * gmp-noexec.diff, upstream
    * floating-point-format-no-lto.patch, similar change
* Sun Jul 07 2019 jengelh@inai.de
  - Move prominent summary from description to the summary field,
    and update the main description.
* Mon Jul 01 2019 mliska@suse.cz
  - Add floating-point-format-no-lto.patch in order to fix assembler scanning
    (boo#1138809).
* Thu Feb 22 2018 fvogt@suse.com
  - Use %license (boo#1082318)
* Thu Feb 09 2017 dimstar@opensuse.org
  - Explicitly BuildRequire m4
* Wed Jan 04 2017 rguenther@suse.com
  - Update to GMP 6.1.2 release.
    * Mini-GMP: Fixed a division bug, which on a machine with 64-bit
      unsigned long affects approximately 1 out of 2^32 divisors.
    * Mini-GMP: Fix mpz_set_str crash on inputs with a large number of
      leading zeros. Also stricter input validation, rejecting inputs
      with no digits.
    * Handle more systems which require PIC code in static libraries (e.g.,
      "hardened" Gentoo and Debian 9).
    * Configuration for arm (-32 and -64) has been rewritten, fixing poor
      code selection for many CPUs.
    * Mini-GMP: Updated to the latest development version, including
      new functions mpn_com and mpn_neg.
  - Add gmp-6.1.2-conftest.patch to fix configure test.
* Thu Jun 30 2016 mpluskal@suse.com
  - Use macro for configure (as bsc#870358) is already fixed
  - Use xz compressed archives
  - Update info pages dependencies
* Thu Jun 23 2016 astieger@suse.com
  - gmp 6.1.1:
    * Work around faulty cpuid on some recent Intel chips (this
      allows GMP to run on Skylake Pentiums).
* Mon Nov 02 2015 rguenther@suse.com
  - Update to GMP 6.1.0 release.
    * New C++ functions gcd and lcm for mpz_class
    * New public mpn functions mpn_divexact_1, mpn_zero_p, and mpn_cnd_swap
    * New public mpq_cmp_z function, to efficiently compare rationals with
      integers
    * Support for more 32-bit arm processors
    * Support for AVX-less modern x86 CPUs
    * Speedups and bugfixes
  - Includes gmp-6.0.0-ppc64-gcd.diff, now removed
  - Update gmp keyring
* Tue Feb 24 2015 mpluskal@suse.com
  - Remove old ppc related conditionals
* Tue Feb 24 2015 mpluskal@suse.com
  - Cleanup spec file with spec-cleaner
  - Refresh sources
  - Add gpg signature
  - Correct version number so that it matches actuall version
* Mon Nov 17 2014 schwab@suse.de
  - Make gmp-noexec.diff compatible with arm
  - Use correct version number
* Fri Nov 07 2014 afaerber@suse.de
  - Fix tarball directory name to unbreak build
* Wed Mar 26 2014 rguenther@suse.com
  - Update to GMP 6.0.0 release.
    * includes powerpc64le support and obsoletes
      gmp-support-powerpc64le-linux.patch and gmp-ppc64le-mod.patch
    * The function mpz_invert now considers any number invertible in Z/1Z
    * The mpn multiply code now handles operands of more than 2^31 limbs
      correctly
    * Plain division of large operands is faster and more monotonous in
      operand size
    * Major speedup for ARM, in particular ARM Cortex-A15, thanks to improved
      assembly.
    * Speedup for Intel Sandy Bridge, Ivy Bridge, Haswell, thanks to rewritten
      and vastly expanded assembly support.  Speedup also for the older Core 2
      and Nehalem.
    * Faster mixed arithmetic between mpq_class and double.
    * With g++, optimise more operations when one argument is a simple
      constant.
    * Support for ARM64 alias Aarch64 alias ARMv8.
    * New public functions mpn_sec_mul and mpn_sec_sqr, implementing
      side-channel
      silent multiplication and squaring.
    * New public functions mpn_sec_div_qr and mpn_sec_div_r, implementing
      side-channel silent division.
    * New public functions mpn_cnd_add_n and mpn_cnd_sub_n.  Side-channel
      silent conditional addition and subtraction.
    * New public function mpn_sec_powm, implementing side-channel silent
      modexp.
    * New public function mpn_sec_invert, implementing side-channel silent
      modular inversion.
    * Better support for applications which use the mpz_t type, but
      nevertheless need to call some of the lower-level mpn functions.  See
      the documentation for mpz_limbs_read and related functions.
  - gmp-6.0.0-ppc64-gcd.diff: Fix build on ppc64 and ppc64le
  - Fix build on SLE11 by not using %configure
* Wed Dec 04 2013 anton@samba.org
  - gmp-support-powerpc64le-linux.patch: Add ppc64le ABIv2 support
  - gmp-ppc64le-mod.patch: Fix ppc64le issues
* Wed Oct 02 2013 rguenther@suse.com
  - Update to GMP 5.1.3 release.
    * The internal functions mpn_sbpi1_div_qr_sec mpn_sbpi1_div_r_sec could
      compute garbage with a low probability.  They are now rewritten, and the
      test code has been improved.
    * A bug in the ia64 implementation of mpn_divrem_2, clobbering some
      callee-save registers, has been fixed. This is an internal
      function, with the bug manifesting itself as miscomputation in,
      e.g., mpn_sqrtrem.
    * The documentation now correctly says 'const' for input arguments.
* Wed May 22 2013 rguenther@suse.com
  - Update to GMP 5.1.2 release.
    * A bug in mpz_powm_ui triggered by base arguments of at least 15000
      decimal digits or mod arguments of at least 7500 decimal digits has
      been fixed.
* Wed Mar 27 2013 mmeister@suse.com
  - Added url as source.
    Please see http://en.opensuse.org/SourceUrls
* Wed Feb 20 2013 schwab@suse.de
  - Update baselibs.conf for removal of libmp3
* Wed Feb 13 2013 rguenther@suse.com
  - Update to GMP 5.1.1 release.
    * Aarch64 alias ARM64 support now works.
    * A possible buffer overrun in mpz_ior has been fixed.
    * A rare sign flip in mpz_remove has been fixed.
    * A bug causing problems with mpf numbers with absolute value >= 2^31 has
      been fixed.
    * Several bugs in mini-gmp have been fixed.
    * Preliminary support for the x32 ABI under x86-64.
* Wed Dec 19 2012 rguenther@suse.com
  - Update to GMP 5.1.0 release.
    * Bug fixes and speedups
    * Many new CPUs recognised
    * New functions for multi-factorials, and primorial: mpz_2fac_ui,
      mpz_mfac_uiui and mpz_primorial_ui
    * The fat binary mechanism is now more robust in its CPU recognition
    * Drops support for BSD compatibility library
* Thu Sep 13 2012 coolo@suse.com
  - replace ; with and in license tag
* Wed Jul 04 2012 rguenther@suse.com
  - Pick fix for the aborts from CPU detection code from the upstream
    branch.  [bnc#671262]
* Tue Jul 03 2012 bwiedemann@suse.com
  - do not abort on kvm's x86_64 "CPU" on AMD (bnc#671262)
* Tue May 29 2012 coolo@suse.com
  - do not abort on kvm's x86_64 "CPU", just use generic support for
    unknown CPUs
* Mon May 07 2012 rguenther@suse.com
  - Update to release GMP 5.0.5
    * A bug causing AMD 11h processors to be treated like AMD 10h has been fixed.
    * A bug affecting recent Intel Sandy Bridge CPUs resulting in
      configuration failures has been fixed.
* Wed Feb 15 2012 rguenther@suse.com
  - Remove redundant --host specification on %configure.
* Fri Feb 10 2012 rguenther@suse.com
  - Update to release GMP 5.0.4
    * Thresholds in mpn_powm_sec for both fat and non-fat builds are now used
      safely, plugging a one-word buffer overrun introduced in the 5.0.3 release
      (for non-fat) and a multi-word buffer overrun that existed since 5.0 (for
      fat).  (We have not been able to provoke malign stack smashing in any of
      the ~100 configurations explored by the GMP nightly builds, but the bug
      should be assumed to be exploitable.)
    * Two bugs in multiplication code causing incorrect computation with
      extremely low probability have been fixed.
    * A bug in the test suite causing buffer overruns during "make check",
      sometimes leading to subsequent malloc crashes, has been fixed.
    * Two bugs in the gcd code have been fixed.  They could lead to incorrect
      results, but for uniformly distributed random operands, the likelihood for
      that is infinitesimally small.  (There was also a third bug, but that was
      an incorrect ASSERT, which furthermore was not enabled by default.)
    * A bug affecting 32-bit PowerPC division has been fixed.  The bug caused
      miscomputation for certain divisors in the range 2^32 ... 2^64-1 (about 1
      in 2^30 of these).
* Sat Feb 04 2012 jengelh@medozas.de
  - Remove redundant tags/sections (see specfile guidelines)
* Mon Jan 30 2012 rguenther@suse.com
  - Update to release GMP 5.0.3
    * A slight timing leak of the powm_sec functions have been sealed.  (This
      leak could possibly be used to extract the most significant few bits of the
      exponent.  "Few" here means at most 10.)
    * The mpz_nextprime function now runs a safer number of pseudo-random prime
      tests.
    * A bug in division code possibly causing incorrect computation was fixed.
    * New CPUs recognised.
    * IBM S/390 are now supported in both 31/32-bit and 64-bit mode.
  - Dropped SUSE local patches for S/390 support.
* Tue Sep 27 2011 dmueller@suse.de
  - avoid noexec stack patch on arm
* Mon Jun 20 2011 idonmez@novell.com
  - Update to release GMP 5.0.2
    * Many minor bugs related to portability fixed.
    * The support for HPPA 2.0N now works, after an assembly bug fix.
    * A test case type error has been fixed.  The symptom of this bug
      was spurious 'make check' failures.
    * Fat builds are now supported for 64-bit x86 processors also under Darwin.
  - Remove unknown configure option --disable-mpfr
* Mon Apr 18 2011 ro@suse.de
  - remove outdated entries from baselibs.conf
* Tue Jan 25 2011 rguenther@novell.com
  - Drop bogus provides/obsoletes of ABI incompatible gmp version.
* Mon Sep 13 2010 rguenther@novell.com
  - Package BSB libmp bindings.  [bnc#623910]
* Mon Sep 06 2010 rguenther@novell.com
  - Update to release GMP 5.0.1.
    * Major performance and memory usage improvements.
    * Enable fat binaries on x86.
    * Bump SO version to 10.
* Mon Jun 28 2010 jengelh@medozas.de
  - use %_smp_mflags
* Mon Jan 11 2010 rguenther@suse.de
  - Update to bugfix release GMP 4.3.2.
    * Fixed bug in mpf_eq.
    * Fixed overflow issues in mpz_set_str, mpz_inp_str, mpf_set_str, and
      mpf_get_str.
    * Avoid unbounded stack allocation for unbalanced multiplication.
    * Fixed bug in FFT multiplication.
* Fri Dec 11 2009 jengelh@medozas.de
  - add baselibs.conf to specfile as source
* Mon Dec 07 2009 jengelh@medozas.de
  - Fix building on SPARC. When rpmbuild is called with
    - -target=sparcv9, %%_target_platform takes on the value
    "sparcv9-suse-linux", but this does not fly for gmp, it requires
    "sparc-suse-linux". This is similar to what binutils.spec does.
* Tue Nov 17 2009 rguenther@suse.de
  - Fix obsoletes of old gmp package.
* Tue May 12 2009 rguenther@suse.de
  - Update to bugfix release GMP 4.3.1.
    * Fixed bug in mpn_gcdext, affecting also mpz_gcdext and mpz_invert.
    * Fixed some minor documentation issues.
    * Recognise more IBM "POWER" processor variants.
* Sat May 09 2009 rguenther@suse.de
  - Fix baselibs.conf wrt package split.  [bnc#501465]
* Wed Apr 15 2009 rguenther@suse.de
  - Update to version 4.3.0.
    * Speedups all over the board
    * Fat binaries on x86_64
  - Split shared libraries according to policy.
* Wed Dec 10 2008 olh@suse.de
  - use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
    (bnc#437293)
* Mon Nov 24 2008 olh@suse.de
  - obsolete old -XXbit packages (bnc#437293)
* Mon Aug 04 2008 rguenther@suse.de
  - Update to version 4.2.3.
    * minor bugfixes
  - Remove no longer applicable patches.
* Thu Apr 10 2008 ro@suse.de
  - added baselibs.conf file to build xxbit packages
    for multilib support
* Thu Jan 03 2008 rguenther@suse.de
  - Fix std::FILE usage for C++ again.
  - Move info postin to the correct sub-package.
* Wed Dec 12 2007 rguenther@suse.de
  - Update to 4.2.2, which is now LGPLv3.
  - Remove no longer applicable patches.
  - Disable building of berkley MP compatibility library.
  - Run testsuite only once.
  - Do not package libtool .la files.
  - Do not package static C++ binding library.
  - Do not package CVS changelog.
* Tue May 22 2007 rguenther@suse.de
  - Fix inline behavior for C99.
* Sat Jan 13 2007 meissner@suse.de
  - Mark assembler code as not needing exec stack/heap by hacking
    the m4 -> assembler wrapper script.
  - Run "make check", as mandated by our packaging guidelines.
* Fri Oct 13 2006 aj@suse.de
  - Fix build on x86-64.
* Fri Oct 13 2006 mjancar@suse.cz
  - update to 4.2.1
    * many bugfixes
* Mon May 15 2006 rguenther@suse.de
  - Disable mpfr, which is now in new packages mpfr and mpfr-devel.
* Wed Jan 25 2006 mls@suse.de
  - converted neededforbuild to BuildRequires
* Fri Jan 13 2006 kukuk@suse.de
  - Create -devel subpackage
* Tue Oct 11 2005 meissner@suse.de
  - fixed broken random2 code using patch from Richard Guenther.
* Sun Sep 18 2005 meissner@suse.de
  - Fixed implicits.
* Wed Apr 13 2005 matz@suse.de
  - Make it build on i386
* Sat Apr 09 2005 ro@suse.de
  - skip testsuite on alpha
* Wed Feb 16 2005 mcihar@suse.cz
  - update to 4.1.4
* Thu Nov 18 2004 ro@suse.de
  - fixed file list
* Sun Sep 05 2004 schwab@suse.de
  - Use autoreconf.
  - Fix read-only section check.
* Tue Aug 10 2004 tcrhak@suse.cz
  - update to 4.1.3
* Tue Mar 02 2004 tcrhak@suse.cz
  - libtoolize, but preserve gmp wrappers for config.sub and config.guess
* Mon Mar 01 2004 meissner@suse.de
  - make work on ppc64 again.
  - libtoolize to add .so. suffixes on amd64 and ia64 again.
* Mon Mar 01 2004 tcrhak@suse.cz
  - fixed bug #33857:
    * applied some patches for 4.1.2
    * use gmp's own config.sub (fixes the configure problem)
    * added configure option --enable-cxx
* Fri Feb 27 2004 ro@suse.de
  - try to fix build with regparm changes
* Sat Jan 10 2004 schwab@suse.de
  - Fix quoting in autoconf macros.
* Fri Dec 05 2003 kukuk@suse.de
  - Fix compiling on s390(x)
* Fri Nov 28 2003 schwab@suse.de
  - Workaround gas bug causing invalid unwind information.
  - Fix aliasing bug in testsuite.
* Wed Oct 15 2003 ro@suse.de
  - use jobs macro instead of -jsomething
* Wed Oct 15 2003 adrian@suse.de
  - fix build for mips
  - build as non-root
* Sun Sep 14 2003 aj@suse.de
  - Enable mpfr library.
* Thu Apr 24 2003 ro@suse.de
  - fix install_info --delete call and move from preun to postun
* Wed Feb 12 2003 mmj@suse.de
  - Add %install_info macros [#23415]
* Wed Jan 15 2003 tcrhak@suse.cz
  - update to version 4.1.2
* Wed Nov 20 2002 schwab@suse.de
  - Work around automake bugs.
* Wed Sep 25 2002 uli@suse.de
  - x86-64: compile mpf/cmp_si.c with -fno-cse-follow-jumps to work
    around compiler bug
* Tue Sep 17 2002 ro@suse.de
  - removed bogus self-provides
* Tue Jun 11 2002 meissner@suse.de
  - Disabled all ppc64 assembler functions for now, reenabled make check.
* Mon Jun 10 2002 olh@suse.de
  - add some basic support for ppc64, disable make check
* Wed May 22 2002 coolo@suse.de
  - adding support for s390x
* Mon May 06 2002 schwab@suse.de
  - Fix last change.
* Mon May 06 2002 meissner@suse.de
  - varargs fixes. You cannot just cast functions pointers between
    non-varargs and varargs functions, this _will_ fail on x86_64.
* Fri Jan 18 2002 tcrhak@suse.cz
  - used macros %{_lib} and %{_libdir}
* Fri Dec 14 2001 tcrhak@suse.cz
  - update to version 4.0
* Wed Aug 01 2001 dan@suse.cz
  - use bzip instead of gzip
* Wed Jun 13 2001 bk@suse.de
  - Add support for s390x and update s390 support
* Mon May 28 2001 pblaha@suse.cz
  - fix include on ia64
* Wed Nov 15 2000 pblaha@suse.cz
  - update to 3.1.1
* Tue Oct 10 2000 schwab@suse.de
  - Fix umul_ppm for ia64.
* Wed Jun 07 2000 schwab@suse.de
  - Recover ia64 support.
  - Match "linux*" instead of "linux-gnu*".
* Wed May 31 2000 smid@suse.cz
  - upgrade to 3.0.1
* Mon May 15 2000 schwab@suse.de
  - Add basic support for ia64.
* Fri Apr 14 2000 smid@suse.cz
  - buildroot added
* Fri Apr 07 2000 bk@suse.de
  - added suse config update macro
* Thu Feb 10 2000 kukuk@suse.de
  - Move /usr/info -> /usr/share/info
* Tue Dec 14 1999 kukuk@suse.de
  - Create shared libraries (BUG#1508)
  - Build libmp, too
  - Add a lot of patches
* Mon Sep 13 1999 bs@suse.de
  - ran old prepare_spec on spec file to switch to new prepare_spec.
* Fri Sep 03 1999 uli@suse.de
  - added patch for PPC
* Wed Sep 01 1999 kukuk@suse.de
  - Specfile cleanup
  - Run make check
* Thu Jan 02 1997 florian@suse.de
  - update to version 2.0.2

Files

/usr/src/debug/gmp-6.3.0
/usr/src/debug/gmp-6.3.0/assert.c
/usr/src/debug/gmp-6.3.0/compat.c
/usr/src/debug/gmp-6.3.0/cxx
/usr/src/debug/gmp-6.3.0/cxx/dummy.cc
/usr/src/debug/gmp-6.3.0/cxx/isfuns.cc
/usr/src/debug/gmp-6.3.0/cxx/ismpf.cc
/usr/src/debug/gmp-6.3.0/cxx/ismpq.cc
/usr/src/debug/gmp-6.3.0/cxx/ismpz.cc
/usr/src/debug/gmp-6.3.0/cxx/ismpznw.cc
/usr/src/debug/gmp-6.3.0/cxx/limits.cc
/usr/src/debug/gmp-6.3.0/cxx/osdoprnti.cc
/usr/src/debug/gmp-6.3.0/cxx/osfuns.cc
/usr/src/debug/gmp-6.3.0/cxx/osmpf.cc
/usr/src/debug/gmp-6.3.0/cxx/osmpq.cc
/usr/src/debug/gmp-6.3.0/cxx/osmpz.cc
/usr/src/debug/gmp-6.3.0/errno.c
/usr/src/debug/gmp-6.3.0/extract-dbl.c
/usr/src/debug/gmp-6.3.0/gmp-impl.h
/usr/src/debug/gmp-6.3.0/gmp.h
/usr/src/debug/gmp-6.3.0/gmpxx.h
/usr/src/debug/gmp-6.3.0/invalid.c
/usr/src/debug/gmp-6.3.0/memory.c
/usr/src/debug/gmp-6.3.0/mp_bpl.c
/usr/src/debug/gmp-6.3.0/mp_clz_tab.c
/usr/src/debug/gmp-6.3.0/mp_dv_tab.c
/usr/src/debug/gmp-6.3.0/mp_get_fns.c
/usr/src/debug/gmp-6.3.0/mp_minv_tab.c
/usr/src/debug/gmp-6.3.0/mp_set_fns.c
/usr/src/debug/gmp-6.3.0/mpf
/usr/src/debug/gmp-6.3.0/mpf/abs.c
/usr/src/debug/gmp-6.3.0/mpf/add.c
/usr/src/debug/gmp-6.3.0/mpf/add_ui.c
/usr/src/debug/gmp-6.3.0/mpf/ceilfloor.c
/usr/src/debug/gmp-6.3.0/mpf/clear.c
/usr/src/debug/gmp-6.3.0/mpf/clears.c
/usr/src/debug/gmp-6.3.0/mpf/cmp.c
/usr/src/debug/gmp-6.3.0/mpf/cmp_d.c
/usr/src/debug/gmp-6.3.0/mpf/cmp_si.c
/usr/src/debug/gmp-6.3.0/mpf/cmp_ui.c
/usr/src/debug/gmp-6.3.0/mpf/cmp_z.c
/usr/src/debug/gmp-6.3.0/mpf/div.c
/usr/src/debug/gmp-6.3.0/mpf/div_2exp.c
/usr/src/debug/gmp-6.3.0/mpf/div_ui.c
/usr/src/debug/gmp-6.3.0/mpf/dump.c
/usr/src/debug/gmp-6.3.0/mpf/eq.c
/usr/src/debug/gmp-6.3.0/mpf/fits_s.h
/usr/src/debug/gmp-6.3.0/mpf/fits_sint.c
/usr/src/debug/gmp-6.3.0/mpf/fits_slong.c
/usr/src/debug/gmp-6.3.0/mpf/fits_sshort.c
/usr/src/debug/gmp-6.3.0/mpf/fits_u.h
/usr/src/debug/gmp-6.3.0/mpf/fits_uint.c
/usr/src/debug/gmp-6.3.0/mpf/fits_ulong.c
/usr/src/debug/gmp-6.3.0/mpf/fits_ushort.c
/usr/src/debug/gmp-6.3.0/mpf/get_d.c
/usr/src/debug/gmp-6.3.0/mpf/get_d_2exp.c
/usr/src/debug/gmp-6.3.0/mpf/get_dfl_prec.c
/usr/src/debug/gmp-6.3.0/mpf/get_prc.c
/usr/src/debug/gmp-6.3.0/mpf/get_si.c
/usr/src/debug/gmp-6.3.0/mpf/get_str.c
/usr/src/debug/gmp-6.3.0/mpf/get_ui.c
/usr/src/debug/gmp-6.3.0/mpf/init.c
/usr/src/debug/gmp-6.3.0/mpf/init2.c
/usr/src/debug/gmp-6.3.0/mpf/inits.c
/usr/src/debug/gmp-6.3.0/mpf/inp_str.c
/usr/src/debug/gmp-6.3.0/mpf/int_p.c
/usr/src/debug/gmp-6.3.0/mpf/iset.c
/usr/src/debug/gmp-6.3.0/mpf/iset_d.c
/usr/src/debug/gmp-6.3.0/mpf/iset_si.c
/usr/src/debug/gmp-6.3.0/mpf/iset_str.c
/usr/src/debug/gmp-6.3.0/mpf/iset_ui.c
/usr/src/debug/gmp-6.3.0/mpf/mul.c
/usr/src/debug/gmp-6.3.0/mpf/mul_2exp.c
/usr/src/debug/gmp-6.3.0/mpf/mul_ui.c
/usr/src/debug/gmp-6.3.0/mpf/neg.c
/usr/src/debug/gmp-6.3.0/mpf/out_str.c
/usr/src/debug/gmp-6.3.0/mpf/pow_ui.c
/usr/src/debug/gmp-6.3.0/mpf/random2.c
/usr/src/debug/gmp-6.3.0/mpf/reldiff.c
/usr/src/debug/gmp-6.3.0/mpf/set.c
/usr/src/debug/gmp-6.3.0/mpf/set_d.c
/usr/src/debug/gmp-6.3.0/mpf/set_dfl_prec.c
/usr/src/debug/gmp-6.3.0/mpf/set_prc.c
/usr/src/debug/gmp-6.3.0/mpf/set_prc_raw.c
/usr/src/debug/gmp-6.3.0/mpf/set_q.c
/usr/src/debug/gmp-6.3.0/mpf/set_si.c
/usr/src/debug/gmp-6.3.0/mpf/set_str.c
/usr/src/debug/gmp-6.3.0/mpf/set_ui.c
/usr/src/debug/gmp-6.3.0/mpf/set_z.c
/usr/src/debug/gmp-6.3.0/mpf/size.c
/usr/src/debug/gmp-6.3.0/mpf/sqrt.c
/usr/src/debug/gmp-6.3.0/mpf/sqrt_ui.c
/usr/src/debug/gmp-6.3.0/mpf/sub.c
/usr/src/debug/gmp-6.3.0/mpf/sub_ui.c
/usr/src/debug/gmp-6.3.0/mpf/swap.c
/usr/src/debug/gmp-6.3.0/mpf/trunc.c
/usr/src/debug/gmp-6.3.0/mpf/ui_div.c
/usr/src/debug/gmp-6.3.0/mpf/ui_sub.c
/usr/src/debug/gmp-6.3.0/mpf/urandomb.c
/usr/src/debug/gmp-6.3.0/mpn
/usr/src/debug/gmp-6.3.0/mpn/add.c
/usr/src/debug/gmp-6.3.0/mpn/add_1.c
/usr/src/debug/gmp-6.3.0/mpn/add_err1_n.c
/usr/src/debug/gmp-6.3.0/mpn/add_err2_n.c
/usr/src/debug/gmp-6.3.0/mpn/add_err3_n.c
/usr/src/debug/gmp-6.3.0/mpn/add_n_sub_n.c
/usr/src/debug/gmp-6.3.0/mpn/bdiv_q.c
/usr/src/debug/gmp-6.3.0/mpn/bdiv_qr.c
/usr/src/debug/gmp-6.3.0/mpn/binvert.c
/usr/src/debug/gmp-6.3.0/mpn/broot.c
/usr/src/debug/gmp-6.3.0/mpn/brootinv.c
/usr/src/debug/gmp-6.3.0/mpn/bsqrt.c
/usr/src/debug/gmp-6.3.0/mpn/bsqrtinv.c
/usr/src/debug/gmp-6.3.0/mpn/cmp.c
/usr/src/debug/gmp-6.3.0/mpn/cnd_swap.c
/usr/src/debug/gmp-6.3.0/mpn/comb_tables.c
/usr/src/debug/gmp-6.3.0/mpn/compute_powtab.c
/usr/src/debug/gmp-6.3.0/mpn/dcpi1_bdiv_q.c
/usr/src/debug/gmp-6.3.0/mpn/dcpi1_bdiv_qr.c
/usr/src/debug/gmp-6.3.0/mpn/dcpi1_div_q.c
/usr/src/debug/gmp-6.3.0/mpn/dcpi1_div_qr.c
/usr/src/debug/gmp-6.3.0/mpn/dcpi1_divappr_q.c
/usr/src/debug/gmp-6.3.0/mpn/div_q.c
/usr/src/debug/gmp-6.3.0/mpn/div_qr_1.c
/usr/src/debug/gmp-6.3.0/mpn/div_qr_1n_pi1.c
/usr/src/debug/gmp-6.3.0/mpn/div_qr_2.c
/usr/src/debug/gmp-6.3.0/mpn/div_qr_2n_pi1.c
/usr/src/debug/gmp-6.3.0/mpn/div_qr_2u_pi1.c
/usr/src/debug/gmp-6.3.0/mpn/dive_1.c
/usr/src/debug/gmp-6.3.0/mpn/diveby3.c
/usr/src/debug/gmp-6.3.0/mpn/divexact.c
/usr/src/debug/gmp-6.3.0/mpn/divis.c
/usr/src/debug/gmp-6.3.0/mpn/divrem.c
/usr/src/debug/gmp-6.3.0/mpn/divrem_2.c
/usr/src/debug/gmp-6.3.0/mpn/dump.c
/usr/src/debug/gmp-6.3.0/mpn/fib2_ui.c
/usr/src/debug/gmp-6.3.0/mpn/fib2m.c
/usr/src/debug/gmp-6.3.0/mpn/fib_table.c
/usr/src/debug/gmp-6.3.0/mpn/gcd.c
/usr/src/debug/gmp-6.3.0/mpn/gcd_1.c
/usr/src/debug/gmp-6.3.0/mpn/gcd_subdiv_step.c
/usr/src/debug/gmp-6.3.0/mpn/gcdext.c
/usr/src/debug/gmp-6.3.0/mpn/gcdext_1.c
/usr/src/debug/gmp-6.3.0/mpn/gcdext_lehmer.c
/usr/src/debug/gmp-6.3.0/mpn/generic
/usr/src/debug/gmp-6.3.0/mpn/generic/hgcd2-div.h
/usr/src/debug/gmp-6.3.0/mpn/get_d.c
/usr/src/debug/gmp-6.3.0/mpn/get_str.c
/usr/src/debug/gmp-6.3.0/mpn/hgcd.c
/usr/src/debug/gmp-6.3.0/mpn/hgcd2.c
/usr/src/debug/gmp-6.3.0/mpn/hgcd2_jacobi.c
/usr/src/debug/gmp-6.3.0/mpn/hgcd_appr.c
/usr/src/debug/gmp-6.3.0/mpn/hgcd_jacobi.c
/usr/src/debug/gmp-6.3.0/mpn/hgcd_matrix.c
/usr/src/debug/gmp-6.3.0/mpn/hgcd_reduce.c
/usr/src/debug/gmp-6.3.0/mpn/hgcd_step.c
/usr/src/debug/gmp-6.3.0/mpn/invert.c
/usr/src/debug/gmp-6.3.0/mpn/invertappr.c
/usr/src/debug/gmp-6.3.0/mpn/jacbase.c
/usr/src/debug/gmp-6.3.0/mpn/jacobi.c
/usr/src/debug/gmp-6.3.0/mpn/jacobi_2.c
/usr/src/debug/gmp-6.3.0/mpn/matrix22_mul.c
/usr/src/debug/gmp-6.3.0/mpn/matrix22_mul1_inverse_vector.c
/usr/src/debug/gmp-6.3.0/mpn/mod_1.c
/usr/src/debug/gmp-6.3.0/mpn/mod_1_1.c
/usr/src/debug/gmp-6.3.0/mpn/mod_1_2.c
/usr/src/debug/gmp-6.3.0/mpn/mod_1_3.c
/usr/src/debug/gmp-6.3.0/mpn/mod_1_4.c
/usr/src/debug/gmp-6.3.0/mpn/mode1o.c
/usr/src/debug/gmp-6.3.0/mpn/mp_bases.c
/usr/src/debug/gmp-6.3.0/mpn/mu_bdiv_q.c
/usr/src/debug/gmp-6.3.0/mpn/mu_bdiv_qr.c
/usr/src/debug/gmp-6.3.0/mpn/mu_div_q.c
/usr/src/debug/gmp-6.3.0/mpn/mu_div_qr.c
/usr/src/debug/gmp-6.3.0/mpn/mu_divappr_q.c
/usr/src/debug/gmp-6.3.0/mpn/mul.c
/usr/src/debug/gmp-6.3.0/mpn/mul_basecase.c
/usr/src/debug/gmp-6.3.0/mpn/mul_fft.c
/usr/src/debug/gmp-6.3.0/mpn/mul_n.c
/usr/src/debug/gmp-6.3.0/mpn/mullo_basecase.c
/usr/src/debug/gmp-6.3.0/mpn/mullo_n.c
/usr/src/debug/gmp-6.3.0/mpn/mulmid.c
/usr/src/debug/gmp-6.3.0/mpn/mulmid_basecase.c
/usr/src/debug/gmp-6.3.0/mpn/mulmid_n.c
/usr/src/debug/gmp-6.3.0/mpn/mulmod_bknp1.c
/usr/src/debug/gmp-6.3.0/mpn/mulmod_bnm1.c
/usr/src/debug/gmp-6.3.0/mpn/neg.c
/usr/src/debug/gmp-6.3.0/mpn/nussbaumer_mul.c
/usr/src/debug/gmp-6.3.0/mpn/perfpow.c
/usr/src/debug/gmp-6.3.0/mpn/perfsqr.c
/usr/src/debug/gmp-6.3.0/mpn/perfsqr.h
/usr/src/debug/gmp-6.3.0/mpn/pow_1.c
/usr/src/debug/gmp-6.3.0/mpn/powlo.c
/usr/src/debug/gmp-6.3.0/mpn/powm.c
/usr/src/debug/gmp-6.3.0/mpn/pre_mod_1.c
/usr/src/debug/gmp-6.3.0/mpn/random.c
/usr/src/debug/gmp-6.3.0/mpn/random2.c
/usr/src/debug/gmp-6.3.0/mpn/redc_1.c
/usr/src/debug/gmp-6.3.0/mpn/redc_2.c
/usr/src/debug/gmp-6.3.0/mpn/redc_n.c
/usr/src/debug/gmp-6.3.0/mpn/remove.c
/usr/src/debug/gmp-6.3.0/mpn/rootrem.c
/usr/src/debug/gmp-6.3.0/mpn/sbpi1_bdiv_q.c
/usr/src/debug/gmp-6.3.0/mpn/sbpi1_bdiv_qr.c
/usr/src/debug/gmp-6.3.0/mpn/sbpi1_bdiv_r.c
/usr/src/debug/gmp-6.3.0/mpn/sbpi1_div_q.c
/usr/src/debug/gmp-6.3.0/mpn/sbpi1_div_qr.c
/usr/src/debug/gmp-6.3.0/mpn/sbpi1_divappr_q.c
/usr/src/debug/gmp-6.3.0/mpn/scan0.c
/usr/src/debug/gmp-6.3.0/mpn/scan1.c
/usr/src/debug/gmp-6.3.0/mpn/sec_add_1.c
/usr/src/debug/gmp-6.3.0/mpn/sec_div_qr.c
/usr/src/debug/gmp-6.3.0/mpn/sec_div_r.c
/usr/src/debug/gmp-6.3.0/mpn/sec_invert.c
/usr/src/debug/gmp-6.3.0/mpn/sec_mul.c
/usr/src/debug/gmp-6.3.0/mpn/sec_pi1_div_qr.c
/usr/src/debug/gmp-6.3.0/mpn/sec_pi1_div_r.c
/usr/src/debug/gmp-6.3.0/mpn/sec_powm.c
/usr/src/debug/gmp-6.3.0/mpn/sec_sqr.c
/usr/src/debug/gmp-6.3.0/mpn/sec_sub_1.c
/usr/src/debug/gmp-6.3.0/mpn/set_str.c
/usr/src/debug/gmp-6.3.0/mpn/sizeinbase.c
/usr/src/debug/gmp-6.3.0/mpn/sqr.c
/usr/src/debug/gmp-6.3.0/mpn/sqr_basecase.c
/usr/src/debug/gmp-6.3.0/mpn/sqrlo.c
/usr/src/debug/gmp-6.3.0/mpn/sqrlo_basecase.c
/usr/src/debug/gmp-6.3.0/mpn/sqrmod_bnm1.c
/usr/src/debug/gmp-6.3.0/mpn/sqrtrem.c
/usr/src/debug/gmp-6.3.0/mpn/strongfibo.c
/usr/src/debug/gmp-6.3.0/mpn/sub.c
/usr/src/debug/gmp-6.3.0/mpn/sub_1.c
/usr/src/debug/gmp-6.3.0/mpn/sub_err1_n.c
/usr/src/debug/gmp-6.3.0/mpn/sub_err2_n.c
/usr/src/debug/gmp-6.3.0/mpn/sub_err3_n.c
/usr/src/debug/gmp-6.3.0/mpn/tdiv_qr.c
/usr/src/debug/gmp-6.3.0/mpn/toom22_mul.c
/usr/src/debug/gmp-6.3.0/mpn/toom2_sqr.c
/usr/src/debug/gmp-6.3.0/mpn/toom32_mul.c
/usr/src/debug/gmp-6.3.0/mpn/toom33_mul.c
/usr/src/debug/gmp-6.3.0/mpn/toom3_sqr.c
/usr/src/debug/gmp-6.3.0/mpn/toom42_mul.c
/usr/src/debug/gmp-6.3.0/mpn/toom42_mulmid.c
/usr/src/debug/gmp-6.3.0/mpn/toom43_mul.c
/usr/src/debug/gmp-6.3.0/mpn/toom44_mul.c
/usr/src/debug/gmp-6.3.0/mpn/toom4_sqr.c
/usr/src/debug/gmp-6.3.0/mpn/toom52_mul.c
/usr/src/debug/gmp-6.3.0/mpn/toom53_mul.c
/usr/src/debug/gmp-6.3.0/mpn/toom54_mul.c
/usr/src/debug/gmp-6.3.0/mpn/toom62_mul.c
/usr/src/debug/gmp-6.3.0/mpn/toom63_mul.c
/usr/src/debug/gmp-6.3.0/mpn/toom6_sqr.c
/usr/src/debug/gmp-6.3.0/mpn/toom6h_mul.c
/usr/src/debug/gmp-6.3.0/mpn/toom8_sqr.c
/usr/src/debug/gmp-6.3.0/mpn/toom8h_mul.c
/usr/src/debug/gmp-6.3.0/mpn/toom_couple_handling.c
/usr/src/debug/gmp-6.3.0/mpn/toom_eval_dgr3_pm1.c
/usr/src/debug/gmp-6.3.0/mpn/toom_eval_dgr3_pm2.c
/usr/src/debug/gmp-6.3.0/mpn/toom_eval_pm1.c
/usr/src/debug/gmp-6.3.0/mpn/toom_eval_pm2.c
/usr/src/debug/gmp-6.3.0/mpn/toom_eval_pm2exp.c
/usr/src/debug/gmp-6.3.0/mpn/toom_eval_pm2rexp.c
/usr/src/debug/gmp-6.3.0/mpn/toom_interpolate_12pts.c
/usr/src/debug/gmp-6.3.0/mpn/toom_interpolate_16pts.c
/usr/src/debug/gmp-6.3.0/mpn/toom_interpolate_5pts.c
/usr/src/debug/gmp-6.3.0/mpn/toom_interpolate_6pts.c
/usr/src/debug/gmp-6.3.0/mpn/toom_interpolate_7pts.c
/usr/src/debug/gmp-6.3.0/mpn/toom_interpolate_8pts.c
/usr/src/debug/gmp-6.3.0/mpn/trialdiv.c
/usr/src/debug/gmp-6.3.0/mpn/zero.c
/usr/src/debug/gmp-6.3.0/mpn/zero_p.c
/usr/src/debug/gmp-6.3.0/mpq
/usr/src/debug/gmp-6.3.0/mpq/abs.c
/usr/src/debug/gmp-6.3.0/mpq/aors.c
/usr/src/debug/gmp-6.3.0/mpq/canonicalize.c
/usr/src/debug/gmp-6.3.0/mpq/clear.c
/usr/src/debug/gmp-6.3.0/mpq/clears.c
/usr/src/debug/gmp-6.3.0/mpq/cmp.c
/usr/src/debug/gmp-6.3.0/mpq/cmp_si.c
/usr/src/debug/gmp-6.3.0/mpq/cmp_ui.c
/usr/src/debug/gmp-6.3.0/mpq/div.c
/usr/src/debug/gmp-6.3.0/mpq/equal.c
/usr/src/debug/gmp-6.3.0/mpq/get_d.c
/usr/src/debug/gmp-6.3.0/mpq/get_den.c
/usr/src/debug/gmp-6.3.0/mpq/get_num.c
/usr/src/debug/gmp-6.3.0/mpq/get_str.c
/usr/src/debug/gmp-6.3.0/mpq/init.c
/usr/src/debug/gmp-6.3.0/mpq/inits.c
/usr/src/debug/gmp-6.3.0/mpq/inp_str.c
/usr/src/debug/gmp-6.3.0/mpq/inv.c
/usr/src/debug/gmp-6.3.0/mpq/md_2exp.c
/usr/src/debug/gmp-6.3.0/mpq/mul.c
/usr/src/debug/gmp-6.3.0/mpq/neg.c
/usr/src/debug/gmp-6.3.0/mpq/out_str.c
/usr/src/debug/gmp-6.3.0/mpq/set.c
/usr/src/debug/gmp-6.3.0/mpq/set_d.c
/usr/src/debug/gmp-6.3.0/mpq/set_den.c
/usr/src/debug/gmp-6.3.0/mpq/set_f.c
/usr/src/debug/gmp-6.3.0/mpq/set_num.c
/usr/src/debug/gmp-6.3.0/mpq/set_si.c
/usr/src/debug/gmp-6.3.0/mpq/set_str.c
/usr/src/debug/gmp-6.3.0/mpq/set_ui.c
/usr/src/debug/gmp-6.3.0/mpq/set_z.c
/usr/src/debug/gmp-6.3.0/mpq/swap.c
/usr/src/debug/gmp-6.3.0/mpz
/usr/src/debug/gmp-6.3.0/mpz/2fac_ui.c
/usr/src/debug/gmp-6.3.0/mpz/abs.c
/usr/src/debug/gmp-6.3.0/mpz/add.c
/usr/src/debug/gmp-6.3.0/mpz/add_ui.c
/usr/src/debug/gmp-6.3.0/mpz/and.c
/usr/src/debug/gmp-6.3.0/mpz/aors.h
/usr/src/debug/gmp-6.3.0/mpz/aors_ui.h
/usr/src/debug/gmp-6.3.0/mpz/aorsmul.c
/usr/src/debug/gmp-6.3.0/mpz/aorsmul_i.c
/usr/src/debug/gmp-6.3.0/mpz/array_init.c
/usr/src/debug/gmp-6.3.0/mpz/bin_ui.c
/usr/src/debug/gmp-6.3.0/mpz/bin_uiui.c
/usr/src/debug/gmp-6.3.0/mpz/cdiv_q.c
/usr/src/debug/gmp-6.3.0/mpz/cdiv_q_ui.c
/usr/src/debug/gmp-6.3.0/mpz/cdiv_qr.c
/usr/src/debug/gmp-6.3.0/mpz/cdiv_qr_ui.c
/usr/src/debug/gmp-6.3.0/mpz/cdiv_r.c
/usr/src/debug/gmp-6.3.0/mpz/cdiv_r_ui.c
/usr/src/debug/gmp-6.3.0/mpz/cdiv_ui.c
/usr/src/debug/gmp-6.3.0/mpz/cfdiv_q_2exp.c
/usr/src/debug/gmp-6.3.0/mpz/cfdiv_r_2exp.c
/usr/src/debug/gmp-6.3.0/mpz/clear.c
/usr/src/debug/gmp-6.3.0/mpz/clears.c
/usr/src/debug/gmp-6.3.0/mpz/clrbit.c
/usr/src/debug/gmp-6.3.0/mpz/cmp.c
/usr/src/debug/gmp-6.3.0/mpz/cmp_d.c
/usr/src/debug/gmp-6.3.0/mpz/cmp_si.c
/usr/src/debug/gmp-6.3.0/mpz/cmp_ui.c
/usr/src/debug/gmp-6.3.0/mpz/cmpabs.c
/usr/src/debug/gmp-6.3.0/mpz/cmpabs_d.c
/usr/src/debug/gmp-6.3.0/mpz/cmpabs_ui.c
/usr/src/debug/gmp-6.3.0/mpz/com.c
/usr/src/debug/gmp-6.3.0/mpz/combit.c
/usr/src/debug/gmp-6.3.0/mpz/cong.c
/usr/src/debug/gmp-6.3.0/mpz/cong_2exp.c
/usr/src/debug/gmp-6.3.0/mpz/cong_ui.c
/usr/src/debug/gmp-6.3.0/mpz/dive_ui.c
/usr/src/debug/gmp-6.3.0/mpz/divegcd.c
/usr/src/debug/gmp-6.3.0/mpz/divexact.c
/usr/src/debug/gmp-6.3.0/mpz/divis.c
/usr/src/debug/gmp-6.3.0/mpz/divis_2exp.c
/usr/src/debug/gmp-6.3.0/mpz/divis_ui.c
/usr/src/debug/gmp-6.3.0/mpz/dump.c
/usr/src/debug/gmp-6.3.0/mpz/export.c
/usr/src/debug/gmp-6.3.0/mpz/fac_ui.c
/usr/src/debug/gmp-6.3.0/mpz/fdiv_q.c
/usr/src/debug/gmp-6.3.0/mpz/fdiv_q_ui.c
/usr/src/debug/gmp-6.3.0/mpz/fdiv_qr.c
/usr/src/debug/gmp-6.3.0/mpz/fdiv_qr_ui.c
/usr/src/debug/gmp-6.3.0/mpz/fdiv_r.c
/usr/src/debug/gmp-6.3.0/mpz/fdiv_r_ui.c
/usr/src/debug/gmp-6.3.0/mpz/fdiv_ui.c
/usr/src/debug/gmp-6.3.0/mpz/fib2_ui.c
/usr/src/debug/gmp-6.3.0/mpz/fib_ui.c
/usr/src/debug/gmp-6.3.0/mpz/fits_s.h
/usr/src/debug/gmp-6.3.0/mpz/fits_sint.c
/usr/src/debug/gmp-6.3.0/mpz/fits_slong.c
/usr/src/debug/gmp-6.3.0/mpz/fits_sshort.c
/usr/src/debug/gmp-6.3.0/mpz/fits_uint.c
/usr/src/debug/gmp-6.3.0/mpz/fits_ulong.c
/usr/src/debug/gmp-6.3.0/mpz/fits_ushort.c
/usr/src/debug/gmp-6.3.0/mpz/gcd.c
/usr/src/debug/gmp-6.3.0/mpz/gcd_ui.c
/usr/src/debug/gmp-6.3.0/mpz/gcdext.c
/usr/src/debug/gmp-6.3.0/mpz/get_d.c
/usr/src/debug/gmp-6.3.0/mpz/get_d_2exp.c
/usr/src/debug/gmp-6.3.0/mpz/get_si.c
/usr/src/debug/gmp-6.3.0/mpz/get_str.c
/usr/src/debug/gmp-6.3.0/mpz/get_ui.c
/usr/src/debug/gmp-6.3.0/mpz/getlimbn.c
/usr/src/debug/gmp-6.3.0/mpz/hamdist.c
/usr/src/debug/gmp-6.3.0/mpz/import.c
/usr/src/debug/gmp-6.3.0/mpz/init.c
/usr/src/debug/gmp-6.3.0/mpz/init2.c
/usr/src/debug/gmp-6.3.0/mpz/inits.c
/usr/src/debug/gmp-6.3.0/mpz/inp_raw.c
/usr/src/debug/gmp-6.3.0/mpz/inp_str.c
/usr/src/debug/gmp-6.3.0/mpz/invert.c
/usr/src/debug/gmp-6.3.0/mpz/ior.c
/usr/src/debug/gmp-6.3.0/mpz/iset.c
/usr/src/debug/gmp-6.3.0/mpz/iset_d.c
/usr/src/debug/gmp-6.3.0/mpz/iset_si.c
/usr/src/debug/gmp-6.3.0/mpz/iset_str.c
/usr/src/debug/gmp-6.3.0/mpz/iset_ui.c
/usr/src/debug/gmp-6.3.0/mpz/jacobi.c
/usr/src/debug/gmp-6.3.0/mpz/kronsz.c
/usr/src/debug/gmp-6.3.0/mpz/kronuz.c
/usr/src/debug/gmp-6.3.0/mpz/kronzs.c
/usr/src/debug/gmp-6.3.0/mpz/kronzu.c
/usr/src/debug/gmp-6.3.0/mpz/lcm.c
/usr/src/debug/gmp-6.3.0/mpz/lcm_ui.c
/usr/src/debug/gmp-6.3.0/mpz/limbs_finish.c
/usr/src/debug/gmp-6.3.0/mpz/limbs_modify.c
/usr/src/debug/gmp-6.3.0/mpz/limbs_read.c
/usr/src/debug/gmp-6.3.0/mpz/limbs_write.c
/usr/src/debug/gmp-6.3.0/mpz/lucmod.c
/usr/src/debug/gmp-6.3.0/mpz/lucnum2_ui.c
/usr/src/debug/gmp-6.3.0/mpz/lucnum_ui.c
/usr/src/debug/gmp-6.3.0/mpz/mfac_uiui.c
/usr/src/debug/gmp-6.3.0/mpz/millerrabin.c
/usr/src/debug/gmp-6.3.0/mpz/mod.c
/usr/src/debug/gmp-6.3.0/mpz/mul.c
/usr/src/debug/gmp-6.3.0/mpz/mul_2exp.c
/usr/src/debug/gmp-6.3.0/mpz/mul_i.h
/usr/src/debug/gmp-6.3.0/mpz/mul_si.c
/usr/src/debug/gmp-6.3.0/mpz/mul_ui.c
/usr/src/debug/gmp-6.3.0/mpz/n_pow_ui.c
/usr/src/debug/gmp-6.3.0/mpz/neg.c
/usr/src/debug/gmp-6.3.0/mpz/nextprime.c
/usr/src/debug/gmp-6.3.0/mpz/oddfac_1.c
/usr/src/debug/gmp-6.3.0/mpz/out_raw.c
/usr/src/debug/gmp-6.3.0/mpz/out_str.c
/usr/src/debug/gmp-6.3.0/mpz/perfpow.c
/usr/src/debug/gmp-6.3.0/mpz/perfsqr.c
/usr/src/debug/gmp-6.3.0/mpz/popcount.c
/usr/src/debug/gmp-6.3.0/mpz/pow_ui.c
/usr/src/debug/gmp-6.3.0/mpz/powm.c
/usr/src/debug/gmp-6.3.0/mpz/powm_sec.c
/usr/src/debug/gmp-6.3.0/mpz/powm_ui.c
/usr/src/debug/gmp-6.3.0/mpz/pprime_p.c
/usr/src/debug/gmp-6.3.0/mpz/primorial_ui.c
/usr/src/debug/gmp-6.3.0/mpz/prodlimbs.c
/usr/src/debug/gmp-6.3.0/mpz/random.c
/usr/src/debug/gmp-6.3.0/mpz/random2.c
/usr/src/debug/gmp-6.3.0/mpz/realloc.c
/usr/src/debug/gmp-6.3.0/mpz/realloc2.c
/usr/src/debug/gmp-6.3.0/mpz/remove.c
/usr/src/debug/gmp-6.3.0/mpz/roinit_n.c
/usr/src/debug/gmp-6.3.0/mpz/root.c
/usr/src/debug/gmp-6.3.0/mpz/rootrem.c
/usr/src/debug/gmp-6.3.0/mpz/rrandomb.c
/usr/src/debug/gmp-6.3.0/mpz/scan0.c
/usr/src/debug/gmp-6.3.0/mpz/scan1.c
/usr/src/debug/gmp-6.3.0/mpz/set.c
/usr/src/debug/gmp-6.3.0/mpz/set_d.c
/usr/src/debug/gmp-6.3.0/mpz/set_f.c
/usr/src/debug/gmp-6.3.0/mpz/set_q.c
/usr/src/debug/gmp-6.3.0/mpz/set_si.c
/usr/src/debug/gmp-6.3.0/mpz/set_str.c
/usr/src/debug/gmp-6.3.0/mpz/set_ui.c
/usr/src/debug/gmp-6.3.0/mpz/setbit.c
/usr/src/debug/gmp-6.3.0/mpz/size.c
/usr/src/debug/gmp-6.3.0/mpz/sizeinbase.c
/usr/src/debug/gmp-6.3.0/mpz/sqrt.c
/usr/src/debug/gmp-6.3.0/mpz/sqrtrem.c
/usr/src/debug/gmp-6.3.0/mpz/stronglucas.c
/usr/src/debug/gmp-6.3.0/mpz/sub.c
/usr/src/debug/gmp-6.3.0/mpz/sub_ui.c
/usr/src/debug/gmp-6.3.0/mpz/swap.c
/usr/src/debug/gmp-6.3.0/mpz/tdiv_q.c
/usr/src/debug/gmp-6.3.0/mpz/tdiv_q_2exp.c
/usr/src/debug/gmp-6.3.0/mpz/tdiv_q_ui.c
/usr/src/debug/gmp-6.3.0/mpz/tdiv_qr.c
/usr/src/debug/gmp-6.3.0/mpz/tdiv_qr_ui.c
/usr/src/debug/gmp-6.3.0/mpz/tdiv_r.c
/usr/src/debug/gmp-6.3.0/mpz/tdiv_r_2exp.c
/usr/src/debug/gmp-6.3.0/mpz/tdiv_r_ui.c
/usr/src/debug/gmp-6.3.0/mpz/tdiv_ui.c
/usr/src/debug/gmp-6.3.0/mpz/tstbit.c
/usr/src/debug/gmp-6.3.0/mpz/ui_pow_ui.c
/usr/src/debug/gmp-6.3.0/mpz/ui_sub.c
/usr/src/debug/gmp-6.3.0/mpz/urandomb.c
/usr/src/debug/gmp-6.3.0/mpz/urandomm.c
/usr/src/debug/gmp-6.3.0/mpz/xor.c
/usr/src/debug/gmp-6.3.0/nextprime.c
/usr/src/debug/gmp-6.3.0/primesieve.c
/usr/src/debug/gmp-6.3.0/printf
/usr/src/debug/gmp-6.3.0/printf/asprintf.c
/usr/src/debug/gmp-6.3.0/printf/asprntffuns.c
/usr/src/debug/gmp-6.3.0/printf/doprnt.c
/usr/src/debug/gmp-6.3.0/printf/doprntf.c
/usr/src/debug/gmp-6.3.0/printf/doprnti.c
/usr/src/debug/gmp-6.3.0/printf/fprintf.c
/usr/src/debug/gmp-6.3.0/printf/obprintf.c
/usr/src/debug/gmp-6.3.0/printf/obprntffuns.c
/usr/src/debug/gmp-6.3.0/printf/obvprintf.c
/usr/src/debug/gmp-6.3.0/printf/printf.c
/usr/src/debug/gmp-6.3.0/printf/printffuns.c
/usr/src/debug/gmp-6.3.0/printf/repl-vsnprintf.c
/usr/src/debug/gmp-6.3.0/printf/snprintf.c
/usr/src/debug/gmp-6.3.0/printf/snprntffuns.c
/usr/src/debug/gmp-6.3.0/printf/sprintf.c
/usr/src/debug/gmp-6.3.0/printf/sprintffuns.c
/usr/src/debug/gmp-6.3.0/printf/vasprintf.c
/usr/src/debug/gmp-6.3.0/printf/vfprintf.c
/usr/src/debug/gmp-6.3.0/printf/vprintf.c
/usr/src/debug/gmp-6.3.0/printf/vsnprintf.c
/usr/src/debug/gmp-6.3.0/printf/vsprintf.c
/usr/src/debug/gmp-6.3.0/rand
/usr/src/debug/gmp-6.3.0/rand/rand.c
/usr/src/debug/gmp-6.3.0/rand/randbui.c
/usr/src/debug/gmp-6.3.0/rand/randclr.c
/usr/src/debug/gmp-6.3.0/rand/randdef.c
/usr/src/debug/gmp-6.3.0/rand/randiset.c
/usr/src/debug/gmp-6.3.0/rand/randlc2s.c
/usr/src/debug/gmp-6.3.0/rand/randlc2x.c
/usr/src/debug/gmp-6.3.0/rand/randmt.c
/usr/src/debug/gmp-6.3.0/rand/randmt.h
/usr/src/debug/gmp-6.3.0/rand/randmts.c
/usr/src/debug/gmp-6.3.0/rand/randmui.c
/usr/src/debug/gmp-6.3.0/rand/rands.c
/usr/src/debug/gmp-6.3.0/rand/randsd.c
/usr/src/debug/gmp-6.3.0/rand/randsdui.c
/usr/src/debug/gmp-6.3.0/scanf
/usr/src/debug/gmp-6.3.0/scanf/doscan.c
/usr/src/debug/gmp-6.3.0/scanf/fscanf.c
/usr/src/debug/gmp-6.3.0/scanf/fscanffuns.c
/usr/src/debug/gmp-6.3.0/scanf/scanf.c
/usr/src/debug/gmp-6.3.0/scanf/sscanf.c
/usr/src/debug/gmp-6.3.0/scanf/sscanffuns.c
/usr/src/debug/gmp-6.3.0/scanf/vfscanf.c
/usr/src/debug/gmp-6.3.0/scanf/vscanf.c
/usr/src/debug/gmp-6.3.0/scanf/vsscanf.c
/usr/src/debug/gmp-6.3.0/tal-reent.c
/usr/src/debug/gmp-6.3.0/version.c


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Jul 18 00:25:40 2024