glib2 1.1.8-x86-mingw32 → 1.1.9-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +51 -9
- data/ext/glib2/extconf.rb +2 -2
- data/ext/glib2/rbglib.h +3 -2
- data/ext/glib2/rbglib_win32.c +0 -17
- data/ext/glib2/rbgobj_type.c +10 -5
- data/ext/glib2/rbgobject.h +3 -1
- data/lib/1.8/glib2.so +0 -0
- data/lib/1.9/glib2.so +0 -0
- data/lib/gnome2-win32-binary-build-task.rb +42 -15
- data/vendor/local/bin/certtool.exe +0 -0
- data/vendor/local/bin/danetool.exe +0 -0
- data/vendor/local/bin/gdbus-codegen +41 -0
- data/vendor/local/bin/gdbus.exe +0 -0
- data/vendor/local/bin/gio-querymodules.exe +0 -0
- data/vendor/local/bin/glib-compile-resources.exe +0 -0
- data/vendor/local/bin/glib-compile-schemas.exe +0 -0
- data/vendor/local/bin/glib-genmarshal.exe +0 -0
- data/vendor/local/bin/glib-gettextize +3 -3
- data/vendor/local/bin/glib-mkenums +41 -14
- data/vendor/local/bin/gnutls-cli-debug.exe +0 -0
- data/vendor/local/bin/gnutls-cli.exe +0 -0
- data/vendor/local/bin/gnutls-serv.exe +0 -0
- data/vendor/local/bin/gobject-query.exe +0 -0
- data/vendor/local/bin/gresource.exe +0 -0
- data/vendor/local/bin/gsettings.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
- data/vendor/local/bin/libffi-5.dll +0 -0
- data/vendor/local/bin/libgio-2.0-0.dll +0 -0
- data/vendor/local/bin/libglib-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmp-10.dll +0 -0
- data/vendor/local/bin/libgnutls-28.def +807 -0
- data/vendor/local/bin/libgnutls-28.dll +0 -0
- data/vendor/local/bin/libgnutls-openssl-27.dll +0 -0
- data/vendor/local/bin/libgnutls-openssl-28.def +304 -0
- data/vendor/local/bin/libgnutlsxx-28.dll +0 -0
- data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
- data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
- data/vendor/local/bin/libhogweed-2-2.dll +0 -0
- data/vendor/local/bin/libnettle-4-4.dll +0 -0
- data/vendor/local/bin/nettle-hash.exe +0 -0
- data/vendor/local/bin/nettle-lfib-stream.exe +0 -0
- data/vendor/local/bin/ocsptool.exe +0 -0
- data/vendor/local/bin/pkcs1-conv.exe +0 -0
- data/vendor/local/bin/psktool.exe +0 -0
- data/vendor/local/bin/sexp-conv.exe +0 -0
- data/vendor/local/bin/srptool.exe +0 -0
- data/vendor/local/bin/zlib1.dll +0 -0
- data/vendor/local/include/glib-2.0/gio/gaction.h +5 -18
- data/vendor/local/include/glib-2.0/gio/gactiongroup.h +19 -21
- data/vendor/local/include/glib-2.0/gio/gactiongroupexporter.h +47 -0
- data/vendor/local/include/glib-2.0/gio/gactionmap.h +97 -0
- data/vendor/local/include/glib-2.0/gio/gappinfo.h +48 -30
- data/vendor/local/include/glib-2.0/gio/gapplication.h +24 -31
- data/vendor/local/include/glib-2.0/gio/gapplicationcommandline.h +4 -16
- data/vendor/local/include/glib-2.0/gio/gasyncresult.h +11 -0
- data/vendor/local/include/glib-2.0/gio/gcontenttype.h +5 -0
- data/vendor/local/include/glib-2.0/gio/gdatainputstream.h +10 -0
- data/vendor/local/include/glib-2.0/gio/gdbusactiongroup.h +55 -0
- data/vendor/local/include/glib-2.0/gio/gdbusauthobserver.h +4 -0
- data/vendor/local/include/glib-2.0/gio/gdbusconnection.h +37 -0
- data/vendor/local/include/glib-2.0/gio/gdbusinterface.h +79 -0
- data/vendor/local/include/glib-2.0/gio/gdbusinterfaceskeleton.h +115 -0
- data/vendor/local/include/glib-2.0/gio/gdbusintrospection.h +25 -15
- data/vendor/local/include/glib-2.0/gio/gdbusmenumodel.h +45 -0
- data/vendor/local/include/glib-2.0/gio/gdbusmethodinvocation.h +5 -0
- data/vendor/local/include/glib-2.0/gio/gdbusnamewatching.h +6 -1
- data/vendor/local/include/glib-2.0/gio/gdbusobject.h +76 -0
- data/vendor/local/include/glib-2.0/gio/gdbusobjectmanager.h +91 -0
- data/vendor/local/include/glib-2.0/gio/gdbusobjectmanagerclient.h +137 -0
- data/vendor/local/include/glib-2.0/gio/gdbusobjectmanagerserver.h +87 -0
- data/vendor/local/include/glib-2.0/gio/gdbusobjectproxy.h +78 -0
- data/vendor/local/include/glib-2.0/gio/gdbusobjectskeleton.h +91 -0
- data/vendor/local/include/glib-2.0/gio/gdbusproxy.h +23 -0
- data/vendor/local/include/glib-2.0/gio/gdbusutils.h +5 -0
- data/vendor/local/include/glib-2.0/gio/gdrive.h +17 -6
- data/vendor/local/include/glib-2.0/gio/gfile.h +48 -20
- data/vendor/local/include/glib-2.0/gio/gfileattribute.h +3 -1
- data/vendor/local/include/glib-2.0/gio/gfileenumerator.h +3 -0
- data/vendor/local/include/glib-2.0/gio/gfileinfo.h +36 -3
- data/vendor/local/include/glib-2.0/gio/ginetaddress.h +3 -0
- data/vendor/local/include/glib-2.0/gio/ginetaddressmask.h +87 -0
- data/vendor/local/include/glib-2.0/gio/ginetsocketaddress.h +9 -5
- data/vendor/local/include/glib-2.0/gio/ginputstream.h +16 -0
- data/vendor/local/include/glib-2.0/gio/gio.h +30 -3
- data/vendor/local/include/glib-2.0/gio/gioenums.h +286 -14
- data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +26 -0
- data/vendor/local/include/glib-2.0/gio/giomodule.h +18 -1
- data/vendor/local/include/glib-2.0/gio/gioscheduler.h +4 -0
- data/vendor/local/include/glib-2.0/gio/giotypes.h +60 -10
- data/vendor/local/include/glib-2.0/gio/gmemoryinputstream.h +6 -0
- data/vendor/local/include/glib-2.0/gio/gmemoryoutputstream.h +5 -0
- data/vendor/local/include/glib-2.0/gio/gmenu.h +177 -0
- data/vendor/local/include/glib-2.0/gio/gmenuexporter.h +42 -0
- data/vendor/local/include/glib-2.0/gio/gmenumodel.h +214 -0
- data/vendor/local/include/glib-2.0/gio/gmount.h +16 -4
- data/vendor/local/include/glib-2.0/gio/gmountoperation.h +5 -1
- data/vendor/local/include/glib-2.0/gio/gnetworking.h +83 -0
- data/vendor/local/include/glib-2.0/gio/gnetworkmonitor.h +91 -0
- data/vendor/local/include/glib-2.0/gio/goutputstream.h +16 -0
- data/vendor/local/include/glib-2.0/gio/gpollableinputstream.h +6 -5
- data/vendor/local/include/glib-2.0/gio/gpollableoutputstream.h +6 -2
- data/vendor/local/include/glib-2.0/gio/gpollableutils.h +65 -0
- data/vendor/local/include/glib-2.0/gio/gproxy.h +2 -1
- data/vendor/local/include/glib-2.0/gio/gproxyaddress.h +5 -0
- data/vendor/local/include/glib-2.0/gio/gproxyresolver.h +0 -5
- data/vendor/local/include/glib-2.0/gio/gremoteactiongroup.h +77 -0
- data/vendor/local/include/glib-2.0/gio/gresolver.h +35 -3
- data/vendor/local/include/glib-2.0/gio/gresource.h +131 -0
- data/vendor/local/include/glib-2.0/gio/gseekable.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gsettings.h +26 -9
- data/vendor/local/include/glib-2.0/gio/gsettingsschema.h +65 -0
- data/vendor/local/include/glib-2.0/gio/gsimpleaction.h +4 -42
- data/vendor/local/include/glib-2.0/gio/gsimpleactiongroup.h +7 -0
- data/vendor/local/include/glib-2.0/gio/gsimpleasyncresult.h +3 -0
- data/vendor/local/include/glib-2.0/gio/gsocket.h +57 -0
- data/vendor/local/include/glib-2.0/gio/gsocketclient.h +5 -1
- data/vendor/local/include/glib-2.0/gio/gsocketconnection.h +19 -0
- data/vendor/local/include/glib-2.0/gio/gtask.h +160 -0
- data/vendor/local/include/glib-2.0/gio/gtestdbus.h +74 -0
- data/vendor/local/include/glib-2.0/gio/gtlsbackend.h +18 -20
- data/vendor/local/include/glib-2.0/gio/gtlscertificate.h +4 -0
- data/vendor/local/include/glib-2.0/gio/gtlsclientconnection.h +0 -8
- data/vendor/local/include/glib-2.0/gio/gtlsconnection.h +12 -10
- data/vendor/local/include/glib-2.0/gio/gtlsdatabase.h +235 -0
- data/vendor/local/include/glib-2.0/gio/gtlsfiledatabase.h +56 -0
- data/vendor/local/include/glib-2.0/gio/gtlsinteraction.h +102 -0
- data/vendor/local/include/glib-2.0/gio/gtlspassword.h +101 -0
- data/vendor/local/include/glib-2.0/gio/gvolume.h +36 -8
- data/vendor/local/include/glib-2.0/gio/gvolumemonitor.h +1 -2
- data/vendor/local/include/glib-2.0/glib-object.h +14 -14
- data/vendor/local/include/glib-2.0/glib-unix.h +90 -0
- data/vendor/local/include/glib-2.0/glib.h +16 -3
- data/vendor/local/include/glib-2.0/glib/deprecated/gallocator.h +90 -0
- data/vendor/local/include/glib-2.0/glib/deprecated/gcache.h +73 -0
- data/vendor/local/include/glib-2.0/glib/deprecated/gcompletion.h +85 -0
- data/vendor/local/include/glib-2.0/glib/deprecated/gmain.h +138 -0
- data/vendor/local/include/glib-2.0/glib/deprecated/grel.h +107 -0
- data/vendor/local/include/glib-2.0/glib/deprecated/gthread.h +286 -0
- data/vendor/local/include/glib-2.0/glib/galloca.h +1 -1
- data/vendor/local/include/glib-2.0/glib/garray.h +9 -1
- data/vendor/local/include/glib-2.0/glib/gasyncqueue.h +30 -59
- data/vendor/local/include/glib-2.0/glib/gatomic.h +197 -82
- data/vendor/local/include/glib-2.0/glib/gbacktrace.h +8 -12
- data/vendor/local/include/glib-2.0/glib/gbase64.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gbitlock.h +30 -1
- data/vendor/local/include/glib-2.0/glib/gbookmarkfile.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gbytes.h +78 -0
- data/vendor/local/include/glib-2.0/glib/gcharset.h +40 -0
- data/vendor/local/include/glib-2.0/glib/gchecksum.h +10 -3
- data/vendor/local/include/glib-2.0/glib/gconvert.h +26 -11
- data/vendor/local/include/glib-2.0/glib/gdataset.h +19 -4
- data/vendor/local/include/glib-2.0/glib/gdate.h +2 -1
- data/vendor/local/include/glib-2.0/glib/gdatetime.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gdir.h +12 -10
- data/vendor/local/include/glib-2.0/glib/genviron.h +69 -0
- data/vendor/local/include/glib-2.0/glib/gerror.h +10 -1
- data/vendor/local/include/glib-2.0/glib/gfileutils.h +94 -40
- data/vendor/local/include/glib-2.0/glib/ggettext.h +59 -0
- data/vendor/local/include/glib-2.0/glib/ghash.h +63 -82
- data/vendor/local/include/glib-2.0/glib/ghmac.h +80 -0
- data/vendor/local/include/glib-2.0/glib/ghook.h +1 -1
- data/vendor/local/include/glib-2.0/glib/giochannel.h +38 -20
- data/vendor/local/include/glib-2.0/glib/gkeyfile.h +3 -1
- data/vendor/local/include/glib-2.0/glib/glist.h +8 -6
- data/vendor/local/include/glib-2.0/glib/gmacros.h +66 -7
- data/vendor/local/include/glib-2.0/glib/gmain.h +53 -112
- data/vendor/local/include/glib-2.0/glib/gmappedfile.h +8 -3
- data/vendor/local/include/glib-2.0/glib/gmarkup.h +3 -3
- data/vendor/local/include/glib-2.0/glib/gmem.h +25 -49
- data/vendor/local/include/glib-2.0/glib/gmessages.h +76 -15
- data/vendor/local/include/glib-2.0/glib/gnode.h +14 -6
- data/vendor/local/include/glib-2.0/glib/goption.h +3 -3
- data/vendor/local/include/glib-2.0/glib/gpattern.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gpoll.h +3 -0
- data/vendor/local/include/glib-2.0/glib/gprimes.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gqsort.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gquark.h +16 -4
- data/vendor/local/include/glib-2.0/glib/gqueue.h +62 -37
- data/vendor/local/include/glib-2.0/glib/grand.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gregex.h +116 -26
- data/vendor/local/include/glib-2.0/glib/gscanner.h +9 -3
- data/vendor/local/include/glib-2.0/glib/gsequence.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gshell.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gslice.h +9 -1
- data/vendor/local/include/glib-2.0/glib/gslist.h +7 -6
- data/vendor/local/include/glib-2.0/glib/gspawn.h +164 -13
- data/vendor/local/include/glib-2.0/glib/gstdio.h +3 -1
- data/vendor/local/include/glib-2.0/glib/gstrfuncs.h +15 -37
- data/vendor/local/include/glib-2.0/glib/gstring.h +84 -104
- data/vendor/local/include/glib-2.0/glib/gstringchunk.h +53 -0
- data/vendor/local/include/glib-2.0/glib/gtestutils.h +23 -1
- data/vendor/local/include/glib-2.0/glib/gthread.h +172 -325
- data/vendor/local/include/glib-2.0/glib/gthreadpool.h +26 -60
- data/vendor/local/include/glib-2.0/glib/gtimer.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gtimezone.h +3 -3
- data/vendor/local/include/glib-2.0/glib/gtrashstack.h +103 -0
- data/vendor/local/include/glib-2.0/glib/gtree.h +2 -3
- data/vendor/local/include/glib-2.0/glib/gtypes.h +50 -18
- data/vendor/local/include/glib-2.0/glib/gunicode.h +420 -95
- data/vendor/local/include/glib-2.0/glib/gurifuncs.h +2 -2
- data/vendor/local/include/glib-2.0/glib/gutils.h +68 -192
- data/vendor/local/include/glib-2.0/glib/gvariant.h +25 -3
- data/vendor/local/include/glib-2.0/glib/gvarianttype.h +20 -2
- data/vendor/local/include/glib-2.0/glib/gversion.h +56 -0
- data/vendor/local/include/glib-2.0/glib/gversionmacros.h +274 -0
- data/vendor/local/include/glib-2.0/glib/gwin32.h +15 -4
- data/vendor/local/include/glib-2.0/gmodule.h +14 -8
- data/vendor/local/include/glib-2.0/gobject/gbinding.h +2 -2
- data/vendor/local/include/glib-2.0/gobject/gboxed.h +41 -175
- data/vendor/local/include/glib-2.0/gobject/gclosure.h +40 -10
- data/vendor/local/include/glib-2.0/gobject/glib-types.h +310 -0
- data/vendor/local/include/glib-2.0/gobject/gmarshal.h +338 -183
- data/vendor/local/include/glib-2.0/gobject/gobject.h +56 -28
- data/vendor/local/include/glib-2.0/gobject/gobjectnotifyqueue.c +6 -0
- data/vendor/local/include/glib-2.0/gobject/gparam.h +11 -12
- data/vendor/local/include/glib-2.0/gobject/gparamspecs.h +6 -0
- data/vendor/local/include/glib-2.0/gobject/gsignal.h +42 -9
- data/vendor/local/include/glib-2.0/gobject/gsourceclosure.h +1 -16
- data/vendor/local/include/glib-2.0/gobject/gtype.h +28 -31
- data/vendor/local/include/glib-2.0/gobject/gtypemodule.h +1 -1
- data/vendor/local/include/glib-2.0/gobject/gvalue.h +21 -5
- data/vendor/local/include/glib-2.0/gobject/gvaluearray.h +31 -2
- data/vendor/local/include/glib-2.0/gobject/gvaluecollector.h +32 -3
- data/vendor/local/include/glib-2.0/gobject/gvaluetypes.h +12 -8
- data/vendor/local/include/gmp.h +2229 -0
- data/vendor/local/include/gnutls/abstract.h +401 -0
- data/vendor/local/include/gnutls/compat.h +290 -56
- data/vendor/local/include/gnutls/crypto.h +80 -47
- data/vendor/local/include/gnutls/dtls.h +88 -0
- data/vendor/local/include/gnutls/gnutls.h +1357 -550
- data/vendor/local/include/gnutls/gnutlsxx.h +400 -362
- data/vendor/local/include/gnutls/ocsp.h +259 -0
- data/vendor/local/include/gnutls/openpgp.h +235 -147
- data/vendor/local/include/gnutls/openssl.h +22 -24
- data/vendor/local/include/gnutls/pkcs11.h +322 -0
- data/vendor/local/include/gnutls/pkcs12.h +66 -38
- data/vendor/local/include/gnutls/tpm.h +74 -0
- data/vendor/local/include/gnutls/x509.h +771 -348
- data/vendor/local/include/nettle/aes.h +85 -0
- data/vendor/local/include/nettle/arcfour.h +66 -0
- data/vendor/local/include/nettle/arctwo.h +82 -0
- data/vendor/local/include/nettle/asn1.h +144 -0
- data/vendor/local/include/nettle/base16.h +106 -0
- data/vendor/local/include/nettle/base64.h +153 -0
- data/vendor/local/include/nettle/bignum.h +121 -0
- data/vendor/local/include/nettle/blowfish.h +76 -0
- data/vendor/local/include/nettle/buffer.h +98 -0
- data/vendor/local/include/nettle/camellia.h +82 -0
- data/vendor/local/include/nettle/cast128.h +77 -0
- data/vendor/local/include/nettle/cbc.h +76 -0
- data/vendor/local/include/nettle/ctr.h +62 -0
- data/vendor/local/include/nettle/des-compat.h +154 -0
- data/vendor/local/include/nettle/des.h +111 -0
- data/vendor/local/include/nettle/dsa.h +292 -0
- data/vendor/local/include/nettle/gcm.h +186 -0
- data/vendor/local/include/nettle/hmac.h +201 -0
- data/vendor/local/include/nettle/knuth-lfib.h +75 -0
- data/vendor/local/include/nettle/macros.h +216 -0
- data/vendor/local/include/nettle/md2.h +69 -0
- data/vendor/local/include/nettle/md4.h +73 -0
- data/vendor/local/include/nettle/md5-compat.h +50 -0
- data/vendor/local/include/nettle/md5.h +76 -0
- data/vendor/local/include/nettle/memxor.h +22 -0
- data/vendor/local/include/nettle/nettle-meta.h +227 -0
- data/vendor/local/include/nettle/nettle-stdint.h +286 -0
- data/vendor/local/include/nettle/nettle-types.h +92 -0
- data/vendor/local/include/nettle/pgp.h +240 -0
- data/vendor/local/include/nettle/pkcs1.h +106 -0
- data/vendor/local/include/nettle/realloc.h +41 -0
- data/vendor/local/include/nettle/ripemd160.h +78 -0
- data/vendor/local/include/nettle/rsa-compat.h +131 -0
- data/vendor/local/include/nettle/rsa.h +418 -0
- data/vendor/local/include/nettle/salsa20.h +82 -0
- data/vendor/local/include/nettle/serpent.h +81 -0
- data/vendor/local/include/nettle/sexp.h +212 -0
- data/vendor/local/include/nettle/sha.h +193 -0
- data/vendor/local/include/nettle/twofish.h +78 -0
- data/vendor/local/include/nettle/yarrow.h +137 -0
- data/vendor/local/include/zconf.h +461 -0
- data/vendor/local/include/zlib.h +1589 -0
- data/vendor/local/lib/charset.alias +4 -0
- data/vendor/local/lib/gio-2.0.def +505 -147
- data/vendor/local/lib/gio/modules/libgiognutls.a +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.dll +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.dll.a +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.la +2 -2
- data/vendor/local/lib/glib-2.0.def +298 -167
- data/vendor/local/lib/glib-2.0/include/glibconfig.h +32 -115
- data/vendor/local/lib/gmodule-2.0.def +0 -0
- data/vendor/local/lib/gobject-2.0.def +71 -23
- data/vendor/local/lib/gthread-2.0.def +0 -0
- data/vendor/local/lib/libffi-3.0.6/include/ffi.h +393 -0
- data/vendor/local/lib/libffi-3.0.6/include/ffitarget.h +90 -0
- data/vendor/local/lib/libffi.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.la +41 -0
- data/vendor/local/lib/libglib-2.0.dll.a +0 -0
- data/vendor/local/lib/libglib-2.0.la +41 -0
- data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
- data/vendor/local/lib/libgmodule-2.0.la +41 -0
- data/vendor/local/lib/libgmp.dll.a +0 -0
- data/vendor/local/lib/libgmp.la +41 -0
- data/vendor/local/lib/libgnutls-openssl.a +0 -0
- data/vendor/local/lib/libgnutls-openssl.dll.a +0 -0
- data/vendor/local/lib/libgnutls-openssl.la +41 -0
- data/vendor/local/lib/libgnutls.a +0 -0
- data/vendor/local/lib/libgnutls.dll.a +0 -0
- data/vendor/local/lib/libgnutls.la +41 -0
- data/vendor/local/lib/libgnutlsxx.a +0 -0
- data/vendor/local/lib/libgnutlsxx.dll.a +0 -0
- data/vendor/local/lib/libgnutlsxx.la +41 -0
- data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.la +41 -0
- data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
- data/vendor/local/lib/libgthread-2.0.la +41 -0
- data/vendor/local/lib/libhogweed.a +0 -0
- data/vendor/local/lib/libhogweed.dll.a +0 -0
- data/vendor/local/lib/libnettle.a +0 -0
- data/vendor/local/lib/libnettle.dll.a +0 -0
- data/vendor/local/lib/libz.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gio-2.0.pc +7 -4
- data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/glib-2.0.pc +3 -2
- data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-export-2.0.pc +14 -0
- data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gnutls-dane.pc +24 -0
- data/vendor/local/lib/pkgconfig/gnutls.pc +13 -12
- data/vendor/local/lib/pkgconfig/gobject-2.0.pc +3 -2
- data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/hogweed.pc +18 -0
- data/vendor/local/lib/pkgconfig/nettle.pc +11 -0
- data/vendor/local/lib/zdll.lib +0 -0
- data/vendor/local/lib/zlib.def +67 -0
- data/vendor/local/manifest/libffi-dev_3.0.6-1_win32.mft +9 -0
- data/vendor/local/manifest/libffi_3.0.6-1_win32.mft +2 -0
- data/vendor/local/manifest/zlib-dev_1.2.5-2_win32.mft +8 -0
- data/vendor/local/manifest/zlib_1.2.5-2_win32.mft +2 -0
- data/vendor/local/share/aclocal/glib-2.0.m4 +3 -0
- data/vendor/local/share/aclocal/glib-gettext.m4 +4 -0
- data/vendor/local/share/aclocal/gsettings.m4 +1 -1
- data/vendor/local/share/bash-completion/completions/gdbus +33 -0
- data/vendor/local/share/bash-completion/completions/gresource +58 -0
- data/vendor/local/share/bash-completion/completions/gsettings +84 -0
- data/vendor/local/share/gdb/auto-load/libglib-2.0.so.0.3503.0-gdb.py +10 -0
- data/vendor/local/share/gdb/auto-load/libgobject-2.0.so.0.3503.0-gdb.py +10 -0
- data/vendor/local/share/glib-2.0/codegen/__init__.py +29 -0
- data/vendor/local/share/glib-2.0/codegen/__init__.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/__init__.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.py +3375 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_docbook.py +323 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.py +203 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/config.py +27 -0
- data/vendor/local/share/glib-2.0/codegen/config.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/config.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.py +426 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/parser.py +290 -0
- data/vendor/local/share/glib-2.0/codegen/parser.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/parser.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/utils.py +104 -0
- data/vendor/local/share/glib-2.0/codegen/utils.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/utils.pyo +0 -0
- data/vendor/local/share/glib-2.0/gdb/glib.py +15 -11
- data/vendor/local/share/glib-2.0/gdb/gobject.py +0 -0
- data/vendor/local/share/glib-2.0/gettext/po/Makefile.in.in +9 -20
- data/vendor/local/share/gtk-doc/html/gio/ExampleAnimal.html +1301 -0
- data/vendor/local/share/gtk-doc/html/gio/ExampleCat.html +594 -0
- data/vendor/local/share/gtk-doc/html/gio/ExampleObject.html +461 -0
- data/vendor/local/share/gtk-doc/html/gio/ExampleObjectManagerClient.html +486 -0
- data/vendor/local/share/gtk-doc/html/gio/GAction.html +174 -73
- data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +465 -130
- data/vendor/local/share/gtk-doc/html/gio/GActionMap.html +440 -0
- data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +470 -183
- data/vendor/local/share/gtk-doc/html/gio/GApplication.html +862 -225
- data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +139 -76
- data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +141 -135
- data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +148 -37
- data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +110 -67
- data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +55 -29
- data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +135 -79
- data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +42 -30
- data/vendor/local/share/gtk-doc/html/gio/GConverter.html +49 -42
- data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +78 -43
- data/vendor/local/share/gtk-doc/html/gio/GDBusActionGroup.html +138 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +107 -24
- data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +1369 -836
- data/vendor/local/share/gtk-doc/html/gio/GDBusError.html +92 -92
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterface.html +268 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterfaceSkeleton.html +691 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusMenuModel.html +126 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +381 -215
- data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +212 -81
- data/vendor/local/share/gtk-doc/html/gio/GDBusObject.html +312 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManager.html +462 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerClient.html +1095 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerServer.html +397 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectProxy.html +206 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectSkeleton.html +385 -0
- data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +679 -330
- data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +161 -129
- data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +396 -210
- data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +143 -102
- data/vendor/local/share/gtk-doc/html/gio/GDrive.html +323 -162
- data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +35 -24
- data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +30 -15
- data/vendor/local/share/gtk-doc/html/gio/GFile.html +2551 -1662
- data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +16 -5
- data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +151 -64
- data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +34 -22
- data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +15 -8
- data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +731 -342
- data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +31 -22
- data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +53 -38
- data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +34 -22
- data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +37 -22
- data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +24 -15
- data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +24 -15
- data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +259 -22
- data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +91 -55
- data/vendor/local/share/gtk-doc/html/gio/GIcon.html +51 -34
- data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +189 -101
- data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +99 -15
- data/vendor/local/share/gtk-doc/html/gio/GInitable.html +116 -80
- data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +339 -110
- data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +33 -21
- data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +33 -20
- data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +84 -49
- data/vendor/local/share/gtk-doc/html/gio/GMenu.html +1562 -0
- data/vendor/local/share/gtk-doc/html/gio/GMenuModel.html +1064 -0
- data/vendor/local/share/gtk-doc/html/gio/GMount.html +325 -174
- data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +217 -94
- data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +72 -49
- data/vendor/local/share/gtk-doc/html/gio/GNetworkMonitor.html +435 -0
- data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +53 -35
- data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +392 -138
- data/vendor/local/share/gtk-doc/html/gio/GPermission.html +104 -74
- data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +58 -104
- data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +60 -45
- data/vendor/local/share/gtk-doc/html/gio/GProxy.html +48 -30
- data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +157 -51
- data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +50 -37
- data/vendor/local/share/gtk-doc/html/gio/GRemoteActionGroup.html +262 -0
- data/vendor/local/share/gtk-doc/html/gio/GResolver.html +348 -128
- data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +66 -48
- data/vendor/local/share/gtk-doc/html/gio/GSettings.html +790 -390
- data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +106 -75
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +188 -76
- data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +79 -22
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +334 -180
- data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +12 -9
- data/vendor/local/share/gtk-doc/html/gio/GSocket.html +1183 -407
- data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +51 -42
- data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +556 -217
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +55 -37
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +243 -49
- data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +35 -20
- data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +159 -122
- data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +57 -34
- data/vendor/local/share/gtk-doc/html/gio/GSrvTarget.html +56 -32
- data/vendor/local/share/gtk-doc/html/gio/GTask.html +2296 -0
- data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +22 -16
- data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +13 -9
- data/vendor/local/share/gtk-doc/html/gio/GTestDBus.html +331 -0
- data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +43 -25
- data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +30 -24
- data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +123 -36
- data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +145 -76
- data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +67 -42
- data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +297 -90
- data/vendor/local/share/gtk-doc/html/gio/GTlsDatabase.html +993 -0
- data/vendor/local/share/gtk-doc/html/gio/GTlsFileDatabase.html +172 -0
- data/vendor/local/share/gtk-doc/html/gio/GTlsInteraction.html +385 -0
- data/vendor/local/share/gtk-doc/html/gio/GTlsPassword.html +511 -0
- data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +19 -16
- data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +244 -41
- data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +25 -13
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +70 -51
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +47 -34
- data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +44 -30
- data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +46 -32
- data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +76 -53
- data/vendor/local/share/gtk-doc/html/gio/GVfs.html +55 -33
- data/vendor/local/share/gtk-doc/html/gio/GVolume.html +260 -110
- data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +127 -70
- data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +32 -24
- data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +19 -13
- data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +10 -10
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +14 -10
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +8 -16
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +74 -31
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +21 -41
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-30.html +691 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-32.html +698 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-34.html +231 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +55 -7
- data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +2101 -230
- data/vendor/local/share/gtk-doc/html/gio/application.html +33 -9
- data/vendor/local/share/gtk-doc/html/gio/async.html +6 -3
- data/vendor/local/share/gtk-doc/html/gio/ch01.html +43 -18
- data/vendor/local/share/gtk-doc/html/gio/ch02.html +86 -22
- data/vendor/local/share/gtk-doc/html/gio/ch03.html +23 -152
- data/vendor/local/share/gtk-doc/html/gio/ch27.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/ch28s03.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch28s06.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch29.html +54 -49
- data/vendor/local/share/gtk-doc/html/gio/ch29s02.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch29s03.html +19 -19
- data/vendor/local/share/gtk-doc/html/gio/ch29s04.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/ch29s05.html +81 -81
- data/vendor/local/share/gtk-doc/html/gio/ch29s06.html +67 -67
- data/vendor/local/share/gtk-doc/html/gio/ch30.html +217 -0
- data/vendor/local/share/gtk-doc/html/gio/ch30s02.html +41 -0
- data/vendor/local/share/gtk-doc/html/gio/ch30s03.html +39 -0
- data/vendor/local/share/gtk-doc/html/gio/ch31.html +57 -0
- data/vendor/local/share/gtk-doc/html/gio/ch31s02.html +59 -0
- data/vendor/local/share/gtk-doc/html/gio/ch31s03.html +159 -0
- data/vendor/local/share/gtk-doc/html/gio/ch31s04.html +46 -0
- data/vendor/local/share/gtk-doc/html/gio/ch31s05.html +48 -0
- data/vendor/local/share/gtk-doc/html/gio/ch31s06.html +278 -0
- data/vendor/local/share/gtk-doc/html/gio/ch31s07.html +160 -0
- data/vendor/local/share/gtk-doc/html/gio/ch32.html +113 -0
- data/vendor/local/share/gtk-doc/html/gio/ch32s02.html +142 -0
- data/vendor/local/share/gtk-doc/html/gio/ch32s03.html +202 -0
- data/vendor/local/share/gtk-doc/html/gio/ch32s04.html +97 -0
- data/vendor/local/share/gtk-doc/html/gio/ch32s05.html +931 -0
- data/vendor/local/share/gtk-doc/html/gio/conversion.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +14 -5
- data/vendor/local/share/gtk-doc/html/gio/extending.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/file_mon.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/file_ops.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gdbus-codegen.html +1080 -0
- data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +28 -4
- data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html +167 -0
- data/vendor/local/share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Cat.html +54 -0
- data/vendor/local/share/gtk-doc/html/gio/gdbus.html +87 -30
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +70 -49
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +420 -187
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +200 -27
- data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +497 -23
- data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +88 -48
- data/vendor/local/share/gtk-doc/html/gio/gio-GActionGroup-exporter.html +176 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +162 -68
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +26 -8
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +24 -6
- data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +919 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +113 -97
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +38 -32
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +85 -62
- data/vendor/local/share/gtk-doc/html/gio/gio-GInetAddressMask.html +330 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-GMenuModel-exporter.html +164 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-GResource.html +917 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-GSettingsSchema-GSettingsSchemaSource.html +614 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32InputStream.html +213 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32OutputStream.html +210 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +154 -134
- data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +22 -17
- data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +272 -92
- data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +136 -105
- data/vendor/local/share/gtk-doc/html/gio/gio-gnetworking.h.html +91 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-gpollableutils.html +396 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +53 -52
- data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +790 -157
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-resources.html +209 -0
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +25 -18
- data/vendor/local/share/gtk-doc/html/gio/gresource-tool.html +111 -0
- data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +27 -15
- data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +10 -7
- data/vendor/local/share/gtk-doc/html/gio/icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/index.html +160 -34
- data/vendor/local/share/gtk-doc/html/gio/index.sgml +1009 -179
- data/vendor/local/share/gtk-doc/html/gio/menu-example.png +0 -0
- data/vendor/local/share/gtk-doc/html/gio/menu-model.png +0 -0
- data/vendor/local/share/gtk-doc/html/gio/migrating.html +45 -25
- data/vendor/local/share/gtk-doc/html/gio/networking.html +11 -5
- data/vendor/local/share/gtk-doc/html/gio/permissions.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/pt01.html +7 -6
- data/vendor/local/share/gtk-doc/html/gio/pt02.html +115 -13
- data/vendor/local/share/gtk-doc/html/gio/resolver.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/resources.html +33 -0
- data/vendor/local/share/gtk-doc/html/gio/running-gio-apps.html +176 -0
- data/vendor/local/share/gtk-doc/html/gio/settings.html +9 -5
- data/vendor/local/share/gtk-doc/html/gio/streaming.html +12 -3
- data/vendor/local/share/gtk-doc/html/gio/testing.html +33 -0
- data/vendor/local/share/gtk-doc/html/gio/tls.html +17 -5
- data/vendor/local/share/gtk-doc/html/gio/tools.html +13 -4
- data/vendor/local/share/gtk-doc/html/gio/types.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/utils.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +28 -7
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +6 -14
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +19 -11
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +17 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +15 -7
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +8 -8
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +13 -5
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +20 -5
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +22 -7
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-30.html +257 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-32.html +348 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-34.html +121 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +26 -18
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +20 -16
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +11 -7
- data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +152 -78
- data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +729 -249
- data/vendor/local/share/gtk-doc/html/glib/deprecated.html +47 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +135 -28
- data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +383 -170
- data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +525 -142
- data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +71 -32
- data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +97 -38
- data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +68 -30
- data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +724 -106
- data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +187 -67
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +715 -29
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +368 -194
- data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +105 -50
- data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +126 -59
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +163 -62
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +106 -25
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-HMACs.html +452 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +61 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +394 -162
- data/vendor/local/share/gtk-doc/html/glib/glib-Deprecated-Thread-APIs.html +1772 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +241 -63
- data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +236 -95
- data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +174 -100
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +259 -168
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +710 -221
- data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +409 -167
- data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +86 -53
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +1077 -281
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +234 -187
- data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +28 -10
- data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +545 -211
- data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +234 -108
- data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +23 -8
- data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +138 -77
- data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +259 -105
- data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +436 -206
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +263 -38
- data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +540 -362
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +165 -37
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +146 -79
- data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +214 -104
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +489 -438
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +690 -202
- data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +230 -118
- data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +23 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +538 -102
- data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +135 -33
- data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +79 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +75 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +57 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +308 -111
- data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +20 -9
- data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +88 -37
- data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +228 -86
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +271 -109
- data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +108 -63
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +42 -24
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +578 -315
- data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +241 -94
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +647 -189
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +592 -210
- data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +162 -100
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +1345 -1882
- data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +33 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +40 -18
- data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +42 -25
- data/vendor/local/share/gtk-doc/html/glib/glib-UNIX-specific-utilities-and-integration.html +334 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +55 -25
- data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +852 -253
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +204 -41
- data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +146 -85
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +106 -44
- data/vendor/local/share/gtk-doc/html/glib/glib-building.html +298 -333
- data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +11 -11
- data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +69 -39
- data/vendor/local/share/gtk-doc/html/glib/glib-core.html +13 -8
- data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +10 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +15 -38
- data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +9 -11
- data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +13 -10
- data/vendor/local/share/gtk-doc/html/glib/glib-programming.html +76 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +58 -58
- data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +12 -9
- data/vendor/local/share/gtk-doc/html/glib/glib-running.html +133 -112
- data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +24 -16
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +434 -267
- data/vendor/local/share/gtk-doc/html/glib/glib.html +16 -24
- data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +12 -9
- data/vendor/local/share/gtk-doc/html/glib/gtester.html +68 -12
- data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +67 -25
- data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +15 -8
- data/vendor/local/share/gtk-doc/html/glib/index.html +66 -59
- data/vendor/local/share/gtk-doc/html/glib/index.sgml +383 -215
- data/vendor/local/share/gtk-doc/html/glib/tools.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +56 -25
- data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +58 -19
- data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +39 -12
- data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-30.html +70 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-32.html +81 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-34.html +63 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +9 -9
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +94 -7
- data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +296 -76
- data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +10 -10
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +13 -13
- data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +14 -14
- data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +120 -108
- data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +157 -133
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +171 -27
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +741 -86
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +113 -41
- data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +182 -65
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +124 -37
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +365 -136
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +837 -244
- data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +773 -102
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +545 -158
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +149 -34
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +26 -11
- data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +226 -105
- data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +29 -18
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +92 -34
- data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +11 -10
- data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +10 -9
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +104 -42
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +68 -21
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +11 -11
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +33 -18
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-override.html +135 -0
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-prerequisite.html +123 -0
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +27 -39
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +40 -51
- data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +8 -8
- data/vendor/local/share/gtk-doc/html/gobject/index.html +19 -15
- data/vendor/local/share/gtk-doc/html/gobject/index.sgml +59 -3
- data/vendor/local/share/gtk-doc/html/gobject/pr01.html +6 -6
- data/vendor/local/share/gtk-doc/html/gobject/pt01.html +7 -7
- data/vendor/local/share/gtk-doc/html/gobject/pt02.html +12 -11
- data/vendor/local/share/gtk-doc/html/gobject/pt03.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/rn01.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/rn02.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/signal.html +16 -15
- data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +3 -3
- data/vendor/local/share/info/dir +40 -0
- data/vendor/local/share/info/gmp.info +183 -0
- data/vendor/local/share/info/gmp.info-1 +7078 -0
- data/vendor/local/share/info/gmp.info-2 +3513 -0
- data/vendor/local/share/info/gnutls-client-server-use-case.png +0 -0
- data/vendor/local/share/info/gnutls-guile.info +1580 -0
- data/vendor/local/share/info/gnutls-handshake-sequence.png +0 -0
- data/vendor/local/share/info/gnutls-handshake-state.png +0 -0
- data/vendor/local/share/info/gnutls-internals.png +0 -0
- data/vendor/local/share/info/gnutls-layers.png +0 -0
- data/vendor/local/share/info/gnutls-modauth.png +0 -0
- data/vendor/local/share/info/gnutls-pgp.png +0 -0
- data/vendor/local/share/info/gnutls-x509.png +0 -0
- data/vendor/local/share/info/gnutls.info +1237 -683
- data/vendor/local/share/info/gnutls.info-1 +5355 -8447
- data/vendor/local/share/info/gnutls.info-2 +9995 -5771
- data/vendor/local/share/info/gnutls.info-3 +8788 -1871
- data/vendor/local/share/info/gnutls.info-4 +5085 -0
- data/vendor/local/share/info/nettle.info +3355 -0
- data/vendor/local/share/info/pkcs11-vision.png +0 -0
- data/vendor/local/share/license/glib-networking/COPYING +9 -10
- data/vendor/local/share/license/glib/AUTHORS +40 -0
- data/vendor/local/share/license/glib/COPYING +482 -0
- data/vendor/local/share/license/gmp/AUTHORS +79 -0
- data/vendor/local/share/license/gmp/COPYING +674 -0
- data/vendor/local/share/license/gmp/COPYING.LIB +165 -0
- data/vendor/local/share/license/gnutls/AUTHORS +92 -0
- data/vendor/local/share/license/gnutls/COPYING +674 -0
- data/vendor/local/share/license/nettle/AUTHORS +1 -0
- data/vendor/local/share/license/nettle/COPYING.LIB +510 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/am/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/be@latin/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/cy/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/en@quot/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ka/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ku/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mn/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nds/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ne/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/ps/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/rw/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/si/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@ije/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/wa/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/xh/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/man/man1/certtool.1 +644 -130
- data/vendor/local/share/man/man1/gdbus-codegen.1 +751 -0
- data/vendor/local/share/man/man1/gdbus.1 +93 -15
- data/vendor/local/share/man/man1/gio-querymodules.1 +6 -6
- data/vendor/local/share/man/man1/glib-compile-resources.1 +167 -0
- data/vendor/local/share/man/man1/glib-compile-schemas.1 +20 -15
- data/vendor/local/share/man/man1/glib-genmarshal.1 +88 -70
- data/vendor/local/share/man/man1/glib-gettextize.1 +7 -7
- data/vendor/local/share/man/man1/glib-mkenums.1 +110 -101
- data/vendor/local/share/man/man1/gnutls-cli-debug.1 +133 -27
- data/vendor/local/share/man/man1/gnutls-cli.1 +308 -154
- data/vendor/local/share/man/man1/gnutls-serv.1 +416 -126
- data/vendor/local/share/man/man1/gobject-query.1 +13 -13
- data/vendor/local/share/man/man1/gresource.1 +95 -0
- data/vendor/local/share/man/man1/gsettings.1 +22 -10
- data/vendor/local/share/man/man1/gtester-report.1 +53 -0
- data/vendor/local/share/man/man1/gtester.1 +142 -0
- data/vendor/local/share/man/man1/ocsptool.1 +308 -0
- data/vendor/local/share/man/man1/p11tool.1 +230 -0
- data/vendor/local/share/man/man1/psktool.1 +96 -26
- data/vendor/local/share/man/man1/srptool.1 +117 -59
- data/vendor/local/share/man/man1/tpmtool.1 +197 -0
- data/vendor/local/share/man/man3/ffi.3 +31 -0
- data/vendor/local/share/man/man3/ffi_call.3 +103 -0
- data/vendor/local/share/man/man3/ffi_prep_cif.3 +66 -0
- data/vendor/local/share/man/man3/gnutls_alert_get.3 +19 -12
- data/vendor/local/share/man/man3/gnutls_alert_get_name.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_alert_get_strname.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_alert_send.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_alert_send_appropriate.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_anon_allocate_client_credentials.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_anon_allocate_server_credentials.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_anon_free_client_credentials.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_anon_free_server_credentials.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_anon_set_params_function.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_anon_set_server_dh_params.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_anon_set_server_params_function.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_auth_client_get_type.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_auth_get_type.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_auth_server_get_type.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_bye.3 +23 -15
- data/vendor/local/share/man/man3/gnutls_certificate_activation_time_peers.3 +17 -6
- data/vendor/local/share/man/man3/gnutls_certificate_allocate_credentials.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_certificate_client_get_request_status.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_certificate_expiration_time_peers.3 +17 -6
- data/vendor/local/share/man/man3/gnutls_certificate_free_ca_names.3 +24 -12
- data/vendor/local/share/man/man3/gnutls_certificate_free_cas.3 +20 -11
- data/vendor/local/share/man/man3/gnutls_certificate_free_credentials.3 +20 -11
- data/vendor/local/share/man/man3/gnutls_certificate_free_crls.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_certificate_free_keys.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_certificate_get_issuer.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_certificate_get_ours.3 +20 -11
- data/vendor/local/share/man/man3/gnutls_certificate_get_peers.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_certificate_get_peers_subkey_id.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_certificate_send_x509_rdn_sequence.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_certificate_server_set_request.3 +21 -13
- data/vendor/local/share/man/man3/gnutls_certificate_set_dh_params.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_certificate_set_key.3 +63 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_ocsp_status_request_file.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_ocsp_status_request_function.3 +63 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key.3 +30 -15
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key_file.3 +20 -12
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key_file2.3 +24 -14
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key_mem.3 +24 -13
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key_mem2.3 +26 -16
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_keyring_file.3 +18 -8
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_keyring_mem.3 +21 -11
- data/vendor/local/share/man/man3/gnutls_certificate_set_params_function.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_certificate_set_pin_function.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_retrieve_function.3 +74 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_retrieve_function2.3 +77 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_rsa_export_params.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_certificate_set_verify_flags.3 +20 -11
- data/vendor/local/share/man/man3/gnutls_certificate_set_verify_function.3 +60 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_verify_limits.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_crl.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_crl_file.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_crl_mem.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_key.3 +22 -11
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_key_file.3 +28 -16
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_key_mem.3 +24 -21
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_simple_pkcs12_file.3 +20 -14
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_simple_pkcs12_mem.3 +69 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_system_trust.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_trust.3 +18 -8
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_trust_file.3 +23 -10
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_trust_mem.3 +21 -12
- data/vendor/local/share/man/man3/gnutls_certificate_type_get.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_certificate_type_get_id.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_certificate_type_get_name.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_certificate_type_list.3 +17 -10
- data/vendor/local/share/man/man3/gnutls_certificate_type_set_priority.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_certificate_verification_status_print.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_certificate_verify_peers2.3 +28 -22
- data/vendor/local/share/man/man3/gnutls_certificate_verify_peers3.3 +64 -0
- data/vendor/local/share/man/man3/gnutls_check_version.3 +24 -17
- data/vendor/local/share/man/man3/gnutls_cipher_add_auth.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_cipher_decrypt.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_cipher_decrypt2.3 +55 -0
- data/vendor/local/share/man/man3/gnutls_cipher_deinit.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_cipher_encrypt.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_cipher_encrypt2.3 +55 -0
- data/vendor/local/share/man/man3/gnutls_cipher_get.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_cipher_get_block_size.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_cipher_get_id.3 +18 -8
- data/vendor/local/share/man/man3/gnutls_cipher_get_key_size.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_cipher_get_name.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_cipher_init.3 +55 -0
- data/vendor/local/share/man/man3/gnutls_cipher_list.3 +18 -7
- data/vendor/local/share/man/man3/gnutls_cipher_set_iv.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_cipher_set_priority.3 +22 -14
- data/vendor/local/share/man/man3/gnutls_cipher_suite_get_name.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_cipher_suite_info.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_cipher_tag.3 +52 -0
- data/vendor/local/share/man/man3/gnutls_compression_get.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_compression_get_id.3 +18 -8
- data/vendor/local/share/man/man3/gnutls_compression_get_name.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_compression_list.3 +16 -9
- data/vendor/local/share/man/man3/gnutls_compression_set_priority.3 +23 -14
- data/vendor/local/share/man/man3/gnutls_credentials_clear.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_credentials_set.3 +34 -19
- data/vendor/local/share/man/man3/gnutls_db_check_entry.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_db_get_ptr.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_db_remove_session.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_db_set_cache_expiration.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_db_set_ptr.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_db_set_remove_function.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_db_set_retrieve_function.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_db_set_store_function.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_deinit.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_dh_get_group.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_dh_get_peers_public_bits.3 +18 -10
- data/vendor/local/share/man/man3/gnutls_dh_get_prime_bits.3 +22 -10
- data/vendor/local/share/man/man3/gnutls_dh_get_pubkey.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_dh_get_secret_bits.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_dh_params_cpy.3 +18 -6
- data/vendor/local/share/man/man3/gnutls_dh_params_deinit.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_dh_params_export2_pkcs3.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_dh_params_export_pkcs3.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_dh_params_export_raw.3 +23 -10
- data/vendor/local/share/man/man3/gnutls_dh_params_generate2.3 +22 -9
- data/vendor/local/share/man/man3/gnutls_dh_params_import_pkcs3.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_dh_params_import_raw.3 +21 -9
- data/vendor/local/share/man/man3/gnutls_dh_params_init.3 +18 -6
- data/vendor/local/share/man/man3/gnutls_dh_set_prime_bits.3 +21 -7
- data/vendor/local/share/man/man3/gnutls_dtls_cookie_send.3 +61 -0
- data/vendor/local/share/man/man3/gnutls_dtls_cookie_verify.3 +59 -0
- data/vendor/local/share/man/man3/gnutls_dtls_get_data_mtu.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_dtls_get_mtu.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_dtls_get_timeout.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_dtls_prestate_set.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_dtls_set_data_mtu.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_dtls_set_mtu.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_dtls_set_timeouts.3 +58 -0
- data/vendor/local/share/man/man3/gnutls_ecc_curve_get.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_ecc_curve_get_name.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_ecc_curve_get_size.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_ecc_curve_list.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_error_is_fatal.3 +26 -16
- data/vendor/local/share/man/man3/gnutls_error_to_alert.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_fingerprint.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_global_deinit.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_global_init.3 +23 -18
- data/vendor/local/share/man/man3/gnutls_global_set_audit_log_function.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_global_set_log_function.3 +20 -11
- data/vendor/local/share/man/man3/gnutls_global_set_log_level.3 +20 -11
- data/vendor/local/share/man/man3/gnutls_global_set_mem_functions.3 +24 -14
- data/vendor/local/share/man/man3/gnutls_global_set_mutex.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_global_set_time_function.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_handshake.3 +20 -9
- data/vendor/local/share/man/man3/gnutls_handshake_get_last_in.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_handshake_get_last_out.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_handshake_set_max_packet_length.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_handshake_set_post_client_hello_function.3 +18 -8
- data/vendor/local/share/man/man3/gnutls_handshake_set_private_extensions.3 +18 -11
- data/vendor/local/share/man/man3/gnutls_handshake_set_timeout.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_hash.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_hash_deinit.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_hash_fast.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_hash_get_len.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_hash_init.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_hash_output.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_heartbeat_allowed.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_heartbeat_enable.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_heartbeat_get_timeout.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_heartbeat_ping.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_heartbeat_pong.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_heartbeat_set_timeouts.3 +58 -0
- data/vendor/local/share/man/man3/gnutls_hex2bin.3 +20 -11
- data/vendor/local/share/man/man3/gnutls_hex_decode.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_hex_encode.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_hmac.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_hmac_deinit.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_hmac_fast.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_hmac_get_len.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_hmac_init.3 +55 -0
- data/vendor/local/share/man/man3/gnutls_hmac_output.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_init.3 +27 -10
- data/vendor/local/share/man/man3/gnutls_key_generate.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_kx_get.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_kx_get_id.3 +18 -8
- data/vendor/local/share/man/man3/gnutls_kx_get_name.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_kx_list.3 +18 -7
- data/vendor/local/share/man/man3/gnutls_kx_set_priority.3 +21 -12
- data/vendor/local/share/man/man3/gnutls_load_file.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_mac_get.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_mac_get_id.3 +20 -10
- data/vendor/local/share/man/man3/gnutls_mac_get_key_size.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_mac_get_name.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_mac_list.3 +18 -7
- data/vendor/local/share/man/man3/gnutls_mac_set_priority.3 +21 -12
- data/vendor/local/share/man/man3/gnutls_ocsp_req_add_cert.3 +55 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_req_add_cert_id.3 +66 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_req_deinit.3 +42 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_req_export.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_req_get_cert_id.3 +70 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_req_get_extension.3 +63 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_req_get_nonce.3 +52 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_req_get_version.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_req_import.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_req_init.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_req_print.3 +55 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_req_randomize_nonce.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_req_set_extension.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_req_set_nonce.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_check_crt.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_deinit.3 +42 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_export.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_certs.3 +60 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_extension.3 +63 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_nonce.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_produced.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_responder.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_response.3 +58 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_signature.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_signature_algorithm.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_single.3 +73 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_status.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_version.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_import.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_init.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_print.3 +55 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_verify.3 +68 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_verify_direct.3 +62 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_status_request_enable_client.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_status_request_get.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_ocsp_status_request_is_checked.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_check_hostname.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_deinit.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_export.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_export2.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_auth_subkey.3 +18 -8
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_creation_time.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_expiration_time.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_fingerprint.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_key_id.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_key_usage.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_name.3 +19 -9
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_pk_algorithm.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_pk_dsa_raw.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_pk_rsa_raw.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_preferred_key_id.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_revoked_status.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_count.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_creation_time.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_expiration_time.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_fingerprint.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_id.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_idx.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_pk_algorithm.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_pk_dsa_raw.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_pk_rsa_raw.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_revoked_status.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_usage.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_version.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_import.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_init.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_print.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_set_preferred_key_id.3 +21 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_verify_ring.3 +20 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_verify_self.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_check_id.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_deinit.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_get_crt.3 +17 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_get_crt_count.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_import.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_init.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_deinit.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export2.3 +55 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export_dsa_raw.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export_rsa_raw.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export_subkey_dsa_raw.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export_subkey_rsa_raw.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_fingerprint.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_key_id.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_pk_algorithm.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_preferred_key_id.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_revoked_status.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_count.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_creation_time.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_fingerprint.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_id.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_idx.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_pk_algorithm.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_revoked_status.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_import.3 +20 -11
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_init.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_sec_param.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_set_preferred_key_id.3 +22 -9
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_sign_hash.3 +21 -10
- data/vendor/local/share/man/man3/gnutls_openpgp_send_cert.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_openpgp_set_recv_key_function.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_pcert_deinit.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_pcert_import_openpgp.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_pcert_import_openpgp_raw.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_pcert_import_x509.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_pcert_import_x509_raw.3 +55 -0
- data/vendor/local/share/man/man3/gnutls_pcert_list_import_x509_raw.3 +59 -0
- data/vendor/local/share/man/man3/gnutls_pem_base64_decode.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_pem_base64_decode_alloc.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_pem_base64_encode.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_pem_base64_encode_alloc.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_perror.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_pk_algorithm_get_name.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_pk_bits_to_sec_param.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_pk_get_id.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_pk_get_name.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_pk_list.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_pk_to_sign.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_add_provider.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_copy_secret_key.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_copy_x509_crt.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_copy_x509_privkey.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_deinit.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_delete_url.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_get_pin_function.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_init.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_deinit.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_export.3 +61 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_export2.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_export_url.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_get_info.3 +55 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_get_type.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_import_url.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_init.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_list_import_url.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_list_import_url2.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_set_pin_function.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_deinit.3 +42 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_export_url.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_generate.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_generate2.3 +63 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_get_info.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_get_pk_algorithm.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_import_url.3 +52 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_init.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_set_pin_function.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_reinit.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_set_pin_function.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_set_token_function.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_token_get_flags.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_token_get_info.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_token_get_mechanism.3 +52 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_token_get_url.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_token_init.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_token_set_pin.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_type_get_name.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_decrypt.3 +21 -8
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_deinit.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_encrypt.3 +21 -9
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_count.3 +19 -7
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_data.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_friendly_name.3 +20 -10
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_key_id.3 +19 -9
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_type.3 +18 -8
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_init.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_crl.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_crt.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_data.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_friendly_name.3 +21 -11
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_key_id.3 +21 -11
- data/vendor/local/share/man/man3/gnutls_pkcs12_deinit.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_pkcs12_export.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_pkcs12_export2.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_pkcs12_generate_mac.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_pkcs12_get_bag.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_pkcs12_import.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_pkcs12_init.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_pkcs12_set_bag.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_pkcs12_simple_parse.3 +93 -0
- data/vendor/local/share/man/man3/gnutls_pkcs12_verify_mac.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_pkcs7_deinit.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_pkcs7_delete_crl.3 +17 -7
- data/vendor/local/share/man/man3/gnutls_pkcs7_delete_crt.3 +17 -7
- data/vendor/local/share/man/man3/gnutls_pkcs7_export.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_pkcs7_export2.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_pkcs7_get_crl_count.3 +17 -7
- data/vendor/local/share/man/man3/gnutls_pkcs7_get_crl_raw.3 +18 -8
- data/vendor/local/share/man/man3/gnutls_pkcs7_get_crt_count.3 +17 -7
- data/vendor/local/share/man/man3/gnutls_pkcs7_get_crt_raw.3 +18 -8
- data/vendor/local/share/man/man3/gnutls_pkcs7_import.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_pkcs7_init.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_pkcs7_set_crl.3 +17 -7
- data/vendor/local/share/man/man3/gnutls_pkcs7_set_crl_raw.3 +17 -7
- data/vendor/local/share/man/man3/gnutls_pkcs7_set_crt.3 +17 -7
- data/vendor/local/share/man/man3/gnutls_pkcs7_set_crt_raw.3 +17 -7
- data/vendor/local/share/man/man3/gnutls_prf.3 +28 -19
- data/vendor/local/share/man/man3/gnutls_prf_raw.3 +25 -16
- data/vendor/local/share/man/man3/gnutls_priority_certificate_type_list.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_priority_compression_list.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_priority_deinit.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_priority_ecc_curve_list.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_priority_get_cipher_suite_index.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_priority_init.3 +58 -53
- data/vendor/local/share/man/man3/gnutls_priority_protocol_list.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_priority_set.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_priority_set_direct.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_priority_sign_list.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_privkey_decrypt_data.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_privkey_deinit.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_privkey_get_pk_algorithm.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_privkey_get_type.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_privkey_import_ext.3 +59 -0
- data/vendor/local/share/man/man3/gnutls_privkey_import_ext2.3 +62 -0
- data/vendor/local/share/man/man3/gnutls_privkey_import_openpgp.3 +59 -0
- data/vendor/local/share/man/man3/gnutls_privkey_import_openpgp_raw.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_privkey_import_pkcs11.3 +58 -0
- data/vendor/local/share/man/man3/gnutls_privkey_import_pkcs11_url.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_privkey_import_tpm_raw.3 +60 -0
- data/vendor/local/share/man/man3/gnutls_privkey_import_tpm_url.3 +64 -0
- data/vendor/local/share/man/man3/gnutls_privkey_import_url.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_privkey_import_x509.3 +58 -0
- data/vendor/local/share/man/man3/gnutls_privkey_import_x509_raw.3 +59 -0
- data/vendor/local/share/man/man3/gnutls_privkey_init.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_privkey_set_pin_function.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_privkey_sign_data.3 +61 -0
- data/vendor/local/share/man/man3/gnutls_privkey_sign_hash.3 +61 -0
- data/vendor/local/share/man/man3/gnutls_protocol_get_id.3 +18 -8
- data/vendor/local/share/man/man3/gnutls_protocol_get_name.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_protocol_get_version.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_protocol_list.3 +18 -7
- data/vendor/local/share/man/man3/gnutls_protocol_set_priority.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_psk_allocate_client_credentials.3 +18 -8
- data/vendor/local/share/man/man3/gnutls_psk_allocate_server_credentials.3 +18 -8
- data/vendor/local/share/man/man3/gnutls_psk_client_get_hint.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_psk_free_client_credentials.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_psk_free_server_credentials.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_psk_server_get_username.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_psk_set_client_credentials.3 +25 -13
- data/vendor/local/share/man/man3/gnutls_psk_set_client_credentials_function.3 +20 -11
- data/vendor/local/share/man/man3/gnutls_psk_set_params_function.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_psk_set_server_credentials_file.3 +20 -10
- data/vendor/local/share/man/man3/gnutls_psk_set_server_credentials_function.3 +20 -11
- data/vendor/local/share/man/man3/gnutls_psk_set_server_credentials_hint.3 +18 -8
- data/vendor/local/share/man/man3/gnutls_psk_set_server_dh_params.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_psk_set_server_params_function.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_pubkey_deinit.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_encrypt_data.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_export.3 +63 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_export2.3 +58 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_get_key_id.3 +61 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_get_key_usage.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_get_openpgp_key_id.3 +62 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_get_pk_algorithm.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_get_pk_dsa_raw.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_get_pk_ecc_raw.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_get_pk_ecc_x962.3 +52 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_get_pk_rsa_raw.3 +52 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_get_preferred_hash_algorithm.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_get_verify_algorithm.3 +52 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_import.3 +55 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_import_dsa_raw.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_import_ecc_raw.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_import_ecc_x962.3 +52 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_import_openpgp.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_import_openpgp_raw.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_import_pkcs11.3 +52 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_import_pkcs11_url.3 +52 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_import_privkey.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_import_rsa_raw.3 +52 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_import_tpm_raw.3 +59 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_import_tpm_url.3 +60 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_import_url.3 +52 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_import_x509.3 +52 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_import_x509_crq.3 +52 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_import_x509_raw.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_init.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_print.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_set_key_usage.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_set_pin_function.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_verify_data.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_verify_data2.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_verify_hash.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_pubkey_verify_hash2.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_random_art.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_record_check_pending.3 +21 -12
- data/vendor/local/share/man/man3/gnutls_record_disable_padding.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_record_get_direction.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_record_get_discarded.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_record_get_max_size.3 +19 -9
- data/vendor/local/share/man/man3/gnutls_record_recv.3 +25 -19
- data/vendor/local/share/man/man3/gnutls_record_recv_seq.3 +59 -0
- data/vendor/local/share/man/man3/gnutls_record_send.3 +26 -18
- data/vendor/local/share/man/man3/gnutls_record_set_max_size.3 +21 -9
- data/vendor/local/share/man/man3/gnutls_rehandshake.3 +23 -7
- data/vendor/local/share/man/man3/gnutls_rnd.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_rsa_export_get_modulus_bits.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_rsa_export_get_pubkey.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_rsa_params_cpy.3 +18 -7
- data/vendor/local/share/man/man3/gnutls_rsa_params_deinit.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_rsa_params_export_pkcs1.3 +20 -12
- data/vendor/local/share/man/man3/gnutls_rsa_params_export_raw.3 +20 -9
- data/vendor/local/share/man/man3/gnutls_rsa_params_generate2.3 +21 -10
- data/vendor/local/share/man/man3/gnutls_rsa_params_import_pkcs1.3 +21 -13
- data/vendor/local/share/man/man3/gnutls_rsa_params_import_raw.3 +20 -8
- data/vendor/local/share/man/man3/gnutls_rsa_params_init.3 +18 -7
- data/vendor/local/share/man/man3/gnutls_safe_renegotiation_status.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_sec_param_get_name.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_sec_param_to_pk_bits.3 +52 -0
- data/vendor/local/share/man/man3/gnutls_server_name_get.3 +30 -15
- data/vendor/local/share/man/man3/gnutls_server_name_set.3 +26 -13
- data/vendor/local/share/man/man3/gnutls_session_channel_binding.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_session_enable_compatibility_mode.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_session_get_data.3 +19 -14
- data/vendor/local/share/man/man3/gnutls_session_get_data2.3 +21 -14
- data/vendor/local/share/man/man3/gnutls_session_get_id.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_session_get_id2.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_session_get_ptr.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_session_get_random.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_session_is_resumed.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_session_resumption_requested.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_session_set_data.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_session_set_premaster.3 +64 -0
- data/vendor/local/share/man/man3/gnutls_session_set_ptr.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_session_ticket_enable_client.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_session_ticket_enable_server.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_session_ticket_key_generate.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_set_default_export_priority.3 +18 -8
- data/vendor/local/share/man/man3/gnutls_set_default_priority.3 +17 -7
- data/vendor/local/share/man/man3/gnutls_sign_algorithm_get.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_sign_algorithm_get_requested.3 +59 -0
- data/vendor/local/share/man/man3/gnutls_sign_callback_get.3 +18 -7
- data/vendor/local/share/man/man3/gnutls_sign_callback_set.3 +18 -7
- data/vendor/local/share/man/man3/gnutls_sign_get_hash_algorithm.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_sign_get_id.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_sign_get_name.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_sign_get_pk_algorithm.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_sign_is_secure.3 +42 -0
- data/vendor/local/share/man/man3/gnutls_sign_list.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_srp_allocate_client_credentials.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_srp_allocate_server_credentials.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_srp_base64_decode.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_srp_base64_decode_alloc.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_srp_base64_encode.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_srp_base64_encode_alloc.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_srp_free_client_credentials.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_srp_free_server_credentials.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_srp_server_get_username.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_srp_set_client_credentials.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_srp_set_client_credentials_function.3 +23 -15
- data/vendor/local/share/man/man3/gnutls_srp_set_prime_bits.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_srp_set_server_credentials_file.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_srp_set_server_credentials_function.3 +24 -15
- data/vendor/local/share/man/man3/gnutls_srp_verifier.3 +19 -12
- data/vendor/local/share/man/man3/gnutls_srtp_get_keys.3 +63 -0
- data/vendor/local/share/man/man3/gnutls_srtp_get_mki.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_srtp_get_profile_id.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_srtp_get_profile_name.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_srtp_get_selected_profile.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_srtp_set_mki.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_srtp_set_profile.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_srtp_set_profile_direct.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_store_commitment.3 +69 -0
- data/vendor/local/share/man/man3/gnutls_store_pubkey.3 +67 -0
- data/vendor/local/share/man/man3/gnutls_strerror.3 +23 -10
- data/vendor/local/share/man/man3/gnutls_strerror_name.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_supplemental_get_name.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_tdb_deinit.3 +42 -0
- data/vendor/local/share/man/man3/gnutls_tdb_init.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_tdb_set_store_commitment_func.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_tdb_set_store_func.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_tdb_set_verify_func.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_tpm_get_registered.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_tpm_key_list_deinit.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_tpm_key_list_get_url.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_tpm_privkey_delete.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_tpm_privkey_generate.3 +73 -0
- data/vendor/local/share/man/man3/gnutls_transport_get_ptr.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_transport_get_ptr2.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_transport_set_errno.3 +21 -17
- data/vendor/local/share/man/man3/gnutls_transport_set_errno_function.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_transport_set_ptr.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_transport_set_ptr2.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_transport_set_pull_function.3 +22 -12
- data/vendor/local/share/man/man3/gnutls_transport_set_pull_timeout_function.3 +55 -0
- data/vendor/local/share/man/man3/gnutls_transport_set_push_function.3 +24 -13
- data/vendor/local/share/man/man3/gnutls_transport_set_vec_push_function.3 +52 -0
- data/vendor/local/share/man/man3/gnutls_url_is_supported.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_verify_stored_pubkey.3 +76 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_check_issuer.3 +24 -13
- data/vendor/local/share/man/man3/gnutls_x509_crl_deinit.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_x509_crl_export.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_x509_crl_export2.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_authority_key_gn_serial.3 +66 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_authority_key_id.3 +60 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_crt_count.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_crt_serial.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_dn_oid.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_extension_data.3 +62 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_extension_info.3 +65 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_extension_oid.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_issuer_dn.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_issuer_dn_by_oid.3 +22 -13
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_next_update.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_number.3 +55 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_raw_issuer_dn.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_signature.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_signature_algorithm.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_this_update.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_version.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_crl_import.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_crl_init.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_crl_list_import.3 +58 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_list_import2.3 +59 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_print.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_x509_crl_privkey_sign.3 +59 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_authority_key_id.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_crt.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_crt_serial.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_next_update.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_number.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_this_update.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_version.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_crl_sign.3 +19 -8
- data/vendor/local/share/man/man3/gnutls_x509_crl_sign2.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_crl_verify.3 +19 -9
- data/vendor/local/share/man/man3/gnutls_x509_crq_deinit.3 +17 -7
- data/vendor/local/share/man/man3/gnutls_x509_crq_export.3 +23 -13
- data/vendor/local/share/man/man3/gnutls_x509_crq_export2.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_attribute_by_oid.3 +25 -15
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_attribute_data.3 +62 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_attribute_info.3 +63 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_basic_constraints.3 +61 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_challenge_password.3 +22 -12
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_dn.3 +25 -17
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_dn_by_oid.3 +23 -16
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_dn_oid.3 +22 -15
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_extension_by_oid.3 +62 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_extension_data.3 +62 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_extension_info.3 +65 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_key_id.3 +61 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_key_purpose_oid.3 +59 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_key_rsa_raw.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_key_usage.3 +59 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_pk_algorithm.3 +22 -14
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_private_key_usage_period.3 +52 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_subject_alt_name.3 +69 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_subject_alt_othername_oid.3 +67 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_version.3 +19 -9
- data/vendor/local/share/man/man3/gnutls_x509_crq_import.3 +21 -10
- data/vendor/local/share/man/man3/gnutls_x509_crq_init.3 +18 -8
- data/vendor/local/share/man/man3/gnutls_x509_crq_print.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_privkey_sign.3 +61 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_attribute_by_oid.3 +22 -12
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_basic_constraints.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_challenge_password.3 +20 -10
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_dn_by_oid.3 +24 -14
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_key.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_key_purpose_oid.3 +55 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_key_rsa_raw.3 +52 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_key_usage.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_private_key_usage_period.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_pubkey.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_subject_alt_name.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_version.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_x509_crq_sign.3 +22 -11
- data/vendor/local/share/man/man3/gnutls_x509_crq_sign2.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_crq_verify.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_check_hostname.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_crt_check_issuer.3 +21 -10
- data/vendor/local/share/man/man3/gnutls_x509_crt_check_revocation.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_crt_cpy_crl_dist_points.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_crt_deinit.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_crt_export.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_crt_export2.3 +55 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_activation_time.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_authority_info_access.3 +109 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_authority_key_gn_serial.3 +67 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_authority_key_id.3 +30 -16
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_basic_constraints.3 +23 -14
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_ca_status.3 +20 -11
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_crl_dist_points.3 +22 -26
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_dn.3 +26 -17
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_dn_by_oid.3 +32 -21
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_dn_oid.3 +25 -14
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_expiration_time.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_extension_by_oid.3 +27 -17
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_extension_data.3 +22 -12
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_extension_info.3 +29 -18
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_extension_oid.3 +26 -13
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_fingerprint.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer.3 +20 -11
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_alt_name.3 +73 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_alt_name2.3 +67 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_alt_othername_oid.3 +70 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_dn.3 +21 -12
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_dn_by_oid.3 +30 -19
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_dn_oid.3 +25 -14
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_unique_id.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_key_id.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_key_purpose_oid.3 +24 -13
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_key_usage.3 +21 -12
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_pk_algorithm.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_pk_dsa_raw.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_pk_rsa_raw.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_policy.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_preferred_hash_algorithm.3 +55 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_private_key_usage_period.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_proxy.3 +26 -18
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_raw_dn.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_raw_issuer_dn.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_serial.3 +21 -13
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_signature.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_signature_algorithm.3 +18 -8
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject.3 +20 -11
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_alt_name.3 +24 -18
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_alt_name2.3 +33 -17
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_alt_othername_oid.3 +23 -11
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_key_id.3 +21 -12
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_unique_id.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_verify_algorithm.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_version.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_crt_import.3 +20 -10
- data/vendor/local/share/man/man3/gnutls_x509_crt_import_pkcs11.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_import_pkcs11_url.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_init.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_crt_list_import.3 +23 -8
- data/vendor/local/share/man/man3/gnutls_x509_crt_list_import2.3 +59 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_list_import_pkcs11.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_list_verify.3 +28 -25
- data/vendor/local/share/man/man3/gnutls_x509_crt_print.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_x509_crt_privkey_sign.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_activation_time.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_authority_info_access.3 +59 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_authority_key_id.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_basic_constraints.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_ca_status.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_crl_dist_points.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_crl_dist_points2.3 +55 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_crq.3 +20 -11
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_crq_extensions.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_dn_by_oid.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_expiration_time.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_extension_by_oid.3 +20 -11
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_issuer_dn_by_oid.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_key.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_key_purpose_oid.3 +19 -9
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_key_usage.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_pin_function.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_policy.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_private_key_usage_period.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_proxy.3 +22 -13
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_proxy_dn.3 +20 -12
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_pubkey.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_serial.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_subject_alt_name.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_subject_alternative_name.3 +25 -12
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_subject_key_id.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_version.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_x509_crt_sign.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_crt_sign2.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_x509_crt_verify.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_x509_crt_verify_data.3 +20 -9
- data/vendor/local/share/man/man3/gnutls_x509_crt_verify_hash.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_x509_dn_deinit.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_dn_export.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_x509_dn_export2.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_x509_dn_get_rdn_ava.3 +28 -9
- data/vendor/local/share/man/man3/gnutls_x509_dn_import.3 +17 -13
- data/vendor/local/share/man/man3/gnutls_x509_dn_init.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_dn_oid_known.3 +15 -6
- data/vendor/local/share/man/man3/gnutls_x509_dn_oid_name.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_x509_policy_release.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_x509_privkey_cpy.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_privkey_deinit.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export2.3 +58 -0
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export2_pkcs8.3 +67 -0
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export_dsa_raw.3 +17 -7
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export_ecc_raw.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export_pkcs8.3 +20 -11
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export_rsa_raw.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export_rsa_raw2.3 +65 -0
- data/vendor/local/share/man/man3/gnutls_x509_privkey_fix.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_privkey_generate.3 +19 -8
- data/vendor/local/share/man/man3/gnutls_x509_privkey_get_key_id.3 +18 -9
- data/vendor/local/share/man/man3/gnutls_x509_privkey_get_pk_algorithm.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_privkey_get_pk_algorithm2.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import.3 +20 -10
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import2.3 +61 -0
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import_dsa_raw.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import_ecc_raw.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import_openssl.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import_pkcs8.3 +29 -15
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import_rsa_raw.3 +17 -8
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import_rsa_raw2.3 +63 -0
- data/vendor/local/share/man/man3/gnutls_x509_privkey_init.3 +16 -7
- data/vendor/local/share/man/man3/gnutls_x509_privkey_sec_param.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_x509_privkey_sign_data.3 +23 -9
- data/vendor/local/share/man/man3/gnutls_x509_privkey_sign_hash.3 +23 -9
- data/vendor/local/share/man/man3/gnutls_x509_privkey_verify_params.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_x509_rdn_get.3 +19 -10
- data/vendor/local/share/man/man3/gnutls_x509_rdn_get_by_oid.3 +20 -11
- data/vendor/local/share/man/man3/gnutls_x509_rdn_get_oid.3 +19 -8
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_cas.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_crls.3 +59 -0
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_named_crt.3 +65 -0
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_system_trust.3 +52 -0
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_trust_file.3 +58 -0
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_trust_mem.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_deinit.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_get_issuer.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_init.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_verify_crt.3 +61 -0
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_verify_named_crt.3 +62 -0
- data/vendor/local/src/tml/make/libffi_3.0.6-1_win32.log +265 -0
- data/vendor/local/src/tml/make/libffi_3.0.6-1_win32.sh +76 -0
- data/vendor/local/src/tml/packaging/zlib_1.2.5-2_win32.log +42 -0
- data/vendor/local/src/tml/packaging/zlib_1.2.5-2_win32.sh +189 -0
- metadata +668 -4
@@ -0,0 +1,3513 @@
|
|
1
|
+
This is ../../gmp/doc/gmp.info, produced by makeinfo version 4.13 from
|
2
|
+
../../gmp/doc/gmp.texi.
|
3
|
+
|
4
|
+
This manual describes how to install and use the GNU multiple precision
|
5
|
+
arithmetic library, version 5.1.0.
|
6
|
+
|
7
|
+
Copyright 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
|
8
|
+
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
|
9
|
+
Free Software Foundation, Inc.
|
10
|
+
|
11
|
+
Permission is granted to copy, distribute and/or modify this
|
12
|
+
document under the terms of the GNU Free Documentation License, Version
|
13
|
+
1.3 or any later version published by the Free Software Foundation;
|
14
|
+
with no Invariant Sections, with the Front-Cover Texts being "A GNU
|
15
|
+
Manual", and with the Back-Cover Texts being "You have freedom to copy
|
16
|
+
and modify this GNU Manual, like GNU software". A copy of the license
|
17
|
+
is included in *note GNU Free Documentation License::.
|
18
|
+
|
19
|
+
INFO-DIR-SECTION GNU libraries
|
20
|
+
START-INFO-DIR-ENTRY
|
21
|
+
* gmp: (gmp). GNU Multiple Precision Arithmetic Library.
|
22
|
+
END-INFO-DIR-ENTRY
|
23
|
+
|
24
|
+
|
25
|
+
File: gmp.info, Node: Powering Algorithms, Next: Root Extraction Algorithms, Prev: Greatest Common Divisor Algorithms, Up: Algorithms
|
26
|
+
|
27
|
+
15.4 Powering Algorithms
|
28
|
+
========================
|
29
|
+
|
30
|
+
* Menu:
|
31
|
+
|
32
|
+
* Normal Powering Algorithm::
|
33
|
+
* Modular Powering Algorithm::
|
34
|
+
|
35
|
+
|
36
|
+
File: gmp.info, Node: Normal Powering Algorithm, Next: Modular Powering Algorithm, Prev: Powering Algorithms, Up: Powering Algorithms
|
37
|
+
|
38
|
+
15.4.1 Normal Powering
|
39
|
+
----------------------
|
40
|
+
|
41
|
+
Normal `mpz' or `mpf' powering uses a simple binary algorithm,
|
42
|
+
successively squaring and then multiplying by the base when a 1 bit is
|
43
|
+
seen in the exponent, as per Knuth section 4.6.3. The "left to right"
|
44
|
+
variant described there is used rather than algorithm A, since it's
|
45
|
+
just as easy and can be done with somewhat less temporary memory.
|
46
|
+
|
47
|
+
|
48
|
+
File: gmp.info, Node: Modular Powering Algorithm, Prev: Normal Powering Algorithm, Up: Powering Algorithms
|
49
|
+
|
50
|
+
15.4.2 Modular Powering
|
51
|
+
-----------------------
|
52
|
+
|
53
|
+
Modular powering is implemented using a 2^k-ary sliding window
|
54
|
+
algorithm, as per "Handbook of Applied Cryptography" algorithm 14.85
|
55
|
+
(*note References::). k is chosen according to the size of the
|
56
|
+
exponent. Larger exponents use larger values of k, the choice being
|
57
|
+
made to minimize the average number of multiplications that must
|
58
|
+
supplement the squaring.
|
59
|
+
|
60
|
+
The modular multiplies and squares use either a simple division or
|
61
|
+
the REDC method by Montgomery (*note References::). REDC is a little
|
62
|
+
faster, essentially saving N single limb divisions in a fashion similar
|
63
|
+
to an exact remainder (*note Exact Remainder::).
|
64
|
+
|
65
|
+
|
66
|
+
File: gmp.info, Node: Root Extraction Algorithms, Next: Radix Conversion Algorithms, Prev: Powering Algorithms, Up: Algorithms
|
67
|
+
|
68
|
+
15.5 Root Extraction Algorithms
|
69
|
+
===============================
|
70
|
+
|
71
|
+
* Menu:
|
72
|
+
|
73
|
+
* Square Root Algorithm::
|
74
|
+
* Nth Root Algorithm::
|
75
|
+
* Perfect Square Algorithm::
|
76
|
+
* Perfect Power Algorithm::
|
77
|
+
|
78
|
+
|
79
|
+
File: gmp.info, Node: Square Root Algorithm, Next: Nth Root Algorithm, Prev: Root Extraction Algorithms, Up: Root Extraction Algorithms
|
80
|
+
|
81
|
+
15.5.1 Square Root
|
82
|
+
------------------
|
83
|
+
|
84
|
+
Square roots are taken using the "Karatsuba Square Root" algorithm by
|
85
|
+
Paul Zimmermann (*note References::).
|
86
|
+
|
87
|
+
An input n is split into four parts of k bits each, so with b=2^k we
|
88
|
+
have n = a3*b^3 + a2*b^2 + a1*b + a0. Part a3 must be "normalized" so
|
89
|
+
that either the high or second highest bit is set. In GMP, k is kept
|
90
|
+
on a limb boundary and the input is left shifted (by an even number of
|
91
|
+
bits) to normalize.
|
92
|
+
|
93
|
+
The square root of the high two parts is taken, by recursive
|
94
|
+
application of the algorithm (bottoming out in a one-limb Newton's
|
95
|
+
method),
|
96
|
+
|
97
|
+
s1,r1 = sqrtrem (a3*b + a2)
|
98
|
+
|
99
|
+
This is an approximation to the desired root and is extended by a
|
100
|
+
division to give s,r,
|
101
|
+
|
102
|
+
q,u = divrem (r1*b + a1, 2*s1)
|
103
|
+
s = s1*b + q
|
104
|
+
r = u*b + a0 - q^2
|
105
|
+
|
106
|
+
The normalization requirement on a3 means at this point s is either
|
107
|
+
correct or 1 too big. r is negative in the latter case, so
|
108
|
+
|
109
|
+
if r < 0 then
|
110
|
+
r = r + 2*s - 1
|
111
|
+
s = s - 1
|
112
|
+
|
113
|
+
The algorithm is expressed in a divide and conquer form, but as
|
114
|
+
noted in the paper it can also be viewed as a discrete variant of
|
115
|
+
Newton's method, or as a variation on the schoolboy method (no longer
|
116
|
+
taught) for square roots two digits at a time.
|
117
|
+
|
118
|
+
If the remainder r is not required then usually only a few high limbs
|
119
|
+
of r and u need to be calculated to determine whether an adjustment to
|
120
|
+
s is required. This optimization is not currently implemented.
|
121
|
+
|
122
|
+
In the Karatsuba multiplication range this algorithm is
|
123
|
+
O(1.5*M(N/2)), where M(n) is the time to multiply two numbers of n
|
124
|
+
limbs. In the FFT multiplication range this grows to a bound of
|
125
|
+
O(6*M(N/2)). In practice a factor of about 1.5 to 1.8 is found in the
|
126
|
+
Karatsuba and Toom-3 ranges, growing to 2 or 3 in the FFT range.
|
127
|
+
|
128
|
+
The algorithm does all its calculations in integers and the resulting
|
129
|
+
`mpn_sqrtrem' is used for both `mpz_sqrt' and `mpf_sqrt'. The extended
|
130
|
+
precision given by `mpf_sqrt_ui' is obtained by padding with zero limbs.
|
131
|
+
|
132
|
+
|
133
|
+
File: gmp.info, Node: Nth Root Algorithm, Next: Perfect Square Algorithm, Prev: Square Root Algorithm, Up: Root Extraction Algorithms
|
134
|
+
|
135
|
+
15.5.2 Nth Root
|
136
|
+
---------------
|
137
|
+
|
138
|
+
Integer Nth roots are taken using Newton's method with the following
|
139
|
+
iteration, where A is the input and n is the root to be taken.
|
140
|
+
|
141
|
+
1 A
|
142
|
+
a[i+1] = - * ( --------- + (n-1)*a[i] )
|
143
|
+
n a[i]^(n-1)
|
144
|
+
|
145
|
+
The initial approximation a[1] is generated bitwise by successively
|
146
|
+
powering a trial root with or without new 1 bits, aiming to be just
|
147
|
+
above the true root. The iteration converges quadratically when
|
148
|
+
started from a good approximation. When n is large more initial bits
|
149
|
+
are needed to get good convergence. The current implementation is not
|
150
|
+
particularly well optimized.
|
151
|
+
|
152
|
+
|
153
|
+
File: gmp.info, Node: Perfect Square Algorithm, Next: Perfect Power Algorithm, Prev: Nth Root Algorithm, Up: Root Extraction Algorithms
|
154
|
+
|
155
|
+
15.5.3 Perfect Square
|
156
|
+
---------------------
|
157
|
+
|
158
|
+
A significant fraction of non-squares can be quickly identified by
|
159
|
+
checking whether the input is a quadratic residue modulo small integers.
|
160
|
+
|
161
|
+
`mpz_perfect_square_p' first tests the input mod 256, which means
|
162
|
+
just examining the low byte. Only 44 different values occur for
|
163
|
+
squares mod 256, so 82.8% of inputs can be immediately identified as
|
164
|
+
non-squares.
|
165
|
+
|
166
|
+
On a 32-bit system similar tests are done mod 9, 5, 7, 13 and 17,
|
167
|
+
for a total 99.25% of inputs identified as non-squares. On a 64-bit
|
168
|
+
system 97 is tested too, for a total 99.62%.
|
169
|
+
|
170
|
+
These moduli are chosen because they're factors of 2^24-1 (or 2^48-1
|
171
|
+
for 64-bits), and such a remainder can be quickly taken just using
|
172
|
+
additions (see `mpn_mod_34lsub1').
|
173
|
+
|
174
|
+
When nails are in use moduli are instead selected by the `gen-psqr.c'
|
175
|
+
program and applied with an `mpn_mod_1'. The same 2^24-1 or 2^48-1
|
176
|
+
could be done with nails using some extra bit shifts, but this is not
|
177
|
+
currently implemented.
|
178
|
+
|
179
|
+
In any case each modulus is applied to the `mpn_mod_34lsub1' or
|
180
|
+
`mpn_mod_1' remainder and a table lookup identifies non-squares. By
|
181
|
+
using a "modexact" style calculation, and suitably permuted tables,
|
182
|
+
just one multiply each is required, see the code for details. Moduli
|
183
|
+
are also combined to save operations, so long as the lookup tables
|
184
|
+
don't become too big. `gen-psqr.c' does all the pre-calculations.
|
185
|
+
|
186
|
+
A square root must still be taken for any value that passes these
|
187
|
+
tests, to verify it's really a square and not one of the small fraction
|
188
|
+
of non-squares that get through (i.e. a pseudo-square to all the tested
|
189
|
+
bases).
|
190
|
+
|
191
|
+
Clearly more residue tests could be done, `mpz_perfect_square_p' only
|
192
|
+
uses a compact and efficient set. Big inputs would probably benefit
|
193
|
+
from more residue testing, small inputs might be better off with less.
|
194
|
+
The assumed distribution of squares versus non-squares in the input
|
195
|
+
would affect such considerations.
|
196
|
+
|
197
|
+
|
198
|
+
File: gmp.info, Node: Perfect Power Algorithm, Prev: Perfect Square Algorithm, Up: Root Extraction Algorithms
|
199
|
+
|
200
|
+
15.5.4 Perfect Power
|
201
|
+
--------------------
|
202
|
+
|
203
|
+
Detecting perfect powers is required by some factorization algorithms.
|
204
|
+
Currently `mpz_perfect_power_p' is implemented using repeated Nth root
|
205
|
+
extractions, though naturally only prime roots need to be considered.
|
206
|
+
(*Note Nth Root Algorithm::.)
|
207
|
+
|
208
|
+
If a prime divisor p with multiplicity e can be found, then only
|
209
|
+
roots which are divisors of e need to be considered, much reducing the
|
210
|
+
work necessary. To this end divisibility by a set of small primes is
|
211
|
+
checked.
|
212
|
+
|
213
|
+
|
214
|
+
File: gmp.info, Node: Radix Conversion Algorithms, Next: Other Algorithms, Prev: Root Extraction Algorithms, Up: Algorithms
|
215
|
+
|
216
|
+
15.6 Radix Conversion
|
217
|
+
=====================
|
218
|
+
|
219
|
+
Radix conversions are less important than other algorithms. A program
|
220
|
+
dominated by conversions should probably use a different data
|
221
|
+
representation.
|
222
|
+
|
223
|
+
* Menu:
|
224
|
+
|
225
|
+
* Binary to Radix::
|
226
|
+
* Radix to Binary::
|
227
|
+
|
228
|
+
|
229
|
+
File: gmp.info, Node: Binary to Radix, Next: Radix to Binary, Prev: Radix Conversion Algorithms, Up: Radix Conversion Algorithms
|
230
|
+
|
231
|
+
15.6.1 Binary to Radix
|
232
|
+
----------------------
|
233
|
+
|
234
|
+
Conversions from binary to a power-of-2 radix use a simple and fast
|
235
|
+
O(N) bit extraction algorithm.
|
236
|
+
|
237
|
+
Conversions from binary to other radices use one of two algorithms.
|
238
|
+
Sizes below `GET_STR_PRECOMPUTE_THRESHOLD' use a basic O(N^2) method.
|
239
|
+
Repeated divisions by b^n are made, where b is the radix and n is the
|
240
|
+
biggest power that fits in a limb. But instead of simply using the
|
241
|
+
remainder r from such divisions, an extra divide step is done to give a
|
242
|
+
fractional limb representing r/b^n. The digits of r can then be
|
243
|
+
extracted using multiplications by b rather than divisions. Special
|
244
|
+
case code is provided for decimal, allowing multiplications by 10 to
|
245
|
+
optimize to shifts and adds.
|
246
|
+
|
247
|
+
Above `GET_STR_PRECOMPUTE_THRESHOLD' a sub-quadratic algorithm is
|
248
|
+
used. For an input t, powers b^(n*2^i) of the radix are calculated,
|
249
|
+
until a power between t and sqrt(t) is reached. t is then divided by
|
250
|
+
that largest power, giving a quotient which is the digits above that
|
251
|
+
power, and a remainder which is those below. These two parts are in
|
252
|
+
turn divided by the second highest power, and so on recursively. When
|
253
|
+
a piece has been divided down to less than `GET_STR_DC_THRESHOLD'
|
254
|
+
limbs, the basecase algorithm described above is used.
|
255
|
+
|
256
|
+
The advantage of this algorithm is that big divisions can make use
|
257
|
+
of the sub-quadratic divide and conquer division (*note Divide and
|
258
|
+
Conquer Division::), and big divisions tend to have less overheads than
|
259
|
+
lots of separate single limb divisions anyway. But in any case the
|
260
|
+
cost of calculating the powers b^(n*2^i) must first be overcome.
|
261
|
+
|
262
|
+
`GET_STR_PRECOMPUTE_THRESHOLD' and `GET_STR_DC_THRESHOLD' represent
|
263
|
+
the same basic thing, the point where it becomes worth doing a big
|
264
|
+
division to cut the input in half. `GET_STR_PRECOMPUTE_THRESHOLD'
|
265
|
+
includes the cost of calculating the radix power required, whereas
|
266
|
+
`GET_STR_DC_THRESHOLD' assumes that's already available, which is the
|
267
|
+
case when recursing.
|
268
|
+
|
269
|
+
Since the base case produces digits from least to most significant
|
270
|
+
but they want to be stored from most to least, it's necessary to
|
271
|
+
calculate in advance how many digits there will be, or at least be sure
|
272
|
+
not to underestimate that. For GMP the number of input bits is
|
273
|
+
multiplied by `chars_per_bit_exactly' from `mp_bases', rounding up.
|
274
|
+
The result is either correct or one too big.
|
275
|
+
|
276
|
+
Examining some of the high bits of the input could increase the
|
277
|
+
chance of getting the exact number of digits, but an exact result every
|
278
|
+
time would not be practical, since in general the difference between
|
279
|
+
numbers 100... and 99... is only in the last few bits and the work to
|
280
|
+
identify 99... might well be almost as much as a full conversion.
|
281
|
+
|
282
|
+
`mpf_get_str' doesn't currently use the algorithm described here, it
|
283
|
+
multiplies or divides by a power of b to move the radix point to the
|
284
|
+
just above the highest non-zero digit (or at worst one above that
|
285
|
+
location), then multiplies by b^n to bring out digits. This is O(N^2)
|
286
|
+
and is certainly not optimal.
|
287
|
+
|
288
|
+
The r/b^n scheme described above for using multiplications to bring
|
289
|
+
out digits might be useful for more than a single limb. Some brief
|
290
|
+
experiments with it on the base case when recursing didn't give a
|
291
|
+
noticeable improvement, but perhaps that was only due to the
|
292
|
+
implementation. Something similar would work for the sub-quadratic
|
293
|
+
divisions too, though there would be the cost of calculating a bigger
|
294
|
+
radix power.
|
295
|
+
|
296
|
+
Another possible improvement for the sub-quadratic part would be to
|
297
|
+
arrange for radix powers that balanced the sizes of quotient and
|
298
|
+
remainder produced, i.e. the highest power would be an b^(n*k)
|
299
|
+
approximately equal to sqrt(t), not restricted to a 2^i factor. That
|
300
|
+
ought to smooth out a graph of times against sizes, but may or may not
|
301
|
+
be a net speedup.
|
302
|
+
|
303
|
+
|
304
|
+
File: gmp.info, Node: Radix to Binary, Prev: Binary to Radix, Up: Radix Conversion Algorithms
|
305
|
+
|
306
|
+
15.6.2 Radix to Binary
|
307
|
+
----------------------
|
308
|
+
|
309
|
+
*This section needs to be rewritten, it currently describes the
|
310
|
+
algorithms used before GMP 4.3.*
|
311
|
+
|
312
|
+
Conversions from a power-of-2 radix into binary use a simple and fast
|
313
|
+
O(N) bitwise concatenation algorithm.
|
314
|
+
|
315
|
+
Conversions from other radices use one of two algorithms. Sizes
|
316
|
+
below `SET_STR_PRECOMPUTE_THRESHOLD' use a basic O(N^2) method. Groups
|
317
|
+
of n digits are converted to limbs, where n is the biggest power of the
|
318
|
+
base b which will fit in a limb, then those groups are accumulated into
|
319
|
+
the result by multiplying by b^n and adding. This saves
|
320
|
+
multi-precision operations, as per Knuth section 4.4 part E (*note
|
321
|
+
References::). Some special case code is provided for decimal, giving
|
322
|
+
the compiler a chance to optimize multiplications by 10.
|
323
|
+
|
324
|
+
Above `SET_STR_PRECOMPUTE_THRESHOLD' a sub-quadratic algorithm is
|
325
|
+
used. First groups of n digits are converted into limbs. Then adjacent
|
326
|
+
limbs are combined into limb pairs with x*b^n+y, where x and y are the
|
327
|
+
limbs. Adjacent limb pairs are combined into quads similarly with
|
328
|
+
x*b^(2n)+y. This continues until a single block remains, that being
|
329
|
+
the result.
|
330
|
+
|
331
|
+
The advantage of this method is that the multiplications for each x
|
332
|
+
are big blocks, allowing Karatsuba and higher algorithms to be used.
|
333
|
+
But the cost of calculating the powers b^(n*2^i) must be overcome.
|
334
|
+
`SET_STR_PRECOMPUTE_THRESHOLD' usually ends up quite big, around 5000
|
335
|
+
digits, and on some processors much bigger still.
|
336
|
+
|
337
|
+
`SET_STR_PRECOMPUTE_THRESHOLD' is based on the input digits (and
|
338
|
+
tuned for decimal), though it might be better based on a limb count, so
|
339
|
+
as to be independent of the base. But that sort of count isn't used by
|
340
|
+
the base case and so would need some sort of initial calculation or
|
341
|
+
estimate.
|
342
|
+
|
343
|
+
The main reason `SET_STR_PRECOMPUTE_THRESHOLD' is so much bigger
|
344
|
+
than the corresponding `GET_STR_PRECOMPUTE_THRESHOLD' is that
|
345
|
+
`mpn_mul_1' is much faster than `mpn_divrem_1' (often by a factor of 5,
|
346
|
+
or more).
|
347
|
+
|
348
|
+
|
349
|
+
File: gmp.info, Node: Other Algorithms, Next: Assembly Coding, Prev: Radix Conversion Algorithms, Up: Algorithms
|
350
|
+
|
351
|
+
15.7 Other Algorithms
|
352
|
+
=====================
|
353
|
+
|
354
|
+
* Menu:
|
355
|
+
|
356
|
+
* Prime Testing Algorithm::
|
357
|
+
* Factorial Algorithm::
|
358
|
+
* Binomial Coefficients Algorithm::
|
359
|
+
* Fibonacci Numbers Algorithm::
|
360
|
+
* Lucas Numbers Algorithm::
|
361
|
+
* Random Number Algorithms::
|
362
|
+
|
363
|
+
|
364
|
+
File: gmp.info, Node: Prime Testing Algorithm, Next: Factorial Algorithm, Prev: Other Algorithms, Up: Other Algorithms
|
365
|
+
|
366
|
+
15.7.1 Prime Testing
|
367
|
+
--------------------
|
368
|
+
|
369
|
+
The primality testing in `mpz_probab_prime_p' (*note Number Theoretic
|
370
|
+
Functions::) first does some trial division by small factors and then
|
371
|
+
uses the Miller-Rabin probabilistic primality testing algorithm, as
|
372
|
+
described in Knuth section 4.5.4 algorithm P (*note References::).
|
373
|
+
|
374
|
+
For an odd input n, and with n = q*2^k+1 where q is odd, this
|
375
|
+
algorithm selects a random base x and tests whether x^q mod n is 1 or
|
376
|
+
-1, or an x^(q*2^j) mod n is 1, for 1<=j<=k. If so then n is probably
|
377
|
+
prime, if not then n is definitely composite.
|
378
|
+
|
379
|
+
Any prime n will pass the test, but some composites do too. Such
|
380
|
+
composites are known as strong pseudoprimes to base x. No n is a
|
381
|
+
strong pseudoprime to more than 1/4 of all bases (see Knuth exercise
|
382
|
+
22), hence with x chosen at random there's no more than a 1/4 chance a
|
383
|
+
"probable prime" will in fact be composite.
|
384
|
+
|
385
|
+
In fact strong pseudoprimes are quite rare, making the test much more
|
386
|
+
powerful than this analysis would suggest, but 1/4 is all that's proven
|
387
|
+
for an arbitrary n.
|
388
|
+
|
389
|
+
|
390
|
+
File: gmp.info, Node: Factorial Algorithm, Next: Binomial Coefficients Algorithm, Prev: Prime Testing Algorithm, Up: Other Algorithms
|
391
|
+
|
392
|
+
15.7.2 Factorial
|
393
|
+
----------------
|
394
|
+
|
395
|
+
Factorials are calculated by a combination of two algorithms. An idea is
|
396
|
+
shared among them: to compute the odd part of the factorial; a final
|
397
|
+
step takes account of the power of 2 term, by shifting.
|
398
|
+
|
399
|
+
For small n, the odd factor of n! is computed with the simple
|
400
|
+
observation that it is equal to the product of all positive odd numbers
|
401
|
+
smaller than n times the odd factor of [n/2]!, where [x] is the integer
|
402
|
+
part of x, and so on recursively. The procedure can be best illustrated
|
403
|
+
with an example,
|
404
|
+
|
405
|
+
23! = (23.21.19.17.15.13.11.9.7.5.3)(11.9.7.5.3)(5.3)2^19
|
406
|
+
|
407
|
+
Current code collects all the factors in a single list, with a loop
|
408
|
+
and no recursion, and compute the product, with no special care for
|
409
|
+
repeated chunks.
|
410
|
+
|
411
|
+
When n is larger, computation pass trough prime sieving. An helper
|
412
|
+
function is used, as suggested by Peter Luschny:
|
413
|
+
|
414
|
+
n
|
415
|
+
-----
|
416
|
+
n! | | L(p,n)
|
417
|
+
msf(n) = -------------- = | | p
|
418
|
+
[n/2]!^2.2^k p=3
|
419
|
+
|
420
|
+
Where p ranges on odd prime numbers. The exponent k is chosen to
|
421
|
+
obtain an odd integer number: k is the number of 1 bits in the binary
|
422
|
+
representation of [n/2]. The function L(p,n) can be defined as zero
|
423
|
+
when p is composite, and, for any prime p, it is computed with:
|
424
|
+
|
425
|
+
---
|
426
|
+
\ n
|
427
|
+
L(p,n) = / [---] mod 2 <= log (n) .
|
428
|
+
--- p^i p
|
429
|
+
i>0
|
430
|
+
|
431
|
+
With this helper function, we are able to compute the odd part of n!
|
432
|
+
using the recursion implied by n!=[n/2]!^2*msf(n)*2^k. The recursion
|
433
|
+
stops using the small-n algorithm on some [n/2^i].
|
434
|
+
|
435
|
+
Both the above algorithms use binary splitting to compute the
|
436
|
+
product of many small factors. At first as many products as possible
|
437
|
+
are accumulated in a single register, generating a list of factors that
|
438
|
+
fit in a machine word. This list is then split into halves, and the
|
439
|
+
product is computed recursively.
|
440
|
+
|
441
|
+
Such splitting is more efficient than repeated Nx1 multiplies since
|
442
|
+
it forms big multiplies, allowing Karatsuba and higher algorithms to be
|
443
|
+
used. And even below the Karatsuba threshold a big block of work can
|
444
|
+
be more efficient for the basecase algorithm.
|
445
|
+
|
446
|
+
|
447
|
+
File: gmp.info, Node: Binomial Coefficients Algorithm, Next: Fibonacci Numbers Algorithm, Prev: Factorial Algorithm, Up: Other Algorithms
|
448
|
+
|
449
|
+
15.7.3 Binomial Coefficients
|
450
|
+
----------------------------
|
451
|
+
|
452
|
+
Binomial coefficients C(n,k) are calculated by first arranging k <= n/2
|
453
|
+
using C(n,k) = C(n,n-k) if necessary, and then evaluating the following
|
454
|
+
product simply from i=2 to i=k.
|
455
|
+
|
456
|
+
k (n-k+i)
|
457
|
+
C(n,k) = (n-k+1) * prod -------
|
458
|
+
i=2 i
|
459
|
+
|
460
|
+
It's easy to show that each denominator i will divide the product so
|
461
|
+
far, so the exact division algorithm is used (*note Exact Division::).
|
462
|
+
|
463
|
+
The numerators n-k+i and denominators i are first accumulated into
|
464
|
+
as many fit a limb, to save multi-precision operations, though for
|
465
|
+
`mpz_bin_ui' this applies only to the divisors, since n is an `mpz_t'
|
466
|
+
and n-k+i in general won't fit in a limb at all.
|
467
|
+
|
468
|
+
|
469
|
+
File: gmp.info, Node: Fibonacci Numbers Algorithm, Next: Lucas Numbers Algorithm, Prev: Binomial Coefficients Algorithm, Up: Other Algorithms
|
470
|
+
|
471
|
+
15.7.4 Fibonacci Numbers
|
472
|
+
------------------------
|
473
|
+
|
474
|
+
The Fibonacci functions `mpz_fib_ui' and `mpz_fib2_ui' are designed for
|
475
|
+
calculating isolated F[n] or F[n],F[n-1] values efficiently.
|
476
|
+
|
477
|
+
For small n, a table of single limb values in `__gmp_fib_table' is
|
478
|
+
used. On a 32-bit limb this goes up to F[47], or on a 64-bit limb up
|
479
|
+
to F[93]. For convenience the table starts at F[-1].
|
480
|
+
|
481
|
+
Beyond the table, values are generated with a binary powering
|
482
|
+
algorithm, calculating a pair F[n] and F[n-1] working from high to low
|
483
|
+
across the bits of n. The formulas used are
|
484
|
+
|
485
|
+
F[2k+1] = 4*F[k]^2 - F[k-1]^2 + 2*(-1)^k
|
486
|
+
F[2k-1] = F[k]^2 + F[k-1]^2
|
487
|
+
|
488
|
+
F[2k] = F[2k+1] - F[2k-1]
|
489
|
+
|
490
|
+
At each step, k is the high b bits of n. If the next bit of n is 0
|
491
|
+
then F[2k],F[2k-1] is used, or if it's a 1 then F[2k+1],F[2k] is used,
|
492
|
+
and the process repeated until all bits of n are incorporated. Notice
|
493
|
+
these formulas require just two squares per bit of n.
|
494
|
+
|
495
|
+
It'd be possible to handle the first few n above the single limb
|
496
|
+
table with simple additions, using the defining Fibonacci recurrence
|
497
|
+
F[k+1]=F[k]+F[k-1], but this is not done since it usually turns out to
|
498
|
+
be faster for only about 10 or 20 values of n, and including a block of
|
499
|
+
code for just those doesn't seem worthwhile. If they really mattered
|
500
|
+
it'd be better to extend the data table.
|
501
|
+
|
502
|
+
Using a table avoids lots of calculations on small numbers, and
|
503
|
+
makes small n go fast. A bigger table would make more small n go fast,
|
504
|
+
it's just a question of balancing size against desired speed. For GMP
|
505
|
+
the code is kept compact, with the emphasis primarily on a good
|
506
|
+
powering algorithm.
|
507
|
+
|
508
|
+
`mpz_fib2_ui' returns both F[n] and F[n-1], but `mpz_fib_ui' is only
|
509
|
+
interested in F[n]. In this case the last step of the algorithm can
|
510
|
+
become one multiply instead of two squares. One of the following two
|
511
|
+
formulas is used, according as n is odd or even.
|
512
|
+
|
513
|
+
F[2k] = F[k]*(F[k]+2F[k-1])
|
514
|
+
|
515
|
+
F[2k+1] = (2F[k]+F[k-1])*(2F[k]-F[k-1]) + 2*(-1)^k
|
516
|
+
|
517
|
+
F[2k+1] here is the same as above, just rearranged to be a multiply.
|
518
|
+
For interest, the 2*(-1)^k term both here and above can be applied just
|
519
|
+
to the low limb of the calculation, without a carry or borrow into
|
520
|
+
further limbs, which saves some code size. See comments with
|
521
|
+
`mpz_fib_ui' and the internal `mpn_fib2_ui' for how this is done.
|
522
|
+
|
523
|
+
|
524
|
+
File: gmp.info, Node: Lucas Numbers Algorithm, Next: Random Number Algorithms, Prev: Fibonacci Numbers Algorithm, Up: Other Algorithms
|
525
|
+
|
526
|
+
15.7.5 Lucas Numbers
|
527
|
+
--------------------
|
528
|
+
|
529
|
+
`mpz_lucnum2_ui' derives a pair of Lucas numbers from a pair of
|
530
|
+
Fibonacci numbers with the following simple formulas.
|
531
|
+
|
532
|
+
L[k] = F[k] + 2*F[k-1]
|
533
|
+
L[k-1] = 2*F[k] - F[k-1]
|
534
|
+
|
535
|
+
`mpz_lucnum_ui' is only interested in L[n], and some work can be
|
536
|
+
saved. Trailing zero bits on n can be handled with a single square
|
537
|
+
each.
|
538
|
+
|
539
|
+
L[2k] = L[k]^2 - 2*(-1)^k
|
540
|
+
|
541
|
+
And the lowest 1 bit can be handled with one multiply of a pair of
|
542
|
+
Fibonacci numbers, similar to what `mpz_fib_ui' does.
|
543
|
+
|
544
|
+
L[2k+1] = 5*F[k-1]*(2*F[k]+F[k-1]) - 4*(-1)^k
|
545
|
+
|
546
|
+
|
547
|
+
File: gmp.info, Node: Random Number Algorithms, Prev: Lucas Numbers Algorithm, Up: Other Algorithms
|
548
|
+
|
549
|
+
15.7.6 Random Numbers
|
550
|
+
---------------------
|
551
|
+
|
552
|
+
For the `urandomb' functions, random numbers are generated simply by
|
553
|
+
concatenating bits produced by the generator. As long as the generator
|
554
|
+
has good randomness properties this will produce well-distributed N bit
|
555
|
+
numbers.
|
556
|
+
|
557
|
+
For the `urandomm' functions, random numbers in a range 0<=R<N are
|
558
|
+
generated by taking values R of ceil(log2(N)) bits each until one
|
559
|
+
satisfies R<N. This will normally require only one or two attempts,
|
560
|
+
but the attempts are limited in case the generator is somehow
|
561
|
+
degenerate and produces only 1 bits or similar.
|
562
|
+
|
563
|
+
The Mersenne Twister generator is by Matsumoto and Nishimura (*note
|
564
|
+
References::). It has a non-repeating period of 2^19937-1, which is a
|
565
|
+
Mersenne prime, hence the name of the generator. The state is 624
|
566
|
+
words of 32-bits each, which is iterated with one XOR and shift for each
|
567
|
+
32-bit word generated, making the algorithm very fast. Randomness
|
568
|
+
properties are also very good and this is the default algorithm used by
|
569
|
+
GMP.
|
570
|
+
|
571
|
+
Linear congruential generators are described in many text books, for
|
572
|
+
instance Knuth volume 2 (*note References::). With a modulus M and
|
573
|
+
parameters A and C, a integer state S is iterated by the formula S <-
|
574
|
+
A*S+C mod M. At each step the new state is a linear function of the
|
575
|
+
previous, mod M, hence the name of the generator.
|
576
|
+
|
577
|
+
In GMP only moduli of the form 2^N are supported, and the current
|
578
|
+
implementation is not as well optimized as it could be. Overheads are
|
579
|
+
significant when N is small, and when N is large clearly the multiply
|
580
|
+
at each step will become slow. This is not a big concern, since the
|
581
|
+
Mersenne Twister generator is better in every respect and is therefore
|
582
|
+
recommended for all normal applications.
|
583
|
+
|
584
|
+
For both generators the current state can be deduced by observing
|
585
|
+
enough output and applying some linear algebra (over GF(2) in the case
|
586
|
+
of the Mersenne Twister). This generally means raw output is
|
587
|
+
unsuitable for cryptographic applications without further hashing or
|
588
|
+
the like.
|
589
|
+
|
590
|
+
|
591
|
+
File: gmp.info, Node: Assembly Coding, Prev: Other Algorithms, Up: Algorithms
|
592
|
+
|
593
|
+
15.8 Assembly Coding
|
594
|
+
====================
|
595
|
+
|
596
|
+
The assembly subroutines in GMP are the most significant source of
|
597
|
+
speed at small to moderate sizes. At larger sizes algorithm selection
|
598
|
+
becomes more important, but of course speedups in low level routines
|
599
|
+
will still speed up everything proportionally.
|
600
|
+
|
601
|
+
Carry handling and widening multiplies that are important for GMP
|
602
|
+
can't be easily expressed in C. GCC `asm' blocks help a lot and are
|
603
|
+
provided in `longlong.h', but hand coding low level routines invariably
|
604
|
+
offers a speedup over generic C by a factor of anything from 2 to 10.
|
605
|
+
|
606
|
+
* Menu:
|
607
|
+
|
608
|
+
* Assembly Code Organisation::
|
609
|
+
* Assembly Basics::
|
610
|
+
* Assembly Carry Propagation::
|
611
|
+
* Assembly Cache Handling::
|
612
|
+
* Assembly Functional Units::
|
613
|
+
* Assembly Floating Point::
|
614
|
+
* Assembly SIMD Instructions::
|
615
|
+
* Assembly Software Pipelining::
|
616
|
+
* Assembly Loop Unrolling::
|
617
|
+
* Assembly Writing Guide::
|
618
|
+
|
619
|
+
|
620
|
+
File: gmp.info, Node: Assembly Code Organisation, Next: Assembly Basics, Prev: Assembly Coding, Up: Assembly Coding
|
621
|
+
|
622
|
+
15.8.1 Code Organisation
|
623
|
+
------------------------
|
624
|
+
|
625
|
+
The various `mpn' subdirectories contain machine-dependent code, written
|
626
|
+
in C or assembly. The `mpn/generic' subdirectory contains default code,
|
627
|
+
used when there's no machine-specific version of a particular file.
|
628
|
+
|
629
|
+
Each `mpn' subdirectory is for an ISA family. Generally 32-bit and
|
630
|
+
64-bit variants in a family cannot share code and have separate
|
631
|
+
directories. Within a family further subdirectories may exist for CPU
|
632
|
+
variants.
|
633
|
+
|
634
|
+
In each directory a `nails' subdirectory may exist, holding code with
|
635
|
+
nails support for that CPU variant. A `NAILS_SUPPORT' directive in each
|
636
|
+
file indicates the nails values the code handles. Nails code only
|
637
|
+
exists where it's faster, or promises to be faster, than plain code.
|
638
|
+
There's no effort put into nails if they're not going to enhance a
|
639
|
+
given CPU.
|
640
|
+
|
641
|
+
|
642
|
+
File: gmp.info, Node: Assembly Basics, Next: Assembly Carry Propagation, Prev: Assembly Code Organisation, Up: Assembly Coding
|
643
|
+
|
644
|
+
15.8.2 Assembly Basics
|
645
|
+
----------------------
|
646
|
+
|
647
|
+
`mpn_addmul_1' and `mpn_submul_1' are the most important routines for
|
648
|
+
overall GMP performance. All multiplications and divisions come down to
|
649
|
+
repeated calls to these. `mpn_add_n', `mpn_sub_n', `mpn_lshift' and
|
650
|
+
`mpn_rshift' are next most important.
|
651
|
+
|
652
|
+
On some CPUs assembly versions of the internal functions
|
653
|
+
`mpn_mul_basecase' and `mpn_sqr_basecase' give significant speedups,
|
654
|
+
mainly through avoiding function call overheads. They can also
|
655
|
+
potentially make better use of a wide superscalar processor, as can
|
656
|
+
bigger primitives like `mpn_addmul_2' or `mpn_addmul_4'.
|
657
|
+
|
658
|
+
The restrictions on overlaps between sources and destinations (*note
|
659
|
+
Low-level Functions::) are designed to facilitate a variety of
|
660
|
+
implementations. For example, knowing `mpn_add_n' won't have partly
|
661
|
+
overlapping sources and destination means reading can be done far ahead
|
662
|
+
of writing on superscalar processors, and loops can be vectorized on a
|
663
|
+
vector processor, depending on the carry handling.
|
664
|
+
|
665
|
+
|
666
|
+
File: gmp.info, Node: Assembly Carry Propagation, Next: Assembly Cache Handling, Prev: Assembly Basics, Up: Assembly Coding
|
667
|
+
|
668
|
+
15.8.3 Carry Propagation
|
669
|
+
------------------------
|
670
|
+
|
671
|
+
The problem that presents most challenges in GMP is propagating carries
|
672
|
+
from one limb to the next. In functions like `mpn_addmul_1' and
|
673
|
+
`mpn_add_n', carries are the only dependencies between limb operations.
|
674
|
+
|
675
|
+
On processors with carry flags, a straightforward CISC style `adc' is
|
676
|
+
generally best. AMD K6 `mpn_addmul_1' however is an example of an
|
677
|
+
unusual set of circumstances where a branch works out better.
|
678
|
+
|
679
|
+
On RISC processors generally an add and compare for overflow is
|
680
|
+
used. This sort of thing can be seen in `mpn/generic/aors_n.c'. Some
|
681
|
+
carry propagation schemes require 4 instructions, meaning at least 4
|
682
|
+
cycles per limb, but other schemes may use just 1 or 2. On wide
|
683
|
+
superscalar processors performance may be completely determined by the
|
684
|
+
number of dependent instructions between carry-in and carry-out for
|
685
|
+
each limb.
|
686
|
+
|
687
|
+
On vector processors good use can be made of the fact that a carry
|
688
|
+
bit only very rarely propagates more than one limb. When adding a
|
689
|
+
single bit to a limb, there's only a carry out if that limb was
|
690
|
+
`0xFF...FF' which on random data will be only 1 in 2^mp_bits_per_limb.
|
691
|
+
`mpn/cray/add_n.c' is an example of this, it adds all limbs in
|
692
|
+
parallel, adds one set of carry bits in parallel and then only rarely
|
693
|
+
needs to fall through to a loop propagating further carries.
|
694
|
+
|
695
|
+
On the x86s, GCC (as of version 2.95.2) doesn't generate
|
696
|
+
particularly good code for the RISC style idioms that are necessary to
|
697
|
+
handle carry bits in C. Often conditional jumps are generated where
|
698
|
+
`adc' or `sbb' forms would be better. And so unfortunately almost any
|
699
|
+
loop involving carry bits needs to be coded in assembly for best
|
700
|
+
results.
|
701
|
+
|
702
|
+
|
703
|
+
File: gmp.info, Node: Assembly Cache Handling, Next: Assembly Functional Units, Prev: Assembly Carry Propagation, Up: Assembly Coding
|
704
|
+
|
705
|
+
15.8.4 Cache Handling
|
706
|
+
---------------------
|
707
|
+
|
708
|
+
GMP aims to perform well both on operands that fit entirely in L1 cache
|
709
|
+
and those which don't.
|
710
|
+
|
711
|
+
Basic routines like `mpn_add_n' or `mpn_lshift' are often used on
|
712
|
+
large operands, so L2 and main memory performance is important for them.
|
713
|
+
`mpn_mul_1' and `mpn_addmul_1' are mostly used for multiply and square
|
714
|
+
basecases, so L1 performance matters most for them, unless assembly
|
715
|
+
versions of `mpn_mul_basecase' and `mpn_sqr_basecase' exist, in which
|
716
|
+
case the remaining uses are mostly for larger operands.
|
717
|
+
|
718
|
+
For L2 or main memory operands, memory access times will almost
|
719
|
+
certainly be more than the calculation time. The aim therefore is to
|
720
|
+
maximize memory throughput, by starting a load of the next cache line
|
721
|
+
while processing the contents of the previous one. Clearly this is
|
722
|
+
only possible if the chip has a lock-up free cache or some sort of
|
723
|
+
prefetch instruction. Most current chips have both these features.
|
724
|
+
|
725
|
+
Prefetching sources combines well with loop unrolling, since a
|
726
|
+
prefetch can be initiated once per unrolled loop (or more than once if
|
727
|
+
the loop covers more than one cache line).
|
728
|
+
|
729
|
+
On CPUs without write-allocate caches, prefetching destinations will
|
730
|
+
ensure individual stores don't go further down the cache hierarchy,
|
731
|
+
limiting bandwidth. Of course for calculations which are slow anyway,
|
732
|
+
like `mpn_divrem_1', write-throughs might be fine.
|
733
|
+
|
734
|
+
The distance ahead to prefetch will be determined by memory latency
|
735
|
+
versus throughput. The aim of course is to have data arriving
|
736
|
+
continuously, at peak throughput. Some CPUs have limits on the number
|
737
|
+
of fetches or prefetches in progress.
|
738
|
+
|
739
|
+
If a special prefetch instruction doesn't exist then a plain load
|
740
|
+
can be used, but in that case care must be taken not to attempt to read
|
741
|
+
past the end of an operand, since that might produce a segmentation
|
742
|
+
violation.
|
743
|
+
|
744
|
+
Some CPUs or systems have hardware that detects sequential memory
|
745
|
+
accesses and initiates suitable cache movements automatically, making
|
746
|
+
life easy.
|
747
|
+
|
748
|
+
|
749
|
+
File: gmp.info, Node: Assembly Functional Units, Next: Assembly Floating Point, Prev: Assembly Cache Handling, Up: Assembly Coding
|
750
|
+
|
751
|
+
15.8.5 Functional Units
|
752
|
+
-----------------------
|
753
|
+
|
754
|
+
When choosing an approach for an assembly loop, consideration is given
|
755
|
+
to what operations can execute simultaneously and what throughput can
|
756
|
+
thereby be achieved. In some cases an algorithm can be tweaked to
|
757
|
+
accommodate available resources.
|
758
|
+
|
759
|
+
Loop control will generally require a counter and pointer updates,
|
760
|
+
costing as much as 5 instructions, plus any delays a branch introduces.
|
761
|
+
CPU addressing modes might reduce pointer updates, perhaps by allowing
|
762
|
+
just one updating pointer and others expressed as offsets from it, or
|
763
|
+
on CISC chips with all addressing done with the loop counter as a
|
764
|
+
scaled index.
|
765
|
+
|
766
|
+
The final loop control cost can be amortised by processing several
|
767
|
+
limbs in each iteration (*note Assembly Loop Unrolling::). This at
|
768
|
+
least ensures loop control isn't a big fraction the work done.
|
769
|
+
|
770
|
+
Memory throughput is always a limit. If perhaps only one load or
|
771
|
+
one store can be done per cycle then 3 cycles/limb will the top speed
|
772
|
+
for "binary" operations like `mpn_add_n', and any code achieving that
|
773
|
+
is optimal.
|
774
|
+
|
775
|
+
Integer resources can be freed up by having the loop counter in a
|
776
|
+
float register, or by pressing the float units into use for some
|
777
|
+
multiplying, perhaps doing every second limb on the float side (*note
|
778
|
+
Assembly Floating Point::).
|
779
|
+
|
780
|
+
Float resources can be freed up by doing carry propagation on the
|
781
|
+
integer side, or even by doing integer to float conversions in integers
|
782
|
+
using bit twiddling.
|
783
|
+
|
784
|
+
|
785
|
+
File: gmp.info, Node: Assembly Floating Point, Next: Assembly SIMD Instructions, Prev: Assembly Functional Units, Up: Assembly Coding
|
786
|
+
|
787
|
+
15.8.6 Floating Point
|
788
|
+
---------------------
|
789
|
+
|
790
|
+
Floating point arithmetic is used in GMP for multiplications on CPUs
|
791
|
+
with poor integer multipliers. It's mostly useful for `mpn_mul_1',
|
792
|
+
`mpn_addmul_1' and `mpn_submul_1' on 64-bit machines, and
|
793
|
+
`mpn_mul_basecase' on both 32-bit and 64-bit machines.
|
794
|
+
|
795
|
+
With IEEE 53-bit double precision floats, integer multiplications
|
796
|
+
producing up to 53 bits will give exact results. Breaking a 64x64
|
797
|
+
multiplication into eight 16x32->48 bit pieces is convenient. With
|
798
|
+
some care though six 21x32->53 bit products can be used, if one of the
|
799
|
+
lower two 21-bit pieces also uses the sign bit.
|
800
|
+
|
801
|
+
For the `mpn_mul_1' family of functions on a 64-bit machine, the
|
802
|
+
invariant single limb is split at the start, into 3 or 4 pieces.
|
803
|
+
Inside the loop, the bignum operand is split into 32-bit pieces. Fast
|
804
|
+
conversion of these unsigned 32-bit pieces to floating point is highly
|
805
|
+
machine-dependent. In some cases, reading the data into the integer
|
806
|
+
unit, zero-extending to 64-bits, then transferring to the floating
|
807
|
+
point unit back via memory is the only option.
|
808
|
+
|
809
|
+
Converting partial products back to 64-bit limbs is usually best
|
810
|
+
done as a signed conversion. Since all values are smaller than 2^53,
|
811
|
+
signed and unsigned are the same, but most processors lack unsigned
|
812
|
+
conversions.
|
813
|
+
|
814
|
+
|
815
|
+
|
816
|
+
Here is a diagram showing 16x32 bit products for an `mpn_mul_1' or
|
817
|
+
`mpn_addmul_1' with a 64-bit limb. The single limb operand V is split
|
818
|
+
into four 16-bit parts. The multi-limb operand U is split in the loop
|
819
|
+
into two 32-bit parts.
|
820
|
+
|
821
|
+
+---+---+---+---+
|
822
|
+
|v48|v32|v16|v00| V operand
|
823
|
+
+---+---+---+---+
|
824
|
+
|
825
|
+
+-------+---+---+
|
826
|
+
x | u32 | u00 | U operand (one limb)
|
827
|
+
+---------------+
|
828
|
+
|
829
|
+
---------------------------------
|
830
|
+
|
831
|
+
+-----------+
|
832
|
+
| u00 x v00 | p00 48-bit products
|
833
|
+
+-----------+
|
834
|
+
+-----------+
|
835
|
+
| u00 x v16 | p16
|
836
|
+
+-----------+
|
837
|
+
+-----------+
|
838
|
+
| u00 x v32 | p32
|
839
|
+
+-----------+
|
840
|
+
+-----------+
|
841
|
+
| u00 x v48 | p48
|
842
|
+
+-----------+
|
843
|
+
+-----------+
|
844
|
+
| u32 x v00 | r32
|
845
|
+
+-----------+
|
846
|
+
+-----------+
|
847
|
+
| u32 x v16 | r48
|
848
|
+
+-----------+
|
849
|
+
+-----------+
|
850
|
+
| u32 x v32 | r64
|
851
|
+
+-----------+
|
852
|
+
+-----------+
|
853
|
+
| u32 x v48 | r80
|
854
|
+
+-----------+
|
855
|
+
|
856
|
+
p32 and r32 can be summed using floating-point addition, and
|
857
|
+
likewise p48 and r48. p00 and p16 can be summed with r64 and r80 from
|
858
|
+
the previous iteration.
|
859
|
+
|
860
|
+
For each loop then, four 49-bit quantities are transferred to the
|
861
|
+
integer unit, aligned as follows,
|
862
|
+
|
863
|
+
|-----64bits----|-----64bits----|
|
864
|
+
+------------+
|
865
|
+
| p00 + r64' | i00
|
866
|
+
+------------+
|
867
|
+
+------------+
|
868
|
+
| p16 + r80' | i16
|
869
|
+
+------------+
|
870
|
+
+------------+
|
871
|
+
| p32 + r32 | i32
|
872
|
+
+------------+
|
873
|
+
+------------+
|
874
|
+
| p48 + r48 | i48
|
875
|
+
+------------+
|
876
|
+
|
877
|
+
The challenge then is to sum these efficiently and add in a carry
|
878
|
+
limb, generating a low 64-bit result limb and a high 33-bit carry limb
|
879
|
+
(i48 extends 33 bits into the high half).
|
880
|
+
|
881
|
+
|
882
|
+
File: gmp.info, Node: Assembly SIMD Instructions, Next: Assembly Software Pipelining, Prev: Assembly Floating Point, Up: Assembly Coding
|
883
|
+
|
884
|
+
15.8.7 SIMD Instructions
|
885
|
+
------------------------
|
886
|
+
|
887
|
+
The single-instruction multiple-data support in current microprocessors
|
888
|
+
is aimed at signal processing algorithms where each data point can be
|
889
|
+
treated more or less independently. There's generally not much support
|
890
|
+
for propagating the sort of carries that arise in GMP.
|
891
|
+
|
892
|
+
SIMD multiplications of say four 16x16 bit multiplies only do as much
|
893
|
+
work as one 32x32 from GMP's point of view, and need some shifts and
|
894
|
+
adds besides. But of course if say the SIMD form is fully pipelined
|
895
|
+
and uses less instruction decoding then it may still be worthwhile.
|
896
|
+
|
897
|
+
On the x86 chips, MMX has so far found a use in `mpn_rshift' and
|
898
|
+
`mpn_lshift', and is used in a special case for 16-bit multipliers in
|
899
|
+
the P55 `mpn_mul_1'. SSE2 is used for Pentium 4 `mpn_mul_1',
|
900
|
+
`mpn_addmul_1', and `mpn_submul_1'.
|
901
|
+
|
902
|
+
|
903
|
+
File: gmp.info, Node: Assembly Software Pipelining, Next: Assembly Loop Unrolling, Prev: Assembly SIMD Instructions, Up: Assembly Coding
|
904
|
+
|
905
|
+
15.8.8 Software Pipelining
|
906
|
+
--------------------------
|
907
|
+
|
908
|
+
Software pipelining consists of scheduling instructions around the
|
909
|
+
branch point in a loop. For example a loop might issue a load not for
|
910
|
+
use in the present iteration but the next, thereby allowing extra
|
911
|
+
cycles for the data to arrive from memory.
|
912
|
+
|
913
|
+
Naturally this is wanted only when doing things like loads or
|
914
|
+
multiplies that take several cycles to complete, and only where a CPU
|
915
|
+
has multiple functional units so that other work can be done in the
|
916
|
+
meantime.
|
917
|
+
|
918
|
+
A pipeline with several stages will have a data value in progress at
|
919
|
+
each stage and each loop iteration moves them along one stage. This is
|
920
|
+
like juggling.
|
921
|
+
|
922
|
+
If the latency of some instruction is greater than the loop time
|
923
|
+
then it will be necessary to unroll, so one register has a result ready
|
924
|
+
to use while another (or multiple others) are still in progress.
|
925
|
+
(*note Assembly Loop Unrolling::).
|
926
|
+
|
927
|
+
|
928
|
+
File: gmp.info, Node: Assembly Loop Unrolling, Next: Assembly Writing Guide, Prev: Assembly Software Pipelining, Up: Assembly Coding
|
929
|
+
|
930
|
+
15.8.9 Loop Unrolling
|
931
|
+
---------------------
|
932
|
+
|
933
|
+
Loop unrolling consists of replicating code so that several limbs are
|
934
|
+
processed in each loop. At a minimum this reduces loop overheads by a
|
935
|
+
corresponding factor, but it can also allow better register usage, for
|
936
|
+
example alternately using one register combination and then another.
|
937
|
+
Judicious use of `m4' macros can help avoid lots of duplication in the
|
938
|
+
source code.
|
939
|
+
|
940
|
+
Any amount of unrolling can be handled with a loop counter that's
|
941
|
+
decremented by N each time, stopping when the remaining count is less
|
942
|
+
than the further N the loop will process. Or by subtracting N at the
|
943
|
+
start, the termination condition becomes when the counter C is less
|
944
|
+
than 0 (and the count of remaining limbs is C+N).
|
945
|
+
|
946
|
+
Alternately for a power of 2 unroll the loop count and remainder can
|
947
|
+
be established with a shift and mask. This is convenient if also
|
948
|
+
making a computed jump into the middle of a large loop.
|
949
|
+
|
950
|
+
The limbs not a multiple of the unrolling can be handled in various
|
951
|
+
ways, for example
|
952
|
+
|
953
|
+
* A simple loop at the end (or the start) to process the excess.
|
954
|
+
Care will be wanted that it isn't too much slower than the
|
955
|
+
unrolled part.
|
956
|
+
|
957
|
+
* A set of binary tests, for example after an 8-limb unrolling, test
|
958
|
+
for 4 more limbs to process, then a further 2 more or not, and
|
959
|
+
finally 1 more or not. This will probably take more code space
|
960
|
+
than a simple loop.
|
961
|
+
|
962
|
+
* A `switch' statement, providing separate code for each possible
|
963
|
+
excess, for example an 8-limb unrolling would have separate code
|
964
|
+
for 0 remaining, 1 remaining, etc, up to 7 remaining. This might
|
965
|
+
take a lot of code, but may be the best way to optimize all cases
|
966
|
+
in combination with a deep pipelined loop.
|
967
|
+
|
968
|
+
* A computed jump into the middle of the loop, thus making the first
|
969
|
+
iteration handle the excess. This should make times smoothly
|
970
|
+
increase with size, which is attractive, but setups for the jump
|
971
|
+
and adjustments for pointers can be tricky and could become quite
|
972
|
+
difficult in combination with deep pipelining.
|
973
|
+
|
974
|
+
|
975
|
+
File: gmp.info, Node: Assembly Writing Guide, Prev: Assembly Loop Unrolling, Up: Assembly Coding
|
976
|
+
|
977
|
+
15.8.10 Writing Guide
|
978
|
+
---------------------
|
979
|
+
|
980
|
+
This is a guide to writing software pipelined loops for processing limb
|
981
|
+
vectors in assembly.
|
982
|
+
|
983
|
+
First determine the algorithm and which instructions are needed.
|
984
|
+
Code it without unrolling or scheduling, to make sure it works. On a
|
985
|
+
3-operand CPU try to write each new value to a new register, this will
|
986
|
+
greatly simplify later steps.
|
987
|
+
|
988
|
+
Then note for each instruction the functional unit and/or issue port
|
989
|
+
requirements. If an instruction can use either of two units, like U0
|
990
|
+
or U1 then make a category "U0/U1". Count the total using each unit
|
991
|
+
(or combined unit), and count all instructions.
|
992
|
+
|
993
|
+
Figure out from those counts the best possible loop time. The goal
|
994
|
+
will be to find a perfect schedule where instruction latencies are
|
995
|
+
completely hidden. The total instruction count might be the limiting
|
996
|
+
factor, or perhaps a particular functional unit. It might be possible
|
997
|
+
to tweak the instructions to help the limiting factor.
|
998
|
+
|
999
|
+
Suppose the loop time is N, then make N issue buckets, with the
|
1000
|
+
final loop branch at the end of the last. Now fill the buckets with
|
1001
|
+
dummy instructions using the functional units desired. Run this to
|
1002
|
+
make sure the intended speed is reached.
|
1003
|
+
|
1004
|
+
Now replace the dummy instructions with the real instructions from
|
1005
|
+
the slow but correct loop you started with. The first will typically
|
1006
|
+
be a load instruction. Then the instruction using that value is placed
|
1007
|
+
in a bucket an appropriate distance down. Run the loop again, to check
|
1008
|
+
it still runs at target speed.
|
1009
|
+
|
1010
|
+
Keep placing instructions, frequently measuring the loop. After a
|
1011
|
+
few you will need to wrap around from the last bucket back to the top
|
1012
|
+
of the loop. If you used the new-register for new-value strategy above
|
1013
|
+
then there will be no register conflicts. If not then take care not to
|
1014
|
+
clobber something already in use. Changing registers at this time is
|
1015
|
+
very error prone.
|
1016
|
+
|
1017
|
+
The loop will overlap two or more of the original loop iterations,
|
1018
|
+
and the computation of one vector element result will be started in one
|
1019
|
+
iteration of the new loop, and completed one or several iterations
|
1020
|
+
later.
|
1021
|
+
|
1022
|
+
The final step is to create feed-in and wind-down code for the loop.
|
1023
|
+
A good way to do this is to make a copy (or copies) of the loop at the
|
1024
|
+
start and delete those instructions which don't have valid antecedents,
|
1025
|
+
and at the end replicate and delete those whose results are unwanted
|
1026
|
+
(including any further loads).
|
1027
|
+
|
1028
|
+
The loop will have a minimum number of limbs loaded and processed,
|
1029
|
+
so the feed-in code must test if the request size is smaller and skip
|
1030
|
+
either to a suitable part of the wind-down or to special code for small
|
1031
|
+
sizes.
|
1032
|
+
|
1033
|
+
|
1034
|
+
File: gmp.info, Node: Internals, Next: Contributors, Prev: Algorithms, Up: Top
|
1035
|
+
|
1036
|
+
16 Internals
|
1037
|
+
************
|
1038
|
+
|
1039
|
+
*This chapter is provided only for informational purposes and the
|
1040
|
+
various internals described here may change in future GMP releases.
|
1041
|
+
Applications expecting to be compatible with future releases should use
|
1042
|
+
only the documented interfaces described in previous chapters.*
|
1043
|
+
|
1044
|
+
* Menu:
|
1045
|
+
|
1046
|
+
* Integer Internals::
|
1047
|
+
* Rational Internals::
|
1048
|
+
* Float Internals::
|
1049
|
+
* Raw Output Internals::
|
1050
|
+
* C++ Interface Internals::
|
1051
|
+
|
1052
|
+
|
1053
|
+
File: gmp.info, Node: Integer Internals, Next: Rational Internals, Prev: Internals, Up: Internals
|
1054
|
+
|
1055
|
+
16.1 Integer Internals
|
1056
|
+
======================
|
1057
|
+
|
1058
|
+
`mpz_t' variables represent integers using sign and magnitude, in space
|
1059
|
+
dynamically allocated and reallocated. The fields are as follows.
|
1060
|
+
|
1061
|
+
`_mp_size'
|
1062
|
+
The number of limbs, or the negative of that when representing a
|
1063
|
+
negative integer. Zero is represented by `_mp_size' set to zero,
|
1064
|
+
in which case the `_mp_d' data is unused.
|
1065
|
+
|
1066
|
+
`_mp_d'
|
1067
|
+
A pointer to an array of limbs which is the magnitude. These are
|
1068
|
+
stored "little endian" as per the `mpn' functions, so `_mp_d[0]'
|
1069
|
+
is the least significant limb and `_mp_d[ABS(_mp_size)-1]' is the
|
1070
|
+
most significant. Whenever `_mp_size' is non-zero, the most
|
1071
|
+
significant limb is non-zero.
|
1072
|
+
|
1073
|
+
Currently there's always at least one limb allocated, so for
|
1074
|
+
instance `mpz_set_ui' never needs to reallocate, and `mpz_get_ui'
|
1075
|
+
can fetch `_mp_d[0]' unconditionally (though its value is then
|
1076
|
+
only wanted if `_mp_size' is non-zero).
|
1077
|
+
|
1078
|
+
`_mp_alloc'
|
1079
|
+
`_mp_alloc' is the number of limbs currently allocated at `_mp_d',
|
1080
|
+
and naturally `_mp_alloc >= ABS(_mp_size)'. When an `mpz' routine
|
1081
|
+
is about to (or might be about to) increase `_mp_size', it checks
|
1082
|
+
`_mp_alloc' to see whether there's enough space, and reallocates
|
1083
|
+
if not. `MPZ_REALLOC' is generally used for this.
|
1084
|
+
|
1085
|
+
The various bitwise logical functions like `mpz_and' behave as if
|
1086
|
+
negative values were twos complement. But sign and magnitude is always
|
1087
|
+
used internally, and necessary adjustments are made during the
|
1088
|
+
calculations. Sometimes this isn't pretty, but sign and magnitude are
|
1089
|
+
best for other routines.
|
1090
|
+
|
1091
|
+
Some internal temporary variables are setup with `MPZ_TMP_INIT' and
|
1092
|
+
these have `_mp_d' space obtained from `TMP_ALLOC' rather than the
|
1093
|
+
memory allocation functions. Care is taken to ensure that these are
|
1094
|
+
big enough that no reallocation is necessary (since it would have
|
1095
|
+
unpredictable consequences).
|
1096
|
+
|
1097
|
+
`_mp_size' and `_mp_alloc' are `int', although `mp_size_t' is
|
1098
|
+
usually a `long'. This is done to make the fields just 32 bits on some
|
1099
|
+
64 bits systems, thereby saving a few bytes of data space but still
|
1100
|
+
providing plenty of range.
|
1101
|
+
|
1102
|
+
|
1103
|
+
File: gmp.info, Node: Rational Internals, Next: Float Internals, Prev: Integer Internals, Up: Internals
|
1104
|
+
|
1105
|
+
16.2 Rational Internals
|
1106
|
+
=======================
|
1107
|
+
|
1108
|
+
`mpq_t' variables represent rationals using an `mpz_t' numerator and
|
1109
|
+
denominator (*note Integer Internals::).
|
1110
|
+
|
1111
|
+
The canonical form adopted is denominator positive (and non-zero),
|
1112
|
+
no common factors between numerator and denominator, and zero uniquely
|
1113
|
+
represented as 0/1.
|
1114
|
+
|
1115
|
+
It's believed that casting out common factors at each stage of a
|
1116
|
+
calculation is best in general. A GCD is an O(N^2) operation so it's
|
1117
|
+
better to do a few small ones immediately than to delay and have to do
|
1118
|
+
a big one later. Knowing the numerator and denominator have no common
|
1119
|
+
factors can be used for example in `mpq_mul' to make only two cross
|
1120
|
+
GCDs necessary, not four.
|
1121
|
+
|
1122
|
+
This general approach to common factors is badly sub-optimal in the
|
1123
|
+
presence of simple factorizations or little prospect for cancellation,
|
1124
|
+
but GMP has no way to know when this will occur. As per *note
|
1125
|
+
Efficiency::, that's left to applications. The `mpq_t' framework might
|
1126
|
+
still suit, with `mpq_numref' and `mpq_denref' for direct access to the
|
1127
|
+
numerator and denominator, or of course `mpz_t' variables can be used
|
1128
|
+
directly.
|
1129
|
+
|
1130
|
+
|
1131
|
+
File: gmp.info, Node: Float Internals, Next: Raw Output Internals, Prev: Rational Internals, Up: Internals
|
1132
|
+
|
1133
|
+
16.3 Float Internals
|
1134
|
+
====================
|
1135
|
+
|
1136
|
+
Efficient calculation is the primary aim of GMP floats and the use of
|
1137
|
+
whole limbs and simple rounding facilitates this.
|
1138
|
+
|
1139
|
+
`mpf_t' floats have a variable precision mantissa and a single
|
1140
|
+
machine word signed exponent. The mantissa is represented using sign
|
1141
|
+
and magnitude.
|
1142
|
+
|
1143
|
+
most least
|
1144
|
+
significant significant
|
1145
|
+
limb limb
|
1146
|
+
|
1147
|
+
_mp_d
|
1148
|
+
|---- _mp_exp ---> |
|
1149
|
+
_____ _____ _____ _____ _____
|
1150
|
+
|_____|_____|_____|_____|_____|
|
1151
|
+
. <------------ radix point
|
1152
|
+
|
1153
|
+
<-------- _mp_size --------->
|
1154
|
+
|
1155
|
+
The fields are as follows.
|
1156
|
+
|
1157
|
+
`_mp_size'
|
1158
|
+
The number of limbs currently in use, or the negative of that when
|
1159
|
+
representing a negative value. Zero is represented by `_mp_size'
|
1160
|
+
and `_mp_exp' both set to zero, and in that case the `_mp_d' data
|
1161
|
+
is unused. (In the future `_mp_exp' might be undefined when
|
1162
|
+
representing zero.)
|
1163
|
+
|
1164
|
+
`_mp_prec'
|
1165
|
+
The precision of the mantissa, in limbs. In any calculation the
|
1166
|
+
aim is to produce `_mp_prec' limbs of result (the most significant
|
1167
|
+
being non-zero).
|
1168
|
+
|
1169
|
+
`_mp_d'
|
1170
|
+
A pointer to the array of limbs which is the absolute value of the
|
1171
|
+
mantissa. These are stored "little endian" as per the `mpn'
|
1172
|
+
functions, so `_mp_d[0]' is the least significant limb and
|
1173
|
+
`_mp_d[ABS(_mp_size)-1]' the most significant.
|
1174
|
+
|
1175
|
+
The most significant limb is always non-zero, but there are no
|
1176
|
+
other restrictions on its value, in particular the highest 1 bit
|
1177
|
+
can be anywhere within the limb.
|
1178
|
+
|
1179
|
+
`_mp_prec+1' limbs are allocated to `_mp_d', the extra limb being
|
1180
|
+
for convenience (see below). There are no reallocations during a
|
1181
|
+
calculation, only in a change of precision with `mpf_set_prec'.
|
1182
|
+
|
1183
|
+
`_mp_exp'
|
1184
|
+
The exponent, in limbs, determining the location of the implied
|
1185
|
+
radix point. Zero means the radix point is just above the most
|
1186
|
+
significant limb. Positive values mean a radix point offset
|
1187
|
+
towards the lower limbs and hence a value >= 1, as for example in
|
1188
|
+
the diagram above. Negative exponents mean a radix point further
|
1189
|
+
above the highest limb.
|
1190
|
+
|
1191
|
+
Naturally the exponent can be any value, it doesn't have to fall
|
1192
|
+
within the limbs as the diagram shows, it can be a long way above
|
1193
|
+
or a long way below. Limbs other than those included in the
|
1194
|
+
`{_mp_d,_mp_size}' data are treated as zero.
|
1195
|
+
|
1196
|
+
The `_mp_size' and `_mp_prec' fields are `int', although the
|
1197
|
+
`mp_size_t' type is usually a `long'. The `_mp_exp' field is usually
|
1198
|
+
`long'. This is done to make some fields just 32 bits on some 64 bits
|
1199
|
+
systems, thereby saving a few bytes of data space but still providing
|
1200
|
+
plenty of precision and a very large range.
|
1201
|
+
|
1202
|
+
|
1203
|
+
The following various points should be noted.
|
1204
|
+
|
1205
|
+
Low Zeros
|
1206
|
+
The least significant limbs `_mp_d[0]' etc can be zero, though
|
1207
|
+
such low zeros can always be ignored. Routines likely to produce
|
1208
|
+
low zeros check and avoid them to save time in subsequent
|
1209
|
+
calculations, but for most routines they're quite unlikely and
|
1210
|
+
aren't checked.
|
1211
|
+
|
1212
|
+
Mantissa Size Range
|
1213
|
+
The `_mp_size' count of limbs in use can be less than `_mp_prec' if
|
1214
|
+
the value can be represented in less. This means low precision
|
1215
|
+
values or small integers stored in a high precision `mpf_t' can
|
1216
|
+
still be operated on efficiently.
|
1217
|
+
|
1218
|
+
`_mp_size' can also be greater than `_mp_prec'. Firstly a value is
|
1219
|
+
allowed to use all of the `_mp_prec+1' limbs available at `_mp_d',
|
1220
|
+
and secondly when `mpf_set_prec_raw' lowers `_mp_prec' it leaves
|
1221
|
+
`_mp_size' unchanged and so the size can be arbitrarily bigger than
|
1222
|
+
`_mp_prec'.
|
1223
|
+
|
1224
|
+
Rounding
|
1225
|
+
All rounding is done on limb boundaries. Calculating `_mp_prec'
|
1226
|
+
limbs with the high non-zero will ensure the application requested
|
1227
|
+
minimum precision is obtained.
|
1228
|
+
|
1229
|
+
The use of simple "trunc" rounding towards zero is efficient,
|
1230
|
+
since there's no need to examine extra limbs and increment or
|
1231
|
+
decrement.
|
1232
|
+
|
1233
|
+
Bit Shifts
|
1234
|
+
Since the exponent is in limbs, there are no bit shifts in basic
|
1235
|
+
operations like `mpf_add' and `mpf_mul'. When differing exponents
|
1236
|
+
are encountered all that's needed is to adjust pointers to line up
|
1237
|
+
the relevant limbs.
|
1238
|
+
|
1239
|
+
Of course `mpf_mul_2exp' and `mpf_div_2exp' will require bit
|
1240
|
+
shifts, but the choice is between an exponent in limbs which
|
1241
|
+
requires shifts there, or one in bits which requires them almost
|
1242
|
+
everywhere else.
|
1243
|
+
|
1244
|
+
Use of `_mp_prec+1' Limbs
|
1245
|
+
The extra limb on `_mp_d' (`_mp_prec+1' rather than just
|
1246
|
+
`_mp_prec') helps when an `mpf' routine might get a carry from its
|
1247
|
+
operation. `mpf_add' for instance will do an `mpn_add' of
|
1248
|
+
`_mp_prec' limbs. If there's no carry then that's the result, but
|
1249
|
+
if there is a carry then it's stored in the extra limb of space and
|
1250
|
+
`_mp_size' becomes `_mp_prec+1'.
|
1251
|
+
|
1252
|
+
Whenever `_mp_prec+1' limbs are held in a variable, the low limb
|
1253
|
+
is not needed for the intended precision, only the `_mp_prec' high
|
1254
|
+
limbs. But zeroing it out or moving the rest down is unnecessary.
|
1255
|
+
Subsequent routines reading the value will simply take the high
|
1256
|
+
limbs they need, and this will be `_mp_prec' if their target has
|
1257
|
+
that same precision. This is no more than a pointer adjustment,
|
1258
|
+
and must be checked anyway since the destination precision can be
|
1259
|
+
different from the sources.
|
1260
|
+
|
1261
|
+
Copy functions like `mpf_set' will retain a full `_mp_prec+1' limbs
|
1262
|
+
if available. This ensures that a variable which has `_mp_size'
|
1263
|
+
equal to `_mp_prec+1' will get its full exact value copied.
|
1264
|
+
Strictly speaking this is unnecessary since only `_mp_prec' limbs
|
1265
|
+
are needed for the application's requested precision, but it's
|
1266
|
+
considered that an `mpf_set' from one variable into another of the
|
1267
|
+
same precision ought to produce an exact copy.
|
1268
|
+
|
1269
|
+
Application Precisions
|
1270
|
+
`__GMPF_BITS_TO_PREC' converts an application requested precision
|
1271
|
+
to an `_mp_prec'. The value in bits is rounded up to a whole limb
|
1272
|
+
then an extra limb is added since the most significant limb of
|
1273
|
+
`_mp_d' is only non-zero and therefore might contain only one bit.
|
1274
|
+
|
1275
|
+
`__GMPF_PREC_TO_BITS' does the reverse conversion, and removes the
|
1276
|
+
extra limb from `_mp_prec' before converting to bits. The net
|
1277
|
+
effect of reading back with `mpf_get_prec' is simply the precision
|
1278
|
+
rounded up to a multiple of `mp_bits_per_limb'.
|
1279
|
+
|
1280
|
+
Note that the extra limb added here for the high only being
|
1281
|
+
non-zero is in addition to the extra limb allocated to `_mp_d'.
|
1282
|
+
For example with a 32-bit limb, an application request for 250
|
1283
|
+
bits will be rounded up to 8 limbs, then an extra added for the
|
1284
|
+
high being only non-zero, giving an `_mp_prec' of 9. `_mp_d' then
|
1285
|
+
gets 10 limbs allocated. Reading back with `mpf_get_prec' will
|
1286
|
+
take `_mp_prec' subtract 1 limb and multiply by 32, giving 256
|
1287
|
+
bits.
|
1288
|
+
|
1289
|
+
Strictly speaking, the fact the high limb has at least one bit
|
1290
|
+
means that a float with, say, 3 limbs of 32-bits each will be
|
1291
|
+
holding at least 65 bits, but for the purposes of `mpf_t' it's
|
1292
|
+
considered simply to be 64 bits, a nice multiple of the limb size.
|
1293
|
+
|
1294
|
+
|
1295
|
+
File: gmp.info, Node: Raw Output Internals, Next: C++ Interface Internals, Prev: Float Internals, Up: Internals
|
1296
|
+
|
1297
|
+
16.4 Raw Output Internals
|
1298
|
+
=========================
|
1299
|
+
|
1300
|
+
`mpz_out_raw' uses the following format.
|
1301
|
+
|
1302
|
+
+------+------------------------+
|
1303
|
+
| size | data bytes |
|
1304
|
+
+------+------------------------+
|
1305
|
+
|
1306
|
+
The size is 4 bytes written most significant byte first, being the
|
1307
|
+
number of subsequent data bytes, or the twos complement negative of
|
1308
|
+
that when a negative integer is represented. The data bytes are the
|
1309
|
+
absolute value of the integer, written most significant byte first.
|
1310
|
+
|
1311
|
+
The most significant data byte is always non-zero, so the output is
|
1312
|
+
the same on all systems, irrespective of limb size.
|
1313
|
+
|
1314
|
+
In GMP 1, leading zero bytes were written to pad the data bytes to a
|
1315
|
+
multiple of the limb size. `mpz_inp_raw' will still accept this, for
|
1316
|
+
compatibility.
|
1317
|
+
|
1318
|
+
The use of "big endian" for both the size and data fields is
|
1319
|
+
deliberate, it makes the data easy to read in a hex dump of a file.
|
1320
|
+
Unfortunately it also means that the limb data must be reversed when
|
1321
|
+
reading or writing, so neither a big endian nor little endian system
|
1322
|
+
can just read and write `_mp_d'.
|
1323
|
+
|
1324
|
+
|
1325
|
+
File: gmp.info, Node: C++ Interface Internals, Prev: Raw Output Internals, Up: Internals
|
1326
|
+
|
1327
|
+
16.5 C++ Interface Internals
|
1328
|
+
============================
|
1329
|
+
|
1330
|
+
A system of expression templates is used to ensure something like
|
1331
|
+
`a=b+c' turns into a simple call to `mpz_add' etc. For `mpf_class' the
|
1332
|
+
scheme also ensures the precision of the final destination is used for
|
1333
|
+
any temporaries within a statement like `f=w*x+y*z'. These are
|
1334
|
+
important features which a naive implementation cannot provide.
|
1335
|
+
|
1336
|
+
A simplified description of the scheme follows. The true scheme is
|
1337
|
+
complicated by the fact that expressions have different return types.
|
1338
|
+
For detailed information, refer to the source code.
|
1339
|
+
|
1340
|
+
To perform an operation, say, addition, we first define a "function
|
1341
|
+
object" evaluating it,
|
1342
|
+
|
1343
|
+
struct __gmp_binary_plus
|
1344
|
+
{
|
1345
|
+
static void eval(mpf_t f, mpf_t g, mpf_t h) { mpf_add(f, g, h); }
|
1346
|
+
};
|
1347
|
+
|
1348
|
+
And an "additive expression" object,
|
1349
|
+
|
1350
|
+
__gmp_expr<__gmp_binary_expr<mpf_class, mpf_class, __gmp_binary_plus> >
|
1351
|
+
operator+(const mpf_class &f, const mpf_class &g)
|
1352
|
+
{
|
1353
|
+
return __gmp_expr
|
1354
|
+
<__gmp_binary_expr<mpf_class, mpf_class, __gmp_binary_plus> >(f, g);
|
1355
|
+
}
|
1356
|
+
|
1357
|
+
The seemingly redundant `__gmp_expr<__gmp_binary_expr<...>>' is used
|
1358
|
+
to encapsulate any possible kind of expression into a single template
|
1359
|
+
type. In fact even `mpf_class' etc are `typedef' specializations of
|
1360
|
+
`__gmp_expr'.
|
1361
|
+
|
1362
|
+
Next we define assignment of `__gmp_expr' to `mpf_class'.
|
1363
|
+
|
1364
|
+
template <class T>
|
1365
|
+
mpf_class & mpf_class::operator=(const __gmp_expr<T> &expr)
|
1366
|
+
{
|
1367
|
+
expr.eval(this->get_mpf_t(), this->precision());
|
1368
|
+
return *this;
|
1369
|
+
}
|
1370
|
+
|
1371
|
+
template <class Op>
|
1372
|
+
void __gmp_expr<__gmp_binary_expr<mpf_class, mpf_class, Op> >::eval
|
1373
|
+
(mpf_t f, mp_bitcnt_t precision)
|
1374
|
+
{
|
1375
|
+
Op::eval(f, expr.val1.get_mpf_t(), expr.val2.get_mpf_t());
|
1376
|
+
}
|
1377
|
+
|
1378
|
+
where `expr.val1' and `expr.val2' are references to the expression's
|
1379
|
+
operands (here `expr' is the `__gmp_binary_expr' stored within the
|
1380
|
+
`__gmp_expr').
|
1381
|
+
|
1382
|
+
This way, the expression is actually evaluated only at the time of
|
1383
|
+
assignment, when the required precision (that of `f') is known.
|
1384
|
+
Furthermore the target `mpf_t' is now available, thus we can call
|
1385
|
+
`mpf_add' directly with `f' as the output argument.
|
1386
|
+
|
1387
|
+
Compound expressions are handled by defining operators taking
|
1388
|
+
subexpressions as their arguments, like this:
|
1389
|
+
|
1390
|
+
template <class T, class U>
|
1391
|
+
__gmp_expr
|
1392
|
+
<__gmp_binary_expr<__gmp_expr<T>, __gmp_expr<U>, __gmp_binary_plus> >
|
1393
|
+
operator+(const __gmp_expr<T> &expr1, const __gmp_expr<U> &expr2)
|
1394
|
+
{
|
1395
|
+
return __gmp_expr
|
1396
|
+
<__gmp_binary_expr<__gmp_expr<T>, __gmp_expr<U>, __gmp_binary_plus> >
|
1397
|
+
(expr1, expr2);
|
1398
|
+
}
|
1399
|
+
|
1400
|
+
And the corresponding specializations of `__gmp_expr::eval':
|
1401
|
+
|
1402
|
+
template <class T, class U, class Op>
|
1403
|
+
void __gmp_expr
|
1404
|
+
<__gmp_binary_expr<__gmp_expr<T>, __gmp_expr<U>, Op> >::eval
|
1405
|
+
(mpf_t f, mp_bitcnt_t precision)
|
1406
|
+
{
|
1407
|
+
// declare two temporaries
|
1408
|
+
mpf_class temp1(expr.val1, precision), temp2(expr.val2, precision);
|
1409
|
+
Op::eval(f, temp1.get_mpf_t(), temp2.get_mpf_t());
|
1410
|
+
}
|
1411
|
+
|
1412
|
+
The expression is thus recursively evaluated to any level of
|
1413
|
+
complexity and all subexpressions are evaluated to the precision of `f'.
|
1414
|
+
|
1415
|
+
|
1416
|
+
File: gmp.info, Node: Contributors, Next: References, Prev: Internals, Up: Top
|
1417
|
+
|
1418
|
+
Appendix A Contributors
|
1419
|
+
***********************
|
1420
|
+
|
1421
|
+
Torbj�rn Granlund wrote the original GMP library and is still the main
|
1422
|
+
developer. Code not explicitly attributed to others, was contributed by
|
1423
|
+
Torbj�rn. Several other individuals and organizations have contributed
|
1424
|
+
GMP. Here is a list in chronological order on first contribution:
|
1425
|
+
|
1426
|
+
Gunnar Sj�din and Hans Riesel helped with mathematical problems in
|
1427
|
+
early versions of the library.
|
1428
|
+
|
1429
|
+
Richard Stallman helped with the interface design and revised the
|
1430
|
+
first version of this manual.
|
1431
|
+
|
1432
|
+
Brian Beuning and Doug Lea helped with testing of early versions of
|
1433
|
+
the library and made creative suggestions.
|
1434
|
+
|
1435
|
+
John Amanatides of York University in Canada contributed the function
|
1436
|
+
`mpz_probab_prime_p'.
|
1437
|
+
|
1438
|
+
Paul Zimmermann wrote the REDC-based mpz_powm code, the
|
1439
|
+
Sch�nhage-Strassen FFT multiply code, and the Karatsuba square root
|
1440
|
+
code. He also improved the Toom3 code for GMP 4.2. Paul sparked the
|
1441
|
+
development of GMP 2, with his comparisons between bignum packages.
|
1442
|
+
The ECMNET project Paul is organizing was a driving force behind many
|
1443
|
+
of the optimizations in GMP 3. Paul also wrote the new GMP 4.3 nth
|
1444
|
+
root code (with Torbj�rn).
|
1445
|
+
|
1446
|
+
Ken Weber (Kent State University, Universidade Federal do Rio Grande
|
1447
|
+
do Sul) contributed now defunct versions of `mpz_gcd', `mpz_divexact',
|
1448
|
+
`mpn_gcd', and `mpn_bdivmod', partially supported by CNPq (Brazil)
|
1449
|
+
grant 301314194-2.
|
1450
|
+
|
1451
|
+
Per Bothner of Cygnus Support helped to set up GMP to use Cygnus'
|
1452
|
+
configure. He has also made valuable suggestions and tested numerous
|
1453
|
+
intermediary releases.
|
1454
|
+
|
1455
|
+
Joachim Hollman was involved in the design of the `mpf' interface,
|
1456
|
+
and in the `mpz' design revisions for version 2.
|
1457
|
+
|
1458
|
+
Bennet Yee contributed the initial versions of `mpz_jacobi' and
|
1459
|
+
`mpz_legendre'.
|
1460
|
+
|
1461
|
+
Andreas Schwab contributed the files `mpn/m68k/lshift.S' and
|
1462
|
+
`mpn/m68k/rshift.S' (now in `.asm' form).
|
1463
|
+
|
1464
|
+
Robert Harley of Inria, France and David Seal of ARM, England,
|
1465
|
+
suggested clever improvements for population count. Robert also wrote
|
1466
|
+
highly optimized Karatsuba and 3-way Toom multiplication functions for
|
1467
|
+
GMP 3, and contributed the ARM assembly code.
|
1468
|
+
|
1469
|
+
Torsten Ekedahl of the Mathematical department of Stockholm
|
1470
|
+
University provided significant inspiration during several phases of
|
1471
|
+
the GMP development. His mathematical expertise helped improve several
|
1472
|
+
algorithms.
|
1473
|
+
|
1474
|
+
Linus Nordberg wrote the new configure system based on autoconf and
|
1475
|
+
implemented the new random functions.
|
1476
|
+
|
1477
|
+
Kevin Ryde worked on a large number of things: optimized x86 code,
|
1478
|
+
m4 asm macros, parameter tuning, speed measuring, the configure system,
|
1479
|
+
function inlining, divisibility tests, bit scanning, Jacobi symbols,
|
1480
|
+
Fibonacci and Lucas number functions, printf and scanf functions, perl
|
1481
|
+
interface, demo expression parser, the algorithms chapter in the
|
1482
|
+
manual, `gmpasm-mode.el', and various miscellaneous improvements
|
1483
|
+
elsewhere.
|
1484
|
+
|
1485
|
+
Kent Boortz made the Mac OS 9 port.
|
1486
|
+
|
1487
|
+
Steve Root helped write the optimized alpha 21264 assembly code.
|
1488
|
+
|
1489
|
+
Gerardo Ballabio wrote the `gmpxx.h' C++ class interface and the C++
|
1490
|
+
`istream' input routines.
|
1491
|
+
|
1492
|
+
Jason Moxham rewrote `mpz_fac_ui'.
|
1493
|
+
|
1494
|
+
Pedro Gimeno implemented the Mersenne Twister and made other random
|
1495
|
+
number improvements.
|
1496
|
+
|
1497
|
+
Niels M�ller wrote the sub-quadratic GCD, extended GCD and jacobi
|
1498
|
+
code, the quadratic Hensel division code, and (with Torbj�rn) the new
|
1499
|
+
divide and conquer division code for GMP 4.3. Niels also helped
|
1500
|
+
implement the new Toom multiply code for GMP 4.3 and implemented helper
|
1501
|
+
functions to simplify Toom evaluations for GMP 5.0. He wrote the
|
1502
|
+
original version of mpn_mulmod_bnm1, and he is the main author of the
|
1503
|
+
mini-gmp package used for gmp bootstrapping.
|
1504
|
+
|
1505
|
+
Alberto Zanoni and Marco Bodrato suggested the unbalanced multiply
|
1506
|
+
strategy, and found the optimal strategies for evaluation and
|
1507
|
+
interpolation in Toom multiplication.
|
1508
|
+
|
1509
|
+
Marco Bodrato helped implement the new Toom multiply code for GMP
|
1510
|
+
4.3 and implemented most of the new Toom multiply and squaring code for
|
1511
|
+
5.0. He is the main author of the current mpn_mulmod_bnm1 and
|
1512
|
+
mpn_mullo_n. Marco also wrote the functions mpn_invert and
|
1513
|
+
mpn_invertappr. He is the author of the current combinatorial
|
1514
|
+
functions: binomial, factorial, multifactorial, primorial.
|
1515
|
+
|
1516
|
+
David Harvey suggested the internal function `mpn_bdiv_dbm1',
|
1517
|
+
implementing division relevant to Toom multiplication. He also worked
|
1518
|
+
on fast assembly sequences, in particular on a fast AMD64
|
1519
|
+
`mpn_mul_basecase'. He wrote the internal middle product functions
|
1520
|
+
`mpn_mulmid_basecase', `mpn_toom42_mulmid', `mpn_mulmid_n' and related
|
1521
|
+
helper routines.
|
1522
|
+
|
1523
|
+
Martin Boij wrote `mpn_perfect_power_p'.
|
1524
|
+
|
1525
|
+
Marc Glisse improved `gmpxx.h': use fewer temporaries (faster),
|
1526
|
+
specializations of `numeric_limits' and `common_type', C++11 features
|
1527
|
+
(move constructors, explicit bool conversion, UDL), make the conversion
|
1528
|
+
from `mpq_class' to `mpz_class' explicit, optimize operations where one
|
1529
|
+
argument is a small compile-time constant, replace some heap
|
1530
|
+
allocations by stack allocations. He also fixed the eofbit handling of
|
1531
|
+
C++ streams, and removed one division from `mpq/aors.c'.
|
1532
|
+
|
1533
|
+
(This list is chronological, not ordered after significance. If you
|
1534
|
+
have contributed to GMP but are not listed above, please tell
|
1535
|
+
<gmp-devel@gmplib.org> about the omission!)
|
1536
|
+
|
1537
|
+
The development of floating point functions of GNU MP 2, were
|
1538
|
+
supported in part by the ESPRIT-BRA (Basic Research Activities) 6846
|
1539
|
+
project POSSO (POlynomial System SOlving).
|
1540
|
+
|
1541
|
+
The development of GMP 2, 3, and 4 was supported in part by the IDA
|
1542
|
+
Center for Computing Sciences.
|
1543
|
+
|
1544
|
+
Thanks go to Hans Thorsen for donating an SGI system for the GMP
|
1545
|
+
test system environment.
|
1546
|
+
|
1547
|
+
|
1548
|
+
File: gmp.info, Node: References, Next: GNU Free Documentation License, Prev: Contributors, Up: Top
|
1549
|
+
|
1550
|
+
Appendix B References
|
1551
|
+
*********************
|
1552
|
+
|
1553
|
+
B.1 Books
|
1554
|
+
=========
|
1555
|
+
|
1556
|
+
* Jonathan M. Borwein and Peter B. Borwein, "Pi and the AGM: A Study
|
1557
|
+
in Analytic Number Theory and Computational Complexity", Wiley,
|
1558
|
+
1998.
|
1559
|
+
|
1560
|
+
* Richard Crandall and Carl Pomerance, "Prime Numbers: A
|
1561
|
+
Computational Perspective", 2nd edition, Springer-Verlag, 2005.
|
1562
|
+
`http://www.math.dartmouth.edu/~carlp/'
|
1563
|
+
|
1564
|
+
* Henri Cohen, "A Course in Computational Algebraic Number Theory",
|
1565
|
+
Graduate Texts in Mathematics number 138, Springer-Verlag, 1993.
|
1566
|
+
`http://www.math.u-bordeaux.fr/~cohen/'
|
1567
|
+
|
1568
|
+
* Donald E. Knuth, "The Art of Computer Programming", volume 2,
|
1569
|
+
"Seminumerical Algorithms", 3rd edition, Addison-Wesley, 1998.
|
1570
|
+
`http://www-cs-faculty.stanford.edu/~knuth/taocp.html'
|
1571
|
+
|
1572
|
+
* John D. Lipson, "Elements of Algebra and Algebraic Computing", The
|
1573
|
+
Benjamin Cummings Publishing Company Inc, 1981.
|
1574
|
+
|
1575
|
+
* Alfred J. Menezes, Paul C. van Oorschot and Scott A. Vanstone,
|
1576
|
+
"Handbook of Applied Cryptography",
|
1577
|
+
`http://www.cacr.math.uwaterloo.ca/hac/'
|
1578
|
+
|
1579
|
+
* Richard M. Stallman and the GCC Developer Community, "Using the
|
1580
|
+
GNU Compiler Collection", Free Software Foundation, 2008,
|
1581
|
+
available online `http://gcc.gnu.org/onlinedocs/', and in the GCC
|
1582
|
+
package `ftp://ftp.gnu.org/gnu/gcc/'
|
1583
|
+
|
1584
|
+
B.2 Papers
|
1585
|
+
==========
|
1586
|
+
|
1587
|
+
* Yves Bertot, Nicolas Magaud and Paul Zimmermann, "A Proof of GMP
|
1588
|
+
Square Root", Journal of Automated Reasoning, volume 29, 2002, pp.
|
1589
|
+
225-252. Also available online as INRIA Research Report 4475,
|
1590
|
+
June 2002, `http://hal.inria.fr/docs/00/07/21/13/PDF/RR-4475.pdf'
|
1591
|
+
|
1592
|
+
* Christoph Burnikel and Joachim Ziegler, "Fast Recursive Division",
|
1593
|
+
Max-Planck-Institut fuer Informatik Research Report MPI-I-98-1-022,
|
1594
|
+
`http://data.mpi-sb.mpg.de/internet/reports.nsf/NumberView/1998-1-022'
|
1595
|
+
|
1596
|
+
* Torbj�rn Granlund and Peter L. Montgomery, "Division by Invariant
|
1597
|
+
Integers using Multiplication", in Proceedings of the SIGPLAN
|
1598
|
+
PLDI'94 Conference, June 1994. Also available
|
1599
|
+
`http://gmplib.org/~tege/divcnst-pldi94.pdf'.
|
1600
|
+
|
1601
|
+
* Niels M�ller and Torbj�rn Granlund, "Improved division by invariant
|
1602
|
+
integers", IEEE Transactions on Computers, 11 June 2010.
|
1603
|
+
`http://gmplib.org/~tege/division-paper.pdf'
|
1604
|
+
|
1605
|
+
* Torbj�rn Granlund and Niels M�ller, "Division of integers large and
|
1606
|
+
small", to appear.
|
1607
|
+
|
1608
|
+
* Tudor Jebelean, "An algorithm for exact division", Journal of
|
1609
|
+
Symbolic Computation, volume 15, 1993, pp. 169-180. Research
|
1610
|
+
report version available
|
1611
|
+
`ftp://ftp.risc.uni-linz.ac.at/pub/techreports/1992/92-35.ps.gz'
|
1612
|
+
|
1613
|
+
* Tudor Jebelean, "Exact Division with Karatsuba Complexity -
|
1614
|
+
Extended Abstract", RISC-Linz technical report 96-31,
|
1615
|
+
`ftp://ftp.risc.uni-linz.ac.at/pub/techreports/1996/96-31.ps.gz'
|
1616
|
+
|
1617
|
+
* Tudor Jebelean, "Practical Integer Division with Karatsuba
|
1618
|
+
Complexity", ISSAC 97, pp. 339-341. Technical report available
|
1619
|
+
`ftp://ftp.risc.uni-linz.ac.at/pub/techreports/1996/96-29.ps.gz'
|
1620
|
+
|
1621
|
+
* Tudor Jebelean, "A Generalization of the Binary GCD Algorithm",
|
1622
|
+
ISSAC 93, pp. 111-116. Technical report version available
|
1623
|
+
`ftp://ftp.risc.uni-linz.ac.at/pub/techreports/1993/93-01.ps.gz'
|
1624
|
+
|
1625
|
+
* Tudor Jebelean, "A Double-Digit Lehmer-Euclid Algorithm for
|
1626
|
+
Finding the GCD of Long Integers", Journal of Symbolic
|
1627
|
+
Computation, volume 19, 1995, pp. 145-157. Technical report
|
1628
|
+
version also available
|
1629
|
+
`ftp://ftp.risc.uni-linz.ac.at/pub/techreports/1992/92-69.ps.gz'
|
1630
|
+
|
1631
|
+
* Werner Krandick and Tudor Jebelean, "Bidirectional Exact Integer
|
1632
|
+
Division", Journal of Symbolic Computation, volume 21, 1996, pp.
|
1633
|
+
441-455. Early technical report version also available
|
1634
|
+
`ftp://ftp.risc.uni-linz.ac.at/pub/techreports/1994/94-50.ps.gz'
|
1635
|
+
|
1636
|
+
* Makoto Matsumoto and Takuji Nishimura, "Mersenne Twister: A
|
1637
|
+
623-dimensionally equidistributed uniform pseudorandom number
|
1638
|
+
generator", ACM Transactions on Modelling and Computer Simulation,
|
1639
|
+
volume 8, January 1998, pp. 3-30. Available online
|
1640
|
+
`http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/ARTICLES/mt.ps.gz'
|
1641
|
+
(or .pdf)
|
1642
|
+
|
1643
|
+
* R. Moenck and A. Borodin, "Fast Modular Transforms via Division",
|
1644
|
+
Proceedings of the 13th Annual IEEE Symposium on Switching and
|
1645
|
+
Automata Theory, October 1972, pp. 90-96. Reprinted as "Fast
|
1646
|
+
Modular Transforms", Journal of Computer and System Sciences,
|
1647
|
+
volume 8, number 3, June 1974, pp. 366-386.
|
1648
|
+
|
1649
|
+
* Niels M�ller, "On Sch�nhage's algorithm and subquadratic integer
|
1650
|
+
GCD computation", in Mathematics of Computation, volume 77,
|
1651
|
+
January 2008, pp. 589-607.
|
1652
|
+
|
1653
|
+
* Peter L. Montgomery, "Modular Multiplication Without Trial
|
1654
|
+
Division", in Mathematics of Computation, volume 44, number 170,
|
1655
|
+
April 1985.
|
1656
|
+
|
1657
|
+
* Arnold Sch�nhage and Volker Strassen, "Schnelle Multiplikation
|
1658
|
+
grosser Zahlen", Computing 7, 1971, pp. 281-292.
|
1659
|
+
|
1660
|
+
* Kenneth Weber, "The accelerated integer GCD algorithm", ACM
|
1661
|
+
Transactions on Mathematical Software, volume 21, number 1, March
|
1662
|
+
1995, pp. 111-122.
|
1663
|
+
|
1664
|
+
* Paul Zimmermann, "Karatsuba Square Root", INRIA Research Report
|
1665
|
+
3805, November 1999,
|
1666
|
+
`http://hal.inria.fr/inria-00072854/PDF/RR-3805.pdf'
|
1667
|
+
|
1668
|
+
* Paul Zimmermann, "A Proof of GMP Fast Division and Square Root
|
1669
|
+
Implementations",
|
1670
|
+
`http://www.loria.fr/~zimmerma/papers/proof-div-sqrt.ps.gz'
|
1671
|
+
|
1672
|
+
* Dan Zuras, "On Squaring and Multiplying Large Integers", ARITH-11:
|
1673
|
+
IEEE Symposium on Computer Arithmetic, 1993, pp. 260 to 271.
|
1674
|
+
Reprinted as "More on Multiplying and Squaring Large Integers",
|
1675
|
+
IEEE Transactions on Computers, volume 43, number 8, August 1994,
|
1676
|
+
pp. 899-908.
|
1677
|
+
|
1678
|
+
|
1679
|
+
File: gmp.info, Node: GNU Free Documentation License, Next: Concept Index, Prev: References, Up: Top
|
1680
|
+
|
1681
|
+
Appendix C GNU Free Documentation License
|
1682
|
+
*****************************************
|
1683
|
+
|
1684
|
+
Version 1.3, 3 November 2008
|
1685
|
+
|
1686
|
+
Copyright (C) 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.
|
1687
|
+
`http://fsf.org/'
|
1688
|
+
|
1689
|
+
Everyone is permitted to copy and distribute verbatim copies
|
1690
|
+
of this license document, but changing it is not allowed.
|
1691
|
+
|
1692
|
+
0. PREAMBLE
|
1693
|
+
|
1694
|
+
The purpose of this License is to make a manual, textbook, or other
|
1695
|
+
functional and useful document "free" in the sense of freedom: to
|
1696
|
+
assure everyone the effective freedom to copy and redistribute it,
|
1697
|
+
with or without modifying it, either commercially or
|
1698
|
+
noncommercially. Secondarily, this License preserves for the
|
1699
|
+
author and publisher a way to get credit for their work, while not
|
1700
|
+
being considered responsible for modifications made by others.
|
1701
|
+
|
1702
|
+
This License is a kind of "copyleft", which means that derivative
|
1703
|
+
works of the document must themselves be free in the same sense.
|
1704
|
+
It complements the GNU General Public License, which is a copyleft
|
1705
|
+
license designed for free software.
|
1706
|
+
|
1707
|
+
We have designed this License in order to use it for manuals for
|
1708
|
+
free software, because free software needs free documentation: a
|
1709
|
+
free program should come with manuals providing the same freedoms
|
1710
|
+
that the software does. But this License is not limited to
|
1711
|
+
software manuals; it can be used for any textual work, regardless
|
1712
|
+
of subject matter or whether it is published as a printed book.
|
1713
|
+
We recommend this License principally for works whose purpose is
|
1714
|
+
instruction or reference.
|
1715
|
+
|
1716
|
+
1. APPLICABILITY AND DEFINITIONS
|
1717
|
+
|
1718
|
+
This License applies to any manual or other work, in any medium,
|
1719
|
+
that contains a notice placed by the copyright holder saying it
|
1720
|
+
can be distributed under the terms of this License. Such a notice
|
1721
|
+
grants a world-wide, royalty-free license, unlimited in duration,
|
1722
|
+
to use that work under the conditions stated herein. The
|
1723
|
+
"Document", below, refers to any such manual or work. Any member
|
1724
|
+
of the public is a licensee, and is addressed as "you". You
|
1725
|
+
accept the license if you copy, modify or distribute the work in a
|
1726
|
+
way requiring permission under copyright law.
|
1727
|
+
|
1728
|
+
A "Modified Version" of the Document means any work containing the
|
1729
|
+
Document or a portion of it, either copied verbatim, or with
|
1730
|
+
modifications and/or translated into another language.
|
1731
|
+
|
1732
|
+
A "Secondary Section" is a named appendix or a front-matter section
|
1733
|
+
of the Document that deals exclusively with the relationship of the
|
1734
|
+
publishers or authors of the Document to the Document's overall
|
1735
|
+
subject (or to related matters) and contains nothing that could
|
1736
|
+
fall directly within that overall subject. (Thus, if the Document
|
1737
|
+
is in part a textbook of mathematics, a Secondary Section may not
|
1738
|
+
explain any mathematics.) The relationship could be a matter of
|
1739
|
+
historical connection with the subject or with related matters, or
|
1740
|
+
of legal, commercial, philosophical, ethical or political position
|
1741
|
+
regarding them.
|
1742
|
+
|
1743
|
+
The "Invariant Sections" are certain Secondary Sections whose
|
1744
|
+
titles are designated, as being those of Invariant Sections, in
|
1745
|
+
the notice that says that the Document is released under this
|
1746
|
+
License. If a section does not fit the above definition of
|
1747
|
+
Secondary then it is not allowed to be designated as Invariant.
|
1748
|
+
The Document may contain zero Invariant Sections. If the Document
|
1749
|
+
does not identify any Invariant Sections then there are none.
|
1750
|
+
|
1751
|
+
The "Cover Texts" are certain short passages of text that are
|
1752
|
+
listed, as Front-Cover Texts or Back-Cover Texts, in the notice
|
1753
|
+
that says that the Document is released under this License. A
|
1754
|
+
Front-Cover Text may be at most 5 words, and a Back-Cover Text may
|
1755
|
+
be at most 25 words.
|
1756
|
+
|
1757
|
+
A "Transparent" copy of the Document means a machine-readable copy,
|
1758
|
+
represented in a format whose specification is available to the
|
1759
|
+
general public, that is suitable for revising the document
|
1760
|
+
straightforwardly with generic text editors or (for images
|
1761
|
+
composed of pixels) generic paint programs or (for drawings) some
|
1762
|
+
widely available drawing editor, and that is suitable for input to
|
1763
|
+
text formatters or for automatic translation to a variety of
|
1764
|
+
formats suitable for input to text formatters. A copy made in an
|
1765
|
+
otherwise Transparent file format whose markup, or absence of
|
1766
|
+
markup, has been arranged to thwart or discourage subsequent
|
1767
|
+
modification by readers is not Transparent. An image format is
|
1768
|
+
not Transparent if used for any substantial amount of text. A
|
1769
|
+
copy that is not "Transparent" is called "Opaque".
|
1770
|
+
|
1771
|
+
Examples of suitable formats for Transparent copies include plain
|
1772
|
+
ASCII without markup, Texinfo input format, LaTeX input format,
|
1773
|
+
SGML or XML using a publicly available DTD, and
|
1774
|
+
standard-conforming simple HTML, PostScript or PDF designed for
|
1775
|
+
human modification. Examples of transparent image formats include
|
1776
|
+
PNG, XCF and JPG. Opaque formats include proprietary formats that
|
1777
|
+
can be read and edited only by proprietary word processors, SGML or
|
1778
|
+
XML for which the DTD and/or processing tools are not generally
|
1779
|
+
available, and the machine-generated HTML, PostScript or PDF
|
1780
|
+
produced by some word processors for output purposes only.
|
1781
|
+
|
1782
|
+
The "Title Page" means, for a printed book, the title page itself,
|
1783
|
+
plus such following pages as are needed to hold, legibly, the
|
1784
|
+
material this License requires to appear in the title page. For
|
1785
|
+
works in formats which do not have any title page as such, "Title
|
1786
|
+
Page" means the text near the most prominent appearance of the
|
1787
|
+
work's title, preceding the beginning of the body of the text.
|
1788
|
+
|
1789
|
+
The "publisher" means any person or entity that distributes copies
|
1790
|
+
of the Document to the public.
|
1791
|
+
|
1792
|
+
A section "Entitled XYZ" means a named subunit of the Document
|
1793
|
+
whose title either is precisely XYZ or contains XYZ in parentheses
|
1794
|
+
following text that translates XYZ in another language. (Here XYZ
|
1795
|
+
stands for a specific section name mentioned below, such as
|
1796
|
+
"Acknowledgements", "Dedications", "Endorsements", or "History".)
|
1797
|
+
To "Preserve the Title" of such a section when you modify the
|
1798
|
+
Document means that it remains a section "Entitled XYZ" according
|
1799
|
+
to this definition.
|
1800
|
+
|
1801
|
+
The Document may include Warranty Disclaimers next to the notice
|
1802
|
+
which states that this License applies to the Document. These
|
1803
|
+
Warranty Disclaimers are considered to be included by reference in
|
1804
|
+
this License, but only as regards disclaiming warranties: any other
|
1805
|
+
implication that these Warranty Disclaimers may have is void and
|
1806
|
+
has no effect on the meaning of this License.
|
1807
|
+
|
1808
|
+
2. VERBATIM COPYING
|
1809
|
+
|
1810
|
+
You may copy and distribute the Document in any medium, either
|
1811
|
+
commercially or noncommercially, provided that this License, the
|
1812
|
+
copyright notices, and the license notice saying this License
|
1813
|
+
applies to the Document are reproduced in all copies, and that you
|
1814
|
+
add no other conditions whatsoever to those of this License. You
|
1815
|
+
may not use technical measures to obstruct or control the reading
|
1816
|
+
or further copying of the copies you make or distribute. However,
|
1817
|
+
you may accept compensation in exchange for copies. If you
|
1818
|
+
distribute a large enough number of copies you must also follow
|
1819
|
+
the conditions in section 3.
|
1820
|
+
|
1821
|
+
You may also lend copies, under the same conditions stated above,
|
1822
|
+
and you may publicly display copies.
|
1823
|
+
|
1824
|
+
3. COPYING IN QUANTITY
|
1825
|
+
|
1826
|
+
If you publish printed copies (or copies in media that commonly
|
1827
|
+
have printed covers) of the Document, numbering more than 100, and
|
1828
|
+
the Document's license notice requires Cover Texts, you must
|
1829
|
+
enclose the copies in covers that carry, clearly and legibly, all
|
1830
|
+
these Cover Texts: Front-Cover Texts on the front cover, and
|
1831
|
+
Back-Cover Texts on the back cover. Both covers must also clearly
|
1832
|
+
and legibly identify you as the publisher of these copies. The
|
1833
|
+
front cover must present the full title with all words of the
|
1834
|
+
title equally prominent and visible. You may add other material
|
1835
|
+
on the covers in addition. Copying with changes limited to the
|
1836
|
+
covers, as long as they preserve the title of the Document and
|
1837
|
+
satisfy these conditions, can be treated as verbatim copying in
|
1838
|
+
other respects.
|
1839
|
+
|
1840
|
+
If the required texts for either cover are too voluminous to fit
|
1841
|
+
legibly, you should put the first ones listed (as many as fit
|
1842
|
+
reasonably) on the actual cover, and continue the rest onto
|
1843
|
+
adjacent pages.
|
1844
|
+
|
1845
|
+
If you publish or distribute Opaque copies of the Document
|
1846
|
+
numbering more than 100, you must either include a
|
1847
|
+
machine-readable Transparent copy along with each Opaque copy, or
|
1848
|
+
state in or with each Opaque copy a computer-network location from
|
1849
|
+
which the general network-using public has access to download
|
1850
|
+
using public-standard network protocols a complete Transparent
|
1851
|
+
copy of the Document, free of added material. If you use the
|
1852
|
+
latter option, you must take reasonably prudent steps, when you
|
1853
|
+
begin distribution of Opaque copies in quantity, to ensure that
|
1854
|
+
this Transparent copy will remain thus accessible at the stated
|
1855
|
+
location until at least one year after the last time you
|
1856
|
+
distribute an Opaque copy (directly or through your agents or
|
1857
|
+
retailers) of that edition to the public.
|
1858
|
+
|
1859
|
+
It is requested, but not required, that you contact the authors of
|
1860
|
+
the Document well before redistributing any large number of
|
1861
|
+
copies, to give them a chance to provide you with an updated
|
1862
|
+
version of the Document.
|
1863
|
+
|
1864
|
+
4. MODIFICATIONS
|
1865
|
+
|
1866
|
+
You may copy and distribute a Modified Version of the Document
|
1867
|
+
under the conditions of sections 2 and 3 above, provided that you
|
1868
|
+
release the Modified Version under precisely this License, with
|
1869
|
+
the Modified Version filling the role of the Document, thus
|
1870
|
+
licensing distribution and modification of the Modified Version to
|
1871
|
+
whoever possesses a copy of it. In addition, you must do these
|
1872
|
+
things in the Modified Version:
|
1873
|
+
|
1874
|
+
A. Use in the Title Page (and on the covers, if any) a title
|
1875
|
+
distinct from that of the Document, and from those of
|
1876
|
+
previous versions (which should, if there were any, be listed
|
1877
|
+
in the History section of the Document). You may use the
|
1878
|
+
same title as a previous version if the original publisher of
|
1879
|
+
that version gives permission.
|
1880
|
+
|
1881
|
+
B. List on the Title Page, as authors, one or more persons or
|
1882
|
+
entities responsible for authorship of the modifications in
|
1883
|
+
the Modified Version, together with at least five of the
|
1884
|
+
principal authors of the Document (all of its principal
|
1885
|
+
authors, if it has fewer than five), unless they release you
|
1886
|
+
from this requirement.
|
1887
|
+
|
1888
|
+
C. State on the Title page the name of the publisher of the
|
1889
|
+
Modified Version, as the publisher.
|
1890
|
+
|
1891
|
+
D. Preserve all the copyright notices of the Document.
|
1892
|
+
|
1893
|
+
E. Add an appropriate copyright notice for your modifications
|
1894
|
+
adjacent to the other copyright notices.
|
1895
|
+
|
1896
|
+
F. Include, immediately after the copyright notices, a license
|
1897
|
+
notice giving the public permission to use the Modified
|
1898
|
+
Version under the terms of this License, in the form shown in
|
1899
|
+
the Addendum below.
|
1900
|
+
|
1901
|
+
G. Preserve in that license notice the full lists of Invariant
|
1902
|
+
Sections and required Cover Texts given in the Document's
|
1903
|
+
license notice.
|
1904
|
+
|
1905
|
+
H. Include an unaltered copy of this License.
|
1906
|
+
|
1907
|
+
I. Preserve the section Entitled "History", Preserve its Title,
|
1908
|
+
and add to it an item stating at least the title, year, new
|
1909
|
+
authors, and publisher of the Modified Version as given on
|
1910
|
+
the Title Page. If there is no section Entitled "History" in
|
1911
|
+
the Document, create one stating the title, year, authors,
|
1912
|
+
and publisher of the Document as given on its Title Page,
|
1913
|
+
then add an item describing the Modified Version as stated in
|
1914
|
+
the previous sentence.
|
1915
|
+
|
1916
|
+
J. Preserve the network location, if any, given in the Document
|
1917
|
+
for public access to a Transparent copy of the Document, and
|
1918
|
+
likewise the network locations given in the Document for
|
1919
|
+
previous versions it was based on. These may be placed in
|
1920
|
+
the "History" section. You may omit a network location for a
|
1921
|
+
work that was published at least four years before the
|
1922
|
+
Document itself, or if the original publisher of the version
|
1923
|
+
it refers to gives permission.
|
1924
|
+
|
1925
|
+
K. For any section Entitled "Acknowledgements" or "Dedications",
|
1926
|
+
Preserve the Title of the section, and preserve in the
|
1927
|
+
section all the substance and tone of each of the contributor
|
1928
|
+
acknowledgements and/or dedications given therein.
|
1929
|
+
|
1930
|
+
L. Preserve all the Invariant Sections of the Document,
|
1931
|
+
unaltered in their text and in their titles. Section numbers
|
1932
|
+
or the equivalent are not considered part of the section
|
1933
|
+
titles.
|
1934
|
+
|
1935
|
+
M. Delete any section Entitled "Endorsements". Such a section
|
1936
|
+
may not be included in the Modified Version.
|
1937
|
+
|
1938
|
+
N. Do not retitle any existing section to be Entitled
|
1939
|
+
"Endorsements" or to conflict in title with any Invariant
|
1940
|
+
Section.
|
1941
|
+
|
1942
|
+
O. Preserve any Warranty Disclaimers.
|
1943
|
+
|
1944
|
+
If the Modified Version includes new front-matter sections or
|
1945
|
+
appendices that qualify as Secondary Sections and contain no
|
1946
|
+
material copied from the Document, you may at your option
|
1947
|
+
designate some or all of these sections as invariant. To do this,
|
1948
|
+
add their titles to the list of Invariant Sections in the Modified
|
1949
|
+
Version's license notice. These titles must be distinct from any
|
1950
|
+
other section titles.
|
1951
|
+
|
1952
|
+
You may add a section Entitled "Endorsements", provided it contains
|
1953
|
+
nothing but endorsements of your Modified Version by various
|
1954
|
+
parties--for example, statements of peer review or that the text
|
1955
|
+
has been approved by an organization as the authoritative
|
1956
|
+
definition of a standard.
|
1957
|
+
|
1958
|
+
You may add a passage of up to five words as a Front-Cover Text,
|
1959
|
+
and a passage of up to 25 words as a Back-Cover Text, to the end
|
1960
|
+
of the list of Cover Texts in the Modified Version. Only one
|
1961
|
+
passage of Front-Cover Text and one of Back-Cover Text may be
|
1962
|
+
added by (or through arrangements made by) any one entity. If the
|
1963
|
+
Document already includes a cover text for the same cover,
|
1964
|
+
previously added by you or by arrangement made by the same entity
|
1965
|
+
you are acting on behalf of, you may not add another; but you may
|
1966
|
+
replace the old one, on explicit permission from the previous
|
1967
|
+
publisher that added the old one.
|
1968
|
+
|
1969
|
+
The author(s) and publisher(s) of the Document do not by this
|
1970
|
+
License give permission to use their names for publicity for or to
|
1971
|
+
assert or imply endorsement of any Modified Version.
|
1972
|
+
|
1973
|
+
5. COMBINING DOCUMENTS
|
1974
|
+
|
1975
|
+
You may combine the Document with other documents released under
|
1976
|
+
this License, under the terms defined in section 4 above for
|
1977
|
+
modified versions, provided that you include in the combination
|
1978
|
+
all of the Invariant Sections of all of the original documents,
|
1979
|
+
unmodified, and list them all as Invariant Sections of your
|
1980
|
+
combined work in its license notice, and that you preserve all
|
1981
|
+
their Warranty Disclaimers.
|
1982
|
+
|
1983
|
+
The combined work need only contain one copy of this License, and
|
1984
|
+
multiple identical Invariant Sections may be replaced with a single
|
1985
|
+
copy. If there are multiple Invariant Sections with the same name
|
1986
|
+
but different contents, make the title of each such section unique
|
1987
|
+
by adding at the end of it, in parentheses, the name of the
|
1988
|
+
original author or publisher of that section if known, or else a
|
1989
|
+
unique number. Make the same adjustment to the section titles in
|
1990
|
+
the list of Invariant Sections in the license notice of the
|
1991
|
+
combined work.
|
1992
|
+
|
1993
|
+
In the combination, you must combine any sections Entitled
|
1994
|
+
"History" in the various original documents, forming one section
|
1995
|
+
Entitled "History"; likewise combine any sections Entitled
|
1996
|
+
"Acknowledgements", and any sections Entitled "Dedications". You
|
1997
|
+
must delete all sections Entitled "Endorsements."
|
1998
|
+
|
1999
|
+
6. COLLECTIONS OF DOCUMENTS
|
2000
|
+
|
2001
|
+
You may make a collection consisting of the Document and other
|
2002
|
+
documents released under this License, and replace the individual
|
2003
|
+
copies of this License in the various documents with a single copy
|
2004
|
+
that is included in the collection, provided that you follow the
|
2005
|
+
rules of this License for verbatim copying of each of the
|
2006
|
+
documents in all other respects.
|
2007
|
+
|
2008
|
+
You may extract a single document from such a collection, and
|
2009
|
+
distribute it individually under this License, provided you insert
|
2010
|
+
a copy of this License into the extracted document, and follow
|
2011
|
+
this License in all other respects regarding verbatim copying of
|
2012
|
+
that document.
|
2013
|
+
|
2014
|
+
7. AGGREGATION WITH INDEPENDENT WORKS
|
2015
|
+
|
2016
|
+
A compilation of the Document or its derivatives with other
|
2017
|
+
separate and independent documents or works, in or on a volume of
|
2018
|
+
a storage or distribution medium, is called an "aggregate" if the
|
2019
|
+
copyright resulting from the compilation is not used to limit the
|
2020
|
+
legal rights of the compilation's users beyond what the individual
|
2021
|
+
works permit. When the Document is included in an aggregate, this
|
2022
|
+
License does not apply to the other works in the aggregate which
|
2023
|
+
are not themselves derivative works of the Document.
|
2024
|
+
|
2025
|
+
If the Cover Text requirement of section 3 is applicable to these
|
2026
|
+
copies of the Document, then if the Document is less than one half
|
2027
|
+
of the entire aggregate, the Document's Cover Texts may be placed
|
2028
|
+
on covers that bracket the Document within the aggregate, or the
|
2029
|
+
electronic equivalent of covers if the Document is in electronic
|
2030
|
+
form. Otherwise they must appear on printed covers that bracket
|
2031
|
+
the whole aggregate.
|
2032
|
+
|
2033
|
+
8. TRANSLATION
|
2034
|
+
|
2035
|
+
Translation is considered a kind of modification, so you may
|
2036
|
+
distribute translations of the Document under the terms of section
|
2037
|
+
4. Replacing Invariant Sections with translations requires special
|
2038
|
+
permission from their copyright holders, but you may include
|
2039
|
+
translations of some or all Invariant Sections in addition to the
|
2040
|
+
original versions of these Invariant Sections. You may include a
|
2041
|
+
translation of this License, and all the license notices in the
|
2042
|
+
Document, and any Warranty Disclaimers, provided that you also
|
2043
|
+
include the original English version of this License and the
|
2044
|
+
original versions of those notices and disclaimers. In case of a
|
2045
|
+
disagreement between the translation and the original version of
|
2046
|
+
this License or a notice or disclaimer, the original version will
|
2047
|
+
prevail.
|
2048
|
+
|
2049
|
+
If a section in the Document is Entitled "Acknowledgements",
|
2050
|
+
"Dedications", or "History", the requirement (section 4) to
|
2051
|
+
Preserve its Title (section 1) will typically require changing the
|
2052
|
+
actual title.
|
2053
|
+
|
2054
|
+
9. TERMINATION
|
2055
|
+
|
2056
|
+
You may not copy, modify, sublicense, or distribute the Document
|
2057
|
+
except as expressly provided under this License. Any attempt
|
2058
|
+
otherwise to copy, modify, sublicense, or distribute it is void,
|
2059
|
+
and will automatically terminate your rights under this License.
|
2060
|
+
|
2061
|
+
However, if you cease all violation of this License, then your
|
2062
|
+
license from a particular copyright holder is reinstated (a)
|
2063
|
+
provisionally, unless and until the copyright holder explicitly
|
2064
|
+
and finally terminates your license, and (b) permanently, if the
|
2065
|
+
copyright holder fails to notify you of the violation by some
|
2066
|
+
reasonable means prior to 60 days after the cessation.
|
2067
|
+
|
2068
|
+
Moreover, your license from a particular copyright holder is
|
2069
|
+
reinstated permanently if the copyright holder notifies you of the
|
2070
|
+
violation by some reasonable means, this is the first time you have
|
2071
|
+
received notice of violation of this License (for any work) from
|
2072
|
+
that copyright holder, and you cure the violation prior to 30 days
|
2073
|
+
after your receipt of the notice.
|
2074
|
+
|
2075
|
+
Termination of your rights under this section does not terminate
|
2076
|
+
the licenses of parties who have received copies or rights from
|
2077
|
+
you under this License. If your rights have been terminated and
|
2078
|
+
not permanently reinstated, receipt of a copy of some or all of
|
2079
|
+
the same material does not give you any rights to use it.
|
2080
|
+
|
2081
|
+
10. FUTURE REVISIONS OF THIS LICENSE
|
2082
|
+
|
2083
|
+
The Free Software Foundation may publish new, revised versions of
|
2084
|
+
the GNU Free Documentation License from time to time. Such new
|
2085
|
+
versions will be similar in spirit to the present version, but may
|
2086
|
+
differ in detail to address new problems or concerns. See
|
2087
|
+
`http://www.gnu.org/copyleft/'.
|
2088
|
+
|
2089
|
+
Each version of the License is given a distinguishing version
|
2090
|
+
number. If the Document specifies that a particular numbered
|
2091
|
+
version of this License "or any later version" applies to it, you
|
2092
|
+
have the option of following the terms and conditions either of
|
2093
|
+
that specified version or of any later version that has been
|
2094
|
+
published (not as a draft) by the Free Software Foundation. If
|
2095
|
+
the Document does not specify a version number of this License,
|
2096
|
+
you may choose any version ever published (not as a draft) by the
|
2097
|
+
Free Software Foundation. If the Document specifies that a proxy
|
2098
|
+
can decide which future versions of this License can be used, that
|
2099
|
+
proxy's public statement of acceptance of a version permanently
|
2100
|
+
authorizes you to choose that version for the Document.
|
2101
|
+
|
2102
|
+
11. RELICENSING
|
2103
|
+
|
2104
|
+
"Massive Multiauthor Collaboration Site" (or "MMC Site") means any
|
2105
|
+
World Wide Web server that publishes copyrightable works and also
|
2106
|
+
provides prominent facilities for anybody to edit those works. A
|
2107
|
+
public wiki that anybody can edit is an example of such a server.
|
2108
|
+
A "Massive Multiauthor Collaboration" (or "MMC") contained in the
|
2109
|
+
site means any set of copyrightable works thus published on the MMC
|
2110
|
+
site.
|
2111
|
+
|
2112
|
+
"CC-BY-SA" means the Creative Commons Attribution-Share Alike 3.0
|
2113
|
+
license published by Creative Commons Corporation, a not-for-profit
|
2114
|
+
corporation with a principal place of business in San Francisco,
|
2115
|
+
California, as well as future copyleft versions of that license
|
2116
|
+
published by that same organization.
|
2117
|
+
|
2118
|
+
"Incorporate" means to publish or republish a Document, in whole or
|
2119
|
+
in part, as part of another Document.
|
2120
|
+
|
2121
|
+
An MMC is "eligible for relicensing" if it is licensed under this
|
2122
|
+
License, and if all works that were first published under this
|
2123
|
+
License somewhere other than this MMC, and subsequently
|
2124
|
+
incorporated in whole or in part into the MMC, (1) had no cover
|
2125
|
+
texts or invariant sections, and (2) were thus incorporated prior
|
2126
|
+
to November 1, 2008.
|
2127
|
+
|
2128
|
+
The operator of an MMC Site may republish an MMC contained in the
|
2129
|
+
site under CC-BY-SA on the same site at any time before August 1,
|
2130
|
+
2009, provided the MMC is eligible for relicensing.
|
2131
|
+
|
2132
|
+
|
2133
|
+
ADDENDUM: How to use this License for your documents
|
2134
|
+
====================================================
|
2135
|
+
|
2136
|
+
To use this License in a document you have written, include a copy of
|
2137
|
+
the License in the document and put the following copyright and license
|
2138
|
+
notices just after the title page:
|
2139
|
+
|
2140
|
+
Copyright (C) YEAR YOUR NAME.
|
2141
|
+
Permission is granted to copy, distribute and/or modify this document
|
2142
|
+
under the terms of the GNU Free Documentation License, Version 1.3
|
2143
|
+
or any later version published by the Free Software Foundation;
|
2144
|
+
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
|
2145
|
+
Texts. A copy of the license is included in the section entitled ``GNU
|
2146
|
+
Free Documentation License''.
|
2147
|
+
|
2148
|
+
If you have Invariant Sections, Front-Cover Texts and Back-Cover
|
2149
|
+
Texts, replace the "with...Texts." line with this:
|
2150
|
+
|
2151
|
+
with the Invariant Sections being LIST THEIR TITLES, with
|
2152
|
+
the Front-Cover Texts being LIST, and with the Back-Cover Texts
|
2153
|
+
being LIST.
|
2154
|
+
|
2155
|
+
If you have Invariant Sections without Cover Texts, or some other
|
2156
|
+
combination of the three, merge those two alternatives to suit the
|
2157
|
+
situation.
|
2158
|
+
|
2159
|
+
If your document contains nontrivial examples of program code, we
|
2160
|
+
recommend releasing these examples in parallel under your choice of
|
2161
|
+
free software license, such as the GNU General Public License, to
|
2162
|
+
permit their use in free software.
|
2163
|
+
|
2164
|
+
|
2165
|
+
File: gmp.info, Node: Concept Index, Next: Function Index, Prev: GNU Free Documentation License, Up: Top
|
2166
|
+
|
2167
|
+
Concept Index
|
2168
|
+
*************
|
2169
|
+
|
2170
|
+
[index]
|
2171
|
+
* Menu:
|
2172
|
+
|
2173
|
+
* #include: Headers and Libraries.
|
2174
|
+
(line 6)
|
2175
|
+
* --build: Build Options. (line 52)
|
2176
|
+
* --disable-fft: Build Options. (line 314)
|
2177
|
+
* --disable-shared: Build Options. (line 45)
|
2178
|
+
* --disable-static: Build Options. (line 45)
|
2179
|
+
* --enable-alloca: Build Options. (line 275)
|
2180
|
+
* --enable-assert: Build Options. (line 320)
|
2181
|
+
* --enable-cxx: Build Options. (line 227)
|
2182
|
+
* --enable-fat: Build Options. (line 162)
|
2183
|
+
* --enable-profiling <1>: Build Options. (line 324)
|
2184
|
+
* --enable-profiling: Profiling. (line 6)
|
2185
|
+
* --exec-prefix: Build Options. (line 32)
|
2186
|
+
* --host: Build Options. (line 66)
|
2187
|
+
* --prefix: Build Options. (line 32)
|
2188
|
+
* -finstrument-functions: Profiling. (line 66)
|
2189
|
+
* 2exp functions: Efficiency. (line 43)
|
2190
|
+
* 68000: Notes for Particular Systems.
|
2191
|
+
(line 80)
|
2192
|
+
* 80x86: Notes for Particular Systems.
|
2193
|
+
(line 127)
|
2194
|
+
* ABI <1>: Build Options. (line 169)
|
2195
|
+
* ABI: ABI and ISA. (line 6)
|
2196
|
+
* About this manual: Introduction to GMP. (line 58)
|
2197
|
+
* AC_CHECK_LIB: Autoconf. (line 11)
|
2198
|
+
* AIX <1>: Notes for Particular Systems.
|
2199
|
+
(line 7)
|
2200
|
+
* AIX: ABI and ISA. (line 169)
|
2201
|
+
* Algorithms: Algorithms. (line 6)
|
2202
|
+
* alloca: Build Options. (line 275)
|
2203
|
+
* Allocation of memory: Custom Allocation. (line 6)
|
2204
|
+
* AMD64: ABI and ISA. (line 44)
|
2205
|
+
* Anonymous FTP of latest version: Introduction to GMP. (line 38)
|
2206
|
+
* Application Binary Interface: ABI and ISA. (line 6)
|
2207
|
+
* Arithmetic functions <1>: Rational Arithmetic. (line 6)
|
2208
|
+
* Arithmetic functions <2>: Float Arithmetic. (line 6)
|
2209
|
+
* Arithmetic functions: Integer Arithmetic. (line 6)
|
2210
|
+
* ARM: Notes for Particular Systems.
|
2211
|
+
(line 20)
|
2212
|
+
* Assembly cache handling: Assembly Cache Handling.
|
2213
|
+
(line 6)
|
2214
|
+
* Assembly carry propagation: Assembly Carry Propagation.
|
2215
|
+
(line 6)
|
2216
|
+
* Assembly code organisation: Assembly Code Organisation.
|
2217
|
+
(line 6)
|
2218
|
+
* Assembly coding: Assembly Coding. (line 6)
|
2219
|
+
* Assembly floating Point: Assembly Floating Point.
|
2220
|
+
(line 6)
|
2221
|
+
* Assembly loop unrolling: Assembly Loop Unrolling.
|
2222
|
+
(line 6)
|
2223
|
+
* Assembly SIMD: Assembly SIMD Instructions.
|
2224
|
+
(line 6)
|
2225
|
+
* Assembly software pipelining: Assembly Software Pipelining.
|
2226
|
+
(line 6)
|
2227
|
+
* Assembly writing guide: Assembly Writing Guide.
|
2228
|
+
(line 6)
|
2229
|
+
* Assertion checking <1>: Build Options. (line 320)
|
2230
|
+
* Assertion checking: Debugging. (line 79)
|
2231
|
+
* Assignment functions <1>: Assigning Integers. (line 6)
|
2232
|
+
* Assignment functions <2>: Initializing Rationals.
|
2233
|
+
(line 6)
|
2234
|
+
* Assignment functions <3>: Assigning Floats. (line 6)
|
2235
|
+
* Assignment functions <4>: Simultaneous Float Init & Assign.
|
2236
|
+
(line 6)
|
2237
|
+
* Assignment functions: Simultaneous Integer Init & Assign.
|
2238
|
+
(line 6)
|
2239
|
+
* Autoconf: Autoconf. (line 6)
|
2240
|
+
* Basics: GMP Basics. (line 6)
|
2241
|
+
* Binomial coefficient algorithm: Binomial Coefficients Algorithm.
|
2242
|
+
(line 6)
|
2243
|
+
* Binomial coefficient functions: Number Theoretic Functions.
|
2244
|
+
(line 124)
|
2245
|
+
* Binutils strip: Known Build Problems.
|
2246
|
+
(line 28)
|
2247
|
+
* Bit manipulation functions: Integer Logic and Bit Fiddling.
|
2248
|
+
(line 6)
|
2249
|
+
* Bit scanning functions: Integer Logic and Bit Fiddling.
|
2250
|
+
(line 38)
|
2251
|
+
* Bit shift left: Integer Arithmetic. (line 35)
|
2252
|
+
* Bit shift right: Integer Division. (line 53)
|
2253
|
+
* Bits per limb: Useful Macros and Constants.
|
2254
|
+
(line 7)
|
2255
|
+
* Bug reporting: Reporting Bugs. (line 6)
|
2256
|
+
* Build directory: Build Options. (line 19)
|
2257
|
+
* Build notes for binary packaging: Notes for Package Builds.
|
2258
|
+
(line 6)
|
2259
|
+
* Build notes for particular systems: Notes for Particular Systems.
|
2260
|
+
(line 6)
|
2261
|
+
* Build options: Build Options. (line 6)
|
2262
|
+
* Build problems known: Known Build Problems.
|
2263
|
+
(line 6)
|
2264
|
+
* Build system: Build Options. (line 52)
|
2265
|
+
* Building GMP: Installing GMP. (line 6)
|
2266
|
+
* Bus error: Debugging. (line 7)
|
2267
|
+
* C compiler: Build Options. (line 180)
|
2268
|
+
* C++ compiler: Build Options. (line 251)
|
2269
|
+
* C++ interface: C++ Class Interface. (line 6)
|
2270
|
+
* C++ interface internals: C++ Interface Internals.
|
2271
|
+
(line 6)
|
2272
|
+
* C++ istream input: C++ Formatted Input. (line 6)
|
2273
|
+
* C++ ostream output: C++ Formatted Output.
|
2274
|
+
(line 6)
|
2275
|
+
* C++ support: Build Options. (line 227)
|
2276
|
+
* CC: Build Options. (line 180)
|
2277
|
+
* CC_FOR_BUILD: Build Options. (line 214)
|
2278
|
+
* CFLAGS: Build Options. (line 180)
|
2279
|
+
* Checker: Debugging. (line 115)
|
2280
|
+
* checkergcc: Debugging. (line 122)
|
2281
|
+
* Code organisation: Assembly Code Organisation.
|
2282
|
+
(line 6)
|
2283
|
+
* Compaq C++: Notes for Particular Systems.
|
2284
|
+
(line 25)
|
2285
|
+
* Comparison functions <1>: Comparing Rationals. (line 6)
|
2286
|
+
* Comparison functions <2>: Float Comparison. (line 6)
|
2287
|
+
* Comparison functions: Integer Comparisons. (line 6)
|
2288
|
+
* Compatibility with older versions: Compatibility with older versions.
|
2289
|
+
(line 6)
|
2290
|
+
* Conditions for copying GNU MP: Copying. (line 6)
|
2291
|
+
* Configuring GMP: Installing GMP. (line 6)
|
2292
|
+
* Congruence algorithm: Exact Remainder. (line 30)
|
2293
|
+
* Congruence functions: Integer Division. (line 124)
|
2294
|
+
* Constants: Useful Macros and Constants.
|
2295
|
+
(line 6)
|
2296
|
+
* Contributors: Contributors. (line 6)
|
2297
|
+
* Conventions for parameters: Parameter Conventions.
|
2298
|
+
(line 6)
|
2299
|
+
* Conventions for variables: Variable Conventions.
|
2300
|
+
(line 6)
|
2301
|
+
* Conversion functions <1>: Converting Integers. (line 6)
|
2302
|
+
* Conversion functions <2>: Converting Floats. (line 6)
|
2303
|
+
* Conversion functions: Rational Conversions.
|
2304
|
+
(line 6)
|
2305
|
+
* Copying conditions: Copying. (line 6)
|
2306
|
+
* CPPFLAGS: Build Options. (line 206)
|
2307
|
+
* CPU types <1>: Introduction to GMP. (line 24)
|
2308
|
+
* CPU types: Build Options. (line 108)
|
2309
|
+
* Cross compiling: Build Options. (line 66)
|
2310
|
+
* Custom allocation: Custom Allocation. (line 6)
|
2311
|
+
* CXX: Build Options. (line 251)
|
2312
|
+
* CXXFLAGS: Build Options. (line 251)
|
2313
|
+
* Cygwin: Notes for Particular Systems.
|
2314
|
+
(line 43)
|
2315
|
+
* Darwin: Known Build Problems.
|
2316
|
+
(line 51)
|
2317
|
+
* Debugging: Debugging. (line 6)
|
2318
|
+
* Demonstration programs: Demonstration Programs.
|
2319
|
+
(line 6)
|
2320
|
+
* Digits in an integer: Miscellaneous Integer Functions.
|
2321
|
+
(line 23)
|
2322
|
+
* Divisibility algorithm: Exact Remainder. (line 30)
|
2323
|
+
* Divisibility functions: Integer Division. (line 124)
|
2324
|
+
* Divisibility testing: Efficiency. (line 91)
|
2325
|
+
* Division algorithms: Division Algorithms. (line 6)
|
2326
|
+
* Division functions <1>: Rational Arithmetic. (line 22)
|
2327
|
+
* Division functions <2>: Float Arithmetic. (line 33)
|
2328
|
+
* Division functions: Integer Division. (line 6)
|
2329
|
+
* DJGPP <1>: Notes for Particular Systems.
|
2330
|
+
(line 43)
|
2331
|
+
* DJGPP: Known Build Problems.
|
2332
|
+
(line 18)
|
2333
|
+
* DLLs: Notes for Particular Systems.
|
2334
|
+
(line 56)
|
2335
|
+
* DocBook: Build Options. (line 347)
|
2336
|
+
* Documentation formats: Build Options. (line 340)
|
2337
|
+
* Documentation license: GNU Free Documentation License.
|
2338
|
+
(line 6)
|
2339
|
+
* DVI: Build Options. (line 343)
|
2340
|
+
* Efficiency: Efficiency. (line 6)
|
2341
|
+
* Emacs: Emacs. (line 6)
|
2342
|
+
* Exact division functions: Integer Division. (line 102)
|
2343
|
+
* Exact remainder: Exact Remainder. (line 6)
|
2344
|
+
* Example programs: Demonstration Programs.
|
2345
|
+
(line 6)
|
2346
|
+
* Exec prefix: Build Options. (line 32)
|
2347
|
+
* Execution profiling <1>: Profiling. (line 6)
|
2348
|
+
* Execution profiling: Build Options. (line 324)
|
2349
|
+
* Exponentiation functions <1>: Float Arithmetic. (line 41)
|
2350
|
+
* Exponentiation functions: Integer Exponentiation.
|
2351
|
+
(line 6)
|
2352
|
+
* Export: Integer Import and Export.
|
2353
|
+
(line 45)
|
2354
|
+
* Expression parsing demo: Demonstration Programs.
|
2355
|
+
(line 18)
|
2356
|
+
* Extended GCD: Number Theoretic Functions.
|
2357
|
+
(line 49)
|
2358
|
+
* Factor removal functions: Number Theoretic Functions.
|
2359
|
+
(line 105)
|
2360
|
+
* Factorial algorithm: Factorial Algorithm. (line 6)
|
2361
|
+
* Factorial functions: Number Theoretic Functions.
|
2362
|
+
(line 113)
|
2363
|
+
* Factorization demo: Demonstration Programs.
|
2364
|
+
(line 25)
|
2365
|
+
* Fast Fourier Transform: FFT Multiplication. (line 6)
|
2366
|
+
* Fat binary: Build Options. (line 162)
|
2367
|
+
* FFT multiplication <1>: Build Options. (line 314)
|
2368
|
+
* FFT multiplication: FFT Multiplication. (line 6)
|
2369
|
+
* Fibonacci number algorithm: Fibonacci Numbers Algorithm.
|
2370
|
+
(line 6)
|
2371
|
+
* Fibonacci sequence functions: Number Theoretic Functions.
|
2372
|
+
(line 132)
|
2373
|
+
* Float arithmetic functions: Float Arithmetic. (line 6)
|
2374
|
+
* Float assignment functions <1>: Simultaneous Float Init & Assign.
|
2375
|
+
(line 6)
|
2376
|
+
* Float assignment functions: Assigning Floats. (line 6)
|
2377
|
+
* Float comparison functions: Float Comparison. (line 6)
|
2378
|
+
* Float conversion functions: Converting Floats. (line 6)
|
2379
|
+
* Float functions: Floating-point Functions.
|
2380
|
+
(line 6)
|
2381
|
+
* Float initialization functions <1>: Simultaneous Float Init & Assign.
|
2382
|
+
(line 6)
|
2383
|
+
* Float initialization functions: Initializing Floats. (line 6)
|
2384
|
+
* Float input and output functions: I/O of Floats. (line 6)
|
2385
|
+
* Float internals: Float Internals. (line 6)
|
2386
|
+
* Float miscellaneous functions: Miscellaneous Float Functions.
|
2387
|
+
(line 6)
|
2388
|
+
* Float random number functions: Miscellaneous Float Functions.
|
2389
|
+
(line 27)
|
2390
|
+
* Float rounding functions: Miscellaneous Float Functions.
|
2391
|
+
(line 9)
|
2392
|
+
* Float sign tests: Float Comparison. (line 33)
|
2393
|
+
* Floating point mode: Notes for Particular Systems.
|
2394
|
+
(line 34)
|
2395
|
+
* Floating-point functions: Floating-point Functions.
|
2396
|
+
(line 6)
|
2397
|
+
* Floating-point number: Nomenclature and Types.
|
2398
|
+
(line 21)
|
2399
|
+
* fnccheck: Profiling. (line 77)
|
2400
|
+
* Formatted input: Formatted Input. (line 6)
|
2401
|
+
* Formatted output: Formatted Output. (line 6)
|
2402
|
+
* Free Documentation License: GNU Free Documentation License.
|
2403
|
+
(line 6)
|
2404
|
+
* frexp <1>: Converting Integers. (line 42)
|
2405
|
+
* frexp: Converting Floats. (line 23)
|
2406
|
+
* FTP of latest version: Introduction to GMP. (line 38)
|
2407
|
+
* Function classes: Function Classes. (line 6)
|
2408
|
+
* FunctionCheck: Profiling. (line 77)
|
2409
|
+
* GCC Checker: Debugging. (line 115)
|
2410
|
+
* GCD algorithms: Greatest Common Divisor Algorithms.
|
2411
|
+
(line 6)
|
2412
|
+
* GCD extended: Number Theoretic Functions.
|
2413
|
+
(line 49)
|
2414
|
+
* GCD functions: Number Theoretic Functions.
|
2415
|
+
(line 32)
|
2416
|
+
* GDB: Debugging. (line 58)
|
2417
|
+
* Generic C: Build Options. (line 153)
|
2418
|
+
* GMP Perl module: Demonstration Programs.
|
2419
|
+
(line 35)
|
2420
|
+
* GMP version number: Useful Macros and Constants.
|
2421
|
+
(line 12)
|
2422
|
+
* gmp.h: Headers and Libraries.
|
2423
|
+
(line 6)
|
2424
|
+
* gmpxx.h: C++ Interface General.
|
2425
|
+
(line 8)
|
2426
|
+
* GNU Debugger: Debugging. (line 58)
|
2427
|
+
* GNU Free Documentation License: GNU Free Documentation License.
|
2428
|
+
(line 6)
|
2429
|
+
* GNU strip: Known Build Problems.
|
2430
|
+
(line 28)
|
2431
|
+
* gprof: Profiling. (line 41)
|
2432
|
+
* Greatest common divisor algorithms: Greatest Common Divisor Algorithms.
|
2433
|
+
(line 6)
|
2434
|
+
* Greatest common divisor functions: Number Theoretic Functions.
|
2435
|
+
(line 32)
|
2436
|
+
* Hardware floating point mode: Notes for Particular Systems.
|
2437
|
+
(line 34)
|
2438
|
+
* Headers: Headers and Libraries.
|
2439
|
+
(line 6)
|
2440
|
+
* Heap problems: Debugging. (line 24)
|
2441
|
+
* Home page: Introduction to GMP. (line 34)
|
2442
|
+
* Host system: Build Options. (line 66)
|
2443
|
+
* HP-UX: ABI and ISA. (line 107)
|
2444
|
+
* HPPA: ABI and ISA. (line 68)
|
2445
|
+
* I/O functions <1>: I/O of Floats. (line 6)
|
2446
|
+
* I/O functions <2>: I/O of Rationals. (line 6)
|
2447
|
+
* I/O functions: I/O of Integers. (line 6)
|
2448
|
+
* i386: Notes for Particular Systems.
|
2449
|
+
(line 127)
|
2450
|
+
* IA-64: ABI and ISA. (line 107)
|
2451
|
+
* Import: Integer Import and Export.
|
2452
|
+
(line 11)
|
2453
|
+
* In-place operations: Efficiency. (line 57)
|
2454
|
+
* Include files: Headers and Libraries.
|
2455
|
+
(line 6)
|
2456
|
+
* info-lookup-symbol: Emacs. (line 6)
|
2457
|
+
* Initialization functions <1>: Simultaneous Float Init & Assign.
|
2458
|
+
(line 6)
|
2459
|
+
* Initialization functions <2>: Random State Initialization.
|
2460
|
+
(line 6)
|
2461
|
+
* Initialization functions <3>: Initializing Floats. (line 6)
|
2462
|
+
* Initialization functions <4>: Simultaneous Integer Init & Assign.
|
2463
|
+
(line 6)
|
2464
|
+
* Initialization functions <5>: Initializing Rationals.
|
2465
|
+
(line 6)
|
2466
|
+
* Initialization functions: Initializing Integers.
|
2467
|
+
(line 6)
|
2468
|
+
* Initializing and clearing: Efficiency. (line 21)
|
2469
|
+
* Input functions <1>: I/O of Integers. (line 6)
|
2470
|
+
* Input functions <2>: I/O of Rationals. (line 6)
|
2471
|
+
* Input functions <3>: Formatted Input Functions.
|
2472
|
+
(line 6)
|
2473
|
+
* Input functions: I/O of Floats. (line 6)
|
2474
|
+
* Install prefix: Build Options. (line 32)
|
2475
|
+
* Installing GMP: Installing GMP. (line 6)
|
2476
|
+
* Instruction Set Architecture: ABI and ISA. (line 6)
|
2477
|
+
* instrument-functions: Profiling. (line 66)
|
2478
|
+
* Integer: Nomenclature and Types.
|
2479
|
+
(line 6)
|
2480
|
+
* Integer arithmetic functions: Integer Arithmetic. (line 6)
|
2481
|
+
* Integer assignment functions <1>: Assigning Integers. (line 6)
|
2482
|
+
* Integer assignment functions: Simultaneous Integer Init & Assign.
|
2483
|
+
(line 6)
|
2484
|
+
* Integer bit manipulation functions: Integer Logic and Bit Fiddling.
|
2485
|
+
(line 6)
|
2486
|
+
* Integer comparison functions: Integer Comparisons. (line 6)
|
2487
|
+
* Integer conversion functions: Converting Integers. (line 6)
|
2488
|
+
* Integer division functions: Integer Division. (line 6)
|
2489
|
+
* Integer exponentiation functions: Integer Exponentiation.
|
2490
|
+
(line 6)
|
2491
|
+
* Integer export: Integer Import and Export.
|
2492
|
+
(line 45)
|
2493
|
+
* Integer functions: Integer Functions. (line 6)
|
2494
|
+
* Integer import: Integer Import and Export.
|
2495
|
+
(line 11)
|
2496
|
+
* Integer initialization functions <1>: Simultaneous Integer Init & Assign.
|
2497
|
+
(line 6)
|
2498
|
+
* Integer initialization functions: Initializing Integers.
|
2499
|
+
(line 6)
|
2500
|
+
* Integer input and output functions: I/O of Integers. (line 6)
|
2501
|
+
* Integer internals: Integer Internals. (line 6)
|
2502
|
+
* Integer logical functions: Integer Logic and Bit Fiddling.
|
2503
|
+
(line 6)
|
2504
|
+
* Integer miscellaneous functions: Miscellaneous Integer Functions.
|
2505
|
+
(line 6)
|
2506
|
+
* Integer random number functions: Integer Random Numbers.
|
2507
|
+
(line 6)
|
2508
|
+
* Integer root functions: Integer Roots. (line 6)
|
2509
|
+
* Integer sign tests: Integer Comparisons. (line 28)
|
2510
|
+
* Integer special functions: Integer Special Functions.
|
2511
|
+
(line 6)
|
2512
|
+
* Interix: Notes for Particular Systems.
|
2513
|
+
(line 51)
|
2514
|
+
* Internals: Internals. (line 6)
|
2515
|
+
* Introduction: Introduction to GMP. (line 6)
|
2516
|
+
* Inverse modulo functions: Number Theoretic Functions.
|
2517
|
+
(line 74)
|
2518
|
+
* IRIX <1>: Known Build Problems.
|
2519
|
+
(line 38)
|
2520
|
+
* IRIX: ABI and ISA. (line 132)
|
2521
|
+
* ISA: ABI and ISA. (line 6)
|
2522
|
+
* istream input: C++ Formatted Input. (line 6)
|
2523
|
+
* Jacobi symbol algorithm: Jacobi Symbol. (line 6)
|
2524
|
+
* Jacobi symbol functions: Number Theoretic Functions.
|
2525
|
+
(line 81)
|
2526
|
+
* Karatsuba multiplication: Karatsuba Multiplication.
|
2527
|
+
(line 6)
|
2528
|
+
* Karatsuba square root algorithm: Square Root Algorithm.
|
2529
|
+
(line 6)
|
2530
|
+
* Kronecker symbol functions: Number Theoretic Functions.
|
2531
|
+
(line 93)
|
2532
|
+
* Language bindings: Language Bindings. (line 6)
|
2533
|
+
* Latest version of GMP: Introduction to GMP. (line 38)
|
2534
|
+
* LCM functions: Number Theoretic Functions.
|
2535
|
+
(line 69)
|
2536
|
+
* Least common multiple functions: Number Theoretic Functions.
|
2537
|
+
(line 69)
|
2538
|
+
* Legendre symbol functions: Number Theoretic Functions.
|
2539
|
+
(line 84)
|
2540
|
+
* libgmp: Headers and Libraries.
|
2541
|
+
(line 22)
|
2542
|
+
* libgmpxx: Headers and Libraries.
|
2543
|
+
(line 27)
|
2544
|
+
* Libraries: Headers and Libraries.
|
2545
|
+
(line 22)
|
2546
|
+
* Libtool: Headers and Libraries.
|
2547
|
+
(line 33)
|
2548
|
+
* Libtool versioning: Notes for Package Builds.
|
2549
|
+
(line 9)
|
2550
|
+
* License conditions: Copying. (line 6)
|
2551
|
+
* Limb: Nomenclature and Types.
|
2552
|
+
(line 31)
|
2553
|
+
* Limb size: Useful Macros and Constants.
|
2554
|
+
(line 7)
|
2555
|
+
* Linear congruential algorithm: Random Number Algorithms.
|
2556
|
+
(line 25)
|
2557
|
+
* Linear congruential random numbers: Random State Initialization.
|
2558
|
+
(line 32)
|
2559
|
+
* Linking: Headers and Libraries.
|
2560
|
+
(line 22)
|
2561
|
+
* Logical functions: Integer Logic and Bit Fiddling.
|
2562
|
+
(line 6)
|
2563
|
+
* Low-level functions: Low-level Functions. (line 6)
|
2564
|
+
* Lucas number algorithm: Lucas Numbers Algorithm.
|
2565
|
+
(line 6)
|
2566
|
+
* Lucas number functions: Number Theoretic Functions.
|
2567
|
+
(line 143)
|
2568
|
+
* MacOS X: Known Build Problems.
|
2569
|
+
(line 51)
|
2570
|
+
* Mailing lists: Introduction to GMP. (line 45)
|
2571
|
+
* Malloc debugger: Debugging. (line 30)
|
2572
|
+
* Malloc problems: Debugging. (line 24)
|
2573
|
+
* Memory allocation: Custom Allocation. (line 6)
|
2574
|
+
* Memory management: Memory Management. (line 6)
|
2575
|
+
* Mersenne twister algorithm: Random Number Algorithms.
|
2576
|
+
(line 17)
|
2577
|
+
* Mersenne twister random numbers: Random State Initialization.
|
2578
|
+
(line 13)
|
2579
|
+
* MINGW: Notes for Particular Systems.
|
2580
|
+
(line 43)
|
2581
|
+
* MIPS: ABI and ISA. (line 132)
|
2582
|
+
* Miscellaneous float functions: Miscellaneous Float Functions.
|
2583
|
+
(line 6)
|
2584
|
+
* Miscellaneous integer functions: Miscellaneous Integer Functions.
|
2585
|
+
(line 6)
|
2586
|
+
* MMX: Notes for Particular Systems.
|
2587
|
+
(line 133)
|
2588
|
+
* Modular inverse functions: Number Theoretic Functions.
|
2589
|
+
(line 74)
|
2590
|
+
* Most significant bit: Miscellaneous Integer Functions.
|
2591
|
+
(line 34)
|
2592
|
+
* MPN_PATH: Build Options. (line 328)
|
2593
|
+
* MS Windows: Notes for Particular Systems.
|
2594
|
+
(line 43)
|
2595
|
+
* MS-DOS: Notes for Particular Systems.
|
2596
|
+
(line 43)
|
2597
|
+
* Multi-threading: Reentrancy. (line 6)
|
2598
|
+
* Multiplication algorithms: Multiplication Algorithms.
|
2599
|
+
(line 6)
|
2600
|
+
* Nails: Low-level Functions. (line 485)
|
2601
|
+
* Native compilation: Build Options. (line 52)
|
2602
|
+
* NeXT: Known Build Problems.
|
2603
|
+
(line 57)
|
2604
|
+
* Next prime function: Number Theoretic Functions.
|
2605
|
+
(line 25)
|
2606
|
+
* Nomenclature: Nomenclature and Types.
|
2607
|
+
(line 6)
|
2608
|
+
* Non-Unix systems: Build Options. (line 11)
|
2609
|
+
* Nth root algorithm: Nth Root Algorithm. (line 6)
|
2610
|
+
* Number sequences: Efficiency. (line 147)
|
2611
|
+
* Number theoretic functions: Number Theoretic Functions.
|
2612
|
+
(line 6)
|
2613
|
+
* Numerator and denominator: Applying Integer Functions.
|
2614
|
+
(line 6)
|
2615
|
+
* obstack output: Formatted Output Functions.
|
2616
|
+
(line 81)
|
2617
|
+
* OpenBSD: Notes for Particular Systems.
|
2618
|
+
(line 86)
|
2619
|
+
* Optimizing performance: Performance optimization.
|
2620
|
+
(line 6)
|
2621
|
+
* ostream output: C++ Formatted Output.
|
2622
|
+
(line 6)
|
2623
|
+
* Other languages: Language Bindings. (line 6)
|
2624
|
+
* Output functions <1>: Formatted Output Functions.
|
2625
|
+
(line 6)
|
2626
|
+
* Output functions <2>: I/O of Rationals. (line 6)
|
2627
|
+
* Output functions <3>: I/O of Floats. (line 6)
|
2628
|
+
* Output functions: I/O of Integers. (line 6)
|
2629
|
+
* Packaged builds: Notes for Package Builds.
|
2630
|
+
(line 6)
|
2631
|
+
* Parameter conventions: Parameter Conventions.
|
2632
|
+
(line 6)
|
2633
|
+
* Parsing expressions demo: Demonstration Programs.
|
2634
|
+
(line 15)
|
2635
|
+
* Particular systems: Notes for Particular Systems.
|
2636
|
+
(line 6)
|
2637
|
+
* Past GMP versions: Compatibility with older versions.
|
2638
|
+
(line 6)
|
2639
|
+
* PDF: Build Options. (line 343)
|
2640
|
+
* Perfect power algorithm: Perfect Power Algorithm.
|
2641
|
+
(line 6)
|
2642
|
+
* Perfect power functions: Integer Roots. (line 27)
|
2643
|
+
* Perfect square algorithm: Perfect Square Algorithm.
|
2644
|
+
(line 6)
|
2645
|
+
* Perfect square functions: Integer Roots. (line 36)
|
2646
|
+
* perl: Demonstration Programs.
|
2647
|
+
(line 35)
|
2648
|
+
* Perl module: Demonstration Programs.
|
2649
|
+
(line 35)
|
2650
|
+
* Postscript: Build Options. (line 343)
|
2651
|
+
* Power/PowerPC <1>: Notes for Particular Systems.
|
2652
|
+
(line 92)
|
2653
|
+
* Power/PowerPC: Known Build Problems.
|
2654
|
+
(line 63)
|
2655
|
+
* Powering algorithms: Powering Algorithms. (line 6)
|
2656
|
+
* Powering functions <1>: Integer Exponentiation.
|
2657
|
+
(line 6)
|
2658
|
+
* Powering functions: Float Arithmetic. (line 41)
|
2659
|
+
* PowerPC: ABI and ISA. (line 167)
|
2660
|
+
* Precision of floats: Floating-point Functions.
|
2661
|
+
(line 6)
|
2662
|
+
* Precision of hardware floating point: Notes for Particular Systems.
|
2663
|
+
(line 34)
|
2664
|
+
* Prefix: Build Options. (line 32)
|
2665
|
+
* Prime testing algorithms: Prime Testing Algorithm.
|
2666
|
+
(line 6)
|
2667
|
+
* Prime testing functions: Number Theoretic Functions.
|
2668
|
+
(line 7)
|
2669
|
+
* Primorial functions: Number Theoretic Functions.
|
2670
|
+
(line 118)
|
2671
|
+
* printf formatted output: Formatted Output. (line 6)
|
2672
|
+
* Probable prime testing functions: Number Theoretic Functions.
|
2673
|
+
(line 7)
|
2674
|
+
* prof: Profiling. (line 24)
|
2675
|
+
* Profiling: Profiling. (line 6)
|
2676
|
+
* Radix conversion algorithms: Radix Conversion Algorithms.
|
2677
|
+
(line 6)
|
2678
|
+
* Random number algorithms: Random Number Algorithms.
|
2679
|
+
(line 6)
|
2680
|
+
* Random number functions <1>: Miscellaneous Float Functions.
|
2681
|
+
(line 27)
|
2682
|
+
* Random number functions <2>: Random Number Functions.
|
2683
|
+
(line 6)
|
2684
|
+
* Random number functions: Integer Random Numbers.
|
2685
|
+
(line 6)
|
2686
|
+
* Random number seeding: Random State Seeding.
|
2687
|
+
(line 6)
|
2688
|
+
* Random number state: Random State Initialization.
|
2689
|
+
(line 6)
|
2690
|
+
* Random state: Nomenclature and Types.
|
2691
|
+
(line 46)
|
2692
|
+
* Rational arithmetic: Efficiency. (line 113)
|
2693
|
+
* Rational arithmetic functions: Rational Arithmetic. (line 6)
|
2694
|
+
* Rational assignment functions: Initializing Rationals.
|
2695
|
+
(line 6)
|
2696
|
+
* Rational comparison functions: Comparing Rationals. (line 6)
|
2697
|
+
* Rational conversion functions: Rational Conversions.
|
2698
|
+
(line 6)
|
2699
|
+
* Rational initialization functions: Initializing Rationals.
|
2700
|
+
(line 6)
|
2701
|
+
* Rational input and output functions: I/O of Rationals. (line 6)
|
2702
|
+
* Rational internals: Rational Internals. (line 6)
|
2703
|
+
* Rational number: Nomenclature and Types.
|
2704
|
+
(line 16)
|
2705
|
+
* Rational number functions: Rational Number Functions.
|
2706
|
+
(line 6)
|
2707
|
+
* Rational numerator and denominator: Applying Integer Functions.
|
2708
|
+
(line 6)
|
2709
|
+
* Rational sign tests: Comparing Rationals. (line 27)
|
2710
|
+
* Raw output internals: Raw Output Internals.
|
2711
|
+
(line 6)
|
2712
|
+
* Reallocations: Efficiency. (line 30)
|
2713
|
+
* Reentrancy: Reentrancy. (line 6)
|
2714
|
+
* References: References. (line 6)
|
2715
|
+
* Remove factor functions: Number Theoretic Functions.
|
2716
|
+
(line 105)
|
2717
|
+
* Reporting bugs: Reporting Bugs. (line 6)
|
2718
|
+
* Root extraction algorithm: Nth Root Algorithm. (line 6)
|
2719
|
+
* Root extraction algorithms: Root Extraction Algorithms.
|
2720
|
+
(line 6)
|
2721
|
+
* Root extraction functions <1>: Integer Roots. (line 6)
|
2722
|
+
* Root extraction functions: Float Arithmetic. (line 37)
|
2723
|
+
* Root testing functions: Integer Roots. (line 36)
|
2724
|
+
* Rounding functions: Miscellaneous Float Functions.
|
2725
|
+
(line 9)
|
2726
|
+
* Sample programs: Demonstration Programs.
|
2727
|
+
(line 6)
|
2728
|
+
* Scan bit functions: Integer Logic and Bit Fiddling.
|
2729
|
+
(line 38)
|
2730
|
+
* scanf formatted input: Formatted Input. (line 6)
|
2731
|
+
* SCO: Known Build Problems.
|
2732
|
+
(line 38)
|
2733
|
+
* Seeding random numbers: Random State Seeding.
|
2734
|
+
(line 6)
|
2735
|
+
* Segmentation violation: Debugging. (line 7)
|
2736
|
+
* Sequent Symmetry: Known Build Problems.
|
2737
|
+
(line 68)
|
2738
|
+
* Services for Unix: Notes for Particular Systems.
|
2739
|
+
(line 51)
|
2740
|
+
* Shared library versioning: Notes for Package Builds.
|
2741
|
+
(line 9)
|
2742
|
+
* Sign tests <1>: Integer Comparisons. (line 28)
|
2743
|
+
* Sign tests <2>: Comparing Rationals. (line 27)
|
2744
|
+
* Sign tests: Float Comparison. (line 33)
|
2745
|
+
* Size in digits: Miscellaneous Integer Functions.
|
2746
|
+
(line 23)
|
2747
|
+
* Small operands: Efficiency. (line 7)
|
2748
|
+
* Solaris <1>: Known Build Problems.
|
2749
|
+
(line 72)
|
2750
|
+
* Solaris <2>: ABI and ISA. (line 199)
|
2751
|
+
* Solaris: Known Build Problems.
|
2752
|
+
(line 78)
|
2753
|
+
* Sparc: Notes for Particular Systems.
|
2754
|
+
(line 109)
|
2755
|
+
* Sparc V9: ABI and ISA. (line 199)
|
2756
|
+
* Special integer functions: Integer Special Functions.
|
2757
|
+
(line 6)
|
2758
|
+
* Square root algorithm: Square Root Algorithm.
|
2759
|
+
(line 6)
|
2760
|
+
* SSE2: Notes for Particular Systems.
|
2761
|
+
(line 133)
|
2762
|
+
* Stack backtrace: Debugging. (line 50)
|
2763
|
+
* Stack overflow <1>: Build Options. (line 275)
|
2764
|
+
* Stack overflow: Debugging. (line 7)
|
2765
|
+
* Static linking: Efficiency. (line 14)
|
2766
|
+
* stdarg.h: Headers and Libraries.
|
2767
|
+
(line 17)
|
2768
|
+
* stdio.h: Headers and Libraries.
|
2769
|
+
(line 11)
|
2770
|
+
* Stripped libraries: Known Build Problems.
|
2771
|
+
(line 28)
|
2772
|
+
* Sun: ABI and ISA. (line 199)
|
2773
|
+
* SunOS: Notes for Particular Systems.
|
2774
|
+
(line 121)
|
2775
|
+
* Systems: Notes for Particular Systems.
|
2776
|
+
(line 6)
|
2777
|
+
* Temporary memory: Build Options. (line 275)
|
2778
|
+
* Texinfo: Build Options. (line 340)
|
2779
|
+
* Text input/output: Efficiency. (line 153)
|
2780
|
+
* Thread safety: Reentrancy. (line 6)
|
2781
|
+
* Toom multiplication <1>: Other Multiplication.
|
2782
|
+
(line 6)
|
2783
|
+
* Toom multiplication <2>: Toom 3-Way Multiplication.
|
2784
|
+
(line 6)
|
2785
|
+
* Toom multiplication <3>: Higher degree Toom'n'half.
|
2786
|
+
(line 6)
|
2787
|
+
* Toom multiplication: Toom 4-Way Multiplication.
|
2788
|
+
(line 6)
|
2789
|
+
* Types: Nomenclature and Types.
|
2790
|
+
(line 6)
|
2791
|
+
* ui and si functions: Efficiency. (line 50)
|
2792
|
+
* Unbalanced multiplication: Unbalanced Multiplication.
|
2793
|
+
(line 6)
|
2794
|
+
* Upward compatibility: Compatibility with older versions.
|
2795
|
+
(line 6)
|
2796
|
+
* Useful macros and constants: Useful Macros and Constants.
|
2797
|
+
(line 6)
|
2798
|
+
* User-defined precision: Floating-point Functions.
|
2799
|
+
(line 6)
|
2800
|
+
* Valgrind: Debugging. (line 130)
|
2801
|
+
* Variable conventions: Variable Conventions.
|
2802
|
+
(line 6)
|
2803
|
+
* Version number: Useful Macros and Constants.
|
2804
|
+
(line 12)
|
2805
|
+
* Web page: Introduction to GMP. (line 34)
|
2806
|
+
* Windows: Notes for Particular Systems.
|
2807
|
+
(line 56)
|
2808
|
+
* x86: Notes for Particular Systems.
|
2809
|
+
(line 127)
|
2810
|
+
* x87: Notes for Particular Systems.
|
2811
|
+
(line 34)
|
2812
|
+
* XML: Build Options. (line 347)
|
2813
|
+
|
2814
|
+
|
2815
|
+
File: gmp.info, Node: Function Index, Prev: Concept Index, Up: Top
|
2816
|
+
|
2817
|
+
Function and Type Index
|
2818
|
+
***********************
|
2819
|
+
|
2820
|
+
[index]
|
2821
|
+
* Menu:
|
2822
|
+
|
2823
|
+
* __GMP_CC: Useful Macros and Constants.
|
2824
|
+
(line 23)
|
2825
|
+
* __GMP_CFLAGS: Useful Macros and Constants.
|
2826
|
+
(line 24)
|
2827
|
+
* __GNU_MP_VERSION: Useful Macros and Constants.
|
2828
|
+
(line 10)
|
2829
|
+
* __GNU_MP_VERSION_MINOR: Useful Macros and Constants.
|
2830
|
+
(line 11)
|
2831
|
+
* __GNU_MP_VERSION_PATCHLEVEL: Useful Macros and Constants.
|
2832
|
+
(line 12)
|
2833
|
+
* _mpz_realloc: Integer Special Functions.
|
2834
|
+
(line 51)
|
2835
|
+
* abs <1>: C++ Interface Rationals.
|
2836
|
+
(line 49)
|
2837
|
+
* abs <2>: C++ Interface Floats.
|
2838
|
+
(line 83)
|
2839
|
+
* abs: C++ Interface Integers.
|
2840
|
+
(line 47)
|
2841
|
+
* ceil: C++ Interface Floats.
|
2842
|
+
(line 84)
|
2843
|
+
* cmp <1>: C++ Interface Rationals.
|
2844
|
+
(line 51)
|
2845
|
+
* cmp <2>: C++ Interface Integers.
|
2846
|
+
(line 49)
|
2847
|
+
* cmp <3>: C++ Interface Rationals.
|
2848
|
+
(line 50)
|
2849
|
+
* cmp: C++ Interface Floats.
|
2850
|
+
(line 86)
|
2851
|
+
* floor: C++ Interface Floats.
|
2852
|
+
(line 93)
|
2853
|
+
* gmp_asprintf: Formatted Output Functions.
|
2854
|
+
(line 65)
|
2855
|
+
* gmp_errno: Random State Initialization.
|
2856
|
+
(line 55)
|
2857
|
+
* GMP_ERROR_INVALID_ARGUMENT: Random State Initialization.
|
2858
|
+
(line 55)
|
2859
|
+
* GMP_ERROR_UNSUPPORTED_ARGUMENT: Random State Initialization.
|
2860
|
+
(line 55)
|
2861
|
+
* gmp_fprintf: Formatted Output Functions.
|
2862
|
+
(line 29)
|
2863
|
+
* gmp_fscanf: Formatted Input Functions.
|
2864
|
+
(line 25)
|
2865
|
+
* GMP_LIMB_BITS: Low-level Functions. (line 515)
|
2866
|
+
* GMP_NAIL_BITS: Low-level Functions. (line 513)
|
2867
|
+
* GMP_NAIL_MASK: Low-level Functions. (line 523)
|
2868
|
+
* GMP_NUMB_BITS: Low-level Functions. (line 514)
|
2869
|
+
* GMP_NUMB_MASK: Low-level Functions. (line 524)
|
2870
|
+
* GMP_NUMB_MAX: Low-level Functions. (line 532)
|
2871
|
+
* gmp_obstack_printf: Formatted Output Functions.
|
2872
|
+
(line 79)
|
2873
|
+
* gmp_obstack_vprintf: Formatted Output Functions.
|
2874
|
+
(line 81)
|
2875
|
+
* gmp_printf: Formatted Output Functions.
|
2876
|
+
(line 24)
|
2877
|
+
* GMP_RAND_ALG_DEFAULT: Random State Initialization.
|
2878
|
+
(line 49)
|
2879
|
+
* GMP_RAND_ALG_LC: Random State Initialization.
|
2880
|
+
(line 49)
|
2881
|
+
* gmp_randclass: C++ Interface Random Numbers.
|
2882
|
+
(line 7)
|
2883
|
+
* gmp_randclass::get_f: C++ Interface Random Numbers.
|
2884
|
+
(line 46)
|
2885
|
+
* gmp_randclass::get_z_bits: C++ Interface Random Numbers.
|
2886
|
+
(line 38)
|
2887
|
+
* gmp_randclass::get_z_range: C++ Interface Random Numbers.
|
2888
|
+
(line 42)
|
2889
|
+
* gmp_randclass::gmp_randclass: C++ Interface Random Numbers.
|
2890
|
+
(line 13)
|
2891
|
+
* gmp_randclass::seed: C++ Interface Random Numbers.
|
2892
|
+
(line 33)
|
2893
|
+
* gmp_randclear: Random State Initialization.
|
2894
|
+
(line 62)
|
2895
|
+
* gmp_randinit: Random State Initialization.
|
2896
|
+
(line 47)
|
2897
|
+
* gmp_randinit_default: Random State Initialization.
|
2898
|
+
(line 7)
|
2899
|
+
* gmp_randinit_lc_2exp: Random State Initialization.
|
2900
|
+
(line 18)
|
2901
|
+
* gmp_randinit_lc_2exp_size: Random State Initialization.
|
2902
|
+
(line 32)
|
2903
|
+
* gmp_randinit_mt: Random State Initialization.
|
2904
|
+
(line 13)
|
2905
|
+
* gmp_randinit_set: Random State Initialization.
|
2906
|
+
(line 43)
|
2907
|
+
* gmp_randseed: Random State Seeding.
|
2908
|
+
(line 7)
|
2909
|
+
* gmp_randseed_ui: Random State Seeding.
|
2910
|
+
(line 9)
|
2911
|
+
* gmp_randstate_t: Nomenclature and Types.
|
2912
|
+
(line 46)
|
2913
|
+
* gmp_scanf: Formatted Input Functions.
|
2914
|
+
(line 21)
|
2915
|
+
* gmp_snprintf: Formatted Output Functions.
|
2916
|
+
(line 46)
|
2917
|
+
* gmp_sprintf: Formatted Output Functions.
|
2918
|
+
(line 34)
|
2919
|
+
* gmp_sscanf: Formatted Input Functions.
|
2920
|
+
(line 29)
|
2921
|
+
* gmp_urandomb_ui: Random State Miscellaneous.
|
2922
|
+
(line 8)
|
2923
|
+
* gmp_urandomm_ui: Random State Miscellaneous.
|
2924
|
+
(line 14)
|
2925
|
+
* gmp_vasprintf: Formatted Output Functions.
|
2926
|
+
(line 66)
|
2927
|
+
* gmp_version: Useful Macros and Constants.
|
2928
|
+
(line 18)
|
2929
|
+
* gmp_vfprintf: Formatted Output Functions.
|
2930
|
+
(line 30)
|
2931
|
+
* gmp_vfscanf: Formatted Input Functions.
|
2932
|
+
(line 26)
|
2933
|
+
* gmp_vprintf: Formatted Output Functions.
|
2934
|
+
(line 25)
|
2935
|
+
* gmp_vscanf: Formatted Input Functions.
|
2936
|
+
(line 22)
|
2937
|
+
* gmp_vsnprintf: Formatted Output Functions.
|
2938
|
+
(line 48)
|
2939
|
+
* gmp_vsprintf: Formatted Output Functions.
|
2940
|
+
(line 35)
|
2941
|
+
* gmp_vsscanf: Formatted Input Functions.
|
2942
|
+
(line 31)
|
2943
|
+
* hypot: C++ Interface Floats.
|
2944
|
+
(line 94)
|
2945
|
+
* mp_bitcnt_t: Nomenclature and Types.
|
2946
|
+
(line 42)
|
2947
|
+
* mp_bits_per_limb: Useful Macros and Constants.
|
2948
|
+
(line 7)
|
2949
|
+
* mp_exp_t: Nomenclature and Types.
|
2950
|
+
(line 27)
|
2951
|
+
* mp_get_memory_functions: Custom Allocation. (line 90)
|
2952
|
+
* mp_limb_t: Nomenclature and Types.
|
2953
|
+
(line 31)
|
2954
|
+
* mp_set_memory_functions: Custom Allocation. (line 18)
|
2955
|
+
* mp_size_t: Nomenclature and Types.
|
2956
|
+
(line 37)
|
2957
|
+
* mpf_abs: Float Arithmetic. (line 47)
|
2958
|
+
* mpf_add: Float Arithmetic. (line 7)
|
2959
|
+
* mpf_add_ui: Float Arithmetic. (line 9)
|
2960
|
+
* mpf_ceil: Miscellaneous Float Functions.
|
2961
|
+
(line 7)
|
2962
|
+
* mpf_class: C++ Interface General.
|
2963
|
+
(line 20)
|
2964
|
+
* mpf_class::fits_sint_p: C++ Interface Floats.
|
2965
|
+
(line 87)
|
2966
|
+
* mpf_class::fits_slong_p: C++ Interface Floats.
|
2967
|
+
(line 88)
|
2968
|
+
* mpf_class::fits_sshort_p: C++ Interface Floats.
|
2969
|
+
(line 89)
|
2970
|
+
* mpf_class::fits_uint_p: C++ Interface Floats.
|
2971
|
+
(line 90)
|
2972
|
+
* mpf_class::fits_ulong_p: C++ Interface Floats.
|
2973
|
+
(line 91)
|
2974
|
+
* mpf_class::fits_ushort_p: C++ Interface Floats.
|
2975
|
+
(line 92)
|
2976
|
+
* mpf_class::get_d: C++ Interface Floats.
|
2977
|
+
(line 95)
|
2978
|
+
* mpf_class::get_mpf_t: C++ Interface General.
|
2979
|
+
(line 66)
|
2980
|
+
* mpf_class::get_prec: C++ Interface Floats.
|
2981
|
+
(line 115)
|
2982
|
+
* mpf_class::get_si: C++ Interface Floats.
|
2983
|
+
(line 96)
|
2984
|
+
* mpf_class::get_str: C++ Interface Floats.
|
2985
|
+
(line 98)
|
2986
|
+
* mpf_class::get_ui: C++ Interface Floats.
|
2987
|
+
(line 99)
|
2988
|
+
* mpf_class::mpf_class: C++ Interface Floats.
|
2989
|
+
(line 12)
|
2990
|
+
* mpf_class::operator=: C++ Interface Floats.
|
2991
|
+
(line 60)
|
2992
|
+
* mpf_class::set_prec: C++ Interface Floats.
|
2993
|
+
(line 116)
|
2994
|
+
* mpf_class::set_prec_raw: C++ Interface Floats.
|
2995
|
+
(line 117)
|
2996
|
+
* mpf_class::set_str: C++ Interface Floats.
|
2997
|
+
(line 101)
|
2998
|
+
* mpf_class::swap: C++ Interface Floats.
|
2999
|
+
(line 104)
|
3000
|
+
* mpf_clear: Initializing Floats. (line 37)
|
3001
|
+
* mpf_clears: Initializing Floats. (line 41)
|
3002
|
+
* mpf_cmp: Float Comparison. (line 7)
|
3003
|
+
* mpf_cmp_d: Float Comparison. (line 8)
|
3004
|
+
* mpf_cmp_si: Float Comparison. (line 10)
|
3005
|
+
* mpf_cmp_ui: Float Comparison. (line 9)
|
3006
|
+
* mpf_div: Float Arithmetic. (line 29)
|
3007
|
+
* mpf_div_2exp: Float Arithmetic. (line 53)
|
3008
|
+
* mpf_div_ui: Float Arithmetic. (line 33)
|
3009
|
+
* mpf_eq: Float Comparison. (line 17)
|
3010
|
+
* mpf_fits_sint_p: Miscellaneous Float Functions.
|
3011
|
+
(line 20)
|
3012
|
+
* mpf_fits_slong_p: Miscellaneous Float Functions.
|
3013
|
+
(line 18)
|
3014
|
+
* mpf_fits_sshort_p: Miscellaneous Float Functions.
|
3015
|
+
(line 22)
|
3016
|
+
* mpf_fits_uint_p: Miscellaneous Float Functions.
|
3017
|
+
(line 19)
|
3018
|
+
* mpf_fits_ulong_p: Miscellaneous Float Functions.
|
3019
|
+
(line 17)
|
3020
|
+
* mpf_fits_ushort_p: Miscellaneous Float Functions.
|
3021
|
+
(line 21)
|
3022
|
+
* mpf_floor: Miscellaneous Float Functions.
|
3023
|
+
(line 8)
|
3024
|
+
* mpf_get_d: Converting Floats. (line 7)
|
3025
|
+
* mpf_get_d_2exp: Converting Floats. (line 16)
|
3026
|
+
* mpf_get_default_prec: Initializing Floats. (line 12)
|
3027
|
+
* mpf_get_prec: Initializing Floats. (line 62)
|
3028
|
+
* mpf_get_si: Converting Floats. (line 27)
|
3029
|
+
* mpf_get_str: Converting Floats. (line 37)
|
3030
|
+
* mpf_get_ui: Converting Floats. (line 28)
|
3031
|
+
* mpf_init: Initializing Floats. (line 19)
|
3032
|
+
* mpf_init2: Initializing Floats. (line 26)
|
3033
|
+
* mpf_init_set: Simultaneous Float Init & Assign.
|
3034
|
+
(line 16)
|
3035
|
+
* mpf_init_set_d: Simultaneous Float Init & Assign.
|
3036
|
+
(line 19)
|
3037
|
+
* mpf_init_set_si: Simultaneous Float Init & Assign.
|
3038
|
+
(line 18)
|
3039
|
+
* mpf_init_set_str: Simultaneous Float Init & Assign.
|
3040
|
+
(line 25)
|
3041
|
+
* mpf_init_set_ui: Simultaneous Float Init & Assign.
|
3042
|
+
(line 17)
|
3043
|
+
* mpf_inits: Initializing Floats. (line 31)
|
3044
|
+
* mpf_inp_str: I/O of Floats. (line 39)
|
3045
|
+
* mpf_integer_p: Miscellaneous Float Functions.
|
3046
|
+
(line 14)
|
3047
|
+
* mpf_mul: Float Arithmetic. (line 19)
|
3048
|
+
* mpf_mul_2exp: Float Arithmetic. (line 50)
|
3049
|
+
* mpf_mul_ui: Float Arithmetic. (line 21)
|
3050
|
+
* mpf_neg: Float Arithmetic. (line 44)
|
3051
|
+
* mpf_out_str: I/O of Floats. (line 19)
|
3052
|
+
* mpf_pow_ui: Float Arithmetic. (line 41)
|
3053
|
+
* mpf_random2: Miscellaneous Float Functions.
|
3054
|
+
(line 37)
|
3055
|
+
* mpf_reldiff: Float Comparison. (line 29)
|
3056
|
+
* mpf_set: Assigning Floats. (line 10)
|
3057
|
+
* mpf_set_d: Assigning Floats. (line 13)
|
3058
|
+
* mpf_set_default_prec: Initializing Floats. (line 7)
|
3059
|
+
* mpf_set_prec: Initializing Floats. (line 65)
|
3060
|
+
* mpf_set_prec_raw: Initializing Floats. (line 72)
|
3061
|
+
* mpf_set_q: Assigning Floats. (line 15)
|
3062
|
+
* mpf_set_si: Assigning Floats. (line 12)
|
3063
|
+
* mpf_set_str: Assigning Floats. (line 18)
|
3064
|
+
* mpf_set_ui: Assigning Floats. (line 11)
|
3065
|
+
* mpf_set_z: Assigning Floats. (line 14)
|
3066
|
+
* mpf_sgn: Float Comparison. (line 33)
|
3067
|
+
* mpf_sqrt: Float Arithmetic. (line 36)
|
3068
|
+
* mpf_sqrt_ui: Float Arithmetic. (line 37)
|
3069
|
+
* mpf_sub: Float Arithmetic. (line 12)
|
3070
|
+
* mpf_sub_ui: Float Arithmetic. (line 16)
|
3071
|
+
* mpf_swap: Assigning Floats. (line 52)
|
3072
|
+
* mpf_t: Nomenclature and Types.
|
3073
|
+
(line 21)
|
3074
|
+
* mpf_trunc: Miscellaneous Float Functions.
|
3075
|
+
(line 9)
|
3076
|
+
* mpf_ui_div: Float Arithmetic. (line 31)
|
3077
|
+
* mpf_ui_sub: Float Arithmetic. (line 14)
|
3078
|
+
* mpf_urandomb: Miscellaneous Float Functions.
|
3079
|
+
(line 27)
|
3080
|
+
* mpn_add: Low-level Functions. (line 69)
|
3081
|
+
* mpn_add_1: Low-level Functions. (line 64)
|
3082
|
+
* mpn_add_n: Low-level Functions. (line 54)
|
3083
|
+
* mpn_addmul_1: Low-level Functions. (line 148)
|
3084
|
+
* mpn_and_n: Low-level Functions. (line 427)
|
3085
|
+
* mpn_andn_n: Low-level Functions. (line 442)
|
3086
|
+
* mpn_cmp: Low-level Functions. (line 284)
|
3087
|
+
* mpn_com: Low-level Functions. (line 467)
|
3088
|
+
* mpn_copyd: Low-level Functions. (line 476)
|
3089
|
+
* mpn_copyi: Low-level Functions. (line 472)
|
3090
|
+
* mpn_divexact_by3: Low-level Functions. (line 229)
|
3091
|
+
* mpn_divexact_by3c: Low-level Functions. (line 231)
|
3092
|
+
* mpn_divmod: Low-level Functions. (line 224)
|
3093
|
+
* mpn_divmod_1: Low-level Functions. (line 208)
|
3094
|
+
* mpn_divrem: Low-level Functions. (line 182)
|
3095
|
+
* mpn_divrem_1: Low-level Functions. (line 206)
|
3096
|
+
* mpn_gcd: Low-level Functions. (line 289)
|
3097
|
+
* mpn_gcd_1: Low-level Functions. (line 299)
|
3098
|
+
* mpn_gcdext: Low-level Functions. (line 305)
|
3099
|
+
* mpn_get_str: Low-level Functions. (line 352)
|
3100
|
+
* mpn_hamdist: Low-level Functions. (line 416)
|
3101
|
+
* mpn_ior_n: Low-level Functions. (line 432)
|
3102
|
+
* mpn_iorn_n: Low-level Functions. (line 447)
|
3103
|
+
* mpn_lshift: Low-level Functions. (line 260)
|
3104
|
+
* mpn_mod_1: Low-level Functions. (line 255)
|
3105
|
+
* mpn_mul: Low-level Functions. (line 114)
|
3106
|
+
* mpn_mul_1: Low-level Functions. (line 133)
|
3107
|
+
* mpn_mul_n: Low-level Functions. (line 103)
|
3108
|
+
* mpn_nand_n: Low-level Functions. (line 452)
|
3109
|
+
* mpn_neg: Low-level Functions. (line 98)
|
3110
|
+
* mpn_nior_n: Low-level Functions. (line 457)
|
3111
|
+
* mpn_perfect_square_p: Low-level Functions. (line 422)
|
3112
|
+
* mpn_popcount: Low-level Functions. (line 412)
|
3113
|
+
* mpn_random: Low-level Functions. (line 401)
|
3114
|
+
* mpn_random2: Low-level Functions. (line 402)
|
3115
|
+
* mpn_rshift: Low-level Functions. (line 272)
|
3116
|
+
* mpn_scan0: Low-level Functions. (line 386)
|
3117
|
+
* mpn_scan1: Low-level Functions. (line 394)
|
3118
|
+
* mpn_set_str: Low-level Functions. (line 367)
|
3119
|
+
* mpn_sqr: Low-level Functions. (line 125)
|
3120
|
+
* mpn_sqrtrem: Low-level Functions. (line 334)
|
3121
|
+
* mpn_sub: Low-level Functions. (line 90)
|
3122
|
+
* mpn_sub_1: Low-level Functions. (line 85)
|
3123
|
+
* mpn_sub_n: Low-level Functions. (line 76)
|
3124
|
+
* mpn_submul_1: Low-level Functions. (line 159)
|
3125
|
+
* mpn_tdiv_qr: Low-level Functions. (line 171)
|
3126
|
+
* mpn_xnor_n: Low-level Functions. (line 462)
|
3127
|
+
* mpn_xor_n: Low-level Functions. (line 437)
|
3128
|
+
* mpn_zero: Low-level Functions. (line 479)
|
3129
|
+
* mpq_abs: Rational Arithmetic. (line 31)
|
3130
|
+
* mpq_add: Rational Arithmetic. (line 7)
|
3131
|
+
* mpq_canonicalize: Rational Number Functions.
|
3132
|
+
(line 22)
|
3133
|
+
* mpq_class: C++ Interface General.
|
3134
|
+
(line 19)
|
3135
|
+
* mpq_class::canonicalize: C++ Interface Rationals.
|
3136
|
+
(line 43)
|
3137
|
+
* mpq_class::get_d: C++ Interface Rationals.
|
3138
|
+
(line 52)
|
3139
|
+
* mpq_class::get_den: C++ Interface Rationals.
|
3140
|
+
(line 66)
|
3141
|
+
* mpq_class::get_den_mpz_t: C++ Interface Rationals.
|
3142
|
+
(line 76)
|
3143
|
+
* mpq_class::get_mpq_t: C++ Interface General.
|
3144
|
+
(line 65)
|
3145
|
+
* mpq_class::get_num: C++ Interface Rationals.
|
3146
|
+
(line 65)
|
3147
|
+
* mpq_class::get_num_mpz_t: C++ Interface Rationals.
|
3148
|
+
(line 75)
|
3149
|
+
* mpq_class::get_str: C++ Interface Rationals.
|
3150
|
+
(line 53)
|
3151
|
+
* mpq_class::mpq_class: C++ Interface Rationals.
|
3152
|
+
(line 23)
|
3153
|
+
* mpq_class::set_str: C++ Interface Rationals.
|
3154
|
+
(line 54)
|
3155
|
+
* mpq_class::swap: C++ Interface Rationals.
|
3156
|
+
(line 57)
|
3157
|
+
* mpq_clear: Initializing Rationals.
|
3158
|
+
(line 16)
|
3159
|
+
* mpq_clears: Initializing Rationals.
|
3160
|
+
(line 20)
|
3161
|
+
* mpq_cmp: Comparing Rationals. (line 7)
|
3162
|
+
* mpq_cmp_si: Comparing Rationals. (line 17)
|
3163
|
+
* mpq_cmp_ui: Comparing Rationals. (line 15)
|
3164
|
+
* mpq_denref: Applying Integer Functions.
|
3165
|
+
(line 18)
|
3166
|
+
* mpq_div: Rational Arithmetic. (line 22)
|
3167
|
+
* mpq_div_2exp: Rational Arithmetic. (line 25)
|
3168
|
+
* mpq_equal: Comparing Rationals. (line 33)
|
3169
|
+
* mpq_get_d: Rational Conversions.
|
3170
|
+
(line 7)
|
3171
|
+
* mpq_get_den: Applying Integer Functions.
|
3172
|
+
(line 24)
|
3173
|
+
* mpq_get_num: Applying Integer Functions.
|
3174
|
+
(line 23)
|
3175
|
+
* mpq_get_str: Rational Conversions.
|
3176
|
+
(line 22)
|
3177
|
+
* mpq_init: Initializing Rationals.
|
3178
|
+
(line 7)
|
3179
|
+
* mpq_inits: Initializing Rationals.
|
3180
|
+
(line 12)
|
3181
|
+
* mpq_inp_str: I/O of Rationals. (line 26)
|
3182
|
+
* mpq_inv: Rational Arithmetic. (line 34)
|
3183
|
+
* mpq_mul: Rational Arithmetic. (line 15)
|
3184
|
+
* mpq_mul_2exp: Rational Arithmetic. (line 18)
|
3185
|
+
* mpq_neg: Rational Arithmetic. (line 28)
|
3186
|
+
* mpq_numref: Applying Integer Functions.
|
3187
|
+
(line 17)
|
3188
|
+
* mpq_out_str: I/O of Rationals. (line 18)
|
3189
|
+
* mpq_set: Initializing Rationals.
|
3190
|
+
(line 24)
|
3191
|
+
* mpq_set_d: Rational Conversions.
|
3192
|
+
(line 17)
|
3193
|
+
* mpq_set_den: Applying Integer Functions.
|
3194
|
+
(line 26)
|
3195
|
+
* mpq_set_f: Rational Conversions.
|
3196
|
+
(line 18)
|
3197
|
+
* mpq_set_num: Applying Integer Functions.
|
3198
|
+
(line 25)
|
3199
|
+
* mpq_set_si: Initializing Rationals.
|
3200
|
+
(line 31)
|
3201
|
+
* mpq_set_str: Initializing Rationals.
|
3202
|
+
(line 36)
|
3203
|
+
* mpq_set_ui: Initializing Rationals.
|
3204
|
+
(line 29)
|
3205
|
+
* mpq_set_z: Initializing Rationals.
|
3206
|
+
(line 25)
|
3207
|
+
* mpq_sgn: Comparing Rationals. (line 27)
|
3208
|
+
* mpq_sub: Rational Arithmetic. (line 11)
|
3209
|
+
* mpq_swap: Initializing Rationals.
|
3210
|
+
(line 56)
|
3211
|
+
* mpq_t: Nomenclature and Types.
|
3212
|
+
(line 16)
|
3213
|
+
* mpz_2fac_ui: Number Theoretic Functions.
|
3214
|
+
(line 111)
|
3215
|
+
* mpz_abs: Integer Arithmetic. (line 42)
|
3216
|
+
* mpz_add: Integer Arithmetic. (line 7)
|
3217
|
+
* mpz_add_ui: Integer Arithmetic. (line 9)
|
3218
|
+
* mpz_addmul: Integer Arithmetic. (line 25)
|
3219
|
+
* mpz_addmul_ui: Integer Arithmetic. (line 27)
|
3220
|
+
* mpz_and: Integer Logic and Bit Fiddling.
|
3221
|
+
(line 11)
|
3222
|
+
* mpz_array_init: Integer Special Functions.
|
3223
|
+
(line 11)
|
3224
|
+
* mpz_bin_ui: Number Theoretic Functions.
|
3225
|
+
(line 122)
|
3226
|
+
* mpz_bin_uiui: Number Theoretic Functions.
|
3227
|
+
(line 124)
|
3228
|
+
* mpz_cdiv_q: Integer Division. (line 13)
|
3229
|
+
* mpz_cdiv_q_2exp: Integer Division. (line 24)
|
3230
|
+
* mpz_cdiv_q_ui: Integer Division. (line 17)
|
3231
|
+
* mpz_cdiv_qr: Integer Division. (line 15)
|
3232
|
+
* mpz_cdiv_qr_ui: Integer Division. (line 21)
|
3233
|
+
* mpz_cdiv_r: Integer Division. (line 14)
|
3234
|
+
* mpz_cdiv_r_2exp: Integer Division. (line 25)
|
3235
|
+
* mpz_cdiv_r_ui: Integer Division. (line 19)
|
3236
|
+
* mpz_cdiv_ui: Integer Division. (line 23)
|
3237
|
+
* mpz_class: C++ Interface General.
|
3238
|
+
(line 18)
|
3239
|
+
* mpz_class::fits_sint_p: C++ Interface Integers.
|
3240
|
+
(line 50)
|
3241
|
+
* mpz_class::fits_slong_p: C++ Interface Integers.
|
3242
|
+
(line 51)
|
3243
|
+
* mpz_class::fits_sshort_p: C++ Interface Integers.
|
3244
|
+
(line 52)
|
3245
|
+
* mpz_class::fits_uint_p: C++ Interface Integers.
|
3246
|
+
(line 53)
|
3247
|
+
* mpz_class::fits_ulong_p: C++ Interface Integers.
|
3248
|
+
(line 54)
|
3249
|
+
* mpz_class::fits_ushort_p: C++ Interface Integers.
|
3250
|
+
(line 55)
|
3251
|
+
* mpz_class::get_d: C++ Interface Integers.
|
3252
|
+
(line 56)
|
3253
|
+
* mpz_class::get_mpz_t: C++ Interface General.
|
3254
|
+
(line 64)
|
3255
|
+
* mpz_class::get_si: C++ Interface Integers.
|
3256
|
+
(line 57)
|
3257
|
+
* mpz_class::get_str: C++ Interface Integers.
|
3258
|
+
(line 58)
|
3259
|
+
* mpz_class::get_ui: C++ Interface Integers.
|
3260
|
+
(line 59)
|
3261
|
+
* mpz_class::mpz_class: C++ Interface Integers.
|
3262
|
+
(line 7)
|
3263
|
+
* mpz_class::set_str: C++ Interface Integers.
|
3264
|
+
(line 60)
|
3265
|
+
* mpz_class::swap: C++ Interface Integers.
|
3266
|
+
(line 64)
|
3267
|
+
* mpz_clear: Initializing Integers.
|
3268
|
+
(line 49)
|
3269
|
+
* mpz_clears: Initializing Integers.
|
3270
|
+
(line 53)
|
3271
|
+
* mpz_clrbit: Integer Logic and Bit Fiddling.
|
3272
|
+
(line 54)
|
3273
|
+
* mpz_cmp: Integer Comparisons. (line 7)
|
3274
|
+
* mpz_cmp_d: Integer Comparisons. (line 8)
|
3275
|
+
* mpz_cmp_si: Integer Comparisons. (line 9)
|
3276
|
+
* mpz_cmp_ui: Integer Comparisons. (line 10)
|
3277
|
+
* mpz_cmpabs: Integer Comparisons. (line 18)
|
3278
|
+
* mpz_cmpabs_d: Integer Comparisons. (line 19)
|
3279
|
+
* mpz_cmpabs_ui: Integer Comparisons. (line 20)
|
3280
|
+
* mpz_com: Integer Logic and Bit Fiddling.
|
3281
|
+
(line 20)
|
3282
|
+
* mpz_combit: Integer Logic and Bit Fiddling.
|
3283
|
+
(line 57)
|
3284
|
+
* mpz_congruent_2exp_p: Integer Division. (line 124)
|
3285
|
+
* mpz_congruent_p: Integer Division. (line 121)
|
3286
|
+
* mpz_congruent_ui_p: Integer Division. (line 123)
|
3287
|
+
* mpz_divexact: Integer Division. (line 101)
|
3288
|
+
* mpz_divexact_ui: Integer Division. (line 102)
|
3289
|
+
* mpz_divisible_2exp_p: Integer Division. (line 112)
|
3290
|
+
* mpz_divisible_p: Integer Division. (line 110)
|
3291
|
+
* mpz_divisible_ui_p: Integer Division. (line 111)
|
3292
|
+
* mpz_even_p: Miscellaneous Integer Functions.
|
3293
|
+
(line 18)
|
3294
|
+
* mpz_export: Integer Import and Export.
|
3295
|
+
(line 45)
|
3296
|
+
* mpz_fac_ui: Number Theoretic Functions.
|
3297
|
+
(line 110)
|
3298
|
+
* mpz_fdiv_q: Integer Division. (line 27)
|
3299
|
+
* mpz_fdiv_q_2exp: Integer Division. (line 38)
|
3300
|
+
* mpz_fdiv_q_ui: Integer Division. (line 31)
|
3301
|
+
* mpz_fdiv_qr: Integer Division. (line 29)
|
3302
|
+
* mpz_fdiv_qr_ui: Integer Division. (line 35)
|
3303
|
+
* mpz_fdiv_r: Integer Division. (line 28)
|
3304
|
+
* mpz_fdiv_r_2exp: Integer Division. (line 39)
|
3305
|
+
* mpz_fdiv_r_ui: Integer Division. (line 33)
|
3306
|
+
* mpz_fdiv_ui: Integer Division. (line 37)
|
3307
|
+
* mpz_fib2_ui: Number Theoretic Functions.
|
3308
|
+
(line 132)
|
3309
|
+
* mpz_fib_ui: Number Theoretic Functions.
|
3310
|
+
(line 130)
|
3311
|
+
* mpz_fits_sint_p: Miscellaneous Integer Functions.
|
3312
|
+
(line 10)
|
3313
|
+
* mpz_fits_slong_p: Miscellaneous Integer Functions.
|
3314
|
+
(line 8)
|
3315
|
+
* mpz_fits_sshort_p: Miscellaneous Integer Functions.
|
3316
|
+
(line 12)
|
3317
|
+
* mpz_fits_uint_p: Miscellaneous Integer Functions.
|
3318
|
+
(line 9)
|
3319
|
+
* mpz_fits_ulong_p: Miscellaneous Integer Functions.
|
3320
|
+
(line 7)
|
3321
|
+
* mpz_fits_ushort_p: Miscellaneous Integer Functions.
|
3322
|
+
(line 11)
|
3323
|
+
* mpz_gcd: Number Theoretic Functions.
|
3324
|
+
(line 32)
|
3325
|
+
* mpz_gcd_ui: Number Theoretic Functions.
|
3326
|
+
(line 39)
|
3327
|
+
* mpz_gcdext: Number Theoretic Functions.
|
3328
|
+
(line 49)
|
3329
|
+
* mpz_get_d: Converting Integers. (line 27)
|
3330
|
+
* mpz_get_d_2exp: Converting Integers. (line 35)
|
3331
|
+
* mpz_get_si: Converting Integers. (line 18)
|
3332
|
+
* mpz_get_str: Converting Integers. (line 46)
|
3333
|
+
* mpz_get_ui: Converting Integers. (line 11)
|
3334
|
+
* mpz_getlimbn: Integer Special Functions.
|
3335
|
+
(line 60)
|
3336
|
+
* mpz_hamdist: Integer Logic and Bit Fiddling.
|
3337
|
+
(line 29)
|
3338
|
+
* mpz_import: Integer Import and Export.
|
3339
|
+
(line 11)
|
3340
|
+
* mpz_init: Initializing Integers.
|
3341
|
+
(line 26)
|
3342
|
+
* mpz_init2: Initializing Integers.
|
3343
|
+
(line 33)
|
3344
|
+
* mpz_init_set: Simultaneous Integer Init & Assign.
|
3345
|
+
(line 27)
|
3346
|
+
* mpz_init_set_d: Simultaneous Integer Init & Assign.
|
3347
|
+
(line 30)
|
3348
|
+
* mpz_init_set_si: Simultaneous Integer Init & Assign.
|
3349
|
+
(line 29)
|
3350
|
+
* mpz_init_set_str: Simultaneous Integer Init & Assign.
|
3351
|
+
(line 34)
|
3352
|
+
* mpz_init_set_ui: Simultaneous Integer Init & Assign.
|
3353
|
+
(line 28)
|
3354
|
+
* mpz_inits: Initializing Integers.
|
3355
|
+
(line 29)
|
3356
|
+
* mpz_inp_raw: I/O of Integers. (line 61)
|
3357
|
+
* mpz_inp_str: I/O of Integers. (line 30)
|
3358
|
+
* mpz_invert: Number Theoretic Functions.
|
3359
|
+
(line 74)
|
3360
|
+
* mpz_ior: Integer Logic and Bit Fiddling.
|
3361
|
+
(line 14)
|
3362
|
+
* mpz_jacobi: Number Theoretic Functions.
|
3363
|
+
(line 81)
|
3364
|
+
* mpz_kronecker: Number Theoretic Functions.
|
3365
|
+
(line 89)
|
3366
|
+
* mpz_kronecker_si: Number Theoretic Functions.
|
3367
|
+
(line 90)
|
3368
|
+
* mpz_kronecker_ui: Number Theoretic Functions.
|
3369
|
+
(line 91)
|
3370
|
+
* mpz_lcm: Number Theoretic Functions.
|
3371
|
+
(line 68)
|
3372
|
+
* mpz_lcm_ui: Number Theoretic Functions.
|
3373
|
+
(line 69)
|
3374
|
+
* mpz_legendre: Number Theoretic Functions.
|
3375
|
+
(line 84)
|
3376
|
+
* mpz_lucnum2_ui: Number Theoretic Functions.
|
3377
|
+
(line 143)
|
3378
|
+
* mpz_lucnum_ui: Number Theoretic Functions.
|
3379
|
+
(line 141)
|
3380
|
+
* mpz_mfac_uiui: Number Theoretic Functions.
|
3381
|
+
(line 113)
|
3382
|
+
* mpz_mod: Integer Division. (line 91)
|
3383
|
+
* mpz_mod_ui: Integer Division. (line 93)
|
3384
|
+
* mpz_mul: Integer Arithmetic. (line 19)
|
3385
|
+
* mpz_mul_2exp: Integer Arithmetic. (line 35)
|
3386
|
+
* mpz_mul_si: Integer Arithmetic. (line 20)
|
3387
|
+
* mpz_mul_ui: Integer Arithmetic. (line 22)
|
3388
|
+
* mpz_neg: Integer Arithmetic. (line 39)
|
3389
|
+
* mpz_nextprime: Number Theoretic Functions.
|
3390
|
+
(line 25)
|
3391
|
+
* mpz_odd_p: Miscellaneous Integer Functions.
|
3392
|
+
(line 17)
|
3393
|
+
* mpz_out_raw: I/O of Integers. (line 45)
|
3394
|
+
* mpz_out_str: I/O of Integers. (line 18)
|
3395
|
+
* mpz_perfect_power_p: Integer Roots. (line 27)
|
3396
|
+
* mpz_perfect_square_p: Integer Roots. (line 36)
|
3397
|
+
* mpz_popcount: Integer Logic and Bit Fiddling.
|
3398
|
+
(line 23)
|
3399
|
+
* mpz_pow_ui: Integer Exponentiation.
|
3400
|
+
(line 31)
|
3401
|
+
* mpz_powm: Integer Exponentiation.
|
3402
|
+
(line 8)
|
3403
|
+
* mpz_powm_sec: Integer Exponentiation.
|
3404
|
+
(line 18)
|
3405
|
+
* mpz_powm_ui: Integer Exponentiation.
|
3406
|
+
(line 10)
|
3407
|
+
* mpz_primorial_ui: Number Theoretic Functions.
|
3408
|
+
(line 118)
|
3409
|
+
* mpz_probab_prime_p: Number Theoretic Functions.
|
3410
|
+
(line 7)
|
3411
|
+
* mpz_random: Integer Random Numbers.
|
3412
|
+
(line 42)
|
3413
|
+
* mpz_random2: Integer Random Numbers.
|
3414
|
+
(line 51)
|
3415
|
+
* mpz_realloc2: Initializing Integers.
|
3416
|
+
(line 57)
|
3417
|
+
* mpz_remove: Number Theoretic Functions.
|
3418
|
+
(line 105)
|
3419
|
+
* mpz_root: Integer Roots. (line 7)
|
3420
|
+
* mpz_rootrem: Integer Roots. (line 13)
|
3421
|
+
* mpz_rrandomb: Integer Random Numbers.
|
3422
|
+
(line 31)
|
3423
|
+
* mpz_scan0: Integer Logic and Bit Fiddling.
|
3424
|
+
(line 37)
|
3425
|
+
* mpz_scan1: Integer Logic and Bit Fiddling.
|
3426
|
+
(line 38)
|
3427
|
+
* mpz_set: Assigning Integers. (line 10)
|
3428
|
+
* mpz_set_d: Assigning Integers. (line 13)
|
3429
|
+
* mpz_set_f: Assigning Integers. (line 15)
|
3430
|
+
* mpz_set_q: Assigning Integers. (line 14)
|
3431
|
+
* mpz_set_si: Assigning Integers. (line 12)
|
3432
|
+
* mpz_set_str: Assigning Integers. (line 21)
|
3433
|
+
* mpz_set_ui: Assigning Integers. (line 11)
|
3434
|
+
* mpz_setbit: Integer Logic and Bit Fiddling.
|
3435
|
+
(line 51)
|
3436
|
+
* mpz_sgn: Integer Comparisons. (line 28)
|
3437
|
+
* mpz_si_kronecker: Number Theoretic Functions.
|
3438
|
+
(line 92)
|
3439
|
+
* mpz_size: Integer Special Functions.
|
3440
|
+
(line 68)
|
3441
|
+
* mpz_sizeinbase: Miscellaneous Integer Functions.
|
3442
|
+
(line 23)
|
3443
|
+
* mpz_sqrt: Integer Roots. (line 17)
|
3444
|
+
* mpz_sqrtrem: Integer Roots. (line 20)
|
3445
|
+
* mpz_sub: Integer Arithmetic. (line 12)
|
3446
|
+
* mpz_sub_ui: Integer Arithmetic. (line 14)
|
3447
|
+
* mpz_submul: Integer Arithmetic. (line 30)
|
3448
|
+
* mpz_submul_ui: Integer Arithmetic. (line 32)
|
3449
|
+
* mpz_swap: Assigning Integers. (line 37)
|
3450
|
+
* mpz_t: Nomenclature and Types.
|
3451
|
+
(line 6)
|
3452
|
+
* mpz_tdiv_q: Integer Division. (line 41)
|
3453
|
+
* mpz_tdiv_q_2exp: Integer Division. (line 52)
|
3454
|
+
* mpz_tdiv_q_ui: Integer Division. (line 45)
|
3455
|
+
* mpz_tdiv_qr: Integer Division. (line 43)
|
3456
|
+
* mpz_tdiv_qr_ui: Integer Division. (line 49)
|
3457
|
+
* mpz_tdiv_r: Integer Division. (line 42)
|
3458
|
+
* mpz_tdiv_r_2exp: Integer Division. (line 53)
|
3459
|
+
* mpz_tdiv_r_ui: Integer Division. (line 47)
|
3460
|
+
* mpz_tdiv_ui: Integer Division. (line 51)
|
3461
|
+
* mpz_tstbit: Integer Logic and Bit Fiddling.
|
3462
|
+
(line 60)
|
3463
|
+
* mpz_ui_kronecker: Number Theoretic Functions.
|
3464
|
+
(line 93)
|
3465
|
+
* mpz_ui_pow_ui: Integer Exponentiation.
|
3466
|
+
(line 33)
|
3467
|
+
* mpz_ui_sub: Integer Arithmetic. (line 16)
|
3468
|
+
* mpz_urandomb: Integer Random Numbers.
|
3469
|
+
(line 14)
|
3470
|
+
* mpz_urandomm: Integer Random Numbers.
|
3471
|
+
(line 23)
|
3472
|
+
* mpz_xor: Integer Logic and Bit Fiddling.
|
3473
|
+
(line 17)
|
3474
|
+
* operator"" <1>: C++ Interface Integers.
|
3475
|
+
(line 30)
|
3476
|
+
* operator"" <2>: C++ Interface Floats.
|
3477
|
+
(line 56)
|
3478
|
+
* operator"": C++ Interface Rationals.
|
3479
|
+
(line 38)
|
3480
|
+
* operator%: C++ Interface Integers.
|
3481
|
+
(line 35)
|
3482
|
+
* operator/: C++ Interface Integers.
|
3483
|
+
(line 34)
|
3484
|
+
* operator<<: C++ Formatted Output.
|
3485
|
+
(line 20)
|
3486
|
+
* operator>> <1>: C++ Interface Rationals.
|
3487
|
+
(line 85)
|
3488
|
+
* operator>>: C++ Formatted Input. (line 25)
|
3489
|
+
* sgn <1>: C++ Interface Rationals.
|
3490
|
+
(line 56)
|
3491
|
+
* sgn <2>: C++ Interface Integers.
|
3492
|
+
(line 62)
|
3493
|
+
* sgn: C++ Interface Floats.
|
3494
|
+
(line 102)
|
3495
|
+
* sqrt <1>: C++ Interface Integers.
|
3496
|
+
(line 63)
|
3497
|
+
* sqrt: C++ Interface Floats.
|
3498
|
+
(line 103)
|
3499
|
+
* swap <1>: C++ Interface Floats.
|
3500
|
+
(line 105)
|
3501
|
+
* swap <2>: C++ Interface Integers.
|
3502
|
+
(line 65)
|
3503
|
+
* swap: C++ Interface Rationals.
|
3504
|
+
(line 58)
|
3505
|
+
* trunc: C++ Interface Floats.
|
3506
|
+
(line 106)
|
3507
|
+
|
3508
|
+
|
3509
|
+
|
3510
|
+
|
3511
|
+
Local Variables:
|
3512
|
+
coding: iso-8859-1
|
3513
|
+
End:
|