]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gmp/doc/gmp.info
Imported gcc-4.4.3
[msp430-gcc.git] / gmp / doc / gmp.info
diff --git a/gmp/doc/gmp.info b/gmp/doc/gmp.info
new file mode 100644 (file)
index 0000000..bda2648
--- /dev/null
@@ -0,0 +1,177 @@
+This is ../../gmp/doc/gmp.info, produced by makeinfo version 4.8 from
+../../gmp/doc/gmp.texi.
+
+   This manual describes how to install and use the GNU multiple
+precision arithmetic library, version 4.3.1.
+
+   Copyright 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
+Foundation, Inc.
+
+   Permission is granted to copy, distribute and/or modify this
+document under the terms of the GNU Free Documentation License, Version
+1.2 or any later version published by the Free Software Foundation;
+with no Invariant Sections, with the Front-Cover Texts being "A GNU
+Manual", and with the Back-Cover Texts being "You have freedom to copy
+and modify this GNU Manual, like GNU software".  A copy of the license
+is included in *Note GNU Free Documentation License::.
+
+INFO-DIR-SECTION GNU libraries
+START-INFO-DIR-ENTRY
+* gmp: (gmp).                   GNU Multiple Precision Arithmetic Library.
+END-INFO-DIR-ENTRY
+
+\1f
+Indirect:
+gmp.info-1: 975
+gmp.info-2: 300713
+\1f
+Tag Table:
+(Indirect)
+Node: Top\7f975
+Node: Copying\7f3199
+Node: Introduction to GMP\7f5050
+Node: Installing GMP\7f7761
+Node: Build Options\7f8493
+Node: ABI and ISA\7f24561
+Node: Notes for Package Builds\7f34239
+Node: Notes for Particular Systems\7f37326
+Node: Known Build Problems\7f44085
+Node: Performance optimization\7f47619
+Node: GMP Basics\7f48753
+Node: Headers and Libraries\7f49401
+Node: Nomenclature and Types\7f50825
+Node: Function Classes\7f52533
+Node: Variable Conventions\7f54226
+Node: Parameter Conventions\7f55835
+Node: Memory Management\7f57891
+Node: Reentrancy\7f59019
+Node: Useful Macros and Constants\7f60892
+Node: Compatibility with older versions\7f61751
+Node: Demonstration Programs\7f62712
+Node: Efficiency\7f64577
+Node: Debugging\7f72201
+Node: Profiling\7f78759
+Node: Autoconf\7f82750
+Node: Emacs\7f84529
+Node: Reporting Bugs\7f85135
+Node: Integer Functions\7f87678
+Node: Initializing Integers\7f88454
+Node: Assigning Integers\7f90125
+Node: Simultaneous Integer Init & Assign\7f91712
+Node: Converting Integers\7f93337
+Node: Integer Arithmetic\7f96259
+Node: Integer Division\7f97861
+Node: Integer Exponentiation\7f104289
+Node: Integer Roots\7f105150
+Node: Number Theoretic Functions\7f106824
+Node: Integer Comparisons\7f112983
+Node: Integer Logic and Bit Fiddling\7f114361
+Node: I/O of Integers\7f116984
+Node: Integer Random Numbers\7f119868
+Node: Integer Import and Export\7f122491
+Node: Miscellaneous Integer Functions\7f126494
+Node: Integer Special Functions\7f128354
+Node: Rational Number Functions\7f131441
+Node: Initializing Rationals\7f132634
+Node: Rational Conversions\7f134879
+Node: Rational Arithmetic\7f136610
+Node: Comparing Rationals\7f137946
+Node: Applying Integer Functions\7f139313
+Node: I/O of Rationals\7f140796
+Node: Floating-point Functions\7f142656
+Node: Initializing Floats\7f145541
+Node: Assigning Floats\7f149238
+Node: Simultaneous Float Init & Assign\7f151805
+Node: Converting Floats\7f153333
+Node: Float Arithmetic\7f156581
+Node: Float Comparison\7f158626
+Node: I/O of Floats\7f160213
+Node: Miscellaneous Float Functions\7f162811
+Node: Low-level Functions\7f164711
+Node: Random Number Functions\7f186371
+Node: Random State Initialization\7f187439
+Node: Random State Seeding\7f190301
+Node: Random State Miscellaneous\7f191690
+Node: Formatted Output\7f192331
+Node: Formatted Output Strings\7f192576
+Node: Formatted Output Functions\7f197790
+Node: C++ Formatted Output\7f201865
+Node: Formatted Input\7f204547
+Node: Formatted Input Strings\7f204783
+Node: Formatted Input Functions\7f209435
+Node: C++ Formatted Input\7f212404
+Node: C++ Class Interface\7f214307
+Node: C++ Interface General\7f215308
+Node: C++ Interface Integers\7f218378
+Node: C++ Interface Rationals\7f221809
+Node: C++ Interface Floats\7f225486
+Node: C++ Interface Random Numbers\7f230778
+Node: C++ Interface Limitations\7f233184
+Node: BSD Compatible Functions\7f236004
+Node: Custom Allocation\7f240715
+Node: Language Bindings\7f245033
+Node: Algorithms\7f248986
+Node: Multiplication Algorithms\7f249686
+Node: Basecase Multiplication\7f250664
+Node: Karatsuba Multiplication\7f252572
+Node: Toom 3-Way Multiplication\7f256200
+Node: Toom 4-Way Multiplication\7f262614
+Node: FFT Multiplication\7f263986
+Node: Other Multiplication\7f269322
+Node: Unbalanced Multiplication\7f271796
+Node: Division Algorithms\7f272587
+Node: Single Limb Division\7f272934
+Node: Basecase Division\7f275853
+Node: Divide and Conquer Division\7f277056
+Node: Exact Division\7f279293
+Node: Exact Remainder\7f282460
+Node: Small Quotient Division\7f284752
+Node: Greatest Common Divisor Algorithms\7f286350
+Node: Binary GCD\7f286647
+Node: Lehmer's Algorithm\7f289496
+Node: Subquadratic GCD\7f291716
+Node: Extended GCD\7f294175
+Node: Jacobi Symbol\7f295487
+Node: Powering Algorithms\7f296403
+Node: Normal Powering Algorithm\7f296666
+Node: Modular Powering Algorithm\7f297194
+Node: Root Extraction Algorithms\7f298257
+Node: Square Root Algorithm\7f298572
+Node: Nth Root Algorithm\7f300713
+Node: Perfect Square Algorithm\7f301498
+Node: Perfect Power Algorithm\7f303584
+Node: Radix Conversion Algorithms\7f304205
+Node: Binary to Radix\7f304581
+Node: Radix to Binary\7f308510
+Node: Other Algorithms\7f310598
+Node: Prime Testing Algorithm\7f310950
+Node: Factorial Algorithm\7f312134
+Node: Binomial Coefficients Algorithm\7f313537
+Node: Fibonacci Numbers Algorithm\7f314431
+Node: Lucas Numbers Algorithm\7f316905
+Node: Random Number Algorithms\7f317626
+Node: Assembly Coding\7f319747
+Node: Assembly Code Organisation\7f320707
+Node: Assembly Basics\7f321674
+Node: Assembly Carry Propagation\7f322824
+Node: Assembly Cache Handling\7f324655
+Node: Assembly Functional Units\7f326816
+Node: Assembly Floating Point\7f328429
+Node: Assembly SIMD Instructions\7f332206
+Node: Assembly Software Pipelining\7f333188
+Node: Assembly Loop Unrolling\7f334250
+Node: Assembly Writing Guide\7f336465
+Node: Internals\7f339230
+Node: Integer Internals\7f339742
+Node: Rational Internals\7f341998
+Node: Float Internals\7f343236
+Node: Raw Output Internals\7f350650
+Node: C++ Interface Internals\7f351844
+Node: Contributors\7f355142
+Node: References\7f359690
+Node: GNU Free Documentation License\7f364930
+Node: Concept Index\7f387376
+Node: Function Index\7f433848
+\1f
+End Tag Table