├── .gitignore ├── COPYING ├── Makefile ├── README ├── ansi-tests ├── ISSUES ├── README ├── TODO ├── abort.lsp ├── abs.lsp ├── acons.lsp ├── acos.lsp ├── acosh.lsp ├── add-method.lsp ├── adjoin.lsp ├── adjust-array.lsp ├── adjustable-array-p.lsp ├── allocate-instance.lsp ├── and.lsp ├── ansi-aux-macros.lsp ├── ansi-aux.lsp ├── append.lsp ├── apply.lsp ├── apropos-list.lsp ├── apropos.lsp ├── aref.lsp ├── arithmetic-error.lsp ├── array-as-class.lsp ├── array-aux.lsp ├── array-dimension.lsp ├── array-dimensions.lsp ├── array-displacement.lsp ├── array-element-type.lsp ├── array-has-fill-pointer-p.lsp ├── array-in-bounds-p.lsp ├── array-misc.lsp ├── array-rank.lsp ├── array-row-major-index.lsp ├── array-t.lsp ├── array-total-size.lsp ├── array.lsp ├── arrayp.lsp ├── ash.lsp ├── asin.lsp ├── asinh.lsp ├── assert.lsp ├── assoc-if-not.lsp ├── assoc-if.lsp ├── assoc.lsp ├── atan.lsp ├── atanh.lsp ├── atom-errors.lsp ├── atom.lsp ├── backquote-aux.lsp ├── base-string.lsp ├── bit-and.lsp ├── bit-andc1.lsp ├── bit-andc2.lsp ├── bit-aux.lsp ├── bit-eqv.lsp ├── bit-ior.lsp ├── bit-nand.lsp ├── bit-nor.lsp ├── bit-not.lsp ├── bit-orc1.lsp ├── bit-orc2.lsp ├── bit-vector-p.lsp ├── bit-vector.lsp ├── bit-xor.lsp ├── bit.lsp ├── block.lsp ├── boole.lsp ├── boundp.lsp ├── broadcast-stream-streams.lsp ├── butlast.lsp ├── byte.lsp ├── call-arguments-limit.lsp ├── call-next-method.lsp ├── case.lsp ├── catch.lsp ├── ccase.lsp ├── ceiling-aux.lsp ├── ceiling.lsp ├── cell-error-name.lsp ├── cerror.lsp ├── change-class.lsp ├── char-aux.lsp ├── char-compare.lsp ├── char-schar.lsp ├── character.lsp ├── check-type.lsp ├── cis.lsp ├── cl-symbol-names.lsp ├── cl-symbols-aux.lsp ├── cl-symbols.lsp ├── cl-test-package.lsp ├── class-name.lsp ├── class-of.lsp ├── class-precedence-lists.lsp ├── clear-input.lsp ├── clear-output.lsp ├── clrhash.lsp ├── coerce.lsp ├── compile-and-load.lsp ├── compile-file-test-file-2.lsp ├── compile-file-test-file-2a.lsp ├── compile-file-test-file-3.lsp ├── compile-file-test-file-4.lsp ├── compile-file-test-file-5.lsp ├── compile-file-test-file.lsp ├── compile-file.lsp ├── compile.lsp ├── compiled-function-p.lsp ├── compileit.lsp ├── compiler-macros.lsp ├── complement.lsp ├── complex.lsp ├── complexp.lsp ├── compute-applicable-methods.lsp ├── compute-restarts.lsp ├── concatenate.lsp ├── concatenated-stream-streams.lsp ├── cond.lsp ├── condition.lsp ├── conjugate.lsp ├── cons-aux.lsp ├── cons-test-01.lsp ├── cons-test-03.lsp ├── cons-test-05.lsp ├── cons.lsp ├── consp.lsp ├── constantly.lsp ├── constantp.lsp ├── continue.lsp ├── copy-alist.lsp ├── copy-list.lsp ├── copy-pprint-dispatch.lsp ├── copy-readtable.lsp ├── copy-seq.lsp ├── copy-symbol.lsp ├── copy-tree.lsp ├── cos.lsp ├── cosh.lsp ├── count-if-not.lsp ├── count-if.lsp ├── count.lsp ├── ctypecase.lsp ├── cxr.lsp ├── data-and-control-flow.lsp ├── decf.lsp ├── declaim.lsp ├── declaration.lsp ├── decode-universal-time.lsp ├── defclass-01.lsp ├── defclass-02.lsp ├── defclass-03.lsp ├── defclass-aux.lsp ├── defclass-errors.lsp ├── defclass-forward-reference.lsp ├── defclass.lsp ├── defconstant.lsp ├── defgeneric-method-combination-and.lsp ├── defgeneric-method-combination-append.lsp ├── defgeneric-method-combination-aux.lsp ├── defgeneric-method-combination-list.lsp ├── defgeneric-method-combination-max.lsp ├── defgeneric-method-combination-min.lsp ├── defgeneric-method-combination-nconc.lsp ├── defgeneric-method-combination-or.lsp ├── defgeneric-method-combination-plus.lsp ├── defgeneric-method-combination-progn.lsp ├── defgeneric.lsp ├── define-compiler-macro.lsp ├── define-condition-aux.lsp ├── define-condition.lsp ├── define-method-combination-long-form.lsp ├── define-method-combination.lsp ├── define-modify-macro.lsp ├── define-setf-expander.lsp ├── define-symbol-macro.lsp ├── defmacro.lsp ├── defmethod.lsp ├── defpackage.lsp ├── defparameter.lsp ├── defsetf.lsp ├── deftype.lsp ├── defun.lsp ├── defvar.lsp ├── delete-file.lsp ├── delete-package.lsp ├── deposit-field.lsp ├── describe.lsp ├── destructuring-bind.lsp ├── directory-namestring.lsp ├── directory.lsp ├── disassemble.lsp ├── dispatch-macro-characters.lsp ├── divide.lsp ├── division-aux.lsp ├── do-all-symbols.lsp ├── do-external-symbols.lsp ├── do-symbols.lsp ├── do.lsp ├── documentation.lsp ├── doit.lsp ├── doit1.lsp ├── doit2.lsp ├── dolist.lsp ├── dostar.lsp ├── dotimes.lsp ├── dpb.lsp ├── dribble.lsp ├── dynamic-extent.lsp ├── ecase.lsp ├── echo-stream-input-stream.lsp ├── echo-stream-output-stream.lsp ├── ed.lsp ├── elt.lsp ├── encode-universal-time.lsp ├── endp.lsp ├── enough-namestring.lsp ├── ensure-directories-exist.lsp ├── ensure-generic-function.lsp ├── environment-functions.lsp ├── epsilons.lsp ├── eql.lsp ├── equal.lsp ├── equalp.lsp ├── error.lsp ├── etypecase.lsp ├── eval-and-compile.lsp ├── eval-when.lsp ├── eval.lsp ├── evenp.lsp ├── every.lsp ├── exp-aux.lsp ├── exp.lsp ├── export.lsp ├── expt.lsp ├── fboundp.lsp ├── fceiling-aux.lsp ├── fceiling.lsp ├── fdefinition.lsp ├── features.lsp ├── ffloor-aux.lsp ├── ffloor.lsp ├── file-author.lsp ├── file-error.lsp ├── file-length.lsp ├── file-namestring.lsp ├── file-position.lsp ├── file-string-length.lsp ├── file-write-date.lsp ├── fill-pointer.lsp ├── fill-strings.lsp ├── fill.lsp ├── find-all-symbols.lsp ├── find-class.lsp ├── find-if-not.lsp ├── find-if.lsp ├── find-method.lsp ├── find-package.lsp ├── find-symbol.lsp ├── find.lsp ├── finish-output.lsp ├── flet.lsp ├── float.lsp ├── floatp.lsp ├── floor-aux.lsp ├── floor.lsp ├── fmakunbound.lsp ├── force-output.lsp ├── format-a.lsp ├── format-ampersand.lsp ├── format-b.lsp ├── format-brace.lsp ├── format-c.lsp ├── format-circumflex.lsp ├── format-conditional.lsp ├── format-d.lsp ├── format-f.lsp ├── format-goto.lsp ├── format-i.lsp ├── format-justify.lsp ├── format-logical-block.lsp ├── format-newline.lsp ├── format-o.lsp ├── format-p.lsp ├── format-page.lsp ├── format-paren.lsp ├── format-percent.lsp ├── format-question.lsp ├── format-r.lsp ├── format-s.lsp ├── format-slash.lsp ├── format-t.lsp ├── format-tilde.lsp ├── format-underscore.lsp ├── format-x.lsp ├── format.lsp ├── formatter-c.lsp ├── fresh-line.lsp ├── fround-aux.lsp ├── fround.lsp ├── ftruncate-aux.lsp ├── ftruncate.lsp ├── funcall.lsp ├── function-lambda-expression.lsp ├── function.lsp ├── functionp.lsp ├── gcd-aux.lsp ├── gcd.lsp ├── gclload.lsp ├── gclload1.lsp ├── gclload2.lsp ├── gensym.lsp ├── gentemp.lsp ├── get-internal-time.lsp ├── get-macro-character.lsp ├── get-output-stream-string.lsp ├── get-properties.lsp ├── get-setf-expansion.lsp ├── get-universal-time.lsp ├── get.lsp ├── getf.lsp ├── gethash.lsp ├── handler-bind.lsp ├── handler-case.lsp ├── hash-table-aux.lsp ├── hash-table-count.lsp ├── hash-table-p.lsp ├── hash-table-rehash-size.lsp ├── hash-table-rehash-threshold.lsp ├── hash-table-size.lsp ├── hash-table-test.lsp ├── hash-table.lsp ├── host-namestring.lsp ├── identity.lsp ├── if.lsp ├── ignorable.lsp ├── ignore-errors.lsp ├── ignore.lsp ├── imagpart.lsp ├── import.lsp ├── in-package.lsp ├── incf.lsp ├── input-stream-p.lsp ├── inspect.lsp ├── integer-length.lsp ├── integerp.lsp ├── interactive-stream-p.lsp ├── intern.lsp ├── intersection.lsp ├── invoke-debugger.lsp ├── isqrt.lsp ├── keyword.lsp ├── keywordp.lsp ├── labels.lsp ├── lambda-list-keywords.lsp ├── lambda-parameters-limit.lsp ├── lambda.lsp ├── last.lsp ├── lcm.lsp ├── ldb.lsp ├── ldiff.lsp ├── length.lsp ├── let.lsp ├── letstar.lsp ├── list-all-packages.lsp ├── list-length.lsp ├── list.lsp ├── listen.lsp ├── listp.lsp ├── load-arrays.lsp ├── load-characters.lsp ├── load-conditions.lsp ├── load-cons.lsp ├── load-data-and-control-flow.lsp ├── load-environment.lsp ├── load-eval-and-compile.lsp ├── load-files.lsp ├── load-format.lsp ├── load-hash-tables.lsp ├── load-iteration.lsp ├── load-logical-pathname-translations.lsp ├── load-misc.lsp ├── load-numbers.lsp ├── load-objects.lsp ├── load-packages.lsp ├── load-pathnames.lsp ├── load-printer.lsp ├── load-reader.lsp ├── load-sequences.lsp ├── load-streams.lsp ├── load-strings.lsp ├── load-structures.lsp ├── load-symbols.lsp ├── load-system-construction.lsp ├── load-test-file-2.lsp ├── load-test-file.lsp ├── load-types-and-class.lsp ├── load.lsp ├── locally.lsp ├── log.lsp ├── logand.lsp ├── logandc1.lsp ├── logandc2.lsp ├── logbitp.lsp ├── logcount.lsp ├── logeqv.lsp ├── logical-pathname-translations.lsp ├── logical-pathname.lsp ├── logior.lsp ├── lognand.lsp ├── lognor.lsp ├── lognot.lsp ├── logorc1.lsp ├── logorc2.lsp ├── logtest.lsp ├── logxor.lsp ├── loop.lsp ├── loop1.lsp ├── loop10.lsp ├── loop11.lsp ├── loop12.lsp ├── loop13.lsp ├── loop14.lsp ├── loop15.lsp ├── loop16.lsp ├── loop17.lsp ├── loop2.lsp ├── loop3.lsp ├── loop4.lsp ├── loop5.lsp ├── loop6.lsp ├── loop7.lsp ├── loop8.lsp ├── loop9.lsp ├── macro-function.lsp ├── macroexpand-1.lsp ├── macroexpand.lsp ├── macrolet.lsp ├── make-array.lsp ├── make-broadcast-stream.lsp ├── make-concatenated-stream.lsp ├── make-condition.lsp ├── make-echo-stream.lsp ├── make-hash-table.lsp ├── make-instance.lsp ├── make-instances-obsolete.lsp ├── make-list.lsp ├── make-load-form-saving-slots.lsp ├── make-load-form.lsp ├── make-package.lsp ├── make-pathname.lsp ├── make-random-element-of.lsp ├── make-random-state.lsp ├── make-sequence.lsp ├── make-string-input-stream.lsp ├── make-string-output-stream.lsp ├── make-string.lsp ├── make-symbol.lsp ├── make-synonym-stream.lsp ├── make-tar ├── make-two-way-stream.lsp ├── makefile ├── makunbound.lsp ├── map-into.lsp ├── map.lsp ├── mapc.lsp ├── mapcan.lsp ├── mapcar.lsp ├── mapcon.lsp ├── maphash.lsp ├── mapl.lsp ├── maplist.lsp ├── mask-field.lsp ├── max.lsp ├── member-if-not.lsp ├── member-if.lsp ├── member.lsp ├── merge-pathnames.lsp ├── merge.lsp ├── method-qualifiers.lsp ├── min.lsp ├── minus.lsp ├── minusp.lsp ├── misc-cmucl-type-prop.lsp ├── misc.lsp ├── mismatch.lsp ├── modules.lsp ├── modules7.lsp ├── modules8a.lsp ├── modules8b.lsp ├── muffle-warning.lsp ├── multiple-value-bind.lsp ├── multiple-value-call.lsp ├── multiple-value-list.lsp ├── multiple-value-prog1.lsp ├── multiple-value-setq.lsp ├── name-char.lsp ├── namestring.lsp ├── nbutlast.lsp ├── nconc.lsp ├── next-method-p.lsp ├── nil.lsp ├── nintersection.lsp ├── no-applicable-method.lsp ├── no-next-method.lsp ├── not-and-null.lsp ├── notany.lsp ├── notes.lsp ├── notevery.lsp ├── nreconc.lsp ├── nreverse.lsp ├── nset-difference.lsp ├── nset-exclusive-or.lsp ├── nstring-capitalize.lsp ├── nstring-downcase.lsp ├── nstring-upcase.lsp ├── nsublis.lsp ├── nsubst-if-not.lsp ├── nsubst-if.lsp ├── nsubst.lsp ├── nsubstitute-if-not.lsp ├── nsubstitute-if.lsp ├── nsubstitute.lsp ├── nth-value.lsp ├── nth.lsp ├── nthcdr.lsp ├── number-comparison.lsp ├── numberp.lsp ├── numbers-aux.lsp ├── numerator-denominator.lsp ├── nunion.lsp ├── oddp.lsp ├── oneminus.lsp ├── oneplus.lsp ├── open-stream-p.lsp ├── open.lsp ├── optimize.lsp ├── or.lsp ├── output-stream-p.lsp ├── package-aux.lsp ├── package-error-package.lsp ├── package-error.lsp ├── package-name.lsp ├── package-nicknames.lsp ├── package-shadowing-symbols.lsp ├── package-use-list.lsp ├── package-used-by-list.lsp ├── packagep.lsp ├── packages-00.lsp ├── pairlis.lsp ├── parse-integer.lsp ├── parse-namestring.lsp ├── pathname-device.lsp ├── pathname-directory.lsp ├── pathname-host.lsp ├── pathname-match-p.lsp ├── pathname-name.lsp ├── pathname-type.lsp ├── pathname-version.lsp ├── pathname.lsp ├── pathnamep.lsp ├── pathnames-aux.lsp ├── pathnames.lsp ├── pattern-match.lsp ├── peek-char.lsp ├── phase.lsp ├── places.lsp ├── plus.lsp ├── plusp.lsp ├── pop.lsp ├── position-if-not.lsp ├── position-if.lsp ├── position.lsp ├── pprint-dispatch.lsp ├── pprint-exit-if-list-exhausted.lsp ├── pprint-fill.lsp ├── pprint-indent.lsp ├── pprint-linear.lsp ├── pprint-logical-block.lsp ├── pprint-newline.lsp ├── pprint-tab.lsp ├── pprint-tabular.lsp ├── pprint.lsp ├── prin1-to-string.lsp ├── prin1.lsp ├── princ-to-string.lsp ├── princ.lsp ├── print-array.lsp ├── print-backquote.lsp ├── print-bit-vector.lsp ├── print-characters.lsp ├── print-complex.lsp ├── print-cons.lsp ├── print-floats.lsp ├── print-integers.lsp ├── print-length.lsp ├── print-level.lsp ├── print-lines.lsp ├── print-pathname.lsp ├── print-random-state.lsp ├── print-ratios.lsp ├── print-strings.lsp ├── print-structure.lsp ├── print-symbols.lsp ├── print-unreadable-object.lsp ├── print-vector.lsp ├── print.lsp ├── printer-aux.lsp ├── printer-control-vars.lsp ├── probe-file.lsp ├── proclaim.lsp ├── prog.lsp ├── prog1.lsp ├── prog2.lsp ├── progn.lsp ├── progv.lsp ├── psetf.lsp ├── psetq.lsp ├── push.lsp ├── pushnew.lsp ├── random-aux.lsp ├── random-class-aux.lsp ├── random-class.lsp ├── random-int-form.lsp ├── random-intern.lsp ├── random-state-p.lsp ├── random-type-prop-tests-01.lsp ├── random-type-prop-tests-02.lsp ├── random-type-prop-tests-03.lsp ├── random-type-prop-tests-04.lsp ├── random-type-prop-tests-05.lsp ├── random-type-prop-tests-06.lsp ├── random-type-prop-tests-07.lsp ├── random-type-prop-tests-08.lsp ├── random-type-prop-tests-09.lsp ├── random-type-prop-tests-10.lsp ├── random-type-prop-tests-structs.lsp ├── random-type-prop-tests.lsp ├── random-type-prop.lsp ├── random-types.lsp ├── random.lsp ├── rassoc-if-not.lsp ├── rassoc-if.lsp ├── rassoc.lsp ├── rational.lsp ├── rationalize.lsp ├── rationalp.lsp ├── read-byte.lsp ├── read-char-no-hang.lsp ├── read-char.lsp ├── read-delimited-list.lsp ├── read-from-string.lsp ├── read-line.lsp ├── read-preserving-whitespace.lsp ├── read-sequence.lsp ├── read-suppress.lsp ├── read.lsp ├── reader-aux.lsp ├── reader-test.lsp ├── readtable-case.lsp ├── readtablep.lsp ├── real.lsp ├── realp.lsp ├── realpart.lsp ├── reduce.lsp ├── reinitialize-instance.lsp ├── remf.lsp ├── remhash.lsp ├── remove-aux.lsp ├── remove-duplicates-aux.lsp ├── remove-duplicates.lsp ├── remove-method.lsp ├── remove.lsp ├── remprop.lsp ├── rename-file.lsp ├── rename-package.lsp ├── replace.lsp ├── rest.lsp ├── restart-bind.lsp ├── restart-case.lsp ├── return-from.lsp ├── return.lsp ├── revappend.lsp ├── reverse.lsp ├── roman-numerals.lsp ├── room.lsp ├── rotatef.lsp ├── round-aux.lsp ├── round.lsp ├── row-major-aref.lsp ├── rplaca.lsp ├── rplacd.lsp ├── rt-acl.system ├── rt-doc.txt ├── rt-package.lsp ├── rt-test.lsp ├── rt.lsp ├── rt.system ├── sbit.lsp ├── search-aux.lsp ├── search-bitvector.lsp ├── search-list.lsp ├── search-string.lsp ├── search-vector.lsp ├── set-difference.lsp ├── set-exclusive-or.lsp ├── set-macro-character.lsp ├── set-syntax-from-char.lsp ├── set.lsp ├── shadow.lsp ├── shadowing-import.lsp ├── shared-initialize.lsp ├── shiftf.lsp ├── signum.lsp ├── simple-array-t.lsp ├── simple-array.lsp ├── simple-base-string.lsp ├── simple-bit-vector-p.lsp ├── simple-bit-vector.lsp ├── simple-string-p.lsp ├── simple-string.lsp ├── simple-vector-p.lsp ├── sin.lsp ├── sinh.lsp ├── sleep.lsp ├── slot-boundp.lsp ├── slot-exists-p.lsp ├── slot-makunbound.lsp ├── slot-missing.lsp ├── slot-unbound.lsp ├── slot-value.lsp ├── some.lsp ├── sort-aux.lsp ├── sort.lsp ├── special-operator-p.lsp ├── special.lsp ├── sqrt.lsp ├── stable-sort.lsp ├── standard-generic-function.lsp ├── store-value.lsp ├── stream-element-type.lsp ├── stream-error-stream.lsp ├── stream-external-format.lsp ├── streamp.lsp ├── string-aux.lsp ├── string-capitalize.lsp ├── string-comparisons.lsp ├── string-downcase.lsp ├── string-left-trim.lsp ├── string-right-trim.lsp ├── string-trim.lsp ├── string-upcase.lsp ├── string.lsp ├── stringp.lsp ├── structure-00.lsp ├── structures-01.lsp ├── structures-02.lsp ├── structures-03.lsp ├── structures-04.lsp ├── sublis.lsp ├── subseq-aux.lsp ├── subseq.lsp ├── subsetp.lsp ├── subst-if-not.lsp ├── subst-if.lsp ├── subst.lsp ├── substitute-if-not.lsp ├── substitute-if.lsp ├── substitute.lsp ├── subtypep-array.lsp ├── subtypep-complex.lsp ├── subtypep-cons.lsp ├── subtypep-eql.lsp ├── subtypep-float.lsp ├── subtypep-function.lsp ├── subtypep-integer.lsp ├── subtypep-member.lsp ├── subtypep-rational.lsp ├── subtypep-real.lsp ├── subtypep.lsp ├── svref.lsp ├── sxhash.lsp ├── symbol-function.lsp ├── symbol-macrolet.lsp ├── symbol-name.lsp ├── symbolp.lsp ├── synonym-stream-symbol.lsp ├── syntax-tokens.lsp ├── syntax.lsp ├── t.lsp ├── tagbody.lsp ├── tailp.lsp ├── tan.lsp ├── tanh.lsp ├── terpri.lsp ├── the.lsp ├── time.lsp ├── times-aux.lsp ├── times.lsp ├── trace.lsp ├── translate-logical-pathname.lsp ├── tree-equal.lsp ├── truename.lsp ├── truncate-aux.lsp ├── truncate.lsp ├── two-way-stream-input-stream.lsp ├── two-way-stream-output-stream.lsp ├── type-of.lsp ├── type.lsp ├── typecase.lsp ├── typep.lsp ├── types-and-class-2.lsp ├── types-and-class.lsp ├── types-aux.lsp ├── unbound-slot.lsp ├── unexport.lsp ├── unintern.lsp ├── union.lsp ├── universe.lsp ├── unless.lsp ├── unread-char.lsp ├── unuse-package.lsp ├── unwind-protect.lsp ├── update-instance-for-different-class.lsp ├── upgraded-array-element-type.lsp ├── upgraded-complex-part-type.lsp ├── use-package.lsp ├── use-value.lsp ├── user-homedir-pathname.lsp ├── values-list.lsp ├── values.lsp ├── vector-pop.lsp ├── vector-push-extend.lsp ├── vector-push.lsp ├── vector.lsp ├── vectorp.lsp ├── warn.lsp ├── when.lsp ├── wild-pathname-p.lsp ├── with-accessors.lsp ├── with-compilation-unit.lsp ├── with-condition-restarts.lsp ├── with-hash-table-iterator.lsp ├── with-input-from-string.lsp ├── with-open-file.lsp ├── with-open-stream.lsp ├── with-output-to-string.lsp ├── with-package-iterator.lsp ├── with-simple-restart.lsp ├── with-slots.lsp ├── with-standard-io-syntax.lsp ├── write-char.lsp ├── write-line.lsp ├── write-sequence.lsp ├── write-string.lsp ├── write-to-string.lsp ├── write.lsp └── zerop.lsp ├── benchmarks ├── bench-clos.lisp ├── gzshootout.lisp ├── md5.lisp ├── ray1.lisp ├── ray2.lisp └── ray5.lisp ├── clisp-tests ├── clos.tst ├── hash-classes.lisp ├── mop-aux.lisp ├── mop.tst └── tests.lisp ├── clos ├── clos.lisp ├── defclass.lisp ├── define-method-combination.lisp ├── defmethod.lisp └── initialize-classes.lisp ├── compiler ├── asm.lisp ├── assembler.lisp ├── compile-file.lisp ├── compiler.lisp ├── defs.lisp ├── derive-type.lisp ├── dump-form.lisp ├── install-p2-handlers.lisp ├── ir2-defs.lisp ├── known-functions.lisp ├── load-compiler.lisp ├── p2-arith.lisp ├── p2-ash.lisp ├── p2-call.lisp ├── p2-check-fixnum-bounds.lisp ├── p2-cxr.lisp ├── p2-function-prolog.lisp ├── p2-length.lisp ├── p2-multiple-value-prog1.lisp ├── p2-require-type-handlers.lisp ├── p2-type-predicates.lisp ├── p2-vector-ref.lisp ├── p2.lisp ├── p3.lisp ├── policy.lisp ├── source-transforms.lisp ├── with-compilation-unit.lisp ├── x86-64 │ ├── asm-x86-64.lisp │ ├── p2-x86-64.lisp │ └── p3-x86-64.lisp └── x86 │ ├── asm-x86.lisp │ ├── p2-x86.lisp │ └── p3-x86.lisp ├── examples └── .xclrc ├── gc ├── AmigaOS.c ├── BCC_MAKEFILE ├── ChangeLog ├── EMX_MAKEFILE ├── MacOS.c ├── MacProjects.sit.hqx ├── Mac_files │ ├── MacOS_Test_config.h │ ├── MacOS_config.h │ ├── dataend.c │ └── datastart.c ├── Makefile ├── Makefile.DLLs ├── Makefile.am ├── Makefile.direct ├── Makefile.dj ├── Makefile.in ├── NT_MAKEFILE ├── NT_STATIC_THREADS_MAKEFILE ├── NT_THREADS_MAKEFILE ├── NT_X64_STATIC_THREADS_MAKEFILE ├── NT_X64_THREADS_MAKEFILE ├── OS2_MAKEFILE ├── PCR-Makefile ├── README.QUICK ├── SMakefile.amiga ├── WCC_MAKEFILE ├── acinclude.m4 ├── aclocal.m4 ├── add_gc_prefix.c ├── allchblk.c ├── alloc.c ├── alpha_mach_dep.S ├── backgraph.c ├── bdw-gc.pc ├── bdw-gc.pc.in ├── blacklst.c ├── build_atomic_ops.sh ├── build_atomic_ops.sh.cygwin ├── callprocs ├── checksums.c ├── compile ├── config.guess ├── config.sub ├── configure ├── configure.ac ├── configure.host ├── cord │ ├── cord.am │ ├── cordbscs.c │ ├── cordprnt.c │ ├── cordtest.c │ ├── cordxtra.c │ ├── de.c │ ├── de_cmds.h │ ├── de_win.ICO │ ├── de_win.RC │ ├── de_win.c │ └── de_win.h ├── darwin_stop_world.c ├── dbg_mlc.c ├── depcomp ├── digimars.mak ├── doc │ ├── README │ ├── README.DGUX386 │ ├── README.Mac │ ├── README.MacOSX │ ├── README.OS2 │ ├── README.amiga │ ├── README.arm.cross │ ├── README.autoconf │ ├── README.changes │ ├── README.contributors │ ├── README.cords │ ├── README.darwin │ ├── README.dj │ ├── README.environment │ ├── README.ews4800 │ ├── README.hp │ ├── README.linux │ ├── README.macros │ ├── README.rs6000 │ ├── README.sgi │ ├── README.solaris2 │ ├── README.uts │ ├── README.win32 │ ├── README.win64 │ ├── barrett_diagram │ ├── debugging.html │ ├── doc.am │ ├── gc.man │ ├── gcdescr.html │ ├── gcinterface.html │ ├── leak.html │ ├── overview.html │ ├── porting.html │ ├── scale.html │ ├── simple_example.html │ └── tree.html ├── dyn_load.c ├── finalize.c ├── gc.mak ├── gc_cpp.cc ├── gc_cpp.cpp ├── gc_dlopen.c ├── gcj_mlc.c ├── gcname.c ├── headers.c ├── hpux_test_and_clear.s ├── ia64_save_regs_in_stack.s ├── if_mach.c ├── if_not_there.c ├── include │ ├── cord.h │ ├── ec.h │ ├── extra │ │ ├── gc.h │ │ └── gc_cpp.h │ ├── gc.h │ ├── gc_allocator.h │ ├── gc_amiga_redirects.h │ ├── gc_backptr.h │ ├── gc_config_macros.h │ ├── gc_cpp.h │ ├── gc_gcj.h │ ├── gc_inline.h │ ├── gc_mark.h │ ├── gc_pthread_redirects.h │ ├── gc_tiny_fl.h │ ├── gc_typed.h │ ├── gc_version.h │ ├── include.am │ ├── javaxfc.h │ ├── leak_detector.h │ ├── new_gc_alloc.h │ ├── private │ │ ├── cord_pos.h │ │ ├── darwin_semaphore.h │ │ ├── darwin_stop_world.h │ │ ├── dbg_mlc.h │ │ ├── gc_hdrs.h │ │ ├── gc_locks.h │ │ ├── gc_pmark.h │ │ ├── gc_priv.h │ │ ├── gcconfig.h │ │ ├── msvc_dbg.h │ │ ├── pthread_stop_world.h │ │ ├── pthread_support.h │ │ ├── specific.h │ │ └── thread_local_alloc.h │ └── weakpointer.h ├── install-sh ├── libatomic_ops-1.2 │ ├── AUTHORS │ ├── COPYING │ ├── CVS │ │ ├── Entries │ │ ├── Repository │ │ └── Root │ ├── ChangeLog │ ├── INSTALL │ ├── Makefile.am │ ├── Makefile.in │ ├── NEWS │ ├── README │ ├── aclocal.m4 │ ├── compile │ ├── config.guess │ ├── config.sub │ ├── configure │ ├── configure.ac │ ├── depcomp │ ├── doc │ │ ├── COPYING │ │ ├── CVS │ │ │ ├── Entries │ │ │ ├── Repository │ │ │ └── Root │ │ ├── LICENSING.txt │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── README.txt │ │ ├── README_malloc.txt │ │ ├── README_stack.txt │ │ └── README_win32.txt │ ├── install-sh │ ├── missing │ ├── mkinstalldirs │ ├── src │ │ ├── CVS │ │ │ ├── Entries │ │ │ ├── Repository │ │ │ └── Root │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── Makefile.msft │ │ ├── atomic_ops.c │ │ ├── atomic_ops.h │ │ ├── atomic_ops.h.orig │ │ ├── atomic_ops │ │ │ ├── CVS │ │ │ │ ├── Entries │ │ │ │ ├── Repository │ │ │ │ └── Root │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ ├── generalize-small.h │ │ │ ├── generalize-small.template │ │ │ ├── generalize.h │ │ │ ├── generalize.h.orig │ │ │ └── sysdeps │ │ │ │ ├── CVS │ │ │ │ ├── Entries │ │ │ │ ├── Repository │ │ │ │ └── Root │ │ │ │ ├── Makefile.am │ │ │ │ ├── Makefile.am.orig │ │ │ │ ├── Makefile.in │ │ │ │ ├── README │ │ │ │ ├── acquire_release_volatile.h │ │ │ │ ├── aligned_atomic_load_store.h │ │ │ │ ├── all_acquire_release_volatile.h │ │ │ │ ├── all_aligned_atomic_load_store.h │ │ │ │ ├── all_atomic_load_store.h │ │ │ │ ├── ao_t_is_int.h │ │ │ │ ├── ao_t_is_int.h.orig │ │ │ │ ├── armcc │ │ │ │ ├── CVS │ │ │ │ │ ├── Entries │ │ │ │ │ ├── Repository │ │ │ │ │ └── Root │ │ │ │ └── arm_v6.h │ │ │ │ ├── atomic_load_store.h │ │ │ │ ├── char_acquire_release_volatile.h │ │ │ │ ├── char_atomic_load_store.h │ │ │ │ ├── emul_cas.h │ │ │ │ ├── gcc │ │ │ │ ├── CVS │ │ │ │ │ ├── Entries │ │ │ │ │ ├── Repository │ │ │ │ │ └── Root │ │ │ │ ├── alpha.h │ │ │ │ ├── arm.h │ │ │ │ ├── cris.h │ │ │ │ ├── hppa.h │ │ │ │ ├── ia64.h │ │ │ │ ├── m68k.h │ │ │ │ ├── mips.h │ │ │ │ ├── powerpc.h │ │ │ │ ├── powerpc.h.orig │ │ │ │ ├── powerpc.h.rej │ │ │ │ ├── s390.h │ │ │ │ ├── sparc.h │ │ │ │ ├── x86.h │ │ │ │ ├── x86.h.orig │ │ │ │ └── x86_64.h │ │ │ │ ├── generic_pthread.h │ │ │ │ ├── hpc │ │ │ │ ├── CVS │ │ │ │ │ ├── Entries │ │ │ │ │ ├── Repository │ │ │ │ │ └── Root │ │ │ │ ├── hppa.h │ │ │ │ └── ia64.h │ │ │ │ ├── ibmc │ │ │ │ ├── CVS │ │ │ │ │ ├── Entries │ │ │ │ │ ├── Repository │ │ │ │ │ └── Root │ │ │ │ └── powerpc.h │ │ │ │ ├── icc │ │ │ │ ├── CVS │ │ │ │ │ ├── Entries │ │ │ │ │ ├── Repository │ │ │ │ │ └── Root │ │ │ │ └── ia64.h │ │ │ │ ├── int_acquire_release_volatile.h │ │ │ │ ├── int_aligned_atomic_load_store.h │ │ │ │ ├── int_atomic_load_store.h │ │ │ │ ├── msftc │ │ │ │ ├── CVS │ │ │ │ │ ├── Entries │ │ │ │ │ ├── Repository │ │ │ │ │ └── Root │ │ │ │ ├── x86.h │ │ │ │ └── x86_64.h │ │ │ │ ├── ordered.h │ │ │ │ ├── ordered_except_wr.h │ │ │ │ ├── read_ordered.h │ │ │ │ ├── sgic │ │ │ │ └── mips.h │ │ │ │ ├── short_acquire_release_volatile.h │ │ │ │ ├── short_aligned_atomic_load_store.h │ │ │ │ ├── short_atomic_load_store.h │ │ │ │ ├── standard_ao_double_t.h │ │ │ │ ├── sunc │ │ │ │ ├── CVS │ │ │ │ │ ├── Entries │ │ │ │ │ ├── Repository │ │ │ │ │ └── Root │ │ │ │ ├── sparc.S │ │ │ │ └── sparc.h │ │ │ │ ├── test_and_set_t_is_ao_t.h │ │ │ │ └── test_and_set_t_is_char.h │ │ ├── atomic_ops_malloc.c │ │ ├── atomic_ops_malloc.h │ │ ├── atomic_ops_stack.c │ │ ├── atomic_ops_stack.h │ │ ├── atomic_ops_sysdeps.S │ │ └── config.h.in │ └── tests │ │ ├── CVS │ │ ├── Entries │ │ ├── Repository │ │ └── Root │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── list_atomic.c │ │ ├── list_atomic.template │ │ ├── run_parallel.inc │ │ ├── test_atomic.c │ │ ├── test_atomic.template │ │ ├── test_atomic_include.h │ │ ├── test_malloc.c │ │ └── test_stack.c ├── libtool.m4 ├── ltmain.sh ├── mach_dep.c ├── malloc.c ├── mallocx.c ├── mark.c ├── mark_rts.c ├── mips_sgi_mach_dep.s ├── mips_ultrix_mach_dep.s ├── misc.c ├── missing ├── mkinstalldirs ├── msvc_dbg.c ├── new_hblk.c ├── obj_map.c ├── os_dep.c ├── pcr_interface.c ├── pthread_stop_world.c ├── pthread_support.c ├── ptr_chck.c ├── real_malloc.c ├── reclaim.c ├── rs6000_mach_dep.s ├── setjmp_t.c ├── sparc_mach_dep.S ├── sparc_netbsd_mach_dep.s ├── sparc_sunos4_mach_dep.s ├── specific.c ├── stubborn.c ├── tests │ ├── huge_test.c │ ├── leak_test.c │ ├── middle.c │ ├── smash_test.c │ ├── test.c │ ├── test_cpp.cc │ ├── tests.am │ └── thread_leak_test.c ├── thread_local_alloc.c ├── threadlibs.c ├── typd_mlc.c └── win32_threads.c ├── kernel ├── .gdbinit ├── AbstractArray.cpp ├── AbstractArray.hpp ├── AbstractBitVector.cpp ├── AbstractBitVector.hpp ├── AbstractString.cpp ├── AbstractString.hpp ├── AbstractVector.cpp ├── AbstractVector.hpp ├── ArithmeticError.cpp ├── ArithmeticError.hpp ├── Array_T.cpp ├── Array_T.hpp ├── Autoload.cpp ├── Autoload.hpp ├── Bignum.cpp ├── Bignum.hpp ├── Binding.hpp ├── BitVector.cpp ├── BitVector.hpp ├── BroadcastStream.cpp ├── BroadcastStream.hpp ├── BuiltInClass.cpp ├── CellError.cpp ├── CellError.hpp ├── Closure.cpp ├── Closure.hpp ├── CompiledClosure.cpp ├── CompiledFunction.cpp ├── CompiledFunction.hpp ├── CompilerError.cpp ├── CompilerError.hpp ├── CompilerUnsupportedFeatureError.cpp ├── CompilerUnsupportedFeatureError.hpp ├── Complex.cpp ├── Complex.hpp ├── ConcatenatedStream.cpp ├── ConcatenatedStream.hpp ├── Condition.cpp ├── Condition.hpp ├── ConditionVariable.cpp ├── Cons.cpp ├── Cons.hpp ├── ControlError.cpp ├── ControlError.hpp ├── DivisionByZero.cpp ├── DivisionByZero.hpp ├── DoubleFloat.cpp ├── DoubleFloat.hpp ├── EchoStream.cpp ├── EchoStream.hpp ├── EndOfFile.cpp ├── EndOfFile.hpp ├── Environment.cpp ├── Environment.hpp ├── EqHashTable.cpp ├── EqlHashTable.cpp ├── EqualHashTable.cpp ├── EqualpHashTable.cpp ├── Error.cpp ├── Error.hpp ├── FaslReadtable.cpp ├── FaslReadtable.hpp ├── FileError.cpp ├── FileError.hpp ├── FileStream.cpp ├── FileStream.hpp ├── FloatingPointInexact.cpp ├── FloatingPointInexact.hpp ├── FloatingPointInvalidOperation.cpp ├── FloatingPointInvalidOperation.hpp ├── FloatingPointOverflow.cpp ├── FloatingPointOverflow.hpp ├── FloatingPointUnderflow.cpp ├── FloatingPointUnderflow.hpp ├── Frame.cpp ├── Frame.hpp ├── FuncallableStandardObject.cpp ├── FuncallableStandardObject.hpp ├── Function.cpp ├── Function.hpp ├── HashTable.cpp ├── HashTable.hpp ├── Layout.cpp ├── Layout.hpp ├── LogicalPathname.cpp ├── LogicalPathname.hpp ├── Macro.hpp ├── Makefile ├── Mutex.cpp ├── Mutex.hpp ├── NilVector.cpp ├── NilVector.hpp ├── Operator.hpp ├── Package.cpp ├── Package.hpp ├── PackageError.cpp ├── PackageError.hpp ├── ParseError.cpp ├── ParseError.hpp ├── Pathname.cpp ├── Pathname.hpp ├── Primitive.cpp ├── Primitive.hpp ├── PrintNotReadable.cpp ├── PrintNotReadable.hpp ├── ProgramError.cpp ├── ProgramError.hpp ├── RandomState.cpp ├── RandomState.hpp ├── Ratio.cpp ├── Ratio.hpp ├── ReaderError.cpp ├── ReaderError.hpp ├── Readtable.cpp ├── Readtable.hpp ├── Restart.cpp ├── SeriousCondition.cpp ├── SeriousCondition.hpp ├── ServerSocket.cpp ├── ServerSocket.hpp ├── SimpleArray_T.cpp ├── SimpleArray_T.hpp ├── SimpleArray_UB16_1.cpp ├── SimpleArray_UB16_1.hpp ├── SimpleArray_UB32_1.cpp ├── SimpleArray_UB32_1.hpp ├── SimpleArray_UB8_1.cpp ├── SimpleArray_UB8_1.hpp ├── SimpleBitVector.cpp ├── SimpleBitVector.hpp ├── SimpleCondition.cpp ├── SimpleCondition.hpp ├── SimpleError.cpp ├── SimpleError.hpp ├── SimpleString.cpp ├── SimpleString.hpp ├── SimpleTypeError.cpp ├── SimpleTypeError.hpp ├── SimpleVector.cpp ├── SimpleVector.hpp ├── SimpleWarning.cpp ├── SimpleWarning.hpp ├── SingleFloat.cpp ├── SingleFloat.hpp ├── SlimeInputStream.cpp ├── SlimeInputStream.hpp ├── SlimeOutputStream.cpp ├── SlimeOutputStream.hpp ├── SocketStream.cpp ├── SocketStream.hpp ├── SpecialOperator.hpp ├── StackFrame.cpp ├── StackFrame.hpp ├── StackFramePool.hpp ├── StandardGenericFunction.cpp ├── StandardObject.cpp ├── StandardObject.hpp ├── StorageCondition.cpp ├── StorageCondition.hpp ├── Stream.cpp ├── Stream.hpp ├── StreamError.cpp ├── StreamError.hpp ├── String.cpp ├── String.hpp ├── StringInputStream.cpp ├── StringOutputStream.cpp ├── StringOutputStream.hpp ├── StructureClass.cpp ├── StructureObject.cpp ├── StructureObject.hpp ├── StructureSlotDefinition.cpp ├── StructureSlotDefinition.hpp ├── StyleWarning.cpp ├── StyleWarning.hpp ├── Symbol.cpp ├── Symbol.hpp ├── SymbolHashTable.cpp ├── SymbolHashTable.hpp ├── SymbolMacro.hpp ├── SynonymStream.cpp ├── SynonymStream.hpp ├── Thread.cpp ├── Thread.hpp ├── TwoWayStream.cpp ├── TwoWayStream.hpp ├── TypeError.cpp ├── TypeError.hpp ├── TypedObject.cpp ├── TypedObject.hpp ├── UnboundSlot.cpp ├── UnboundSlot.hpp ├── UnboundVariable.cpp ├── UnboundVariable.hpp ├── UndefinedFunction.cpp ├── UndefinedFunction.hpp ├── UnwindProtect.cpp ├── UnwindProtect.hpp ├── Value.h ├── ValueCell.hpp ├── Vector_T.cpp ├── Vector_T.hpp ├── Vector_UB16.cpp ├── Vector_UB16.hpp ├── Vector_UB32.cpp ├── Vector_UB32.hpp ├── Vector_UB8.cpp ├── Vector_UB8.hpp ├── Warning.cpp ├── Warning.hpp ├── WrongNumberOfArgumentsError.cpp ├── WrongNumberOfArgumentsError.hpp ├── ZeroRankArray.cpp ├── ZeroRankArray.hpp ├── adjust_array_internal.cpp ├── arrays.cpp ├── block.cpp ├── call_depth_limit.hpp ├── catch.cpp ├── characters.cpp ├── check_ub32.hpp ├── classdefs.hpp ├── classes.cpp ├── classes.hpp ├── conditions.cpp ├── copy-seq.cpp ├── copy-vector.cpp ├── cxr.cpp ├── debug.cpp ├── delete-file.cpp ├── do.cpp ├── documentation.cpp ├── documentation.hpp ├── dolist.cpp ├── dotimes.cpp ├── eval.cpp ├── format.cpp ├── getpid.cpp ├── initialize.cpp ├── initialize_symbols.cpp ├── keywordp.hpp ├── let.cpp ├── lisp-implementation.cpp ├── lisp.cpp ├── lisp.hpp ├── list-directory.cpp ├── load.cpp ├── locally.cpp ├── machine.cpp ├── main.cpp ├── make-symbol-macro.cpp ├── make_array_internal.cpp ├── mapc.cpp ├── mapcar.cpp ├── merge-pathnames.cpp ├── multiple-value-bind.cpp ├── multiple-value-call.cpp ├── numbers.cpp ├── parse-namestring.cpp ├── peek-char.cpp ├── platform.hpp ├── position.cpp ├── primitives.cpp ├── primitives.hpp ├── print.cpp ├── probe-file.cpp ├── profiler.cpp ├── profiler.hpp ├── progv.cpp ├── rdtsc.cpp ├── reader.cpp ├── reader.hpp ├── require-type.cpp ├── run-shell-command.cpp ├── runtime.cpp ├── runtime.h ├── sockets.cpp ├── software.cpp ├── source-information.cpp ├── stack.cpp ├── streams.cpp ├── strings.cpp ├── subsetp.cpp ├── sxhash.cpp ├── symbol-macrolet.cpp ├── symbols.hpp ├── symdefs.hpp ├── tagbody.cpp ├── unwind-protect.cpp ├── uptime.cpp ├── xcl_home.cpp └── xcl_home.hpp ├── lisp ├── ackermann.lisp ├── acos.lisp ├── acosh.lisp ├── adjoin.lisp ├── adjust-array.lisp ├── all-tests.lisp ├── and.lisp ├── apply-key.lisp ├── apropos.lisp ├── asdf.lisp ├── asin.lisp ├── asinh.lisp ├── assembler-tests.lisp ├── assert.lisp ├── assoc.lisp ├── atanh.lisp ├── autoloads.lisp ├── aver.lisp ├── backquote.lisp ├── bit-array-ops.lisp ├── bit.lisp ├── boole.lisp ├── boot.lisp ├── butlast.lisp ├── canonicalize-type.lisp ├── case.lisp ├── ccase.lisp ├── check-sequence-bounds.lisp ├── check-type.lisp ├── clos-tests.lisp ├── coerce.lisp ├── compile-file-pathname.lisp ├── compile-file-tests.lisp ├── compiler-error.lisp ├── compiler-tests-aux.lisp ├── compiler-tests.lisp ├── complement.lisp ├── concatenate.lisp ├── cond.lisp ├── conjugate.lisp ├── constantly.lisp ├── copy-file.lisp ├── copy-symbol.lisp ├── cosh.lisp ├── count.lisp ├── crc40.lisp ├── ctypecase.lisp ├── cxr.lisp ├── declaim.lisp ├── defconstant.lisp ├── define-compiler-macro.lisp ├── define-modify-macro.lisp ├── define-source-transform.lisp ├── define-symbol-macro.lisp ├── defknown.lisp ├── defmacro.lisp ├── defpackage.lisp ├── defparameter.lisp ├── defsetf.lisp ├── defstruct.lisp ├── deftype.lisp ├── defvar.lisp ├── delete-duplicates.lisp ├── delete-package.lisp ├── delete.lisp ├── deposit-field.lisp ├── describe-compiler-policy.lisp ├── describe.lisp ├── destructuring-bind.lisp ├── directory.lisp ├── disasm-x86-64.lisp ├── disasm-x86.lisp ├── disasm.lisp ├── disassemble.lisp ├── do-all-symbols.lisp ├── do-external-symbols.lisp ├── do-subsequence.lisp ├── do-symbols.lisp ├── do.lisp ├── dolist.lisp ├── dotimes.lisp ├── dpb.lisp ├── dribble.lisp ├── early-macros.lisp ├── ecase.lisp ├── ed.lisp ├── enough-namestring.lisp ├── ensure-directories-exist.lisp ├── epsilons.lisp ├── etypecase.lisp ├── every.lisp ├── fceiling.lisp ├── featurep.lisp ├── ffloor.lisp ├── fib.lisp ├── file-author.lisp ├── fill.lisp ├── find-all-symbols.lisp ├── find.lisp ├── float-precision.lisp ├── format.lisp ├── fround.lisp ├── ftruncate.lisp ├── gcd.lisp ├── gentemp.lisp ├── gray-streams.lisp ├── grovel.lisp ├── inline-expansion.lisp ├── inspect.lisp ├── instruction.lisp ├── interactive-eval.lisp ├── intersection.lisp ├── invoke-debugger.lisp ├── late-setf.lisp ├── lcm.lisp ├── ldb.lisp ├── ldiff.lisp ├── list-length.lisp ├── load-initialization-files.lisp ├── load-logical-pathname-translations.lisp ├── load.lisp ├── local-variable-information.lisp ├── logical-pathname-translations.lisp ├── logical-pathname.lisp ├── loop.lisp ├── make-array.lisp ├── make-hash-table.lisp ├── make-host-1.lisp ├── make-host-2.lisp ├── make-iterator.lisp ├── make-list.lisp ├── make-load-form-saving-slots.lisp ├── make-mutex.lisp ├── make-package.lisp ├── make-sequence-of-type.lisp ├── make-sequence.lisp ├── make-socket.lisp ├── make-string-output-stream.lisp ├── make-string.lisp ├── make-thread.lisp ├── map-into.lisp ├── map.lisp ├── mapcan.lisp ├── mapcon.lisp ├── mapl.lisp ├── maplist.lisp ├── mappend.lisp ├── mask-field.lisp ├── member-if-not.lisp ├── member-if.lisp ├── member.lisp ├── merge.lisp ├── mismatch.lisp ├── multiple-value-bind.lisp ├── multiple-value-list.lisp ├── mumble.lisp ├── nbutlast.lisp ├── nintersection.lisp ├── notevery.lisp ├── nset-difference.lisp ├── nset-exclusive-or.lisp ├── nstring-capitalize.lisp ├── nstring-downcase.lisp ├── nstring-upcase.lisp ├── nsublis.lisp ├── nsubst-if-not.lisp ├── nsubst-if.lisp ├── nsubst.lisp ├── nsubstitute-if-not.lisp ├── nsubstitute-if.lisp ├── nsubstitute.lisp ├── number-tests.lisp ├── nunion.lisp ├── open.lisp ├── or.lisp ├── parse-integer.lisp ├── parse-lambda-list.lisp ├── parse-namestring.lisp ├── pathname-match-p.lisp ├── phase.lisp ├── pprint.lisp ├── precompiler.lisp ├── print-unreadable-object.lisp ├── print.lisp ├── process-command-line-arguments.lisp ├── proclaim.lisp ├── profiler.lisp ├── prog.lisp ├── provide.lisp ├── psetf.lisp ├── psetq.lisp ├── pushnew.lisp ├── query.lisp ├── read-byte.lisp ├── read-conditional.lisp ├── read-from-string.lisp ├── read-line.lisp ├── read-sequence.lisp ├── reader.lisp ├── rebuild-lisp.lisp ├── reduce.lisp ├── remf.lisp ├── remove-duplicates.lisp ├── remove.lisp ├── replace.lisp ├── require-type.lisp ├── require.lisp ├── restart.lisp ├── revappend.lisp ├── rotatef.lisp ├── round.lisp ├── rt.lisp ├── run-other-tests.lisp ├── run-random-tests.lisp ├── run-shell-command.lisp ├── sbit.lisp ├── scale-float.lisp ├── search.lisp ├── set-difference.lisp ├── set-exclusive-or.lisp ├── setf.lisp ├── shiftf.lisp ├── shrink-vector.lisp ├── signal.lisp ├── sinh.lisp ├── some.lisp ├── sort.lisp ├── stable-sort.lisp ├── stack.lisp ├── stak.lisp ├── step.lisp ├── string-capitalize.lisp ├── string-downcase.lisp ├── string-left-trim.lisp ├── string-right-trim.lisp ├── string-trim.lisp ├── string-upcase.lisp ├── strings.lisp ├── sublis.lisp ├── subsetp.lisp ├── subst-if-not.lisp ├── subst-if.lisp ├── subst.lisp ├── substitute.lisp ├── subtypep.lisp ├── tailp.lisp ├── tanh.lisp ├── tests.lisp ├── time.lisp ├── top-level.lisp ├── trace.lisp ├── translate-logical-pathname.lisp ├── translate-pathname.lisp ├── tree-equal.lisp ├── typecase.lisp ├── typep.lisp ├── uncompiled-functions.lisp ├── union.lisp ├── universal-time.lisp ├── universe.lisp ├── upgraded-array-element-type.lisp ├── upgraded-complex-part-type.lisp ├── with-accessors.lisp ├── with-hash-table-iterator.lisp ├── with-input-from-string.lisp ├── with-mutex.lisp ├── with-open-file.lisp ├── with-open-stream.lisp ├── with-output-to-string.lisp ├── with-package-iterator.lisp ├── with-slots.lisp ├── with-standard-io-syntax.lisp ├── with-time-stamp-counter.lisp ├── without-gcing.lisp ├── write-byte.lisp ├── write-line.lisp ├── write-sequence.lisp ├── write-string.lisp ├── write-to-string.lisp ├── write.lisp ├── x86-64.lisp └── x86.lisp ├── mpfr ├── AUTHORS ├── BUGS ├── COPYING ├── COPYING.LESSER ├── ChangeLog ├── FAQ.html ├── INSTALL ├── Makefile.am ├── Makefile.in ├── NEWS ├── PATCHES ├── README ├── TODO ├── VERSION ├── abort_prec_max.c ├── acinclude.m4 ├── aclocal.m4 ├── acos.c ├── acosh.c ├── add.c ├── add1.c ├── add1sp.c ├── add_d.c ├── add_ui.c ├── agm.c ├── ai.c ├── ansi2knr.1 ├── ansi2knr.c ├── asin.c ├── asinh.c ├── atan.c ├── atan2.c ├── atanh.c ├── bernoulli.c ├── buildopt.c ├── cache.c ├── cbrt.c ├── check.c ├── clear.c ├── clears.c ├── cmp.c ├── cmp2.c ├── cmp_abs.c ├── cmp_d.c ├── cmp_ld.c ├── cmp_si.c ├── cmp_ui.c ├── comparisons.c ├── compile ├── config.guess ├── config.sub ├── configure ├── configure.in ├── const_catalan.c ├── const_euler.c ├── const_log2.c ├── const_pi.c ├── constant.c ├── copysign.c ├── cos.c ├── cosh.c ├── cot.c ├── coth.c ├── csc.c ├── csch.c ├── d_div.c ├── d_sub.c ├── depcomp ├── digamma.c ├── dim.c ├── div.c ├── div_2exp.c ├── div_2si.c ├── div_2ui.c ├── div_d.c ├── div_ui.c ├── dump.c ├── eint.c ├── eq.c ├── erf.c ├── erfc.c ├── examples │ ├── ReadMe │ ├── divworst.c │ ├── rndo-add.c │ ├── sample.c │ └── version.c ├── exceptions.c ├── exp.c ├── exp10.c ├── exp2.c ├── exp3.c ├── exp_2.c ├── expm1.c ├── extract.c ├── factorial.c ├── fdl.texi ├── fits_intmax.c ├── fits_s.h ├── fits_sint.c ├── fits_slong.c ├── fits_sshort.c ├── fits_u.h ├── fits_uint.c ├── fits_uintmax.c ├── fits_ulong.c ├── fits_ushort.c ├── fma.c ├── fms.c ├── frac.c ├── free_cache.c ├── gamma.c ├── gammaonethird.c ├── gen_inverse.h ├── get_d.c ├── get_d64.c ├── get_exp.c ├── get_f.c ├── get_flt.c ├── get_ld.c ├── get_patches.c ├── get_patches.sh ├── get_si.c ├── get_sj.c ├── get_str.c ├── get_ui.c ├── get_uj.c ├── get_z.c ├── get_z_exp.c ├── gmp_op.c ├── hypot.c ├── ieee_floats.h ├── init.c ├── init2.c ├── inits.c ├── inits2.c ├── inp_str.c ├── install-sh ├── int_ceil_log2.c ├── isinf.c ├── isinteger.c ├── isnan.c ├── isnum.c ├── isqrt.c ├── isregular.c ├── iszero.c ├── jn.c ├── jyn_asympt.c ├── li2.c ├── lngamma.c ├── log.c ├── log10.c ├── log1p.c ├── log2.c ├── logging.c ├── ltmain.sh ├── m4 │ ├── libtool.m4 │ ├── ltoptions.m4 │ ├── ltsugar.m4 │ ├── ltversion.m4 │ ├── lt~obsolete.m4 │ └── size_max.m4 ├── min_prec.c ├── minmax.c ├── missing ├── modf.c ├── mp_clz_tab.c ├── mparam_h.in ├── mpf2mpfr.h ├── mpfr-gmp.c ├── mpfr-gmp.h ├── mpfr-impl.h ├── mpfr-longlong.h ├── mpfr-thread.h ├── mpfr.h ├── mpfr.info ├── mpfr.texi ├── mpn_exp.c ├── mul.c ├── mul_2exp.c ├── mul_2si.c ├── mul_2ui.c ├── mul_d.c ├── mul_ui.c ├── mulders.c ├── neg.c ├── next.c ├── out_str.c ├── pow.c ├── pow_si.c ├── pow_ui.c ├── pow_z.c ├── powerof2.c ├── print_raw.c ├── print_rnd_mode.c ├── printf.c ├── rec_sqrt.c ├── reldiff.c ├── rem1.c ├── rint.c ├── root.c ├── round_near_x.c ├── round_p.c ├── round_prec.c ├── round_raw_generic.c ├── scale2.c ├── sec.c ├── sech.c ├── set.c ├── set_d.c ├── set_d64.c ├── set_dfl_prec.c ├── set_exp.c ├── set_f.c ├── set_flt.c ├── set_inf.c ├── set_ld.c ├── set_nan.c ├── set_prc_raw.c ├── set_prec.c ├── set_q.c ├── set_rnd.c ├── set_si.c ├── set_si_2exp.c ├── set_sj.c ├── set_str.c ├── set_str_raw.c ├── set_ui.c ├── set_ui_2exp.c ├── set_uj.c ├── set_z.c ├── set_z_exp.c ├── set_zero.c ├── setmax.c ├── setmin.c ├── setsign.c ├── sgn.c ├── si_op.c ├── signbit.c ├── sin.c ├── sin_cos.c ├── sinh.c ├── sinh_cosh.c ├── speed.c ├── sqr.c ├── sqrt.c ├── sqrt_ui.c ├── stack_interface.c ├── strtofr.c ├── sub.c ├── sub1.c ├── sub1sp.c ├── sub_d.c ├── sub_ui.c ├── subnormal.c ├── sum.c ├── swap.c ├── tan.c ├── tanh.c ├── tests │ ├── Makefile.am │ ├── Makefile.in │ ├── cmp_str.c │ ├── inp_str.data │ ├── memory.c │ ├── mpf_compat.c │ ├── mpf_compat.h │ ├── mpfr-test.h │ ├── mpfr_compat.c │ ├── random2.c │ ├── reuse.c │ ├── rnd_mode.c │ ├── tabs.c │ ├── tacos.c │ ├── tacosh.c │ ├── tadd.c │ ├── tadd1sp.c │ ├── tadd_d.c │ ├── tadd_ui.c │ ├── tagm.c │ ├── tai.c │ ├── tasin.c │ ├── tasinh.c │ ├── tatan.c │ ├── tatanh.c │ ├── taway.c │ ├── tbuildopt.c │ ├── tcan_round.c │ ├── tcbrt.c │ ├── tcheck.c │ ├── tcmp.c │ ├── tcmp2.c │ ├── tcmp_d.c │ ├── tcmp_ld.c │ ├── tcmp_ui.c │ ├── tcmpabs.c │ ├── tcomparisons.c │ ├── tconst_catalan.c │ ├── tconst_euler.c │ ├── tconst_log2.c │ ├── tconst_pi.c │ ├── tcopysign.c │ ├── tcos.c │ ├── tcosh.c │ ├── tcot.c │ ├── tcoth.c │ ├── tcsc.c │ ├── tcsch.c │ ├── td_div.c │ ├── td_sub.c │ ├── tdigamma.c │ ├── tdim.c │ ├── tdiv.c │ ├── tdiv_d.c │ ├── tdiv_ui.c │ ├── teint.c │ ├── teq.c │ ├── terf.c │ ├── tests.c │ ├── texceptions.c │ ├── texp.c │ ├── texp10.c │ ├── texp2.c │ ├── texpm1.c │ ├── tfactorial.c │ ├── tfits.c │ ├── tfma.c │ ├── tfmod.c │ ├── tfms.c │ ├── tfprintf.c │ ├── tfrac.c │ ├── tgamma.c │ ├── tgeneric.c │ ├── tgeneric_ui.c │ ├── tget_d.c │ ├── tget_d_2exp.c │ ├── tget_f.c │ ├── tget_flt.c │ ├── tget_ld_2exp.c │ ├── tget_set_d64.c │ ├── tget_sj.c │ ├── tget_str.c │ ├── tget_z.c │ ├── tgmpop.c │ ├── thyperbolic.c │ ├── thypot.c │ ├── tinits.c │ ├── tinp_str.c │ ├── tinternals.c │ ├── tisnan.c │ ├── tisqrt.c │ ├── tj0.c │ ├── tj1.c │ ├── tjn.c │ ├── tl2b.c │ ├── tlgamma.c │ ├── tli2.c │ ├── tlngamma.c │ ├── tlog.c │ ├── tlog10.c │ ├── tlog1p.c │ ├── tlog2.c │ ├── tmin_prec.c │ ├── tminmax.c │ ├── tmodf.c │ ├── tmul.c │ ├── tmul.dat │ ├── tmul_2exp.c │ ├── tmul_d.c │ ├── tmul_ui.c │ ├── tnext.c │ ├── tout_str.c │ ├── toutimpl.c │ ├── tpow.c │ ├── tpow3.c │ ├── tpow_all.c │ ├── tpow_z.c │ ├── tprintf.c │ ├── trandom.c │ ├── trec_sqrt.c │ ├── tremquo.c │ ├── trint.c │ ├── troot.c │ ├── tround_prec.c │ ├── tsec.c │ ├── tsech.c │ ├── tset.c │ ├── tset_d.c │ ├── tset_exp.c │ ├── tset_f.c │ ├── tset_ld.c │ ├── tset_q.c │ ├── tset_si.c │ ├── tset_sj.c │ ├── tset_str.c │ ├── tset_z.c │ ├── tset_z_exp.c │ ├── tsgn.c │ ├── tsi_op.c │ ├── tsin.c │ ├── tsin_cos.c │ ├── tsinh.c │ ├── tsinh_cosh.c │ ├── tsprintf.c │ ├── tsqr.c │ ├── tsqrt.c │ ├── tsqrt_ui.c │ ├── tstckintc.c │ ├── tstrtofr.c │ ├── tsub.c │ ├── tsub1sp.c │ ├── tsub_d.c │ ├── tsub_ui.c │ ├── tsubnormal.c │ ├── tsum.c │ ├── tswap.c │ ├── ttan.c │ ├── ttanh.c │ ├── ttrunc.c │ ├── tui_div.c │ ├── tui_pow.c │ ├── tui_sub.c │ ├── turandom.c │ ├── tversion.c │ ├── ty0.c │ ├── ty1.c │ ├── tyn.c │ ├── tzeta.c │ └── tzeta_ui.c ├── texinfo.tex ├── tuneup.c ├── uceil_exp2.c ├── uceil_log2.c ├── ufloor_log2.c ├── ui_div.c ├── ui_pow.c ├── ui_pow_ui.c ├── ui_sub.c ├── urandom.c ├── urandomb.c ├── vasprintf.c ├── version.c ├── volatile.c ├── yn.c ├── zeta.c └── zeta_ui.c ├── mpir ├── .gdbinit ├── AUTHORS ├── COPYING ├── COPYING.LIB ├── ChangeLog ├── INSTALL ├── INSTALL.autoconf ├── Makefile.am ├── Makefile.in ├── NEWS ├── README ├── acinclude.m4 ├── aclocal.m4 ├── assert.c ├── build.vc10 │ ├── add.express.py │ ├── cfg.h │ ├── config.guess.c │ ├── configure.bat │ ├── dll_mpir_core2 │ │ ├── dll_mpir_core2.vcxproj │ │ └── dll_mpir_core2.vcxproj.filters │ ├── dll_mpir_gc │ │ ├── dll_mpir_gc.vcxproj │ │ └── dll_mpir_gc.vcxproj.filters │ ├── dll_mpir_k10 │ │ ├── dll_mpir_k10.vcxproj │ │ └── dll_mpir_k10.vcxproj.filters │ ├── dll_mpir_k8 │ │ ├── dll_mpir_k8.vcxproj │ │ └── dll_mpir_k8.vcxproj.filters │ ├── dll_mpir_nehalem │ │ ├── dll_mpir_nehalem.vcxproj │ │ └── dll_mpir_nehalem.vcxproj.filters │ ├── dll_mpir_p0 │ │ ├── dll_mpir_p0.vcxproj │ │ └── dll_mpir_p0.vcxproj.filters │ ├── dll_mpir_p3 │ │ ├── dll_mpir_p3.vcxproj │ │ └── dll_mpir_p3.vcxproj.filters │ ├── dll_mpir_p4 │ │ ├── dll_mpir_p4.vcxproj │ │ └── dll_mpir_p4.vcxproj.filters │ ├── g2y.py │ ├── gen_config_h.bat │ ├── gen_mpir_h.bat │ ├── getopt.c │ ├── getopt.h │ ├── getrusage.c │ ├── getrusage.h │ ├── gettimeofday.c │ ├── gettimeofday.h │ ├── gmp-mparam.h │ ├── lib_mpir_core2 │ │ ├── lib_mpir_core2.vcxproj │ │ └── lib_mpir_core2.vcxproj.filters │ ├── lib_mpir_cxx │ │ ├── lib_mpir_cxx.vcxproj │ │ └── lib_mpir_cxx.vcxproj.filters │ ├── lib_mpir_gc │ │ ├── lib_mpir_gc.vcxproj │ │ └── lib_mpir_gc.vcxproj.filters │ ├── lib_mpir_k10 │ │ ├── lib_mpir_k10.vcxproj │ │ └── lib_mpir_k10.vcxproj.filters │ ├── lib_mpir_k8 │ │ ├── lib_mpir_k8.vcxproj │ │ └── lib_mpir_k8.vcxproj.filters │ ├── lib_mpir_nehalem │ │ ├── lib_mpir_nehalem.vcxproj │ │ └── lib_mpir_nehalem.vcxproj.filters │ ├── lib_mpir_p0 │ │ ├── lib_mpir_p0.vcxproj │ │ └── lib_mpir_p0.vcxproj.filters │ ├── lib_mpir_p3 │ │ ├── lib_mpir_p3.vcxproj │ │ └── lib_mpir_p3.vcxproj.filters │ ├── lib_mpir_p4 │ │ ├── lib_mpir_p4.vcxproj │ │ └── lib_mpir_p4.vcxproj.filters │ ├── lib_speed │ │ ├── lib_speed.vcxproj │ │ └── lib_speed.vcxproj.filters │ ├── make.bat │ ├── mpir-tests.sln │ ├── mpir-tests │ │ ├── add-test-lib │ │ │ ├── add-test-lib.vcxproj │ │ │ └── add-test-lib.vcxproj.filters │ │ ├── bswap │ │ │ └── bswap.vcxproj │ │ ├── check_config.bat │ │ ├── constants │ │ │ └── constants.vcxproj │ │ ├── count_zeros │ │ │ └── count_zeros.vcxproj │ │ ├── cxx.assign │ │ │ └── cxx.assign.vcxproj │ │ ├── cxx.binary │ │ │ └── cxx.binary.vcxproj │ │ ├── cxx.cast │ │ │ └── cxx.cast.vcxproj │ │ ├── cxx.constr │ │ │ └── cxx.constr.vcxproj │ │ ├── cxx.headers │ │ │ └── cxx.headers.vcxproj │ │ ├── cxx.istream │ │ │ └── cxx.istream.vcxproj │ │ ├── cxx.locale │ │ │ └── cxx.locale.vcxproj │ │ ├── cxx.misc │ │ │ └── cxx.misc.vcxproj │ │ ├── cxx.ops │ │ │ └── cxx.ops.vcxproj │ │ ├── cxx.ostream │ │ │ └── cxx.ostream.vcxproj │ │ ├── cxx.prec │ │ │ └── cxx.prec.vcxproj │ │ ├── cxx.rand │ │ │ └── cxx.rand.vcxproj │ │ ├── cxx.ternary │ │ │ └── cxx.ternary.vcxproj │ │ ├── cxx.unary │ │ │ └── cxx.unary.vcxproj │ │ ├── dll-debug-config.props │ │ ├── dll-release-config.props │ │ ├── gmpmax │ │ │ └── gmpmax.vcxproj │ │ ├── hightomask │ │ │ └── hightomask.vcxproj │ │ ├── lib-debug-config.props │ │ ├── lib-release-config.props │ │ ├── misc.locale │ │ │ └── misc.locale.vcxproj │ │ ├── misc.printf │ │ │ └── misc.printf.vcxproj │ │ ├── misc.scanf │ │ │ └── misc.scanf.vcxproj │ │ ├── modlinv │ │ │ └── modlinv.vcxproj │ │ ├── mpf.add │ │ │ └── mpf.add.vcxproj │ │ ├── mpf.cmp_d │ │ │ └── mpf.cmp_d.vcxproj │ │ ├── mpf.cmp_si │ │ │ └── mpf.cmp_si.vcxproj │ │ ├── mpf.conv │ │ │ └── mpf.conv.vcxproj │ │ ├── mpf.div │ │ │ └── mpf.div.vcxproj │ │ ├── mpf.dm2exp │ │ │ └── mpf.dm2exp.vcxproj │ │ ├── mpf.eq │ │ │ └── mpf.eq.vcxproj │ │ ├── mpf.fits │ │ │ └── mpf.fits.vcxproj │ │ ├── mpf.get_d │ │ │ └── mpf.get_d.vcxproj │ │ ├── mpf.get_d_2exp │ │ │ └── mpf.get_d_2exp.vcxproj │ │ ├── mpf.get_si │ │ │ └── mpf.get_si.vcxproj │ │ ├── mpf.get_ui │ │ │ └── mpf.get_ui.vcxproj │ │ ├── mpf.gsprec │ │ │ └── mpf.gsprec.vcxproj │ │ ├── mpf.inp_str │ │ │ └── mpf.inp_str.vcxproj │ │ ├── mpf.int_p │ │ │ └── mpf.int_p.vcxproj │ │ ├── mpf.mul_ui │ │ │ └── mpf.mul_ui.vcxproj │ │ ├── mpf.muldiv │ │ │ └── mpf.muldiv.vcxproj │ │ ├── mpf.reuse │ │ │ └── mpf.reuse.vcxproj │ │ ├── mpf.set │ │ │ └── mpf.set.vcxproj │ │ ├── mpf.set_q │ │ │ └── mpf.set_q.vcxproj │ │ ├── mpf.set_si │ │ │ └── mpf.set_si.vcxproj │ │ ├── mpf.set_ui │ │ │ └── mpf.set_ui.vcxproj │ │ ├── mpf.sqrt │ │ │ └── mpf.sqrt.vcxproj │ │ ├── mpf.sqrt_ui │ │ │ └── mpf.sqrt_ui.vcxproj │ │ ├── mpf.sub │ │ │ └── mpf.sub.vcxproj │ │ ├── mpf.trunc │ │ │ └── mpf.trunc.vcxproj │ │ ├── mpf.ui_div │ │ │ └── mpf.ui_div.vcxproj │ │ ├── mpn.addadd_n │ │ │ └── mpn.addadd_n.vcxproj │ │ ├── mpn.addsub_n │ │ │ └── mpn.addsub_n.vcxproj │ │ ├── mpn.aors_1 │ │ │ └── mpn.aors_1.vcxproj │ │ ├── mpn.asmtype │ │ │ └── mpn.asmtype.vcxproj │ │ ├── mpn.dc_bdiv_q │ │ │ └── mpn.dc_bdiv_q.vcxproj │ │ ├── mpn.dc_bdiv_q_n │ │ │ └── mpn.dc_bdiv_q_n.vcxproj │ │ ├── mpn.dc_bdiv_qr │ │ │ └── mpn.dc_bdiv_qr.vcxproj │ │ ├── mpn.dc_bdiv_qr_n │ │ │ └── mpn.dc_bdiv_qr_n.vcxproj │ │ ├── mpn.dc_div_q │ │ │ └── mpn.dc_div_q.vcxproj │ │ ├── mpn.dc_div_qr │ │ │ └── mpn.dc_div_qr.vcxproj │ │ ├── mpn.dc_div_qr_n │ │ │ └── mpn.dc_div_qr_n.vcxproj │ │ ├── mpn.dc_divappr_q │ │ │ └── mpn.dc_divappr_q.vcxproj │ │ ├── mpn.dc_divappr_q_n │ │ │ └── mpn.dc_divappr_q_n.vcxproj │ │ ├── mpn.divebyff │ │ │ └── mpn.divebyff.vcxproj │ │ ├── mpn.divebyfobm1 │ │ │ └── mpn.divebyfobm1.vcxproj │ │ ├── mpn.divrem_1 │ │ │ └── mpn.divrem_1.vcxproj │ │ ├── mpn.gcdext │ │ │ └── mpn.gcdext.vcxproj │ │ ├── mpn.get_d │ │ │ └── mpn.get_d.vcxproj │ │ ├── mpn.instrument │ │ │ └── mpn.instrument.vcxproj │ │ ├── mpn.inv_div_q │ │ │ └── mpn.inv_div_q.vcxproj │ │ ├── mpn.inv_div_qr │ │ │ └── mpn.inv_div_qr.vcxproj │ │ ├── mpn.inv_div_qr_n │ │ │ └── mpn.inv_div_qr_n.vcxproj │ │ ├── mpn.inv_divappr_q │ │ │ └── mpn.inv_divappr_q.vcxproj │ │ ├── mpn.inv_divappr_q_n │ │ │ └── mpn.inv_divappr_q_n.vcxproj │ │ ├── mpn.invert │ │ │ └── mpn.invert.vcxproj │ │ ├── mpn.iord_u │ │ │ └── mpn.iord_u.vcxproj │ │ ├── mpn.lorrshift1 │ │ │ └── mpn.lorrshift1.vcxproj │ │ ├── mpn.mp_bases │ │ │ └── mpn.mp_bases.vcxproj │ │ ├── mpn.mullow_basecase │ │ │ └── mpn.mullow_basecase.vcxproj │ │ ├── mpn.mullowhigh │ │ │ └── mpn.mullowhigh.vcxproj │ │ ├── mpn.mulmid │ │ │ └── mpn.mulmid.vcxproj │ │ ├── mpn.mulmod_2expm1 │ │ │ └── mpn.mulmod_2expm1.vcxproj │ │ ├── mpn.mulmod_2expp1 │ │ │ └── mpn.mulmod_2expp1.vcxproj │ │ ├── mpn.neg │ │ │ └── mpn.neg.vcxproj │ │ ├── mpn.perfsqr │ │ │ └── mpn.perfsqr.vcxproj │ │ ├── mpn.redc_1 │ │ │ ├── mpn.redc_1.vcxproj │ │ │ └── mpn.redc_1.vcxproj.user │ │ ├── mpn.sb_bdiv_q │ │ │ └── mpn.sb_bdiv_q.vcxproj │ │ ├── mpn.sb_bdiv_qr │ │ │ └── mpn.sb_bdiv_qr.vcxproj │ │ ├── mpn.sb_div_q │ │ │ └── mpn.sb_div_q.vcxproj │ │ ├── mpn.sb_div_qr │ │ │ └── mpn.sb_div_qr.vcxproj │ │ ├── mpn.sb_divappr_q │ │ │ └── mpn.sb_divappr_q.vcxproj │ │ ├── mpn.scan │ │ │ └── mpn.scan.vcxproj │ │ ├── mpn.subadd_n │ │ │ └── mpn.subadd_n.vcxproj │ │ ├── mpn.tdiv_q │ │ │ └── mpn.tdiv_q.vcxproj │ │ ├── mpn.tdiv_qr │ │ │ └── mpn.tdiv_qr.vcxproj │ │ ├── mpq.aors │ │ │ └── mpq.aors.vcxproj │ │ ├── mpq.cmp │ │ │ └── mpq.cmp.vcxproj │ │ ├── mpq.cmp_si │ │ │ └── mpq.cmp_si.vcxproj │ │ ├── mpq.cmp_ui │ │ │ └── mpq.cmp_ui.vcxproj │ │ ├── mpq.equal │ │ │ └── mpq.equal.vcxproj │ │ ├── mpq.get_d │ │ │ └── mpq.get_d.vcxproj │ │ ├── mpq.get_str │ │ │ └── mpq.get_str.vcxproj │ │ ├── mpq.inp_str │ │ │ └── mpq.inp_str.vcxproj │ │ ├── mpq.md_2exp │ │ │ └── mpq.md_2exp.vcxproj │ │ ├── mpq.set_f │ │ │ └── mpq.set_f.vcxproj │ │ ├── mpq.set_str │ │ │ └── mpq.set_str.vcxproj │ │ ├── mpz.addsub │ │ │ └── mpz.addsub.vcxproj │ │ ├── mpz.aorsmul │ │ │ └── mpz.aorsmul.vcxproj │ │ ├── mpz.bin │ │ │ └── mpz.bin.vcxproj │ │ ├── mpz.bit │ │ │ └── mpz.bit.vcxproj │ │ ├── mpz.cdiv_ui │ │ │ └── mpz.cdiv_ui.vcxproj │ │ ├── mpz.cmp │ │ │ └── mpz.cmp.vcxproj │ │ ├── mpz.cmp_d │ │ │ └── mpz.cmp_d.vcxproj │ │ ├── mpz.cmp_si │ │ │ └── mpz.cmp_si.vcxproj │ │ ├── mpz.cong │ │ │ └── mpz.cong.vcxproj │ │ ├── mpz.cong_2exp │ │ │ └── mpz.cong_2exp.vcxproj │ │ ├── mpz.convert │ │ │ └── mpz.convert.vcxproj │ │ ├── mpz.div_2exp │ │ │ └── mpz.div_2exp.vcxproj │ │ ├── mpz.dive │ │ │ └── mpz.dive.vcxproj │ │ ├── mpz.dive_ui │ │ │ └── mpz.dive_ui.vcxproj │ │ ├── mpz.divis │ │ │ └── mpz.divis.vcxproj │ │ ├── mpz.divis_2exp │ │ │ └── mpz.divis_2exp.vcxproj │ │ ├── mpz.export │ │ │ └── mpz.export.vcxproj │ │ ├── mpz.fac_ui │ │ │ └── mpz.fac_ui.vcxproj │ │ ├── mpz.fdiv │ │ │ └── mpz.fdiv.vcxproj │ │ ├── mpz.fdiv_ui │ │ │ └── mpz.fdiv_ui.vcxproj │ │ ├── mpz.fib_ui │ │ │ └── mpz.fib_ui.vcxproj │ │ ├── mpz.fits │ │ │ └── mpz.fits.vcxproj │ │ ├── mpz.gcd │ │ │ └── mpz.gcd.vcxproj │ │ ├── mpz.gcd_ui │ │ │ └── mpz.gcd_ui.vcxproj │ │ ├── mpz.get_d │ │ │ └── mpz.get_d.vcxproj │ │ ├── mpz.get_d_2exp │ │ │ └── mpz.get_d_2exp.vcxproj │ │ ├── mpz.get_si │ │ │ └── mpz.get_si.vcxproj │ │ ├── mpz.hamdist │ │ │ └── mpz.hamdist.vcxproj │ │ ├── mpz.import │ │ │ └── mpz.import.vcxproj │ │ ├── mpz.inp_str │ │ │ └── mpz.inp_str.vcxproj │ │ ├── mpz.io │ │ │ └── mpz.io.vcxproj │ │ ├── mpz.io_raw │ │ │ └── mpz.io_raw.vcxproj │ │ ├── mpz.jac │ │ │ └── mpz.jac.vcxproj │ │ ├── mpz.lcm │ │ │ └── mpz.lcm.vcxproj │ │ ├── mpz.likely_prime_p │ │ │ └── mpz.likely_prime_p.vcxproj │ │ ├── mpz.logic │ │ │ └── mpz.logic.vcxproj │ │ ├── mpz.lucnum_ui │ │ │ └── mpz.lucnum_ui.vcxproj │ │ ├── mpz.mul │ │ │ └── mpz.mul.vcxproj │ │ ├── mpz.mul_i │ │ │ └── mpz.mul_i.vcxproj │ │ ├── mpz.oddeven │ │ │ └── mpz.oddeven.vcxproj │ │ ├── mpz.perfpow │ │ │ └── mpz.perfpow.vcxproj │ │ ├── mpz.perfsqr │ │ │ └── mpz.perfsqr.vcxproj │ │ ├── mpz.popcount │ │ │ └── mpz.popcount.vcxproj │ │ ├── mpz.pow │ │ │ └── mpz.pow.vcxproj │ │ ├── mpz.powm │ │ │ └── mpz.powm.vcxproj │ │ ├── mpz.powm_ui │ │ │ └── mpz.powm_ui.vcxproj │ │ ├── mpz.pprime_p │ │ │ └── mpz.pprime_p.vcxproj │ │ ├── mpz.reuse │ │ │ └── mpz.reuse.vcxproj │ │ ├── mpz.root │ │ │ └── mpz.root.vcxproj │ │ ├── mpz.scan │ │ │ └── mpz.scan.vcxproj │ │ ├── mpz.set_d │ │ │ └── mpz.set_d.vcxproj │ │ ├── mpz.set_f │ │ │ └── mpz.set_f.vcxproj │ │ ├── mpz.set_si │ │ │ └── mpz.set_si.vcxproj │ │ ├── mpz.set_str │ │ │ └── mpz.set_str.vcxproj │ │ ├── mpz.sizeinbase │ │ │ └── mpz.sizeinbase.vcxproj │ │ ├── mpz.sqrtrem │ │ │ └── mpz.sqrtrem.vcxproj │ │ ├── mpz.tdiv │ │ │ └── mpz.tdiv.vcxproj │ │ ├── mpz.tdiv_ui │ │ │ └── mpz.tdiv_ui.vcxproj │ │ ├── mpz.trial_division │ │ │ └── mpz.trial_division.vcxproj │ │ ├── parity │ │ │ └── parity.vcxproj │ │ ├── popc │ │ │ └── popc.vcxproj │ │ ├── rand.iset │ │ │ └── rand.iset.vcxproj │ │ ├── rand.lc2exp │ │ │ └── rand.lc2exp.vcxproj │ │ ├── rand.mt │ │ │ └── rand.mt.vcxproj │ │ ├── rand.rand │ │ │ └── rand.rand.vcxproj │ │ ├── rand.urbui │ │ │ └── rand.urbui.vcxproj │ │ ├── rand.urmui │ │ │ └── rand.urmui.vcxproj │ │ ├── rand.urndmm │ │ │ └── rand.urndmm.vcxproj │ │ ├── run-tests.py │ │ └── subc │ │ │ └── subc.vcxproj │ ├── mpir.sln │ ├── out_copy_rename.bat │ ├── popham.c │ ├── postbuild.bat │ ├── prebuild.bat │ ├── readme.txt │ ├── remove.express.py │ ├── speed.sln │ ├── speed │ │ ├── speed.vcxproj │ │ └── speed.vcxproj.filters │ ├── to_gmp.bat │ ├── to_mpir.bat │ ├── try.sln │ ├── try │ │ ├── try.vcxproj │ │ └── try.vcxproj.filters │ ├── tune.sln │ ├── tune │ │ ├── dc_bdiv_q.c │ │ ├── dc_bdiv_qr.c │ │ ├── dc_div_qr.c │ │ ├── dc_divappr_q.c │ │ ├── divrem_1.c │ │ ├── divrem_2.c │ │ ├── divrem_euclidean_r_1.c │ │ ├── divrem_hensel_qr_1.c │ │ ├── gcd.c │ │ ├── gcdext.c │ │ ├── get_str.c │ │ ├── inv_div_qr.c │ │ ├── inv_divappr_q.c │ │ ├── mod_1.c │ │ ├── mul.c │ │ ├── mul_fft.c │ │ ├── mul_n.c │ │ ├── mulhigh_n.c │ │ ├── mullow_n.c │ │ ├── mulmod_2expm1.c │ │ ├── rootrem.c │ │ ├── rsh_divrem_hensel_qr_1.c │ │ ├── tdiv_q.c │ │ ├── tdiv_qr.c │ │ ├── toom3_mul.c │ │ ├── toom3_mul_n.c │ │ ├── toom4_mul.c │ │ ├── toom4_mul_n.c │ │ ├── toom8_sqr_n.c │ │ ├── toom8h_mul.c │ │ ├── tune.vcxproj │ │ ├── tune.vcxproj.filters │ │ └── tune_prebuild.py │ ├── unistd.h │ ├── vsyasm.props │ ├── vsyasm.targets │ ├── vsyasm.xml │ ├── win_timing.c │ └── win_timing.h ├── compat.c ├── config.guess ├── config.in ├── config.sub ├── configfsf.guess ├── configfsf.sub ├── configure ├── configure.in ├── cpuid.c ├── cxx │ ├── Makefile.am │ ├── Makefile.in │ ├── dummy.cc │ ├── isfuns.cc │ ├── ismpf.cc │ ├── ismpq.cc │ ├── ismpz.cc │ ├── ismpznw.cc │ ├── osdoprnti.cc │ ├── osfuns.cc │ ├── osmpf.cc │ ├── osmpq.cc │ └── osmpz.cc ├── doc │ ├── Makefile.am │ ├── Makefile.in │ ├── devel │ │ ├── Configure.txt │ │ ├── FILES.txt │ │ ├── configuration │ │ ├── gmp-h.txt │ │ ├── gmp-impl-h.txt │ │ ├── mpn_functions.txt │ │ ├── projects.html │ │ └── tasks.html │ ├── fdl.texi │ ├── isa_abi_headache │ ├── mdate-sh │ ├── mpir.texi │ ├── stamp-vti │ ├── texinfo.tex │ └── version.texi ├── errno.c ├── extract-dbl.c ├── gmp-h.in ├── gmp-impl.h ├── gpl-2.0.txt ├── install-sh ├── invalid.c ├── lgpl-2.1.txt ├── longlong.h ├── ltmain.sh ├── memory.c ├── missing ├── mp_bpl.c ├── mp_clz_tab.c ├── mp_dv_tab.c ├── mp_get_fns.c ├── mp_minv_tab.c ├── mp_set_fns.c ├── mpf │ ├── Makefile.am │ ├── Makefile.in │ ├── abs.c │ ├── add.c │ ├── add_ui.c │ ├── ceilfloor.c │ ├── clear.c │ ├── clears.c │ ├── cmp.c │ ├── cmp_d.c │ ├── cmp_si.c │ ├── cmp_ui.c │ ├── div.c │ ├── div_2exp.c │ ├── div_ui.c │ ├── dump.c │ ├── eq.c │ ├── fits_s.h │ ├── fits_sint.c │ ├── fits_slong.c │ ├── fits_sshort.c │ ├── fits_u.h │ ├── fits_uint.c │ ├── fits_ulong.c │ ├── fits_ushort.c │ ├── get_d.c │ ├── get_d_2exp.c │ ├── get_dfl_prec.c │ ├── get_prc.c │ ├── get_si.c │ ├── get_str.c │ ├── get_ui.c │ ├── init.c │ ├── init2.c │ ├── inits.c │ ├── inp_str.c │ ├── int_p.c │ ├── iset.c │ ├── iset_d.c │ ├── iset_si.c │ ├── iset_str.c │ ├── iset_ui.c │ ├── mul.c │ ├── mul_2exp.c │ ├── mul_ui.c │ ├── neg.c │ ├── out_str.c │ ├── pow_ui.c │ ├── random2.c │ ├── reldiff.c │ ├── rrandomb.c │ ├── set.c │ ├── set_d.c │ ├── set_dfl_prec.c │ ├── set_prc.c │ ├── set_prc_raw.c │ ├── set_q.c │ ├── set_si.c │ ├── set_str.c │ ├── set_ui.c │ ├── set_z.c │ ├── size.c │ ├── sqrt.c │ ├── sqrt_ui.c │ ├── sub.c │ ├── sub_ui.c │ ├── swap.c │ ├── trunc.c │ ├── ui_div.c │ ├── ui_sub.c │ └── urandomb.c ├── mpirxx.h ├── mpn │ ├── Makeasm.am │ ├── Makefile.am │ ├── Makefile.in │ ├── README │ ├── alpha │ │ ├── README │ │ ├── add_n.asm │ │ ├── addlsh1_n.asm │ │ ├── addmul_1.asm │ │ ├── alpha-defs.m4 │ │ ├── cntlz.asm │ │ ├── copyd.asm │ │ ├── copyi.asm │ │ ├── default.m4 │ │ ├── divexact_1.c │ │ ├── divexact_by3c.asm │ │ ├── ev5 │ │ │ ├── add_n.asm │ │ │ ├── com_n.asm │ │ │ ├── gmp-mparam.h │ │ │ ├── lshift.asm │ │ │ ├── rshift.asm │ │ │ └── sub_n.asm │ │ ├── ev6 │ │ │ ├── add_n.asm │ │ │ ├── addmul_1.asm │ │ │ ├── gmp-mparam.h │ │ │ ├── mul_1.asm │ │ │ ├── nails │ │ │ │ ├── README │ │ │ │ ├── add_n.asm │ │ │ │ ├── addmul_1.asm │ │ │ │ ├── addmul_2.asm │ │ │ │ ├── addmul_3.asm │ │ │ │ ├── addmul_4.asm │ │ │ │ ├── gmp-mparam.h │ │ │ │ ├── mul_1.asm │ │ │ │ ├── sub_n.asm │ │ │ │ └── submul_1.asm │ │ │ ├── slot.pl │ │ │ ├── sqr_diagonal.asm │ │ │ ├── sub_n.asm │ │ │ └── submul_1.asm │ │ ├── ev67 │ │ │ ├── gcd_1.asm │ │ │ ├── hamdist.asm │ │ │ └── popcount.asm │ │ ├── gmp-mparam.h │ │ ├── invert_limb.asm │ │ ├── lshift.asm │ │ ├── mod_34lsub1.asm │ │ ├── modexact_1c_odd.asm │ │ ├── mul_1.asm │ │ ├── rshift.asm │ │ ├── sqr_diagonal.asm │ │ ├── sub_n.asm │ │ ├── sublsh1_n.asm │ │ ├── submul_1.asm │ │ ├── umul.asm │ │ └── unicos.m4 │ ├── arm │ │ ├── add_n.asm │ │ ├── addmul_1.asm │ │ ├── arm-defs.m4 │ │ ├── copyd.asm │ │ ├── copyi.asm │ │ ├── gmp-mparam.h │ │ ├── invert_limb.asm │ │ ├── mul_1.asm │ │ ├── sub_n.asm │ │ ├── submul_1.asm │ │ └── udiv.asm │ ├── asm-defs.m4 │ ├── cpp-ccas │ ├── generic │ │ ├── add.c │ │ ├── add_1.c │ │ ├── add_err1_n.c │ │ ├── add_err2_n.c │ │ ├── add_n.c │ │ ├── addmul_1.c │ │ ├── and_n.c │ │ ├── andn_n.c │ │ ├── bdivmod.c │ │ ├── cfg.h │ │ ├── cmp.c │ │ ├── com_n.c │ │ ├── copyd.c │ │ ├── copyi.c │ │ ├── dc_bdiv_q.c │ │ ├── dc_bdiv_q_n.c │ │ ├── dc_bdiv_qr.c │ │ ├── dc_bdiv_qr_n.c │ │ ├── dc_div_q.c │ │ ├── dc_div_qr.c │ │ ├── dc_div_qr_n.c │ │ ├── dc_divappr_q.c │ │ ├── dc_divappr_q_n.c │ │ ├── divexact.c │ │ ├── divexact_1.c │ │ ├── divexact_by3c.c │ │ ├── divexact_byff.c │ │ ├── divexact_byfobm1.c │ │ ├── divisible_p.c │ │ ├── divrem.c │ │ ├── divrem_1.c │ │ ├── divrem_2.c │ │ ├── divrem_euclidean_qr_1.c │ │ ├── divrem_euclidean_qr_2.c │ │ ├── divrem_euclidean_r_1.c │ │ ├── divrem_hensel_qr_1.c │ │ ├── divrem_hensel_qr_1_1.c │ │ ├── divrem_hensel_qr_1_2.c │ │ ├── divrem_hensel_r_1.c │ │ ├── divrem_hensel_rsh_qr_1.c │ │ ├── dump.c │ │ ├── fib2_ui.c │ │ ├── fib_table.c │ │ ├── gcd.c │ │ ├── gcd_1.c │ │ ├── gcdext.c │ │ ├── get_d.c │ │ ├── get_str.c │ │ ├── gmp-mparam.h │ │ ├── hamdist.c │ │ ├── inv_div_q.c │ │ ├── inv_div_qr.c │ │ ├── inv_div_qr_n.c │ │ ├── inv_divappr_q.c │ │ ├── inv_divappr_q_n.c │ │ ├── invert.c │ │ ├── ior_n.c │ │ ├── iorn_n.c │ │ ├── jacobi_base.c │ │ ├── lgcd.c │ │ ├── lshift.c │ │ ├── mod_1.c │ │ ├── mod_1_1.c │ │ ├── mod_1_2.c │ │ ├── mod_1_3.c │ │ ├── mod_34lsub1.c │ │ ├── modexact_1c_odd.c │ │ ├── mp_bases.c │ │ ├── mul.c │ │ ├── mul_1.c │ │ ├── mul_basecase.c │ │ ├── mul_fft.c │ │ ├── mul_n.c │ │ ├── mulhigh_n.c │ │ ├── mullow_basecase.c │ │ ├── mullow_n.c │ │ ├── mullow_n_basecase.c │ │ ├── mulmid.c │ │ ├── mulmid_basecase.c │ │ ├── mulmid_n.c │ │ ├── mulmod_2expm1.c │ │ ├── mulmod_2expp1.c │ │ ├── nand_n.c │ │ ├── neg_n.c │ │ ├── ngcd_matrix.c │ │ ├── ngcd_step.c │ │ ├── nhgcd2.c │ │ ├── nior_n.c │ │ ├── perfect_square_p.c │ │ ├── popcount.c │ │ ├── pow_1.c │ │ ├── preinv_divrem_1.c │ │ ├── preinv_mod_1.c │ │ ├── random.c │ │ ├── random2.c │ │ ├── randomb.c │ │ ├── redc_1.c │ │ ├── rootrem.c │ │ ├── rootrem_basecase.c │ │ ├── rrandom.c │ │ ├── rsh_divrem_hensel_qr_1.c │ │ ├── rsh_divrem_hensel_qr_1_1.c │ │ ├── rsh_divrem_hensel_qr_1_2.c │ │ ├── rshift.c │ │ ├── sb_bdiv_q.c │ │ ├── sb_bdiv_qr.c │ │ ├── sb_div_q.c │ │ ├── sb_div_qr.c │ │ ├── sb_divappr_q.c │ │ ├── scan0.c │ │ ├── scan1.c │ │ ├── set_str.c │ │ ├── sizeinbase.c │ │ ├── sqr_basecase.c │ │ ├── sqrtrem.c │ │ ├── sub.c │ │ ├── sub_1.c │ │ ├── sub_err1_n.c │ │ ├── sub_err2_n.c │ │ ├── sub_n.c │ │ ├── submul_1.c │ │ ├── sumdiff_n.c │ │ ├── tdiv_q.c │ │ ├── tdiv_qr.c │ │ ├── toom3_mul.c │ │ ├── toom3_mul_n.c │ │ ├── toom42_mulmid.c │ │ ├── toom4_mul.c │ │ ├── toom4_mul_n.c │ │ ├── toom8_sqr_n.c │ │ ├── toom8h_mul.c │ │ ├── toom_couple_handling.c │ │ ├── toom_eval_dgr3_pm1.c │ │ ├── toom_eval_dgr3_pm2.c │ │ ├── toom_eval_pm1.c │ │ ├── toom_eval_pm2.c │ │ ├── toom_eval_pm2exp.c │ │ ├── toom_eval_pm2rexp.c │ │ ├── toom_interpolate_16pts.c │ │ ├── udiv_w_sdiv.c │ │ ├── urandomb.c │ │ ├── urandomm.c │ │ ├── xnor_n.c │ │ ├── xor_n.c │ │ └── zero.c │ ├── ia64 │ │ ├── README │ │ ├── add_n.asm │ │ ├── addlsh1_n.asm │ │ ├── addmul_1.asm │ │ ├── addmul_2.asm │ │ ├── addmul_4.asm │ │ ├── and_n.asm │ │ ├── andn_n.asm │ │ ├── copyd.asm │ │ ├── copyi.asm │ │ ├── divexact_1.asm │ │ ├── divrem_2.asm │ │ ├── divrem_euclidean_qr_1.asm │ │ ├── gcd_1.asm │ │ ├── gmp-mparam.h │ │ ├── hamdist.asm │ │ ├── ia64-defs.m4 │ │ ├── invert_limb.asm │ │ ├── ior_n.asm │ │ ├── iorn_n.asm │ │ ├── lshift.asm │ │ ├── modexact_1c_odd.asm │ │ ├── mul_1.asm │ │ ├── mul_2.asm │ │ ├── nand_n.asm │ │ ├── nior_n.asm │ │ ├── popcount.asm │ │ ├── rsh1add_n.asm │ │ ├── rsh1sub_n.asm │ │ ├── rshift.asm │ │ ├── sqr_diagonal.asm │ │ ├── sub_n.asm │ │ ├── sublsh1_n.asm │ │ ├── submul_1.c │ │ ├── xnor_n.asm │ │ └── xor_n.asm │ ├── m4-ccas │ ├── m68k │ │ ├── README │ │ ├── add_n.asm │ │ ├── gmp-mparam.h │ │ ├── lshift.asm │ │ ├── m68k-defs.m4 │ │ ├── mc68020 │ │ │ ├── addmul_1.asm │ │ │ ├── mul_1.asm │ │ │ ├── submul_1.asm │ │ │ ├── udiv.asm │ │ │ └── umul.asm │ │ ├── rshift.asm │ │ ├── sub_n.asm │ │ └── t-m68k-defs.pl │ ├── mips32 │ │ ├── add_n.asm │ │ ├── addmul_1.asm │ │ ├── gmp-mparam.h │ │ ├── lshift.asm │ │ ├── mips-defs.m4 │ │ ├── mips.m4 │ │ ├── mul_1.asm │ │ ├── rshift.asm │ │ ├── sub_n.asm │ │ ├── submul_1.asm │ │ └── umul.asm │ ├── mips64 │ │ ├── README │ │ ├── add_n.asm │ │ ├── addmul_1.asm │ │ ├── divrem_1.asm │ │ ├── gmp-mparam.h │ │ ├── lshift.asm │ │ ├── mul_1.asm │ │ ├── rshift.asm │ │ ├── sqr_diagonal.asm │ │ ├── sub_n.asm │ │ ├── submul_1.asm │ │ └── umul.asm │ ├── pa32 │ │ ├── README │ │ ├── add_n.asm │ │ ├── gmp-mparam.h │ │ ├── hppa1_1 │ │ │ ├── addmul_1.asm │ │ │ ├── gmp-mparam.h │ │ │ ├── mul_1.asm │ │ │ ├── pa7100 │ │ │ │ ├── add_n.asm │ │ │ │ ├── addmul_1.asm │ │ │ │ ├── lshift.asm │ │ │ │ ├── rshift.asm │ │ │ │ ├── sub_n.asm │ │ │ │ └── submul_1.asm │ │ │ ├── sqr_diagonal.asm │ │ │ ├── submul_1.asm │ │ │ ├── udiv.asm │ │ │ └── umul.asm │ │ ├── hppa2_0 │ │ │ ├── add_n.asm │ │ │ ├── gmp-mparam.h │ │ │ ├── sqr_diagonal.asm │ │ │ └── sub_n.asm │ │ ├── lshift.asm │ │ ├── pa-defs.m4 │ │ ├── rshift.asm │ │ ├── sub_n.asm │ │ └── udiv.asm │ ├── pa64 │ │ ├── README │ │ └── gmp-mparam.h │ ├── powerpc32 │ │ ├── 750 │ │ │ ├── com_n.asm │ │ │ ├── gmp-mparam.h │ │ │ ├── lshift.asm │ │ │ └── rshift.asm │ │ ├── README │ │ ├── add_n.asm │ │ ├── addlsh1_n.asm │ │ ├── addmul_1.asm │ │ ├── aix.m4 │ │ ├── darwin.m4 │ │ ├── divexact_by3c.asm │ │ ├── eabi.m4 │ │ ├── elf.m4 │ │ ├── gmp-mparam.h │ │ ├── lshift.asm │ │ ├── mod_34lsub1.asm │ │ ├── modexact_1c_odd.asm │ │ ├── mul_1.asm │ │ ├── powerpc-defs.m4 │ │ ├── rshift.asm │ │ ├── sqr_diagonal.asm │ │ ├── sub_n.asm │ │ ├── sublsh1_n.asm │ │ ├── submul_1.asm │ │ ├── umul.asm │ │ └── vmx │ │ │ ├── and_n.asm │ │ │ ├── andn_n.asm │ │ │ ├── copyd.asm │ │ │ ├── copyi.asm │ │ │ ├── ior_n.asm │ │ │ ├── iorn_n.asm │ │ │ ├── nand_n.asm │ │ │ ├── nior_n.asm │ │ │ ├── popcount.asm │ │ │ ├── xnor_n.asm │ │ │ └── xor_n.asm │ ├── powerpc64 │ │ ├── README │ │ ├── aix.m4 │ │ ├── copyd.asm │ │ ├── copyi.asm │ │ ├── darwin.m4 │ │ ├── elf.m4 │ │ ├── gmp-mparam.h │ │ ├── lshift.asm │ │ ├── mode32 │ │ │ ├── add_n.asm │ │ │ ├── addmul_1.asm │ │ │ ├── mul_1.asm │ │ │ ├── sub_n.asm │ │ │ └── submul_1.asm │ │ ├── mode64 │ │ │ ├── add_n.asm │ │ │ ├── addmul_1.asm │ │ │ ├── mul_1.asm │ │ │ ├── sub_n.asm │ │ │ ├── submul_1.asm │ │ │ └── umul.asm │ │ ├── rshift.asm │ │ ├── sqr_diagonal.asm │ │ ├── umul.asm │ │ └── vmx │ │ │ └── popcount.asm │ ├── s390 │ │ ├── README │ │ ├── addmul_1.asm │ │ ├── gmp-mparam.h │ │ ├── mul_1.asm │ │ └── submul_1.asm │ ├── sh │ │ ├── add_n.s │ │ ├── sh2 │ │ │ ├── addmul_1.s │ │ │ ├── mul_1.s │ │ │ └── submul_1.s │ │ └── sub_n.s │ ├── sparc32 │ │ ├── README │ │ ├── add_n.asm │ │ ├── addmul_1.asm │ │ ├── gmp-mparam.h │ │ ├── lshift.asm │ │ ├── mul_1.asm │ │ ├── rshift.asm │ │ ├── sparc-defs.m4 │ │ ├── sub_n.asm │ │ ├── submul_1.asm │ │ ├── udiv.asm │ │ ├── udiv_nfp.asm │ │ ├── umul.asm │ │ └── v9 │ │ │ ├── README │ │ │ ├── add_n.asm.broken │ │ │ ├── addmul_1.asm │ │ │ ├── gmp-mparam.h │ │ │ ├── mul_1.asm │ │ │ ├── sqr_diagonal.asm │ │ │ ├── sub_n.asm.broken │ │ │ ├── submul_1.asm │ │ │ └── udiv.asm │ ├── sparc64 │ │ ├── README │ │ ├── add_n.asm │ │ ├── addmul_1.asm │ │ ├── addmul_2.asm │ │ ├── copyd.asm │ │ ├── copyi.asm │ │ ├── divexact_1.c │ │ ├── divrem_1.c │ │ ├── gmp-mparam.h │ │ ├── lshift.asm │ │ ├── mod_1.c │ │ ├── modexact_1c_odd.c │ │ ├── mul_1.asm │ │ ├── rshift.asm │ │ ├── sparc64.h │ │ ├── sqr_diagonal.asm │ │ ├── sub_n.asm │ │ └── submul_1.asm │ ├── thumb │ │ ├── add_n.s │ │ └── sub_n.s │ ├── x86 │ │ ├── README │ │ ├── add_n.asm │ │ ├── addmul_1.asm │ │ ├── applenopic │ │ │ ├── addmul_1.asm │ │ │ ├── copyd.asm │ │ │ ├── copyi.asm │ │ │ ├── core2 │ │ │ │ ├── addmul_1.asm │ │ │ │ ├── com_n.asm │ │ │ │ ├── copyd.asm │ │ │ │ ├── copyi.asm │ │ │ │ ├── divrem_1.asm │ │ │ │ ├── gmp-mparam.h │ │ │ │ ├── mul_1.asm │ │ │ │ ├── mul_basecase.asm │ │ │ │ └── sqr_basecase.asm │ │ │ ├── divexact_by3c.asm │ │ │ ├── divrem_1.asm │ │ │ ├── lshift.asm │ │ │ ├── mod_1.asm │ │ │ ├── mod_34lsub1.asm │ │ │ ├── mul_1.asm │ │ │ ├── mul_basecase.asm │ │ │ ├── rshift.asm │ │ │ ├── sqr_basecase.asm │ │ │ ├── submul_1.asm │ │ │ ├── udiv.asm │ │ │ └── umul.asm │ │ ├── copyd.asm │ │ ├── copyi.asm │ │ ├── core2 │ │ │ ├── add_n.asm │ │ │ ├── addmul_1.asm │ │ │ ├── com_n.asm │ │ │ ├── copyd.asm │ │ │ ├── copyi.asm │ │ │ ├── divexact_1.asm │ │ │ ├── divrem_1.asm │ │ │ ├── gmp-mparam.h │ │ │ ├── lshift.asm │ │ │ ├── mul_1.asm │ │ │ ├── mul_basecase.asm │ │ │ ├── rshift.asm │ │ │ ├── sqr_basecase.asm │ │ │ ├── sub_n.asm │ │ │ └── submul_1.asm │ │ ├── divexact_1.asm │ │ ├── divexact_by3c.asm │ │ ├── divrem_1.asm │ │ ├── fat │ │ │ ├── divexact_byfobm1.c │ │ │ ├── divrem_2.c │ │ │ ├── divrem_euclidean_qr_1.c │ │ │ ├── divrem_euclidean_qr_2.c │ │ │ ├── fat.c │ │ │ ├── fat_entry.asm │ │ │ ├── gcd_1.c │ │ │ ├── gmp-mparam.h │ │ │ ├── modexact_1c_odd.c │ │ │ ├── redc_1.c │ │ │ └── sumdiff_n.c │ │ ├── gmp-mparam.h │ │ ├── i486 │ │ │ └── gmp-mparam.h │ │ ├── k6 │ │ │ ├── README │ │ │ ├── add_n.asm │ │ │ ├── addmul_1.asm │ │ │ ├── cross.pl │ │ │ ├── divexact_by3c.asm │ │ │ ├── divrem_1.asm │ │ │ ├── gcd_1.asm │ │ │ ├── gcd_finda.asm │ │ │ ├── gmp-mparam.h │ │ │ ├── k62mmx │ │ │ │ ├── copyd.asm │ │ │ │ ├── lshift.asm │ │ │ │ └── rshift.asm │ │ │ ├── mmx │ │ │ │ ├── and_n.asm │ │ │ │ ├── andn_n.asm │ │ │ │ ├── com_n.asm │ │ │ │ ├── divexact_1.asm │ │ │ │ ├── hamdist.asm │ │ │ │ ├── ior_n.asm │ │ │ │ ├── iorn_n.asm │ │ │ │ ├── lshift.asm │ │ │ │ ├── nand_n.asm │ │ │ │ ├── nior_n.asm │ │ │ │ ├── popcount.asm │ │ │ │ ├── rshift.asm │ │ │ │ ├── xnor_n.asm │ │ │ │ └── xor_n.asm │ │ │ ├── mod_34lsub1.asm │ │ │ ├── modexact_1c_odd.asm │ │ │ ├── mul_1.asm │ │ │ ├── mul_basecase.asm │ │ │ ├── preinv_mod_1.asm │ │ │ ├── sqr_basecase.asm │ │ │ ├── sub_n.asm │ │ │ └── submul_1.asm │ │ ├── k7 │ │ │ ├── README │ │ │ ├── add_n.asm │ │ │ ├── addmul_1.asm │ │ │ ├── divexact_1.asm │ │ │ ├── divexact_by3c.asm │ │ │ ├── gcd_1.asm │ │ │ ├── gmp-mparam.h │ │ │ ├── mmx │ │ │ │ ├── com_n.asm │ │ │ │ ├── copyd.asm │ │ │ │ ├── copyi.asm │ │ │ │ ├── divrem_1.asm │ │ │ │ ├── hamdist.asm │ │ │ │ ├── k8 │ │ │ │ │ ├── addmul_1.asm │ │ │ │ │ ├── gmp-mparam.h │ │ │ │ │ ├── mul_basecase.asm │ │ │ │ │ └── submul_1.asm │ │ │ │ ├── lshift.asm │ │ │ │ ├── mod_1.asm │ │ │ │ ├── popcount.asm │ │ │ │ └── rshift.asm │ │ │ ├── mod_34lsub1.asm │ │ │ ├── modexact_1c_odd.asm │ │ │ ├── mul_1.asm │ │ │ ├── mul_basecase.asm │ │ │ ├── sqr_basecase.asm │ │ │ ├── sub_n.asm │ │ │ └── submul_1.asm │ │ ├── lshift.asm │ │ ├── mod_1.asm │ │ ├── mod_34lsub1.asm │ │ ├── mul_1.asm │ │ ├── mul_basecase.asm │ │ ├── nehalem │ │ │ ├── add_n.asm │ │ │ ├── addlsh1_n.asm │ │ │ ├── addmul_1.asm │ │ │ ├── com_n.asm │ │ │ ├── copyd.asm │ │ │ ├── copyi.asm │ │ │ ├── divexact_1.asm │ │ │ ├── divexact_by3c.asm │ │ │ ├── divrem_1.asm │ │ │ ├── gmp-mparam.h │ │ │ ├── hamdist.asm │ │ │ ├── lshift.asm │ │ │ ├── mod_1.asm │ │ │ ├── mod_34lsub1.asm │ │ │ ├── modexact_1c_odd.asm │ │ │ ├── mul_1.asm │ │ │ ├── mul_basecase.asm │ │ │ ├── popcount.asm │ │ │ ├── rsh1add_n.asm │ │ │ ├── rshift.asm │ │ │ ├── sqr_basecase.asm │ │ │ ├── sub_n.asm │ │ │ └── submul_1.asm │ │ ├── p6 │ │ │ ├── README │ │ │ ├── add_n.asm │ │ │ ├── addmul_1,asm │ │ │ ├── copyd.asm │ │ │ ├── divexact_1.asm │ │ │ ├── divexact_by3c.asm │ │ │ ├── gmp-mparam.h │ │ │ ├── mmx │ │ │ │ ├── divrem_1.asm │ │ │ │ ├── gmp-mparam.h │ │ │ │ ├── hamdist.asm │ │ │ │ ├── lshift.asm │ │ │ │ ├── popcount.asm │ │ │ │ └── rshift.asm │ │ │ ├── mod_1.asm │ │ │ ├── mod_34lsub1.asm │ │ │ ├── modexact_1c_odd.asm │ │ │ ├── mul_basecase.asm │ │ │ ├── p3mmx │ │ │ │ ├── hamdist.asm │ │ │ │ └── popcount.asm │ │ │ ├── sqr_basecase.asm │ │ │ ├── sub_n.asm │ │ │ └── submul_1,asm │ │ ├── pentium │ │ │ ├── README │ │ │ ├── add_n.asm │ │ │ ├── addmul_1.asm │ │ │ ├── and_n.asm │ │ │ ├── andn_n.asm │ │ │ ├── com_n.asm │ │ │ ├── copyd.asm │ │ │ ├── copyi.asm │ │ │ ├── divexact_1.asm │ │ │ ├── divexact_by3c.asm │ │ │ ├── gmp-mparam.h │ │ │ ├── hamdist.asm │ │ │ ├── ior_n.asm │ │ │ ├── iorn_n.asm │ │ │ ├── lshift.asm │ │ │ ├── mmx │ │ │ │ ├── gmp-mparam.h │ │ │ │ ├── hamdist.asm │ │ │ │ ├── lshift.asm │ │ │ │ ├── mul_1.asm │ │ │ │ └── rshift.asm │ │ │ ├── mod_1.asm │ │ │ ├── mod_34lsub1.asm │ │ │ ├── modexact_1c_odd.asm │ │ │ ├── mul_1.asm │ │ │ ├── mul_2.asm │ │ │ ├── mul_basecase.asm │ │ │ ├── nand_n.asm │ │ │ ├── nior_n.asm │ │ │ ├── popcount.asm │ │ │ ├── rshift.asm │ │ │ ├── sqr_basecase.asm │ │ │ ├── sub_n.asm │ │ │ ├── submul_1.asm │ │ │ ├── xnor_n.asm │ │ │ └── xor_n.asm │ │ ├── pentium4 │ │ │ ├── README │ │ │ ├── copyd.asm │ │ │ ├── copyi.asm │ │ │ ├── mmx │ │ │ │ ├── hamdist.asm │ │ │ │ ├── lshift.asm │ │ │ │ ├── popcount.asm │ │ │ │ └── rshift.asm │ │ │ └── sse2 │ │ │ │ ├── add_n.asm │ │ │ │ ├── addlsh1_n.asm │ │ │ │ ├── addmul_1.asm │ │ │ │ ├── divexact_1.asm │ │ │ │ ├── divexact_by3c.asm │ │ │ │ ├── divrem_1.asm │ │ │ │ ├── gmp-mparam.h │ │ │ │ ├── mod_1.asm │ │ │ │ ├── mod_34lsub1.asm │ │ │ │ ├── modexact_1c_odd.asm │ │ │ │ ├── mul_1.asm │ │ │ │ ├── mul_basecase.asm │ │ │ │ ├── rsh1add_n.asm │ │ │ │ ├── sqr_basecase.asm │ │ │ │ ├── sub_n.asm │ │ │ │ └── submul_1.asm │ │ ├── rshift.asm │ │ ├── sqr_basecase.asm │ │ ├── sub_n.asm │ │ ├── submul_1.asm │ │ ├── t-zdisp.sh │ │ ├── t-zdisp2.pl │ │ ├── udiv.asm │ │ ├── umul.asm │ │ └── x86-defs.m4 │ ├── x86_64 │ │ ├── add_err1_n.asm │ │ ├── add_err2_n.asm │ │ ├── atom │ │ │ ├── add_n.as │ │ │ ├── addlsh1_n.as │ │ │ ├── addlsh_n.asm │ │ │ ├── addmul_1.as │ │ │ ├── addmul_2.as │ │ │ ├── and_n.as │ │ │ ├── andn_n.as │ │ │ ├── com_n.as │ │ │ ├── copyd.as │ │ │ ├── copyi.asm │ │ │ ├── divexact_byff.as │ │ │ ├── divrem_hensel_qr_1_1.asm │ │ │ ├── gmp-mparam.h │ │ │ ├── ior_n.as │ │ │ ├── iorn_n.as │ │ │ ├── lshift.as │ │ │ ├── lshift1.as │ │ │ ├── lshift2.asm │ │ │ ├── mod_1_1.asm │ │ │ ├── mod_1_2.asm │ │ │ ├── mod_1_3.asm │ │ │ ├── mul_1.as │ │ │ ├── mul_2.as │ │ │ ├── mul_basecase.as │ │ │ ├── nand_n.as │ │ │ ├── nior_n.as │ │ │ ├── redc_1.as │ │ │ ├── rsh1add_n.as │ │ │ ├── rsh1sub_n.as │ │ │ ├── rsh_divrem_hensel_qr_1_1.asm │ │ │ ├── rshift.as │ │ │ ├── sqr_basecase.as │ │ │ ├── store.asm │ │ │ ├── sub_n.as │ │ │ ├── sublsh1_n.as │ │ │ ├── sublsh_n.asm │ │ │ ├── submul_1.as │ │ │ ├── xnor_n.as │ │ │ └── xor_n.as │ │ ├── core2 │ │ │ ├── README │ │ │ ├── add_n.as │ │ │ ├── addadd_n.as │ │ │ ├── addlsh_n.as │ │ │ ├── addmul_1.as │ │ │ ├── addmul_1.asm.jay │ │ │ ├── addmul_1.asm_2way_delay2_varswap.asm │ │ │ ├── addmul_2.as │ │ │ ├── addsub_n.as │ │ │ ├── and_n.as │ │ │ ├── andn_n.as │ │ │ ├── com_n.as │ │ │ ├── copyd.as │ │ │ ├── copyi.asm │ │ │ ├── divexact_byff.as │ │ │ ├── divrem_hensel_qr_1_2.asm │ │ │ ├── gmp-mparam.h │ │ │ ├── hamdist.asm │ │ │ ├── ior_n.as │ │ │ ├── iorn_n.as │ │ │ ├── lshift.asm │ │ │ ├── mod_1_1.asm │ │ │ ├── mod_1_2.asm │ │ │ ├── mod_1_3.asm │ │ │ ├── mul_1.asm │ │ │ ├── mul_2.as │ │ │ ├── mul_basecase.as │ │ │ ├── nand_n.as │ │ │ ├── nior_n.as │ │ │ ├── penryn │ │ │ │ ├── gmp-mparam.h │ │ │ │ └── mod_1_1.asm │ │ │ ├── popcount.asm │ │ │ ├── redc_1.as │ │ │ ├── rsh1add_n.as │ │ │ ├── rsh1sub_n.as │ │ │ ├── rsh_divrem_hensel_qr_1_2.asm │ │ │ ├── rshift.asm │ │ │ ├── sqr_basecase.as │ │ │ ├── store.asm │ │ │ ├── sub_n.as │ │ │ ├── subadd_n.as │ │ │ ├── sublsh1_n.as │ │ │ ├── submul_1.as │ │ │ ├── xnor_n.as │ │ │ └── xor_n.as │ │ ├── divexact_by3c.as │ │ ├── divexact_byfobm1.as │ │ ├── divrem_2.as │ │ ├── divrem_euclidean_qr_1.as │ │ ├── divrem_euclidean_qr_2.as │ │ ├── fat │ │ │ ├── copyd.c │ │ │ ├── copyi.c │ │ │ ├── divexact_1.c │ │ │ ├── divexact_by3c.c │ │ │ ├── divexact_byfobm1.c │ │ │ ├── divrem_1.c │ │ │ ├── divrem_2.c │ │ │ ├── divrem_euclidean_qr_1.c │ │ │ ├── divrem_euclidean_qr_2.c │ │ │ ├── fat.c │ │ │ ├── fat_entry.asm │ │ │ ├── gcd_1.c │ │ │ ├── gmp-mparam.h │ │ │ ├── mod_1.c │ │ │ ├── mod_34lsub1.c │ │ │ ├── modexact_1c_odd.c │ │ │ ├── mul_basecase.c │ │ │ ├── preinv_divrem_1.c │ │ │ ├── preinv_mod_1.c │ │ │ ├── redc_1.c │ │ │ ├── sqr_basecase.c │ │ │ └── sumdiff_n.c │ │ ├── gmp-mparam.h │ │ ├── k8 │ │ │ ├── add_err1_n.asm │ │ │ ├── add_n.as │ │ │ ├── addadd_n.as │ │ │ ├── addlsh1_n.as │ │ │ ├── addlsh_n.asm │ │ │ ├── addmul_1.asm │ │ │ ├── addmul_2.as │ │ │ ├── addsub_n.as │ │ │ ├── and_n.asm │ │ │ ├── andn_n.as │ │ │ ├── com_n.as │ │ │ ├── copyd.as │ │ │ ├── copyi.as │ │ │ ├── divexact_byff.as │ │ │ ├── divrem_hensel_qr_1_1.asm │ │ │ ├── divrem_hensel_qr_1_2.asm │ │ │ ├── divrem_hensel_r_1.asm │ │ │ ├── gmp-mparam.h │ │ │ ├── hamdist.asm │ │ │ ├── ior_n.asm │ │ │ ├── iorn_n.as │ │ │ ├── k10 │ │ │ │ ├── gmp-mparam.h │ │ │ │ ├── hamdist.asm │ │ │ │ ├── k102 │ │ │ │ │ └── gmp-mparam.h │ │ │ │ ├── lshift.as │ │ │ │ ├── popcount.asm │ │ │ │ └── rshift.as │ │ │ ├── k8only │ │ │ │ ├── lshift2.asm │ │ │ │ ├── lshift3.asm │ │ │ │ ├── lshift4.asm │ │ │ │ ├── lshift5.asm │ │ │ │ ├── lshift6.asm │ │ │ │ └── rshift2.asm │ │ │ ├── lshift.as │ │ │ ├── lshift1.as │ │ │ ├── lshiftc.asm │ │ │ ├── mod_1_1.asm │ │ │ ├── mod_1_2.asm │ │ │ ├── mod_1_3.asm │ │ │ ├── mul_1.asm │ │ │ ├── mul_2.as │ │ │ ├── mul_basecase.as │ │ │ ├── mul_basecase.asm.basic_algorithm │ │ │ ├── mul_basecase.asm.jay │ │ │ ├── nand_n.asm │ │ │ ├── nior_n.asm │ │ │ ├── not.asm │ │ │ ├── popcount.asm │ │ │ ├── redc_1.as │ │ │ ├── rsh1add_n.as │ │ │ ├── rsh1sub_n.as │ │ │ ├── rsh_divrem_hensel_qr_1_1.asm │ │ │ ├── rsh_divrem_hensel_qr_1_2.asm │ │ │ ├── rshift.asm │ │ │ ├── rshift1.as │ │ │ ├── sqr_basecase.as │ │ │ ├── store.asm │ │ │ ├── sub_err1_n.asm │ │ │ ├── sub_n.as │ │ │ ├── subadd_n.as │ │ │ ├── sublsh1_n.as │ │ │ ├── sublsh_n.asm │ │ │ ├── submul_1.asm │ │ │ ├── sumdiff_n.as │ │ │ ├── udiv.as │ │ │ ├── umul.as │ │ │ ├── xnor_n.as │ │ │ └── xor_n.asm │ │ ├── modexact_1c_odd.as │ │ ├── mulmid_basecase.asm │ │ ├── nano │ │ │ ├── add_n.as │ │ │ ├── addmul_1.as │ │ │ ├── lshift.as │ │ │ ├── mul_1.as │ │ │ ├── rshift.as │ │ │ ├── sub_n.as │ │ │ └── submul_1.as │ │ ├── nehalem │ │ │ ├── add_err1_n.asm │ │ │ ├── add_n.as │ │ │ ├── addadd_n.as │ │ │ ├── addlsh_n.as │ │ │ ├── addmul_1.as │ │ │ ├── addmul_2.as │ │ │ ├── addsub_n.as │ │ │ ├── and_n.asm │ │ │ ├── andn_n.asm │ │ │ ├── com_n.asm │ │ │ ├── copyd.asm │ │ │ ├── copyi.asm │ │ │ ├── divexact_byff.as │ │ │ ├── divrem_hensel_qr_1_2.asm │ │ │ ├── gmp-mparam.h │ │ │ ├── hamdist.asm │ │ │ ├── ior_n.asm │ │ │ ├── iorn_n.asm │ │ │ ├── lshift.asm │ │ │ ├── mod_1_1.asm │ │ │ ├── mod_1_2.asm │ │ │ ├── mod_1_3.asm │ │ │ ├── mul_1.asm │ │ │ ├── mul_2.asm │ │ │ ├── mul_basecase.as │ │ │ ├── nand_n.asm │ │ │ ├── nior_n.asm │ │ │ ├── popcount.asm │ │ │ ├── redc_1.as │ │ │ ├── rsh1add_n.as │ │ │ ├── rsh1sub_n.as │ │ │ ├── rsh_divrem_hensel_qr_1_2.asm │ │ │ ├── rshift.asm │ │ │ ├── sqr_basecase.as │ │ │ ├── store.asm │ │ │ ├── sub_err1_n.asm │ │ │ ├── sub_n.as │ │ │ ├── subadd_n.as │ │ │ ├── sublsh1_n.as │ │ │ ├── submul_1.as │ │ │ ├── xnor_n.asm │ │ │ └── xor_n.asm │ │ ├── netburst │ │ │ ├── add_n.as │ │ │ ├── addmul_1.as │ │ │ ├── addmul_2.as │ │ │ ├── and_n.as │ │ │ ├── andn_n.as │ │ │ ├── com_n.as │ │ │ ├── divexact_byff.as │ │ │ ├── gmp-mparam.h │ │ │ ├── ior_n.as │ │ │ ├── iorn_n.as │ │ │ ├── lshift.as │ │ │ ├── mul_1.as │ │ │ ├── mul_2.as │ │ │ ├── mul_basecase.as │ │ │ ├── nand_n.as │ │ │ ├── netburstlahf │ │ │ │ └── gmp-mparam.h │ │ │ ├── nior_n.as │ │ │ ├── redc_1.as │ │ │ ├── rshift.as │ │ │ ├── sqr_basecase.as │ │ │ ├── sub_n.as │ │ │ ├── submul_1.as │ │ │ ├── xnor_n.as │ │ │ └── xor_n.as │ │ ├── sub_err1_n.asm │ │ ├── sub_err2_n.asm │ │ └── x86_64-defs.m4 │ ├── x86_64w │ │ ├── add_err1_n.asm │ │ ├── add_err2_n.asm │ │ ├── addmul_2.asm │ │ ├── atom │ │ │ ├── add_n.asm │ │ │ ├── addlsh1_n.asm │ │ │ ├── addlsh_n.asm │ │ │ ├── addmul_1.asm │ │ │ ├── addmul_2.asm │ │ │ ├── and_n.asm │ │ │ ├── andn_n.asm │ │ │ ├── com_n.asm │ │ │ ├── copyd.asm │ │ │ ├── divexact_byff.asm │ │ │ ├── divrem_hensel_qr_1_1.asm │ │ │ ├── gmp-mparam.h │ │ │ ├── iorn_n.asm │ │ │ ├── lshift1.asm │ │ │ ├── mod_1_1.asm │ │ │ ├── mod_1_2.asm │ │ │ ├── mod_1_3.asm │ │ │ ├── mul_1.asm │ │ │ ├── mul_2.asm │ │ │ ├── mul_basecase.asm │ │ │ ├── nand_n.asm │ │ │ ├── nior_n.asm │ │ │ ├── redc_1.asm │ │ │ ├── rsh1add_n.asm │ │ │ ├── rsh1sub_n.asm │ │ │ ├── rsh_divrem_hensel_qr_1_1.asm │ │ │ ├── sqr_basecase.asm │ │ │ ├── store.asm │ │ │ ├── sub_n.asm │ │ │ ├── sublsh1_n.asm │ │ │ ├── sublsh_n.asm │ │ │ ├── submul_1.asm │ │ │ └── xnor_n.asm │ │ ├── core2 │ │ │ ├── add_n.asm │ │ │ ├── addadd_n.asm │ │ │ ├── addlsh1_n.asm │ │ │ ├── addlsh_n.asm │ │ │ ├── addmul_1.asm │ │ │ ├── addmul_2.asm │ │ │ ├── addsub_n.asm │ │ │ ├── and_n.asm │ │ │ ├── andn_n.asm │ │ │ ├── cfg.h │ │ │ ├── com_n.asm │ │ │ ├── copyd.asm │ │ │ ├── copyi.asm │ │ │ ├── divexact_byff.asm │ │ │ ├── divrem_hensel_qr_1_2.asm │ │ │ ├── gmp-mparam.h │ │ │ ├── hamdist.asm │ │ │ ├── ior_n.asm │ │ │ ├── iorn_n.asm │ │ │ ├── lshift.asm │ │ │ ├── lshift1.asm │ │ │ ├── mod_1_1.asm │ │ │ ├── mod_1_2.asm │ │ │ ├── mod_1_3.asm │ │ │ ├── mul_1.asm │ │ │ ├── mul_2.asm │ │ │ ├── mul_basecase.asm │ │ │ ├── nand_n.asm │ │ │ ├── nior_n.asm │ │ │ ├── penryn │ │ │ │ └── gmp-mparam.h │ │ │ ├── popcount.asm │ │ │ ├── redc_1.asm │ │ │ ├── rsh1add_n.asm │ │ │ ├── rsh1sub_n.asm │ │ │ ├── rsh_divrem_hensel_qr_1_2.asm │ │ │ ├── rshift.asm │ │ │ ├── rshift1.asm │ │ │ ├── sqr_basecase.asm │ │ │ ├── store.asm │ │ │ ├── sub_n.asm │ │ │ ├── subadd_n.asm │ │ │ ├── sublsh1_n.asm │ │ │ ├── submul_1.asm │ │ │ ├── udiv.asm │ │ │ ├── umul.asm │ │ │ ├── xnor_n.asm │ │ │ └── xor_n.asm │ │ ├── divexact_1.asm │ │ ├── divexact_by3c.asm │ │ ├── divexact_byfobm1.asm │ │ ├── divrem_2.asm │ │ ├── divrem_euclidean_qr_1.asm │ │ ├── divrem_euclidean_qr_2.asm │ │ ├── fat │ │ │ ├── copyd.c │ │ │ ├── copyi.c │ │ │ ├── divexact_1.c │ │ │ ├── divexact_by3c.c │ │ │ ├── divexact_byfobm1.c │ │ │ ├── divrem_1.c │ │ │ ├── divrem_2.c │ │ │ ├── divrem_euclidean_qr_1.c │ │ │ ├── divrem_euclidean_qr_2.c │ │ │ ├── fat.c │ │ │ ├── fat_entry.asm │ │ │ ├── gcd_1.c │ │ │ ├── gmp-mparam.h │ │ │ ├── mod_1.c │ │ │ ├── mod_34lsub1.c │ │ │ ├── modexact_1c_odd.c │ │ │ ├── mul_basecase.c │ │ │ ├── preinv_divrem_1.c │ │ │ ├── preinv_mod_1.c │ │ │ ├── redc_1.c │ │ │ ├── sqr_basecase.c │ │ │ └── sumdiff_n.c │ │ ├── gmp-mparam.h │ │ ├── k8 │ │ │ ├── add_err1_n.asm │ │ │ ├── add_n.asm │ │ │ ├── addadd_n.asm │ │ │ ├── addlsh1_n.asm │ │ │ ├── addlsh_n.asm │ │ │ ├── addmul_1.asm │ │ │ ├── addmul_2.asm │ │ │ ├── addsub_n.asm │ │ │ ├── and_n.asm │ │ │ ├── andn_n.asm │ │ │ ├── cfg.h │ │ │ ├── com_n.asm │ │ │ ├── copyd.asm │ │ │ ├── copyi.asm │ │ │ ├── divexact_byff.asm │ │ │ ├── divrem_hensel_qr_1_1.asm │ │ │ ├── divrem_hensel_qr_1_2.asm │ │ │ ├── divrem_hensel_r_1.asm │ │ │ ├── gmp-mparam.h │ │ │ ├── hamdist.asm │ │ │ ├── ior_n.asm │ │ │ ├── iorn_n.asm │ │ │ ├── k10 │ │ │ │ ├── cfg.h │ │ │ │ ├── gmp-mparam.h │ │ │ │ ├── hamdist.asm │ │ │ │ ├── k102 │ │ │ │ │ └── gmp-mparam.h │ │ │ │ ├── lshift.asm │ │ │ │ ├── popcount.asm │ │ │ │ ├── rshift.asm │ │ │ │ └── store.asm │ │ │ ├── lshift.asm │ │ │ ├── lshift1.asm │ │ │ ├── lshift2.asm │ │ │ ├── lshift3.asm │ │ │ ├── lshift4.asm │ │ │ ├── lshift5.asm │ │ │ ├── lshift6.asm │ │ │ ├── lshiftc.asm │ │ │ ├── mod_1_1.asm │ │ │ ├── mod_1_2.asm │ │ │ ├── mod_1_3.asm │ │ │ ├── mul_1.asm │ │ │ ├── mul_2.asm │ │ │ ├── mul_basecase.asm │ │ │ ├── nand_n.asm │ │ │ ├── nior_n.asm │ │ │ ├── not.asm │ │ │ ├── popcount.asm │ │ │ ├── redc_1.asm │ │ │ ├── rsh1add_n.asm │ │ │ ├── rsh1sub_n.asm │ │ │ ├── rsh_divrem_hensel_qr_1_1.asm │ │ │ ├── rsh_divrem_hensel_qr_1_2.asm │ │ │ ├── rshift.asm │ │ │ ├── rshift1.asm │ │ │ ├── rshift2.asm │ │ │ ├── sqr_basecase.asm │ │ │ ├── store.asm │ │ │ ├── sub_err1_n.asm │ │ │ ├── sub_n.asm │ │ │ ├── subadd_n.asm │ │ │ ├── sublsh1_n.asm │ │ │ ├── sublsh_n.asm │ │ │ ├── submul_1.asm │ │ │ ├── sumdiff_n.asm │ │ │ ├── udiv.asm │ │ │ ├── umul.asm │ │ │ ├── xnor_n.asm │ │ │ └── xor_n.asm │ │ ├── modexact_1c_odd.asm │ │ ├── mul_2.asm │ │ ├── mulmid_basecase.asm │ │ ├── nehalem │ │ │ ├── add_err1_n.asm │ │ │ ├── add_n.asm │ │ │ ├── addadd_n.asm │ │ │ ├── addlsh1_n.asm │ │ │ ├── addlsh_n.asm │ │ │ ├── addmul_1.asm │ │ │ ├── addmul_2.asm │ │ │ ├── addsub_n.asm │ │ │ ├── and_n.asm │ │ │ ├── andn_n.asm │ │ │ ├── cfg.h │ │ │ ├── com_n.asm │ │ │ ├── copyd.asm │ │ │ ├── copyi.asm │ │ │ ├── divexact_byff.asm │ │ │ ├── divrem_hensel_qr_1_2.asm │ │ │ ├── gmp-mparam.h │ │ │ ├── hamdist.asm │ │ │ ├── ior_n.asm │ │ │ ├── iorn_n.asm │ │ │ ├── lshift.asm │ │ │ ├── mod_1_1.asm │ │ │ ├── mod_1_2.asm │ │ │ ├── mod_1_3.asm │ │ │ ├── mul_1.asm │ │ │ ├── mul_2.asm │ │ │ ├── mul_basecase.asm │ │ │ ├── nand_n.asm │ │ │ ├── nior_n.asm │ │ │ ├── popcount.asm │ │ │ ├── redc_1.asm │ │ │ ├── rsh1add_n.asm │ │ │ ├── rsh1sub_n.asm │ │ │ ├── rsh_divrem_hensel_qr_1_2.asm │ │ │ ├── rshift.asm │ │ │ ├── sqr_basecase.asm │ │ │ ├── store.asm │ │ │ ├── sub_err1_n.asm │ │ │ ├── sub_n.asm │ │ │ ├── subadd_n.asm │ │ │ ├── sublsh1_n.asm │ │ │ ├── submul_1.asm │ │ │ ├── xnor_n.asm │ │ │ └── xor_n.asm │ │ ├── netburst │ │ │ ├── addmul_1.asm │ │ │ ├── addmul_2.asm │ │ │ ├── and_n.asm │ │ │ ├── andn_n.asm │ │ │ ├── com_n.asm │ │ │ ├── gmp-mparam.h │ │ │ ├── ior_n.asm │ │ │ ├── iorn_n.asm │ │ │ ├── mul_1.asm │ │ │ ├── mul_2.asm │ │ │ ├── mul_basecase.asm │ │ │ ├── nand_n.asm │ │ │ ├── netburstlahf │ │ │ │ └── gmp-mparam.h │ │ │ ├── nior_n.asm │ │ │ ├── redc_1.asm │ │ │ ├── sqr_basecase.asm │ │ │ ├── submul_1.asm │ │ │ ├── xnor_n.asm │ │ │ └── xor_n.asm │ │ ├── sub_err1_n.asm │ │ ├── sub_err2_n.asm │ │ ├── udiv.asm │ │ ├── umul.asm │ │ └── yasm_mac.inc │ └── x86w │ │ ├── add_n.asm │ │ ├── addmul_1.asm │ │ ├── copyd.asm │ │ ├── copyi.asm │ │ ├── divexact_1.asm │ │ ├── divexact_by3c.asm │ │ ├── divrem_1.asm │ │ ├── gmp-mparam.h │ │ ├── lshift.asm │ │ ├── mod_1.asm │ │ ├── mod_34lsub1.asm │ │ ├── mul_1.asm │ │ ├── mul_basecase.asm │ │ ├── p0 │ │ ├── cfg.h │ │ └── gmp-mparam.h │ │ ├── p3 │ │ ├── cfg.h │ │ └── gmp-mparam.h │ │ ├── p4 │ │ ├── cfg.h │ │ └── gmp-mparam.h │ │ ├── p6 │ │ ├── addmul_1.asm │ │ ├── copyd.asm │ │ ├── divexact_1.asm │ │ ├── divexact_by3c.asm │ │ ├── gmp-mparam.h │ │ ├── mmx │ │ │ ├── divrem_1.asm │ │ │ ├── hamdist.asm │ │ │ ├── lshift.asm │ │ │ ├── popcount.asm │ │ │ └── rshift.asm │ │ ├── mod_1.asm │ │ ├── modexact_1c_odd.asm │ │ ├── p3mmx │ │ │ ├── hamdist.asm │ │ │ └── popcount.asm │ │ ├── sqr_basecase.asm │ │ ├── sqr_basecase.old.asm │ │ └── submul_1.asm │ │ ├── pentium4 │ │ ├── copyd.asm │ │ ├── copyi.asm │ │ ├── gmp-mparam.h │ │ ├── mmx │ │ │ ├── hamdist.asm │ │ │ ├── lshift.asm │ │ │ ├── popcount.asm │ │ │ └── rshift.asm │ │ └── sse2 │ │ │ ├── add_n.asm │ │ │ ├── addmul_1.asm │ │ │ ├── divexact_1.asm │ │ │ ├── divexact_by3c.asm │ │ │ ├── mod_34lsub1.asm │ │ │ ├── modexact_1c_odd.asm │ │ │ ├── mul_1.asm │ │ │ ├── mul_basecase.asm │ │ │ ├── sqr_basecase.asm │ │ │ ├── sub_n.asm │ │ │ └── submul_1.asm │ │ ├── rshift.asm │ │ ├── sub_n.asm │ │ ├── submul_1.asm │ │ ├── udiv.asm │ │ ├── umul.asm │ │ └── x86i.inc ├── mpq │ ├── Makefile.am │ ├── Makefile.in │ ├── abs.c │ ├── aors.c │ ├── canonicalize.c │ ├── clear.c │ ├── clears.c │ ├── cmp.c │ ├── cmp_si.c │ ├── cmp_ui.c │ ├── div.c │ ├── equal.c │ ├── get_d.c │ ├── get_den.c │ ├── get_num.c │ ├── get_str.c │ ├── init.c │ ├── inits.c │ ├── inp_str.c │ ├── inv.c │ ├── md_2exp.c │ ├── mul.c │ ├── neg.c │ ├── out_str.c │ ├── set.c │ ├── set_d.c │ ├── set_den.c │ ├── set_f.c │ ├── set_num.c │ ├── set_si.c │ ├── set_str.c │ ├── set_ui.c │ ├── set_z.c │ └── swap.c ├── mpz │ ├── Makefile.am │ ├── Makefile.in │ ├── abs.c │ ├── add.c │ ├── add_ui.c │ ├── and.c │ ├── aors.h │ ├── aors_ui.h │ ├── aorsmul.c │ ├── aorsmul_i.c │ ├── array_init.c │ ├── bin_ui.c │ ├── bin_uiui.c │ ├── cdiv_q.c │ ├── cdiv_q_ui.c │ ├── cdiv_qr.c │ ├── cdiv_qr_ui.c │ ├── cdiv_r.c │ ├── cdiv_r_ui.c │ ├── cdiv_ui.c │ ├── cfdiv_q_2exp.c │ ├── cfdiv_r_2exp.c │ ├── clear.c │ ├── clears.c │ ├── clrbit.c │ ├── cmp.c │ ├── cmp_d.c │ ├── cmp_si.c │ ├── cmp_ui.c │ ├── cmpabs.c │ ├── cmpabs_d.c │ ├── cmpabs_ui.c │ ├── com.c │ ├── combit.c │ ├── cong.c │ ├── cong_2exp.c │ ├── cong_ui.c │ ├── dive_ui.c │ ├── divegcd.c │ ├── divexact.c │ ├── divis.c │ ├── divis_2exp.c │ ├── divis_ui.c │ ├── dump.c │ ├── export.c │ ├── fac_ui.c │ ├── fdiv_q.c │ ├── fdiv_q_ui.c │ ├── fdiv_qr.c │ ├── fdiv_qr_ui.c │ ├── fdiv_r.c │ ├── fdiv_r_ui.c │ ├── fdiv_ui.c │ ├── fib2_ui.c │ ├── fib_ui.c │ ├── fits_s.h │ ├── fits_sint.c │ ├── fits_slong.c │ ├── fits_sshort.c │ ├── fits_uint.c │ ├── fits_ulong.c │ ├── fits_ushort.c │ ├── gcd.c │ ├── gcd_ui.c │ ├── gcdext.c │ ├── get_d.c │ ├── get_d_2exp.c │ ├── get_si.c │ ├── get_str.c │ ├── get_ui.c │ ├── getlimbn.c │ ├── hamdist.c │ ├── import.c │ ├── init.c │ ├── init2.c │ ├── inits.c │ ├── inp_raw.c │ ├── inp_str.c │ ├── invert.c │ ├── ior.c │ ├── iset.c │ ├── iset_d.c │ ├── iset_si.c │ ├── iset_str.c │ ├── iset_ui.c │ ├── jacobi.c │ ├── kronsz.c │ ├── kronuz.c │ ├── kronzs.c │ ├── kronzu.c │ ├── lcm.c │ ├── lcm_ui.c │ ├── likely_prime_p.c │ ├── lucnum2_ui.c │ ├── lucnum_ui.c │ ├── millerrabin.c │ ├── mod.c │ ├── mul.c │ ├── mul_2exp.c │ ├── mul_i.h │ ├── mul_si.c │ ├── mul_ui.c │ ├── n_pow_ui.c │ ├── neg.c │ ├── next_likely_prime.c │ ├── nextprime.c │ ├── nthroot.c │ ├── out_raw.c │ ├── out_str.c │ ├── perfpow.c │ ├── perfsqr.c │ ├── popcount.c │ ├── pow_ui.c │ ├── powm.c │ ├── powm_ui.c │ ├── pprime_p.c │ ├── probable_prime_p.c │ ├── realloc.c │ ├── realloc2.c │ ├── remove.c │ ├── root.c │ ├── rootrem.c │ ├── rrandomb.c │ ├── scan0.c │ ├── scan1.c │ ├── set.c │ ├── set_d.c │ ├── set_f.c │ ├── set_q.c │ ├── set_si.c │ ├── set_str.c │ ├── set_ui.c │ ├── setbit.c │ ├── size.c │ ├── sizeinbase.c │ ├── sqrt.c │ ├── sqrtrem.c │ ├── sub.c │ ├── sub_ui.c │ ├── swap.c │ ├── tdiv_q.c │ ├── tdiv_q_2exp.c │ ├── tdiv_q_ui.c │ ├── tdiv_qr.c │ ├── tdiv_qr_ui.c │ ├── tdiv_r.c │ ├── tdiv_r_2exp.c │ ├── tdiv_r_ui.c │ ├── tdiv_ui.c │ ├── trial_division.c │ ├── tstbit.c │ ├── ui_pow_ui.c │ ├── ui_sub.c │ ├── urandomb.c │ ├── urandomm.c │ └── xor.c ├── printf │ ├── Makefile.am │ ├── Makefile.in │ ├── asprintf.c │ ├── asprntffuns.c │ ├── doprnt.c │ ├── doprntf.c │ ├── doprnti.c │ ├── fprintf.c │ ├── obprintf.c │ ├── obprntffuns.c │ ├── obvprintf.c │ ├── printf.c │ ├── printffuns.c │ ├── repl-vsnprintf.c │ ├── snprintf.c │ ├── snprntffuns.c │ ├── sprintf.c │ ├── sprintffuns.c │ ├── vasprintf.c │ ├── vfprintf.c │ ├── vprintf.c │ ├── vsnprintf.c │ └── vsprintf.c ├── randbui.c ├── randclr.c ├── randdef.c ├── randiset.c ├── randlc2s.c ├── randlc2x.c ├── randmt.c ├── randmt.h ├── randmts.c ├── randmui.c ├── rands.c ├── randsd.c ├── randsdui.c ├── scanf │ ├── Makefile.am │ ├── Makefile.in │ ├── doscan.c │ ├── fscanf.c │ ├── fscanffuns.c │ ├── scanf.c │ ├── sscanf.c │ ├── sscanffuns.c │ ├── vfscanf.c │ ├── vscanf.c │ └── vsscanf.c ├── strip_fPIC.sh ├── tal-debug.c ├── tal-notreent.c ├── tal-reent.c ├── tests │ ├── Makefile.am │ ├── Makefile.in │ ├── cxx │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── clocale.c │ │ ├── t-assign.cc │ │ ├── t-binary.cc │ │ ├── t-cast.cc │ │ ├── t-constr.cc │ │ ├── t-headers.cc │ │ ├── t-istream.cc │ │ ├── t-locale.cc │ │ ├── t-misc.cc │ │ ├── t-ops.cc │ │ ├── t-ostream.cc │ │ ├── t-prec.cc │ │ ├── t-rand.cc │ │ ├── t-ternary.cc │ │ └── t-unary.cc │ ├── devel │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── README │ │ ├── addmul_N.c │ │ ├── anymul_1.c │ │ ├── aors_n.c │ │ ├── copy.c │ │ ├── divmod_1.c │ │ ├── logops_n.c │ │ ├── mul_N.c │ │ ├── shift.c │ │ └── try.c │ ├── memory.c │ ├── misc.c │ ├── misc │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── t-locale.c │ │ ├── t-printf.c │ │ └── t-scanf.c │ ├── mpf │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── reuse.c │ │ ├── t-add.c │ │ ├── t-cmp_d.c │ │ ├── t-cmp_si.c │ │ ├── t-conv.c │ │ ├── t-div.c │ │ ├── t-dm2exp.c │ │ ├── t-eq.c │ │ ├── t-fits.c │ │ ├── t-get_d.c │ │ ├── t-get_d_2exp.c │ │ ├── t-get_si.c │ │ ├── t-get_ui.c │ │ ├── t-gsprec.c │ │ ├── t-inp_str.c │ │ ├── t-int_p.c │ │ ├── t-mul_ui.c │ │ ├── t-muldiv.c │ │ ├── t-set.c │ │ ├── t-set_q.c │ │ ├── t-set_si.c │ │ ├── t-set_ui.c │ │ ├── t-sqrt.c │ │ ├── t-sqrt_ui.c │ │ ├── t-sub.c │ │ ├── t-trunc.c │ │ └── t-ui_div.c │ ├── mpn │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── t-addadd_n.c │ │ ├── t-addsub_n.c │ │ ├── t-aors_1.c │ │ ├── t-asmtype.c │ │ ├── t-dc_bdiv_q.c │ │ ├── t-dc_bdiv_q_n.c │ │ ├── t-dc_bdiv_qr.c │ │ ├── t-dc_bdiv_qr_n.c │ │ ├── t-dc_div_q.c │ │ ├── t-dc_div_qr.c │ │ ├── t-dc_div_qr_n.c │ │ ├── t-dc_divappr_q.c │ │ ├── t-dc_divappr_q_n.c │ │ ├── t-divebyff.c │ │ ├── t-divebyfobm1.c │ │ ├── t-divrem_1.c │ │ ├── t-fat.c │ │ ├── t-gcdext.c │ │ ├── t-get_d.c │ │ ├── t-instrument.c │ │ ├── t-inv_div_q.c │ │ ├── t-inv_div_qr.c │ │ ├── t-inv_div_qr_n.c │ │ ├── t-inv_divappr_q.c │ │ ├── t-inv_divappr_q_n.c │ │ ├── t-invert.c │ │ ├── t-iord_u.c │ │ ├── t-lorrshift1.c │ │ ├── t-mp_bases.c │ │ ├── t-mullow_basecase.c │ │ ├── t-mullowhigh.c │ │ ├── t-mulmid.c │ │ ├── t-mulmod_2expm1.c │ │ ├── t-mulmod_2expp1.c │ │ ├── t-neg.c │ │ ├── t-perfsqr.c │ │ ├── t-redc_1.c │ │ ├── t-sb_bdiv_q.c │ │ ├── t-sb_bdiv_qr.c │ │ ├── t-sb_div_q.c │ │ ├── t-sb_div_qr.c │ │ ├── t-sb_divappr_q.c │ │ ├── t-scan.c │ │ ├── t-subadd_n.c │ │ ├── t-tdiv_q.c │ │ └── t-tdiv_qr.c │ ├── mpq │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── t-aors.c │ │ ├── t-cmp.c │ │ ├── t-cmp_si.c │ │ ├── t-cmp_ui.c │ │ ├── t-equal.c │ │ ├── t-get_d.c │ │ ├── t-get_str.c │ │ ├── t-inp_str.c │ │ ├── t-md_2exp.c │ │ ├── t-set_f.c │ │ └── t-set_str.c │ ├── mpz │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── bit.c │ │ ├── convert.c │ │ ├── dive.c │ │ ├── dive_ui.c │ │ ├── io.c │ │ ├── logic.c │ │ ├── reuse.c │ │ ├── t-addsub.c │ │ ├── t-aorsmul.c │ │ ├── t-bin.c │ │ ├── t-cdiv_ui.c │ │ ├── t-cmp.c │ │ ├── t-cmp_d.c │ │ ├── t-cmp_si.c │ │ ├── t-cong.c │ │ ├── t-cong_2exp.c │ │ ├── t-div_2exp.c │ │ ├── t-divis.c │ │ ├── t-divis_2exp.c │ │ ├── t-export.c │ │ ├── t-fac_ui.c │ │ ├── t-fdiv.c │ │ ├── t-fdiv_ui.c │ │ ├── t-fib_ui.c │ │ ├── t-fits.c │ │ ├── t-gcd.c │ │ ├── t-gcd_ui.c │ │ ├── t-get_d.c │ │ ├── t-get_d_2exp.c │ │ ├── t-get_si.c │ │ ├── t-hamdist.c │ │ ├── t-import.c │ │ ├── t-inp_str.c │ │ ├── t-io_raw.c │ │ ├── t-jac.c │ │ ├── t-lcm.c │ │ ├── t-likely_prime_p.c │ │ ├── t-lucnum_ui.c │ │ ├── t-mul.c │ │ ├── t-mul_i.c │ │ ├── t-oddeven.c │ │ ├── t-perfpow.c │ │ ├── t-perfsqr.c │ │ ├── t-popcount.c │ │ ├── t-pow.c │ │ ├── t-powm.c │ │ ├── t-powm_ui.c │ │ ├── t-pprime_p.c │ │ ├── t-root.c │ │ ├── t-scan.c │ │ ├── t-set_d.c │ │ ├── t-set_f.c │ │ ├── t-set_si.c │ │ ├── t-set_str.c │ │ ├── t-sizeinbase.c │ │ ├── t-sqrtrem.c │ │ ├── t-tdiv.c │ │ ├── t-tdiv_ui.c │ │ └── t-trial_division.c │ ├── rand │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── findlc.c │ │ ├── gen.c │ │ ├── gmpstat.h │ │ ├── spect.c │ │ ├── stat.c │ │ ├── statlib.c │ │ ├── t-iset.c │ │ ├── t-lc2exp.c │ │ ├── t-mt.c │ │ ├── t-rand.c │ │ ├── t-urbui.c │ │ ├── t-urmui.c │ │ ├── t-urndmm.c │ │ └── zdiv_round.c │ ├── refmpf.c │ ├── refmpn.c │ ├── refmpq.c │ ├── refmpz.c │ ├── spinner.c │ ├── t-bswap.c │ ├── t-constants.c │ ├── t-count_zeros.c │ ├── t-gmpmax.c │ ├── t-hightomask.c │ ├── t-modlinv.c │ ├── t-parity.c │ ├── t-popc.c │ ├── t-sub.c │ ├── tests.h │ ├── trace.c │ ├── x86_64call.as │ ├── x86_64check.c │ ├── x86call.asm │ └── x86check.c ├── tune │ ├── Makefile.am │ ├── Makefile.in │ ├── README │ ├── alpha.asm │ ├── common.c │ ├── divrem1div.c │ ├── divrem1inv.c │ ├── divrem2div.c │ ├── divrem2inv.c │ ├── fac_ui_large.c │ ├── fac_ui_small.c │ ├── freq.c │ ├── gcd_bin.c │ ├── gcdextod.c │ ├── gcdextos.c │ ├── hppa.asm │ ├── hppa2.asm │ ├── hppa2w.asm │ ├── ia64.asm │ ├── jacbase1.c │ ├── jacbase2.c │ ├── jacbase3.c │ ├── many.pl │ ├── mod_1_div.c │ ├── mod_1_inv.c │ ├── modlinv.c │ ├── noop.c │ ├── pentium.asm │ ├── powerpc.asm │ ├── powerpc64.asm │ ├── powm_mod.c │ ├── powm_redc.c │ ├── preinv_divrem_1.c │ ├── set_strb.c │ ├── set_strp.c │ ├── set_strs.c │ ├── sparcv9.asm │ ├── speed-ext.c │ ├── speed.c │ ├── speed.h │ ├── time.c │ ├── tuneup.c │ └── x86_64.as ├── version.c ├── yasm │ ├── ABOUT-NLS │ ├── AUTHORS │ ├── Artistic.txt │ ├── BSD.txt │ ├── COPYING │ ├── ChangeLog │ ├── GNU_GPL-2.0 │ ├── GNU_LGPL-2.0 │ ├── INSTALL │ ├── Makefile.am │ ├── Makefile.in │ ├── Mkfiles │ │ ├── Makefile.dj │ │ ├── Makefile.flat │ │ ├── dj │ │ │ ├── config.h │ │ │ └── libyasm-stdint.h │ │ ├── vc10 │ │ │ ├── config.h │ │ │ ├── crt_secure_no_deprecate.props │ │ │ ├── crt_secure_no_deprecate.vsprops │ │ │ ├── genmacro │ │ │ │ ├── genmacro.vcxproj │ │ │ │ ├── genmacro.vcxproj.filters │ │ │ │ └── run.bat │ │ │ ├── genmodule │ │ │ │ ├── genmodule.vcxproj │ │ │ │ ├── genmodule.vcxproj.filters │ │ │ │ └── run.bat │ │ │ ├── genperf │ │ │ │ ├── genperf.vcxproj │ │ │ │ ├── genperf.vcxproj.filters │ │ │ │ └── run.bat │ │ │ ├── genstring │ │ │ │ ├── genstring.vcxproj │ │ │ │ ├── genstring.vcxproj.filters │ │ │ │ └── run.bat │ │ │ ├── genversion │ │ │ │ ├── genversion.vcxproj │ │ │ │ ├── genversion.vcxproj.filters │ │ │ │ └── run.bat │ │ │ ├── libyasm-stdint.h │ │ │ ├── libyasm │ │ │ │ ├── libyasm.vcxproj │ │ │ │ └── libyasm.vcxproj.filters │ │ │ ├── modules │ │ │ │ ├── modules.vcxproj │ │ │ │ └── modules.vcxproj.filters │ │ │ ├── re2c │ │ │ │ ├── re2c.vcxproj │ │ │ │ ├── re2c.vcxproj.filters │ │ │ │ └── run.bat │ │ │ ├── readme.vc10.txt │ │ │ ├── vsyasm.props │ │ │ ├── vsyasm.targets │ │ │ ├── vsyasm.vcxproj │ │ │ ├── vsyasm.xml │ │ │ ├── yasm.sln │ │ │ ├── yasm.vcxproj │ │ │ ├── yasm.vcxproj.filters │ │ │ └── ytasm.vcxproj │ │ └── vc9 │ │ │ ├── config.h │ │ │ ├── crt_secure_no_deprecate.vsprops │ │ │ ├── genmacro │ │ │ ├── genmacro.vcproj │ │ │ └── run.bat │ │ │ ├── genmodule │ │ │ ├── genmodule.vcproj │ │ │ └── run.bat │ │ │ ├── genperf │ │ │ ├── genperf.vcproj │ │ │ └── run.bat │ │ │ ├── genstring │ │ │ ├── genstring.vcproj │ │ │ └── run.bat │ │ │ ├── genversion │ │ │ ├── genversion.vcproj │ │ │ └── run.bat │ │ │ ├── libyasm-stdint.h │ │ │ ├── libyasm │ │ │ └── libyasm.vcproj │ │ │ ├── modules │ │ │ └── modules.vcproj │ │ │ ├── re2c │ │ │ ├── re2c.vcproj │ │ │ └── run.bat │ │ │ ├── readme.vc9.txt │ │ │ ├── vc98_swap.py │ │ │ ├── vsyasm.vcproj │ │ │ ├── yasm.rules │ │ │ ├── yasm.sln │ │ │ ├── yasm.vcproj │ │ │ └── ytasm.vcproj │ ├── NEWS │ ├── README │ ├── aclocal.m4 │ ├── config.h.in │ ├── config │ │ ├── config.guess │ │ ├── config.rpath │ │ ├── config.sub │ │ ├── depcomp │ │ ├── install-sh │ │ ├── missing │ │ └── mkinstalldirs │ ├── configure │ ├── configure.ac │ ├── frontends │ │ ├── Makefile.inc │ │ ├── tasm │ │ │ ├── Makefile.inc │ │ │ ├── tasm-options.c │ │ │ ├── tasm-options.h │ │ │ └── tasm.c │ │ ├── vsyasm │ │ │ ├── Makefile.inc │ │ │ └── vsyasm.c │ │ └── yasm │ │ │ ├── Makefile.inc │ │ │ ├── yasm-options.c │ │ │ ├── yasm-options.h │ │ │ ├── yasm.c │ │ │ └── yasm.xml │ ├── genstring.c │ ├── libyasm.h │ ├── libyasm │ │ ├── Makefile.inc │ │ ├── arch.h │ │ ├── assocdat.c │ │ ├── assocdat.h │ │ ├── bc-align.c │ │ ├── bc-data.c │ │ ├── bc-incbin.c │ │ ├── bc-org.c │ │ ├── bc-reserve.c │ │ ├── bitvect.c │ │ ├── bitvect.h │ │ ├── bytecode.c │ │ ├── bytecode.h │ │ ├── compat-queue.h │ │ ├── coretype.h │ │ ├── dbgfmt.h │ │ ├── errwarn.c │ │ ├── errwarn.h │ │ ├── expr.c │ │ ├── expr.h │ │ ├── file.c │ │ ├── file.h │ │ ├── floatnum.c │ │ ├── floatnum.h │ │ ├── genmodule.c │ │ ├── hamt.c │ │ ├── hamt.h │ │ ├── insn.c │ │ ├── insn.h │ │ ├── intnum.c │ │ ├── intnum.h │ │ ├── inttree.c │ │ ├── inttree.h │ │ ├── linemap.c │ │ ├── linemap.h │ │ ├── listfmt.h │ │ ├── md5.c │ │ ├── md5.h │ │ ├── mergesort.c │ │ ├── module.h │ │ ├── module.in │ │ ├── objfmt.h │ │ ├── parser.h │ │ ├── phash.c │ │ ├── phash.h │ │ ├── preproc.h │ │ ├── section.c │ │ ├── section.h │ │ ├── strcasecmp.c │ │ ├── strsep.c │ │ ├── symrec.c │ │ ├── symrec.h │ │ ├── tests │ │ │ ├── 1shl0.asm │ │ │ ├── 1shl0.hex │ │ │ ├── Makefile.inc │ │ │ ├── absloop-err.asm │ │ │ ├── absloop-err.errwarn │ │ │ ├── bitvect_test.c │ │ │ ├── charconst64.asm │ │ │ ├── charconst64.hex │ │ │ ├── combpath_test.c │ │ │ ├── data-rawvalue.asm │ │ │ ├── data-rawvalue.hex │ │ │ ├── duplabel-err.asm │ │ │ ├── duplabel-err.errwarn │ │ │ ├── emptydata.asm │ │ │ ├── emptydata.hex │ │ │ ├── equ-expand.asm │ │ │ ├── equ-expand.hex │ │ │ ├── expr-fold-level.asm │ │ │ ├── expr-fold-level.hex │ │ │ ├── expr-wide-ident.asm │ │ │ ├── expr-wide-ident.hex │ │ │ ├── externdef.asm │ │ │ ├── externdef.errwarn │ │ │ ├── externdef.hex │ │ │ ├── floatnum_test.c │ │ │ ├── incbin.asm │ │ │ ├── incbin.hex │ │ │ ├── jmpsize1-err.asm │ │ │ ├── jmpsize1-err.errwarn │ │ │ ├── jmpsize1.asm │ │ │ ├── jmpsize1.hex │ │ │ ├── leb128_test.c │ │ │ ├── libyasm_test.sh │ │ │ ├── opt-align1.asm │ │ │ ├── opt-align1.hex │ │ │ ├── opt-align2.asm │ │ │ ├── opt-align2.hex │ │ │ ├── opt-align3.asm │ │ │ ├── opt-align3.hex │ │ │ ├── opt-circular1-err.asm │ │ │ ├── opt-circular1-err.errwarn │ │ │ ├── opt-circular2-err.asm │ │ │ ├── opt-circular2-err.errwarn │ │ │ ├── opt-circular3-err.asm │ │ │ ├── opt-circular3-err.errwarn │ │ │ ├── opt-gvmat64.asm │ │ │ ├── opt-gvmat64.hex │ │ │ ├── opt-immexpand.asm │ │ │ ├── opt-immexpand.hex │ │ │ ├── opt-immnoexpand.asm │ │ │ ├── opt-immnoexpand.hex │ │ │ ├── opt-oldalign.asm │ │ │ ├── opt-oldalign.hex │ │ │ ├── opt-struc.asm │ │ │ ├── opt-struc.hex │ │ │ ├── reserve-err1.asm │ │ │ ├── reserve-err1.errwarn │ │ │ ├── reserve-err2.asm │ │ │ ├── reserve-err2.errwarn │ │ │ ├── splitpath_test.c │ │ │ ├── strucsize.asm │ │ │ ├── strucsize.hex │ │ │ ├── times-res.asm │ │ │ ├── times-res.errwarn │ │ │ ├── times-res.hex │ │ │ ├── times0.asm │ │ │ ├── times0.hex │ │ │ ├── timesfwd.asm │ │ │ ├── timesfwd.hex │ │ │ ├── timesover-err.asm │ │ │ ├── timesover-err.errwarn │ │ │ ├── timesunder.asm │ │ │ ├── timesunder.hex │ │ │ ├── unary.asm │ │ │ ├── unary.hex │ │ │ ├── uncstring_test.c │ │ │ ├── value-err.asm │ │ │ ├── value-err.errwarn │ │ │ ├── value-mask.asm │ │ │ ├── value-mask.errwarn │ │ │ ├── value-mask.hex │ │ │ ├── value-samesym.asm │ │ │ ├── value-samesym.errwarn │ │ │ ├── value-samesym.hex │ │ │ ├── value-shr-symexpr.asm │ │ │ └── value-shr-symexpr.hex │ │ ├── valparam.c │ │ ├── valparam.h │ │ ├── value.c │ │ ├── value.h │ │ ├── xmalloc.c │ │ └── xstrdup.c │ ├── m4 │ │ ├── Makefile.inc │ │ ├── ax_create_stdint_h.m4 │ │ ├── codeset.m4 │ │ ├── cython.m4 │ │ ├── gettext.m4 │ │ ├── glibc21.m4 │ │ ├── iconv.m4 │ │ ├── intdiv0.m4 │ │ ├── intmax.m4 │ │ ├── inttypes-pri.m4 │ │ ├── inttypes.m4 │ │ ├── inttypes_h.m4 │ │ ├── isc-posix.m4 │ │ ├── lcmessage.m4 │ │ ├── lib-ld.m4 │ │ ├── lib-link.m4 │ │ ├── lib-prefix.m4 │ │ ├── longdouble.m4 │ │ ├── longlong.m4 │ │ ├── nls.m4 │ │ ├── po.m4 │ │ ├── printf-posix.m4 │ │ ├── progtest.m4 │ │ ├── pythonhead.m4 │ │ ├── signed.m4 │ │ ├── size_max.m4 │ │ ├── stdint_h.m4 │ │ ├── uintmax_t.m4 │ │ ├── ulonglong.m4 │ │ ├── wchar_t.m4 │ │ ├── wint_t.m4 │ │ └── xsize.m4 │ ├── modules │ │ ├── Makefile.inc │ │ ├── arch │ │ │ ├── Makefile.inc │ │ │ ├── lc3b │ │ │ │ ├── Makefile.inc │ │ │ │ ├── lc3barch.c │ │ │ │ ├── lc3barch.h │ │ │ │ ├── lc3bbc.c │ │ │ │ ├── lc3bid.re │ │ │ │ └── tests │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── lc3b-basic.asm │ │ │ │ │ ├── lc3b-basic.errwarn │ │ │ │ │ ├── lc3b-basic.hex │ │ │ │ │ ├── lc3b-br.asm │ │ │ │ │ ├── lc3b-br.hex │ │ │ │ │ ├── lc3b-ea-err.asm │ │ │ │ │ ├── lc3b-ea-err.errwarn │ │ │ │ │ ├── lc3b-mp22NC.asm │ │ │ │ │ ├── lc3b-mp22NC.hex │ │ │ │ │ └── lc3b_test.sh │ │ │ ├── x86 │ │ │ │ ├── Makefile.inc │ │ │ │ ├── gen_x86_insn.py │ │ │ │ ├── tests │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── addbyte.asm │ │ │ │ │ ├── addbyte.errwarn │ │ │ │ │ ├── addbyte.hex │ │ │ │ │ ├── addrop-err.asm │ │ │ │ │ ├── addrop-err.errwarn │ │ │ │ │ ├── addrop.asm │ │ │ │ │ ├── addrop.errwarn │ │ │ │ │ ├── addrop.hex │ │ │ │ │ ├── aes.asm │ │ │ │ │ ├── aes.hex │ │ │ │ │ ├── amd-fma4.asm │ │ │ │ │ ├── amd-fma4.hex │ │ │ │ │ ├── amd200707.asm │ │ │ │ │ ├── amd200707.hex │ │ │ │ │ ├── arithsmall.asm │ │ │ │ │ ├── arithsmall.errwarn │ │ │ │ │ ├── arithsmall.hex │ │ │ │ │ ├── avx.asm │ │ │ │ │ ├── avx.hex │ │ │ │ │ ├── avx16.asm │ │ │ │ │ ├── avx16.hex │ │ │ │ │ ├── avxcc.asm │ │ │ │ │ ├── avxcc.hex │ │ │ │ │ ├── bittest.asm │ │ │ │ │ ├── bittest.hex │ │ │ │ │ ├── bswap64.asm │ │ │ │ │ ├── bswap64.hex │ │ │ │ │ ├── clmul.asm │ │ │ │ │ ├── clmul.hex │ │ │ │ │ ├── cmpxchg.asm │ │ │ │ │ ├── cmpxchg.hex │ │ │ │ │ ├── cpubasic-err.asm │ │ │ │ │ ├── cpubasic-err.errwarn │ │ │ │ │ ├── cvt16.asm │ │ │ │ │ ├── cvt16.hex │ │ │ │ │ ├── cyrix.asm │ │ │ │ │ ├── cyrix.hex │ │ │ │ │ ├── div-err.asm │ │ │ │ │ ├── div-err.errwarn │ │ │ │ │ ├── ea-nonzero.asm │ │ │ │ │ ├── ea-nonzero.hex │ │ │ │ │ ├── ea-over.asm │ │ │ │ │ ├── ea-over.errwarn │ │ │ │ │ ├── ea-over.hex │ │ │ │ │ ├── ea-warn.asm │ │ │ │ │ ├── ea-warn.errwarn │ │ │ │ │ ├── ea-warn.hex │ │ │ │ │ ├── ebpindex.asm │ │ │ │ │ ├── ebpindex.hex │ │ │ │ │ ├── effaddr.asm │ │ │ │ │ ├── effaddr.hex │ │ │ │ │ ├── enter.asm │ │ │ │ │ ├── enter.errwarn │ │ │ │ │ ├── enter.hex │ │ │ │ │ ├── far64.asm │ │ │ │ │ ├── far64.hex │ │ │ │ │ ├── farbasic.asm │ │ │ │ │ ├── farbasic.hex │ │ │ │ │ ├── farithr.asm │ │ │ │ │ ├── farithr.hex │ │ │ │ │ ├── fcmov.asm │ │ │ │ │ ├── fcmov.hex │ │ │ │ │ ├── fma.asm │ │ │ │ │ ├── fma.hex │ │ │ │ │ ├── fwdequ64.asm │ │ │ │ │ ├── fwdequ64.hex │ │ │ │ │ ├── gas32 │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── align32.asm │ │ │ │ │ │ ├── align32.hex │ │ │ │ │ │ ├── gas-farithr.asm │ │ │ │ │ │ ├── gas-farithr.hex │ │ │ │ │ │ ├── gas-farjump.asm │ │ │ │ │ │ ├── gas-farjump.hex │ │ │ │ │ │ ├── gas-fpmem.asm │ │ │ │ │ │ ├── gas-fpmem.hex │ │ │ │ │ │ ├── gas-invlpg.asm │ │ │ │ │ │ ├── gas-invlpg.hex │ │ │ │ │ │ ├── gas-loop32.asm │ │ │ │ │ │ ├── gas-loop32.hex │ │ │ │ │ │ ├── gas-movdq32.asm │ │ │ │ │ │ ├── gas-movdq32.hex │ │ │ │ │ │ ├── gas-movsd.asm │ │ │ │ │ │ ├── gas-movsd.hex │ │ │ │ │ │ ├── gas32-jmpcall.asm │ │ │ │ │ │ ├── gas32-jmpcall.hex │ │ │ │ │ │ └── x86_gas32_test.sh │ │ │ │ │ ├── gas64 │ │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ │ ├── align64.asm │ │ │ │ │ │ ├── align64.hex │ │ │ │ │ │ ├── gas-cbw.asm │ │ │ │ │ │ ├── gas-cbw.hex │ │ │ │ │ │ ├── gas-fp.asm │ │ │ │ │ │ ├── gas-fp.hex │ │ │ │ │ │ ├── gas-inout.asm │ │ │ │ │ │ ├── gas-inout.hex │ │ │ │ │ │ ├── gas-loop64.asm │ │ │ │ │ │ ├── gas-loop64.hex │ │ │ │ │ │ ├── gas-moreinsn.asm │ │ │ │ │ │ ├── gas-moreinsn.hex │ │ │ │ │ │ ├── gas-movabs.asm │ │ │ │ │ │ ├── gas-movabs.hex │ │ │ │ │ │ ├── gas-movdq64.asm │ │ │ │ │ │ ├── gas-movdq64.hex │ │ │ │ │ │ ├── gas-movsxs.asm │ │ │ │ │ │ ├── gas-movsxs.hex │ │ │ │ │ │ ├── gas-muldiv.asm │ │ │ │ │ │ ├── gas-muldiv.hex │ │ │ │ │ │ ├── gas-prefix.asm │ │ │ │ │ │ ├── gas-prefix.errwarn │ │ │ │ │ │ ├── gas-prefix.hex │ │ │ │ │ │ ├── gas-retenter.asm │ │ │ │ │ │ ├── gas-retenter.hex │ │ │ │ │ │ ├── gas-shift.asm │ │ │ │ │ │ ├── gas-shift.hex │ │ │ │ │ │ ├── gas64-jmpcall.asm │ │ │ │ │ │ ├── gas64-jmpcall.hex │ │ │ │ │ │ ├── riprel.asm │ │ │ │ │ │ ├── riprel.hex │ │ │ │ │ │ └── x86_gas64_test.sh │ │ │ │ │ ├── gen-fma-test.py │ │ │ │ │ ├── genopcode.asm │ │ │ │ │ ├── genopcode.hex │ │ │ │ │ ├── imm64.asm │ │ │ │ │ ├── imm64.errwarn │ │ │ │ │ ├── imm64.hex │ │ │ │ │ ├── iret.asm │ │ │ │ │ ├── iret.hex │ │ │ │ │ ├── jmp64-1.asm │ │ │ │ │ ├── jmp64-1.hex │ │ │ │ │ ├── jmp64-2.asm │ │ │ │ │ ├── jmp64-2.hex │ │ │ │ │ ├── jmp64-3.asm │ │ │ │ │ ├── jmp64-3.hex │ │ │ │ │ ├── jmp64-4.asm │ │ │ │ │ ├── jmp64-4.hex │ │ │ │ │ ├── jmp64-5.asm │ │ │ │ │ ├── jmp64-5.hex │ │ │ │ │ ├── jmp64-6.asm │ │ │ │ │ ├── jmp64-6.hex │ │ │ │ │ ├── jmpfar.asm │ │ │ │ │ ├── jmpfar.hex │ │ │ │ │ ├── lds.asm │ │ │ │ │ ├── lds.hex │ │ │ │ │ ├── loopadsz.asm │ │ │ │ │ ├── loopadsz.hex │ │ │ │ │ ├── lsahf.asm │ │ │ │ │ ├── lsahf.hex │ │ │ │ │ ├── mem64-err.asm │ │ │ │ │ ├── mem64-err.errwarn │ │ │ │ │ ├── mem64.asm │ │ │ │ │ ├── mem64.errwarn │ │ │ │ │ ├── mem64.hex │ │ │ │ │ ├── mem64hi32.asm │ │ │ │ │ ├── mem64hi32.hex │ │ │ │ │ ├── mem64rip.asm │ │ │ │ │ ├── mem64rip.hex │ │ │ │ │ ├── mixcase.asm │ │ │ │ │ ├── mixcase.hex │ │ │ │ │ ├── movbe.asm │ │ │ │ │ ├── movbe.hex │ │ │ │ │ ├── movdq32.asm │ │ │ │ │ ├── movdq32.hex │ │ │ │ │ ├── movdq64.asm │ │ │ │ │ ├── movdq64.hex │ │ │ │ │ ├── negequ.asm │ │ │ │ │ ├── negequ.hex │ │ │ │ │ ├── nomem64-err.asm │ │ │ │ │ ├── nomem64-err.errwarn │ │ │ │ │ ├── nomem64-err2.asm │ │ │ │ │ ├── nomem64-err2.errwarn │ │ │ │ │ ├── nomem64.asm │ │ │ │ │ ├── nomem64.errwarn │ │ │ │ │ ├── nomem64.hex │ │ │ │ │ ├── o64.asm │ │ │ │ │ ├── o64.hex │ │ │ │ │ ├── o64loop.asm │ │ │ │ │ ├── o64loop.errwarn │ │ │ │ │ ├── o64loop.hex │ │ │ │ │ ├── opersize.asm │ │ │ │ │ ├── opersize.hex │ │ │ │ │ ├── opsize-err.asm │ │ │ │ │ ├── opsize-err.errwarn │ │ │ │ │ ├── overflow.asm │ │ │ │ │ ├── overflow.errwarn │ │ │ │ │ ├── overflow.hex │ │ │ │ │ ├── padlock.asm │ │ │ │ │ ├── padlock.hex │ │ │ │ │ ├── pinsrb.asm │ │ │ │ │ ├── pinsrb.hex │ │ │ │ │ ├── pshift.asm │ │ │ │ │ ├── pshift.hex │ │ │ │ │ ├── push64.asm │ │ │ │ │ ├── push64.errwarn │ │ │ │ │ ├── push64.hex │ │ │ │ │ ├── pushf-err.asm │ │ │ │ │ ├── pushf-err.errwarn │ │ │ │ │ ├── pushf.asm │ │ │ │ │ ├── pushf.hex │ │ │ │ │ ├── pushnosize.asm │ │ │ │ │ ├── pushnosize.errwarn │ │ │ │ │ ├── pushnosize.hex │ │ │ │ │ ├── rep.asm │ │ │ │ │ ├── rep.hex │ │ │ │ │ ├── ret.asm │ │ │ │ │ ├── ret.hex │ │ │ │ │ ├── riprel1.asm │ │ │ │ │ ├── riprel1.hex │ │ │ │ │ ├── riprel2.asm │ │ │ │ │ ├── riprel2.errwarn │ │ │ │ │ ├── riprel2.hex │ │ │ │ │ ├── ripseg.asm │ │ │ │ │ ├── ripseg.errwarn │ │ │ │ │ ├── ripseg.hex │ │ │ │ │ ├── segmov.asm │ │ │ │ │ ├── segmov.hex │ │ │ │ │ ├── segoff-err.asm │ │ │ │ │ ├── segoff-err.errwarn │ │ │ │ │ ├── segoff.asm │ │ │ │ │ ├── segoff.hex │ │ │ │ │ ├── shift.asm │ │ │ │ │ ├── shift.hex │ │ │ │ │ ├── simd-1.asm │ │ │ │ │ ├── simd-1.hex │ │ │ │ │ ├── simd-2.asm │ │ │ │ │ ├── simd-2.hex │ │ │ │ │ ├── simd64-1.asm │ │ │ │ │ ├── simd64-1.hex │ │ │ │ │ ├── simd64-2.asm │ │ │ │ │ ├── simd64-2.hex │ │ │ │ │ ├── sse-prefix.asm │ │ │ │ │ ├── sse-prefix.hex │ │ │ │ │ ├── sse3.asm │ │ │ │ │ ├── sse3.hex │ │ │ │ │ ├── sse4-err.asm │ │ │ │ │ ├── sse4-err.errwarn │ │ │ │ │ ├── sse4.asm │ │ │ │ │ ├── sse4.hex │ │ │ │ │ ├── ssewidth.asm │ │ │ │ │ ├── ssewidth.hex │ │ │ │ │ ├── ssse3.asm │ │ │ │ │ ├── ssse3.c │ │ │ │ │ ├── ssse3.hex │ │ │ │ │ ├── stos.asm │ │ │ │ │ ├── stos.hex │ │ │ │ │ ├── str.asm │ │ │ │ │ ├── str.hex │ │ │ │ │ ├── strict-err.asm │ │ │ │ │ ├── strict-err.errwarn │ │ │ │ │ ├── strict.asm │ │ │ │ │ ├── strict.errwarn │ │ │ │ │ ├── strict.hex │ │ │ │ │ ├── stringseg.asm │ │ │ │ │ ├── stringseg.errwarn │ │ │ │ │ ├── stringseg.hex │ │ │ │ │ ├── svm.asm │ │ │ │ │ ├── svm.hex │ │ │ │ │ ├── twobytemem.asm │ │ │ │ │ ├── twobytemem.errwarn │ │ │ │ │ ├── twobytemem.hex │ │ │ │ │ ├── vmx-err.asm │ │ │ │ │ ├── vmx-err.errwarn │ │ │ │ │ ├── vmx.asm │ │ │ │ │ ├── vmx.hex │ │ │ │ │ ├── x86_test.sh │ │ │ │ │ ├── x86label.asm │ │ │ │ │ ├── x86label.hex │ │ │ │ │ ├── xchg64.asm │ │ │ │ │ ├── xchg64.hex │ │ │ │ │ ├── xmm64.asm │ │ │ │ │ ├── xmm64.hex │ │ │ │ │ ├── xop-all.asm │ │ │ │ │ ├── xop-all.hex │ │ │ │ │ ├── xop-basic.asm │ │ │ │ │ ├── xop-basic.hex │ │ │ │ │ ├── xop-cc.asm │ │ │ │ │ ├── xop-cc.hex │ │ │ │ │ ├── xsave.asm │ │ │ │ │ └── xsave.hex │ │ │ │ ├── x86arch.c │ │ │ │ ├── x86arch.h │ │ │ │ ├── x86bc.c │ │ │ │ ├── x86cpu.gperf │ │ │ │ ├── x86expr.c │ │ │ │ ├── x86id.c │ │ │ │ └── x86regtmod.gperf │ │ │ └── yasm_arch.xml │ │ ├── dbgfmts │ │ │ ├── Makefile.inc │ │ │ ├── codeview │ │ │ │ ├── Makefile.inc │ │ │ │ ├── cv-dbgfmt.c │ │ │ │ ├── cv-dbgfmt.h │ │ │ │ ├── cv-symline.c │ │ │ │ ├── cv-type.c │ │ │ │ └── cv8.txt │ │ │ ├── dwarf2 │ │ │ │ ├── Makefile.inc │ │ │ │ ├── dwarf2-aranges.c │ │ │ │ ├── dwarf2-dbgfmt.c │ │ │ │ ├── dwarf2-dbgfmt.h │ │ │ │ ├── dwarf2-info.c │ │ │ │ ├── dwarf2-line.c │ │ │ │ └── tests │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── pass32 │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── dwarf2_pass32_test.sh │ │ │ │ │ ├── dwarf32-err.asm │ │ │ │ │ ├── dwarf32-err.errwarn │ │ │ │ │ ├── dwarf32_testhd.asm │ │ │ │ │ └── dwarf32_testhd.hex │ │ │ │ │ ├── pass64 │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── dwarf2_pass64_test.sh │ │ │ │ │ ├── dwarf64_2loc.asm │ │ │ │ │ ├── dwarf64_2loc.hex │ │ │ │ │ ├── dwarf64_leb128.asm │ │ │ │ │ └── dwarf64_leb128.hex │ │ │ │ │ └── passwin64 │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── dwarf2_passwin64_test.sh │ │ │ │ │ ├── dwarfwin64_testhd.asm │ │ │ │ │ ├── dwarfwin64_testhd.errwarn │ │ │ │ │ └── dwarfwin64_testhd.hex │ │ │ ├── null │ │ │ │ ├── Makefile.inc │ │ │ │ └── null-dbgfmt.c │ │ │ ├── stabs │ │ │ │ ├── Makefile.inc │ │ │ │ ├── stabs-dbgfmt.c │ │ │ │ └── tests │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── stabs-elf.asm │ │ │ │ │ ├── stabs-elf.hex │ │ │ │ │ └── stabs_test.sh │ │ │ └── yasm_dbgfmts.xml │ │ ├── listfmts │ │ │ ├── Makefile.inc │ │ │ └── nasm │ │ │ │ ├── Makefile.inc │ │ │ │ └── nasm-listfmt.c │ │ ├── objfmts │ │ │ ├── Makefile.inc │ │ │ ├── bin │ │ │ │ ├── Makefile.inc │ │ │ │ ├── bin-objfmt.c │ │ │ │ └── tests │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── abs.asm │ │ │ │ │ ├── abs.hex │ │ │ │ │ ├── bigorg.asm │ │ │ │ │ ├── bigorg.errwarn │ │ │ │ │ ├── bigorg.hex │ │ │ │ │ ├── bin-farabs.asm │ │ │ │ │ ├── bin-farabs.hex │ │ │ │ │ ├── bin-rip.asm │ │ │ │ │ ├── bin-rip.hex │ │ │ │ │ ├── bin_test.sh │ │ │ │ │ ├── bintest.asm │ │ │ │ │ ├── bintest.hex │ │ │ │ │ ├── float-err.asm │ │ │ │ │ ├── float-err.errwarn │ │ │ │ │ ├── float.asm │ │ │ │ │ ├── float.hex │ │ │ │ │ ├── integer-warn.asm │ │ │ │ │ ├── integer-warn.errwarn │ │ │ │ │ ├── integer-warn.hex │ │ │ │ │ ├── integer.asm │ │ │ │ │ ├── integer.hex │ │ │ │ │ ├── levelop.asm │ │ │ │ │ ├── levelop.hex │ │ │ │ │ ├── multisect │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── bin-align.asm │ │ │ │ │ ├── bin-align.errwarn │ │ │ │ │ ├── bin-align.hex │ │ │ │ │ ├── bin-align.map │ │ │ │ │ ├── bin-ssym.asm │ │ │ │ │ ├── bin-ssym.hex │ │ │ │ │ ├── bin-ssym.map │ │ │ │ │ ├── bin_multi_test.sh │ │ │ │ │ ├── follows-loop1-err.asm │ │ │ │ │ ├── follows-loop1-err.errwarn │ │ │ │ │ ├── follows-loop2-err.asm │ │ │ │ │ ├── follows-loop2-err.errwarn │ │ │ │ │ ├── follows-notfound-err.asm │ │ │ │ │ ├── follows-notfound-err.errwarn │ │ │ │ │ ├── initbss.asm │ │ │ │ │ ├── initbss.errwarn │ │ │ │ │ ├── initbss.hex │ │ │ │ │ ├── initbss.map │ │ │ │ │ ├── ldlinux-sects.asm │ │ │ │ │ ├── ldlinux-sects.hex │ │ │ │ │ ├── ldlinux-sects.map │ │ │ │ │ ├── multisect1.asm │ │ │ │ │ ├── multisect1.hex │ │ │ │ │ ├── multisect1.map │ │ │ │ │ ├── multisect2.asm │ │ │ │ │ ├── multisect2.hex │ │ │ │ │ ├── multisect2.map │ │ │ │ │ ├── multisect3.asm │ │ │ │ │ ├── multisect3.hex │ │ │ │ │ ├── multisect3.map │ │ │ │ │ ├── multisect4.asm │ │ │ │ │ ├── multisect4.hex │ │ │ │ │ ├── multisect4.map │ │ │ │ │ ├── multisect5.asm │ │ │ │ │ ├── multisect5.hex │ │ │ │ │ ├── multisect5.map │ │ │ │ │ ├── nomultisect1.asm │ │ │ │ │ ├── nomultisect1.hex │ │ │ │ │ ├── nomultisect1.map │ │ │ │ │ ├── nomultisect2.asm │ │ │ │ │ ├── nomultisect2.hex │ │ │ │ │ ├── nomultisect2.map │ │ │ │ │ ├── vfollows-loop1-err.asm │ │ │ │ │ ├── vfollows-loop1-err.errwarn │ │ │ │ │ ├── vfollows-loop2-err.asm │ │ │ │ │ ├── vfollows-loop2-err.errwarn │ │ │ │ │ ├── vfollows-notfound-err.asm │ │ │ │ │ └── vfollows-notfound-err.errwarn │ │ │ │ │ ├── reserve.asm │ │ │ │ │ ├── reserve.errwarn │ │ │ │ │ ├── reserve.hex │ │ │ │ │ ├── shr.asm │ │ │ │ │ └── shr.hex │ │ │ ├── coff │ │ │ │ ├── Makefile.inc │ │ │ │ ├── coff-objfmt.c │ │ │ │ ├── coff-objfmt.h │ │ │ │ ├── tests │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── coff_test.sh │ │ │ │ │ ├── cofftest.asm │ │ │ │ │ ├── cofftest.c │ │ │ │ │ ├── cofftest.hex │ │ │ │ │ ├── cofftimes.asm │ │ │ │ │ ├── cofftimes.hex │ │ │ │ │ ├── x86id.asm │ │ │ │ │ ├── x86id.errwarn │ │ │ │ │ └── x86id.hex │ │ │ │ ├── win64-except.c │ │ │ │ ├── win64-gas.mac │ │ │ │ └── win64-nasm.mac │ │ │ ├── dbg │ │ │ │ ├── Makefile.inc │ │ │ │ └── dbg-objfmt.c │ │ │ ├── elf │ │ │ │ ├── Makefile.inc │ │ │ │ ├── elf-machine.h │ │ │ │ ├── elf-objfmt.c │ │ │ │ ├── elf-x86-amd64.c │ │ │ │ ├── elf-x86-x86.c │ │ │ │ ├── elf.c │ │ │ │ ├── elf.h │ │ │ │ └── tests │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── amd64 │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── elf-rip.asm │ │ │ │ │ ├── elf-rip.hex │ │ │ │ │ ├── elf_amd64_test.sh │ │ │ │ │ ├── elfso64.asm │ │ │ │ │ ├── elfso64.hex │ │ │ │ │ ├── gotpcrel.asm │ │ │ │ │ └── gotpcrel.hex │ │ │ │ │ ├── curpos-err.asm │ │ │ │ │ ├── curpos-err.errwarn │ │ │ │ │ ├── curpos.asm │ │ │ │ │ ├── curpos.hex │ │ │ │ │ ├── elf-overdef.asm │ │ │ │ │ ├── elf-overdef.hex │ │ │ │ │ ├── elf-x86id.asm │ │ │ │ │ ├── elf-x86id.hex │ │ │ │ │ ├── elf_test.sh │ │ │ │ │ ├── elfabssect.asm │ │ │ │ │ ├── elfabssect.hex │ │ │ │ │ ├── elfcond.asm │ │ │ │ │ ├── elfcond.hex │ │ │ │ │ ├── elfequabs.asm │ │ │ │ │ ├── elfequabs.hex │ │ │ │ │ ├── elfglobal.asm │ │ │ │ │ ├── elfglobal.hex │ │ │ │ │ ├── elfglobext.asm │ │ │ │ │ ├── elfglobext.hex │ │ │ │ │ ├── elfglobext2.asm │ │ │ │ │ ├── elfglobext2.hex │ │ │ │ │ ├── elfmanysym.asm │ │ │ │ │ ├── elfmanysym.hex │ │ │ │ │ ├── elfreloc-ext.asm │ │ │ │ │ ├── elfreloc-ext.hex │ │ │ │ │ ├── elfreloc.asm │ │ │ │ │ ├── elfreloc.hex │ │ │ │ │ ├── elfsectalign.asm │ │ │ │ │ ├── elfsectalign.hex │ │ │ │ │ ├── elfso.asm │ │ │ │ │ ├── elfso.hex │ │ │ │ │ ├── elftest.asm │ │ │ │ │ ├── elftest.c │ │ │ │ │ ├── elftest.hex │ │ │ │ │ ├── elftimes.asm │ │ │ │ │ ├── elftimes.hex │ │ │ │ │ ├── elftypesize.asm │ │ │ │ │ ├── elftypesize.hex │ │ │ │ │ ├── elfvisibility.asm │ │ │ │ │ ├── elfvisibility.errwarn │ │ │ │ │ ├── elfvisibility.hex │ │ │ │ │ ├── gas32 │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── elf_gas32_got.asm │ │ │ │ │ ├── elf_gas32_got.hex │ │ │ │ │ ├── elf_gas32_ssym.asm │ │ │ │ │ ├── elf_gas32_ssym.hex │ │ │ │ │ └── elf_gas32_test.sh │ │ │ │ │ ├── gas64 │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── crosssect.asm │ │ │ │ │ ├── crosssect.hex │ │ │ │ │ ├── elf_gas64_curpos.asm │ │ │ │ │ ├── elf_gas64_curpos.hex │ │ │ │ │ ├── elf_gas64_reloc.asm │ │ │ │ │ ├── elf_gas64_reloc.hex │ │ │ │ │ ├── elf_gas64_ssym.asm │ │ │ │ │ ├── elf_gas64_ssym.hex │ │ │ │ │ └── elf_gas64_test.sh │ │ │ │ │ ├── nasm-forceident.asm │ │ │ │ │ ├── nasm-forceident.hex │ │ │ │ │ ├── nasm-sectname.asm │ │ │ │ │ └── nasm-sectname.hex │ │ │ ├── macho │ │ │ │ ├── Makefile.inc │ │ │ │ ├── macho-objfmt.c │ │ │ │ └── tests │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── gas32 │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── gas-macho32.asm │ │ │ │ │ ├── gas-macho32.hex │ │ │ │ │ └── gas_macho32_test.sh │ │ │ │ │ ├── gas64 │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── gas-macho64-pic.asm │ │ │ │ │ ├── gas-macho64-pic.hex │ │ │ │ │ ├── gas-macho64.asm │ │ │ │ │ ├── gas-macho64.hex │ │ │ │ │ └── gas_macho64_test.sh │ │ │ │ │ ├── nasm32 │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── macho-reloc.asm │ │ │ │ │ ├── macho-reloc.hex │ │ │ │ │ ├── macho32-sect.asm │ │ │ │ │ ├── macho32-sect.errwarn │ │ │ │ │ ├── macho32-sect.hex │ │ │ │ │ ├── macho32_test.sh │ │ │ │ │ ├── machotest.asm │ │ │ │ │ ├── machotest.c │ │ │ │ │ └── machotest.hex │ │ │ │ │ └── nasm64 │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── macho-reloc64-err.asm │ │ │ │ │ ├── macho-reloc64-err.errwarn │ │ │ │ │ ├── macho64_test.sh │ │ │ │ │ ├── machotest64.asm │ │ │ │ │ ├── machotest64.c │ │ │ │ │ ├── machotest64.hex │ │ │ │ │ ├── nasm-macho64-pic.asm │ │ │ │ │ └── nasm-macho64-pic.hex │ │ │ ├── rdf │ │ │ │ ├── Makefile.inc │ │ │ │ ├── rdf-objfmt.c │ │ │ │ └── tests │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── rdf_test.sh │ │ │ │ │ ├── rdfabs.asm │ │ │ │ │ ├── rdfabs.errwarn │ │ │ │ │ ├── rdfabs.hex │ │ │ │ │ ├── rdfext.asm │ │ │ │ │ ├── rdfext.hex │ │ │ │ │ ├── rdfseg.asm │ │ │ │ │ ├── rdfseg.hex │ │ │ │ │ ├── rdfseg2.asm │ │ │ │ │ ├── rdfseg2.hex │ │ │ │ │ ├── rdftest1.asm │ │ │ │ │ ├── rdftest1.hex │ │ │ │ │ ├── rdftest2.asm │ │ │ │ │ ├── rdftest2.hex │ │ │ │ │ ├── rdtlib.asm │ │ │ │ │ ├── rdtlib.hex │ │ │ │ │ ├── rdtmain.asm │ │ │ │ │ ├── rdtmain.hex │ │ │ │ │ ├── testlib.asm │ │ │ │ │ └── testlib.hex │ │ │ ├── win32 │ │ │ │ ├── Makefile.inc │ │ │ │ └── tests │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── export.asm │ │ │ │ │ ├── export.hex │ │ │ │ │ ├── gas │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── win32_gas_test.sh │ │ │ │ │ ├── win32at.asm │ │ │ │ │ └── win32at.hex │ │ │ │ │ ├── win32-curpos.asm │ │ │ │ │ ├── win32-curpos.hex │ │ │ │ │ ├── win32-overdef.asm │ │ │ │ │ ├── win32-overdef.hex │ │ │ │ │ ├── win32-safeseh.asm │ │ │ │ │ ├── win32-safeseh.hex │ │ │ │ │ ├── win32-safeseh.masm │ │ │ │ │ ├── win32-segof.asm │ │ │ │ │ ├── win32-segof.hex │ │ │ │ │ ├── win32_test.sh │ │ │ │ │ ├── win32test.asm │ │ │ │ │ ├── win32test.c │ │ │ │ │ └── win32test.hex │ │ │ ├── win64 │ │ │ │ ├── Makefile.inc │ │ │ │ └── tests │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── gas │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── win64-gas-sce.asm │ │ │ │ │ ├── win64-gas-sce.hex │ │ │ │ │ └── win64_gas_test.sh │ │ │ │ │ ├── sce1-err.asm │ │ │ │ │ ├── sce1-err.errwarn │ │ │ │ │ ├── sce1.asm │ │ │ │ │ ├── sce1.hex │ │ │ │ │ ├── sce2-err.asm │ │ │ │ │ ├── sce2-err.errwarn │ │ │ │ │ ├── sce2.asm │ │ │ │ │ ├── sce2.hex │ │ │ │ │ ├── sce3.asm │ │ │ │ │ ├── sce3.hex │ │ │ │ │ ├── sce3.masm │ │ │ │ │ ├── sce4-err.asm │ │ │ │ │ ├── sce4-err.errwarn │ │ │ │ │ ├── sce4.asm │ │ │ │ │ ├── sce4.hex │ │ │ │ │ ├── sce4.masm │ │ │ │ │ ├── win64-abs.asm │ │ │ │ │ ├── win64-abs.hex │ │ │ │ │ ├── win64-curpos.asm │ │ │ │ │ ├── win64-curpos.hex │ │ │ │ │ ├── win64-dataref.asm │ │ │ │ │ ├── win64-dataref.hex │ │ │ │ │ ├── win64-dataref.masm │ │ │ │ │ ├── win64-dataref2.asm │ │ │ │ │ ├── win64-dataref2.hex │ │ │ │ │ ├── win64-dataref2.masm │ │ │ │ │ └── win64_test.sh │ │ │ ├── xdf │ │ │ │ ├── Makefile.inc │ │ │ │ ├── tests │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── xdf-overdef.asm │ │ │ │ │ ├── xdf-overdef.hex │ │ │ │ │ ├── xdf_test.sh │ │ │ │ │ ├── xdflong.asm │ │ │ │ │ ├── xdflong.errwarn │ │ │ │ │ ├── xdflong.hex │ │ │ │ │ ├── xdfother.asm │ │ │ │ │ ├── xdfother.hex │ │ │ │ │ ├── xdfprotect.asm │ │ │ │ │ ├── xdfprotect.hex │ │ │ │ │ ├── xdfsect-err.asm │ │ │ │ │ ├── xdfsect-err.errwarn │ │ │ │ │ ├── xdfsect.asm │ │ │ │ │ ├── xdfsect.hex │ │ │ │ │ ├── xdfvirtual.asm │ │ │ │ │ └── xdfvirtual.hex │ │ │ │ └── xdf-objfmt.c │ │ │ └── yasm_objfmts.xml │ │ ├── parsers │ │ │ ├── Makefile.inc │ │ │ ├── gas │ │ │ │ ├── Makefile.inc │ │ │ │ ├── gas-parse-intel.c │ │ │ │ ├── gas-parse.c │ │ │ │ ├── gas-parser.c │ │ │ │ ├── gas-parser.h │ │ │ │ ├── gas-token.re │ │ │ │ └── tests │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── bin │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── gas-comment.asm │ │ │ │ │ ├── gas-comment.errwarn │ │ │ │ │ ├── gas-comment.hex │ │ │ │ │ ├── gas-intel_syntax-noprefix.asm │ │ │ │ │ ├── gas-intel_syntax-noprefix.hex │ │ │ │ │ ├── gas-llabel.asm │ │ │ │ │ ├── gas-llabel.hex │ │ │ │ │ ├── gas-macro.asm │ │ │ │ │ ├── gas-macro.hex │ │ │ │ │ ├── gas-set.asm │ │ │ │ │ ├── gas-set.hex │ │ │ │ │ ├── gas_bin_test.sh │ │ │ │ │ ├── rept-err.asm │ │ │ │ │ ├── rept-err.errwarn │ │ │ │ │ ├── reptempty.asm │ │ │ │ │ ├── reptempty.hex │ │ │ │ │ ├── reptlong.asm │ │ │ │ │ ├── reptlong.hex │ │ │ │ │ ├── reptnested.asm │ │ │ │ │ ├── reptnested.hex │ │ │ │ │ ├── reptsimple.asm │ │ │ │ │ ├── reptsimple.hex │ │ │ │ │ ├── reptwarn.asm │ │ │ │ │ ├── reptwarn.errwarn │ │ │ │ │ ├── reptwarn.hex │ │ │ │ │ ├── reptzero.asm │ │ │ │ │ └── reptzero.hex │ │ │ │ │ ├── dataref-imm.asm │ │ │ │ │ ├── dataref-imm.hex │ │ │ │ │ ├── datavis.asm │ │ │ │ │ ├── datavis.errwarn │ │ │ │ │ ├── datavis.hex │ │ │ │ │ ├── datavis2.asm │ │ │ │ │ ├── datavis2.hex │ │ │ │ │ ├── execsect.asm │ │ │ │ │ ├── execsect.hex │ │ │ │ │ ├── gas-fill.asm │ │ │ │ │ ├── gas-fill.hex │ │ │ │ │ ├── gas-float.asm │ │ │ │ │ ├── gas-float.hex │ │ │ │ │ ├── gas-instlabel.asm │ │ │ │ │ ├── gas-instlabel.hex │ │ │ │ │ ├── gas-line-err.asm │ │ │ │ │ ├── gas-line-err.errwarn │ │ │ │ │ ├── gas-line2-err.asm │ │ │ │ │ ├── gas-line2-err.errwarn │ │ │ │ │ ├── gas-push.asm │ │ │ │ │ ├── gas-push.hex │ │ │ │ │ ├── gas-segprefix.asm │ │ │ │ │ ├── gas-segprefix.hex │ │ │ │ │ ├── gas-semi.asm │ │ │ │ │ ├── gas-semi.hex │ │ │ │ │ ├── gas_test.sh │ │ │ │ │ ├── gassectalign.asm │ │ │ │ │ ├── gassectalign.hex │ │ │ │ │ ├── jmpcall.asm │ │ │ │ │ ├── jmpcall.errwarn │ │ │ │ │ ├── jmpcall.hex │ │ │ │ │ ├── leb128.asm │ │ │ │ │ ├── leb128.hex │ │ │ │ │ ├── localcomm.asm │ │ │ │ │ ├── localcomm.hex │ │ │ │ │ ├── reggroup-err.asm │ │ │ │ │ ├── reggroup-err.errwarn │ │ │ │ │ ├── reggroup.asm │ │ │ │ │ ├── reggroup.hex │ │ │ │ │ ├── strzero.asm │ │ │ │ │ ├── strzero.hex │ │ │ │ │ ├── varinsn.asm │ │ │ │ │ └── varinsn.hex │ │ │ ├── nasm │ │ │ │ ├── Makefile.inc │ │ │ │ ├── nasm-parse.c │ │ │ │ ├── nasm-parser-struct.h │ │ │ │ ├── nasm-parser.c │ │ │ │ ├── nasm-parser.h │ │ │ │ ├── nasm-std.mac │ │ │ │ ├── nasm-token.re │ │ │ │ └── tests │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── alignnop16.asm │ │ │ │ │ ├── alignnop16.hex │ │ │ │ │ ├── alignnop32.asm │ │ │ │ │ ├── alignnop32.hex │ │ │ │ │ ├── charconstmath.asm │ │ │ │ │ ├── charconstmath.hex │ │ │ │ │ ├── dirwarning.asm │ │ │ │ │ ├── dirwarning.errwarn │ │ │ │ │ ├── dirwarning.hex │ │ │ │ │ ├── dy.asm │ │ │ │ │ ├── dy.hex │ │ │ │ │ ├── endcomma.asm │ │ │ │ │ ├── endcomma.hex │ │ │ │ │ ├── equcolon.asm │ │ │ │ │ ├── equcolon.hex │ │ │ │ │ ├── equlocal.asm │ │ │ │ │ ├── equlocal.hex │ │ │ │ │ ├── hexconst.asm │ │ │ │ │ ├── hexconst.hex │ │ │ │ │ ├── locallabel.asm │ │ │ │ │ ├── locallabel.hex │ │ │ │ │ ├── locallabel2.asm │ │ │ │ │ ├── locallabel2.hex │ │ │ │ │ ├── long.asm │ │ │ │ │ ├── long.hex │ │ │ │ │ ├── nasm-prefix.asm │ │ │ │ │ ├── nasm-prefix.hex │ │ │ │ │ ├── nasm_test.sh │ │ │ │ │ ├── newsect.asm │ │ │ │ │ ├── newsect.hex │ │ │ │ │ ├── orphannowarn.asm │ │ │ │ │ ├── orphannowarn.hex │ │ │ │ │ ├── prevlocalwarn.asm │ │ │ │ │ ├── prevlocalwarn.errwarn │ │ │ │ │ ├── prevlocalwarn.hex │ │ │ │ │ ├── strucalign.asm │ │ │ │ │ ├── strucalign.hex │ │ │ │ │ ├── struczero.asm │ │ │ │ │ ├── struczero.hex │ │ │ │ │ ├── syntax-err.asm │ │ │ │ │ ├── syntax-err.errwarn │ │ │ │ │ ├── uscore.asm │ │ │ │ │ ├── uscore.hex │ │ │ │ │ └── worphan │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── nasm_worphan_test.sh │ │ │ │ │ ├── orphanwarn.asm │ │ │ │ │ ├── orphanwarn.errwarn │ │ │ │ │ └── orphanwarn.hex │ │ │ ├── tasm │ │ │ │ ├── Makefile.inc │ │ │ │ └── tests │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── array.asm │ │ │ │ │ ├── array.hex │ │ │ │ │ ├── case.asm │ │ │ │ │ ├── case.hex │ │ │ │ │ ├── charstr.asm │ │ │ │ │ ├── charstr.hex │ │ │ │ │ ├── dup.asm │ │ │ │ │ ├── dup.hex │ │ │ │ │ ├── equal.asm │ │ │ │ │ ├── equal.hex │ │ │ │ │ ├── exe │ │ │ │ │ ├── Makefile.inc │ │ │ │ │ ├── exe.asm │ │ │ │ │ ├── exe.hex │ │ │ │ │ └── tasm_exe_test.sh │ │ │ │ │ ├── expr.asm │ │ │ │ │ ├── expr.hex │ │ │ │ │ ├── irp.asm │ │ │ │ │ ├── irp.hex │ │ │ │ │ ├── label.asm │ │ │ │ │ ├── label.hex │ │ │ │ │ ├── les.asm │ │ │ │ │ ├── les.hex │ │ │ │ │ ├── lidt.asm │ │ │ │ │ ├── lidt.hex │ │ │ │ │ ├── macro.asm │ │ │ │ │ ├── macro.hex │ │ │ │ │ ├── offset.asm │ │ │ │ │ ├── offset.hex │ │ │ │ │ ├── quote.asm │ │ │ │ │ ├── quote.hex │ │ │ │ │ ├── res.asm │ │ │ │ │ ├── res.errwarn │ │ │ │ │ ├── res.hex │ │ │ │ │ ├── segment.asm │ │ │ │ │ ├── segment.hex │ │ │ │ │ ├── size.asm │ │ │ │ │ ├── size.hex │ │ │ │ │ ├── struc.asm │ │ │ │ │ ├── struc.errwarn │ │ │ │ │ ├── struc.hex │ │ │ │ │ └── tasm_test.sh │ │ │ └── yasm_parsers.xml │ │ └── preprocs │ │ │ ├── Makefile.inc │ │ │ ├── cpp │ │ │ ├── Makefile.inc │ │ │ └── cpp-preproc.c │ │ │ ├── gas │ │ │ ├── Makefile.inc │ │ │ ├── gas-eval.c │ │ │ ├── gas-eval.h │ │ │ ├── gas-preproc.c │ │ │ └── tests │ │ │ │ └── Makefile.inc │ │ │ ├── nasm │ │ │ ├── Makefile.inc │ │ │ ├── genversion.c │ │ │ ├── nasm-eval.c │ │ │ ├── nasm-eval.h │ │ │ ├── nasm-pp.c │ │ │ ├── nasm-pp.h │ │ │ ├── nasm-preproc.c │ │ │ ├── nasm.h │ │ │ ├── nasmlib.c │ │ │ ├── nasmlib.h │ │ │ └── tests │ │ │ │ ├── 16args.asm │ │ │ │ ├── 16args.hex │ │ │ │ ├── Makefile.inc │ │ │ │ ├── ifcritical-err.asm │ │ │ │ ├── ifcritical-err.errwarn │ │ │ │ ├── longline.asm │ │ │ │ ├── longline.hex │ │ │ │ ├── macroeof-err.asm │ │ │ │ ├── macroeof-err.errwarn │ │ │ │ ├── nasmpp-bigint.asm │ │ │ │ ├── nasmpp-bigint.hex │ │ │ │ ├── nasmpp-decimal.asm │ │ │ │ ├── nasmpp-decimal.hex │ │ │ │ ├── nasmpp-nested.asm │ │ │ │ ├── nasmpp-nested.errwarn │ │ │ │ ├── nasmpp-nested.hex │ │ │ │ ├── nasmpp_test.sh │ │ │ │ ├── noinclude-err.asm │ │ │ │ ├── noinclude-err.errwarn │ │ │ │ ├── orgsect.asm │ │ │ │ ├── orgsect.hex │ │ │ │ ├── scope-err.asm │ │ │ │ └── scope-err.errwarn │ │ │ ├── raw │ │ │ ├── Makefile.inc │ │ │ ├── raw-preproc.c │ │ │ └── tests │ │ │ │ ├── Makefile.inc │ │ │ │ ├── longline.asm │ │ │ │ ├── longline.hex │ │ │ │ └── rawpp_test.sh │ │ │ └── tasm │ │ │ ├── Makefile.inc │ │ │ └── tests │ │ │ ├── Makefile.inc │ │ │ ├── tasm-assume-comment.asm │ │ │ ├── tasm-assume-comment.hex │ │ │ ├── tasm-comment-instr.asm │ │ │ ├── tasm-comment-instr.hex │ │ │ └── tasmpp_test.sh │ ├── out_test.sh │ ├── po │ │ ├── ChangeLog │ │ ├── Makefile.in.in │ │ ├── Makevars │ │ ├── POTFILES.in │ │ ├── Rules-quot │ │ ├── boldquot.sed │ │ ├── en@boldquot.header │ │ ├── en@quot.header │ │ ├── insert-header.sin │ │ ├── quot.sed │ │ ├── remove-potcdate.sin │ │ ├── stamp-po │ │ └── yasm.pot │ ├── splint.sh │ ├── test_hd.c │ ├── tools │ │ ├── Makefile.inc │ │ ├── genmacro │ │ │ ├── Makefile.inc │ │ │ └── genmacro.c │ │ ├── genperf │ │ │ ├── Makefile.inc │ │ │ ├── genperf.c │ │ │ ├── perfect.c │ │ │ ├── perfect.h │ │ │ └── standard.h │ │ ├── python-yasm │ │ │ ├── Makefile.inc │ │ │ ├── bytecode.pxi │ │ │ ├── errwarn.pxi │ │ │ ├── expr.pxi │ │ │ ├── floatnum.pxi │ │ │ ├── intnum.pxi │ │ │ ├── pyxelator │ │ │ │ ├── cparse.py │ │ │ │ ├── genpyx.py │ │ │ │ ├── ir.py │ │ │ │ ├── lexer.py │ │ │ │ ├── node.py │ │ │ │ ├── parse_core.py │ │ │ │ ├── work_unit.py │ │ │ │ └── wrap_yasm.py │ │ │ ├── setup.py │ │ │ ├── symrec.pxi │ │ │ ├── tests │ │ │ │ ├── Makefile.inc │ │ │ │ ├── __init__.py │ │ │ │ ├── python_test.sh │ │ │ │ ├── test_bytecode.py │ │ │ │ ├── test_expr.py │ │ │ │ ├── test_intnum.py │ │ │ │ └── test_symrec.py │ │ │ ├── value.pxi │ │ │ └── yasm.pyx │ │ └── re2c │ │ │ ├── CHANGELOG │ │ │ ├── Makefile.inc │ │ │ ├── NO_WARRANTY │ │ │ ├── README │ │ │ ├── actions.c │ │ │ ├── basics.h │ │ │ ├── bootstrap │ │ │ └── scanner.c │ │ │ ├── code.c │ │ │ ├── dfa.c │ │ │ ├── dfa.h │ │ │ ├── doc │ │ │ ├── loplas.ps.gz │ │ │ └── sample.bib │ │ │ ├── examples │ │ │ ├── basemmap.c │ │ │ ├── c.re │ │ │ ├── cmmap.re │ │ │ ├── cnokw.re │ │ │ ├── cunroll.re │ │ │ ├── modula.re │ │ │ ├── repeater.re │ │ │ ├── rexx │ │ │ │ ├── README │ │ │ │ ├── rexx.l │ │ │ │ └── scanio.c │ │ │ ├── sample.re │ │ │ └── simple.re │ │ │ ├── globals.h │ │ │ ├── ins.h │ │ │ ├── main.c │ │ │ ├── mbo_getopt.c │ │ │ ├── mbo_getopt.h │ │ │ ├── parse.h │ │ │ ├── parser.c │ │ │ ├── parser.h │ │ │ ├── re.h │ │ │ ├── re2c.1 │ │ │ ├── scanner.c │ │ │ ├── scanner.h │ │ │ ├── scanner.re │ │ │ ├── substr.c │ │ │ ├── substr.h │ │ │ ├── token.h │ │ │ └── translate.c │ ├── util.h │ ├── x86insn_gas.gperf │ ├── x86insn_nasm.gperf │ ├── x86insns.c │ ├── yasm.1 │ ├── yasm_arch.7 │ ├── yasm_dbgfmts.7 │ ├── yasm_objfmts.7 │ └── yasm_parsers.7 ├── yasm_mac.inc.fat ├── yasm_mac.inc.nofat ├── yasm_macwin.inc.fat ├── yasm_macwin.inc.nofat └── ylwrap └── sacla-tests ├── ansi-tests.lisp ├── desirable-printer.lisp ├── must-array.lisp ├── must-character.lisp ├── must-condition.lisp ├── must-cons.lisp ├── must-data-and-control.lisp ├── must-do.lisp ├── must-eval.lisp ├── must-hash-table.lisp ├── must-loop.lisp ├── must-package.lisp ├── must-printer.lisp ├── must-reader.lisp ├── must-sequence.lisp ├── must-string.lisp ├── must-symbol.lisp ├── should-array.lisp ├── should-character.lisp ├── should-cons.lisp ├── should-data-and-control.lisp ├── should-eval.lisp ├── should-hash-table.lisp ├── should-package.lisp ├── should-sequence.lisp ├── should-string.lisp ├── should-symbol.lisp ├── tests.lisp └── x-sequence.lisp /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/.gitignore -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/COPYING -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/Makefile -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/README -------------------------------------------------------------------------------- /ansi-tests/ISSUES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/ansi-tests/ISSUES -------------------------------------------------------------------------------- /ansi-tests/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/ansi-tests/README -------------------------------------------------------------------------------- /ansi-tests/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/ansi-tests/TODO -------------------------------------------------------------------------------- /ansi-tests/abs.lsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/ansi-tests/abs.lsp -------------------------------------------------------------------------------- /ansi-tests/and.lsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/ansi-tests/and.lsp -------------------------------------------------------------------------------- /ansi-tests/ash.lsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/ansi-tests/ash.lsp -------------------------------------------------------------------------------- /ansi-tests/bit.lsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/ansi-tests/bit.lsp -------------------------------------------------------------------------------- /ansi-tests/cis.lsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/ansi-tests/cis.lsp -------------------------------------------------------------------------------- /ansi-tests/cos.lsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/ansi-tests/cos.lsp -------------------------------------------------------------------------------- /ansi-tests/cxr.lsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/ansi-tests/cxr.lsp -------------------------------------------------------------------------------- /ansi-tests/do.lsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/ansi-tests/do.lsp -------------------------------------------------------------------------------- /ansi-tests/dpb.lsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/ansi-tests/dpb.lsp -------------------------------------------------------------------------------- /ansi-tests/ed.lsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/ansi-tests/ed.lsp -------------------------------------------------------------------------------- /ansi-tests/elt.lsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/ansi-tests/elt.lsp -------------------------------------------------------------------------------- /ansi-tests/eql.lsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/ansi-tests/eql.lsp -------------------------------------------------------------------------------- /ansi-tests/exp.lsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/ansi-tests/exp.lsp -------------------------------------------------------------------------------- /ansi-tests/gcd.lsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/ansi-tests/gcd.lsp -------------------------------------------------------------------------------- /ansi-tests/get.lsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/ansi-tests/get.lsp -------------------------------------------------------------------------------- /ansi-tests/if.lsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/ansi-tests/if.lsp -------------------------------------------------------------------------------- /ansi-tests/lcm.lsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/ansi-tests/lcm.lsp -------------------------------------------------------------------------------- /ansi-tests/ldb.lsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/ansi-tests/ldb.lsp -------------------------------------------------------------------------------- /ansi-tests/let.lsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/ansi-tests/let.lsp -------------------------------------------------------------------------------- /ansi-tests/log.lsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/ansi-tests/log.lsp -------------------------------------------------------------------------------- /ansi-tests/map.lsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/ansi-tests/map.lsp -------------------------------------------------------------------------------- /ansi-tests/max.lsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/ansi-tests/max.lsp -------------------------------------------------------------------------------- /ansi-tests/min.lsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/ansi-tests/min.lsp -------------------------------------------------------------------------------- /ansi-tests/nil.lsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/ansi-tests/nil.lsp -------------------------------------------------------------------------------- /ansi-tests/nth.lsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/ansi-tests/nth.lsp -------------------------------------------------------------------------------- /ansi-tests/or.lsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/ansi-tests/or.lsp -------------------------------------------------------------------------------- /ansi-tests/pop.lsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/ansi-tests/pop.lsp -------------------------------------------------------------------------------- /ansi-tests/rt.lsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/ansi-tests/rt.lsp -------------------------------------------------------------------------------- /ansi-tests/set.lsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/ansi-tests/set.lsp -------------------------------------------------------------------------------- /ansi-tests/sin.lsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/ansi-tests/sin.lsp -------------------------------------------------------------------------------- /ansi-tests/t.lsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/ansi-tests/t.lsp -------------------------------------------------------------------------------- /ansi-tests/tan.lsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/ansi-tests/tan.lsp -------------------------------------------------------------------------------- /ansi-tests/the.lsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/ansi-tests/the.lsp -------------------------------------------------------------------------------- /clos/clos.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/clos/clos.lisp -------------------------------------------------------------------------------- /clos/defclass.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/clos/defclass.lisp -------------------------------------------------------------------------------- /compiler/asm.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/compiler/asm.lisp -------------------------------------------------------------------------------- /compiler/defs.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/compiler/defs.lisp -------------------------------------------------------------------------------- /compiler/p2.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/compiler/p2.lisp -------------------------------------------------------------------------------- /compiler/p3.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/compiler/p3.lisp -------------------------------------------------------------------------------- /examples/.xclrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/examples/.xclrc -------------------------------------------------------------------------------- /gc/AmigaOS.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/AmigaOS.c -------------------------------------------------------------------------------- /gc/BCC_MAKEFILE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/BCC_MAKEFILE -------------------------------------------------------------------------------- /gc/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/ChangeLog -------------------------------------------------------------------------------- /gc/EMX_MAKEFILE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/EMX_MAKEFILE -------------------------------------------------------------------------------- /gc/MacOS.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/MacOS.c -------------------------------------------------------------------------------- /gc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/Makefile -------------------------------------------------------------------------------- /gc/Makefile.DLLs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/Makefile.DLLs -------------------------------------------------------------------------------- /gc/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/Makefile.am -------------------------------------------------------------------------------- /gc/Makefile.direct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/Makefile.direct -------------------------------------------------------------------------------- /gc/Makefile.dj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/Makefile.dj -------------------------------------------------------------------------------- /gc/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/Makefile.in -------------------------------------------------------------------------------- /gc/NT_MAKEFILE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/NT_MAKEFILE -------------------------------------------------------------------------------- /gc/OS2_MAKEFILE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/OS2_MAKEFILE -------------------------------------------------------------------------------- /gc/PCR-Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/PCR-Makefile -------------------------------------------------------------------------------- /gc/README.QUICK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/README.QUICK -------------------------------------------------------------------------------- /gc/SMakefile.amiga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/SMakefile.amiga -------------------------------------------------------------------------------- /gc/WCC_MAKEFILE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/WCC_MAKEFILE -------------------------------------------------------------------------------- /gc/acinclude.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/acinclude.m4 -------------------------------------------------------------------------------- /gc/aclocal.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/aclocal.m4 -------------------------------------------------------------------------------- /gc/add_gc_prefix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/add_gc_prefix.c -------------------------------------------------------------------------------- /gc/allchblk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/allchblk.c -------------------------------------------------------------------------------- /gc/alloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/alloc.c -------------------------------------------------------------------------------- /gc/backgraph.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/backgraph.c -------------------------------------------------------------------------------- /gc/bdw-gc.pc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/bdw-gc.pc -------------------------------------------------------------------------------- /gc/bdw-gc.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/bdw-gc.pc.in -------------------------------------------------------------------------------- /gc/blacklst.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/blacklst.c -------------------------------------------------------------------------------- /gc/callprocs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/callprocs -------------------------------------------------------------------------------- /gc/checksums.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/checksums.c -------------------------------------------------------------------------------- /gc/compile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/compile -------------------------------------------------------------------------------- /gc/config.guess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/config.guess -------------------------------------------------------------------------------- /gc/config.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/config.sub -------------------------------------------------------------------------------- /gc/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/configure -------------------------------------------------------------------------------- /gc/configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/configure.ac -------------------------------------------------------------------------------- /gc/configure.host: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/configure.host -------------------------------------------------------------------------------- /gc/cord/cord.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/cord/cord.am -------------------------------------------------------------------------------- /gc/cord/cordbscs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/cord/cordbscs.c -------------------------------------------------------------------------------- /gc/cord/cordprnt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/cord/cordprnt.c -------------------------------------------------------------------------------- /gc/cord/cordtest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/cord/cordtest.c -------------------------------------------------------------------------------- /gc/cord/cordxtra.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/cord/cordxtra.c -------------------------------------------------------------------------------- /gc/cord/de.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/cord/de.c -------------------------------------------------------------------------------- /gc/cord/de_cmds.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/cord/de_cmds.h -------------------------------------------------------------------------------- /gc/cord/de_win.ICO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/cord/de_win.ICO -------------------------------------------------------------------------------- /gc/cord/de_win.RC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/cord/de_win.RC -------------------------------------------------------------------------------- /gc/cord/de_win.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/cord/de_win.c -------------------------------------------------------------------------------- /gc/cord/de_win.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/cord/de_win.h -------------------------------------------------------------------------------- /gc/dbg_mlc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/dbg_mlc.c -------------------------------------------------------------------------------- /gc/depcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/depcomp -------------------------------------------------------------------------------- /gc/digimars.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/digimars.mak -------------------------------------------------------------------------------- /gc/doc/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/doc/README -------------------------------------------------------------------------------- /gc/doc/README.Mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/doc/README.Mac -------------------------------------------------------------------------------- /gc/doc/README.OS2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/doc/README.OS2 -------------------------------------------------------------------------------- /gc/doc/README.dj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/doc/README.dj -------------------------------------------------------------------------------- /gc/doc/README.hp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/doc/README.hp -------------------------------------------------------------------------------- /gc/doc/README.sgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/doc/README.sgi -------------------------------------------------------------------------------- /gc/doc/README.uts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/doc/README.uts -------------------------------------------------------------------------------- /gc/doc/doc.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/doc/doc.am -------------------------------------------------------------------------------- /gc/doc/gc.man: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/doc/gc.man -------------------------------------------------------------------------------- /gc/doc/leak.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/doc/leak.html -------------------------------------------------------------------------------- /gc/doc/scale.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/doc/scale.html -------------------------------------------------------------------------------- /gc/doc/tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/doc/tree.html -------------------------------------------------------------------------------- /gc/dyn_load.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/dyn_load.c -------------------------------------------------------------------------------- /gc/finalize.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/finalize.c -------------------------------------------------------------------------------- /gc/gc.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/gc.mak -------------------------------------------------------------------------------- /gc/gc_cpp.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/gc_cpp.cc -------------------------------------------------------------------------------- /gc/gc_cpp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/gc_cpp.cpp -------------------------------------------------------------------------------- /gc/gc_dlopen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/gc_dlopen.c -------------------------------------------------------------------------------- /gc/gcj_mlc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/gcj_mlc.c -------------------------------------------------------------------------------- /gc/gcname.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/gcname.c -------------------------------------------------------------------------------- /gc/headers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/headers.c -------------------------------------------------------------------------------- /gc/if_mach.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/if_mach.c -------------------------------------------------------------------------------- /gc/if_not_there.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/if_not_there.c -------------------------------------------------------------------------------- /gc/include/cord.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/include/cord.h -------------------------------------------------------------------------------- /gc/include/ec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/include/ec.h -------------------------------------------------------------------------------- /gc/include/gc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/include/gc.h -------------------------------------------------------------------------------- /gc/install-sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/install-sh -------------------------------------------------------------------------------- /gc/libatomic_ops-1.2/CVS/Repository: -------------------------------------------------------------------------------- 1 | bdwgc/libatomic_ops-1.2 2 | -------------------------------------------------------------------------------- /gc/libatomic_ops-1.2/NEWS: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /gc/libatomic_ops-1.2/doc/CVS/Repository: -------------------------------------------------------------------------------- 1 | bdwgc/libatomic_ops-1.2/doc 2 | -------------------------------------------------------------------------------- /gc/libatomic_ops-1.2/src/CVS/Repository: -------------------------------------------------------------------------------- 1 | bdwgc/libatomic_ops-1.2/src 2 | -------------------------------------------------------------------------------- /gc/libatomic_ops-1.2/tests/CVS/Repository: -------------------------------------------------------------------------------- 1 | bdwgc/libatomic_ops-1.2/tests 2 | -------------------------------------------------------------------------------- /gc/libtool.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/libtool.m4 -------------------------------------------------------------------------------- /gc/ltmain.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/ltmain.sh -------------------------------------------------------------------------------- /gc/mach_dep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/mach_dep.c -------------------------------------------------------------------------------- /gc/malloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/malloc.c -------------------------------------------------------------------------------- /gc/mallocx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/mallocx.c -------------------------------------------------------------------------------- /gc/mark.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/mark.c -------------------------------------------------------------------------------- /gc/mark_rts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/mark_rts.c -------------------------------------------------------------------------------- /gc/misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/misc.c -------------------------------------------------------------------------------- /gc/missing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/missing -------------------------------------------------------------------------------- /gc/mkinstalldirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/mkinstalldirs -------------------------------------------------------------------------------- /gc/msvc_dbg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/msvc_dbg.c -------------------------------------------------------------------------------- /gc/new_hblk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/new_hblk.c -------------------------------------------------------------------------------- /gc/obj_map.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/obj_map.c -------------------------------------------------------------------------------- /gc/os_dep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/os_dep.c -------------------------------------------------------------------------------- /gc/pcr_interface.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/pcr_interface.c -------------------------------------------------------------------------------- /gc/ptr_chck.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/ptr_chck.c -------------------------------------------------------------------------------- /gc/real_malloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/real_malloc.c -------------------------------------------------------------------------------- /gc/reclaim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/reclaim.c -------------------------------------------------------------------------------- /gc/setjmp_t.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/setjmp_t.c -------------------------------------------------------------------------------- /gc/specific.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/specific.c -------------------------------------------------------------------------------- /gc/stubborn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/stubborn.c -------------------------------------------------------------------------------- /gc/tests/middle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/tests/middle.c -------------------------------------------------------------------------------- /gc/tests/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/tests/test.c -------------------------------------------------------------------------------- /gc/tests/tests.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/tests/tests.am -------------------------------------------------------------------------------- /gc/threadlibs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/threadlibs.c -------------------------------------------------------------------------------- /gc/typd_mlc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/typd_mlc.c -------------------------------------------------------------------------------- /gc/win32_threads.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/gc/win32_threads.c -------------------------------------------------------------------------------- /kernel/.gdbinit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/.gdbinit -------------------------------------------------------------------------------- /kernel/Array_T.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/Array_T.cpp -------------------------------------------------------------------------------- /kernel/Array_T.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/Array_T.hpp -------------------------------------------------------------------------------- /kernel/Bignum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/Bignum.cpp -------------------------------------------------------------------------------- /kernel/Bignum.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/Bignum.hpp -------------------------------------------------------------------------------- /kernel/Binding.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/Binding.hpp -------------------------------------------------------------------------------- /kernel/Closure.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/Closure.cpp -------------------------------------------------------------------------------- /kernel/Closure.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/Closure.hpp -------------------------------------------------------------------------------- /kernel/Complex.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/Complex.cpp -------------------------------------------------------------------------------- /kernel/Complex.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/Complex.hpp -------------------------------------------------------------------------------- /kernel/Cons.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/Cons.cpp -------------------------------------------------------------------------------- /kernel/Cons.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/Cons.hpp -------------------------------------------------------------------------------- /kernel/Error.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/Error.cpp -------------------------------------------------------------------------------- /kernel/Error.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/Error.hpp -------------------------------------------------------------------------------- /kernel/Frame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/Frame.cpp -------------------------------------------------------------------------------- /kernel/Frame.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/Frame.hpp -------------------------------------------------------------------------------- /kernel/Layout.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/Layout.cpp -------------------------------------------------------------------------------- /kernel/Layout.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/Layout.hpp -------------------------------------------------------------------------------- /kernel/Macro.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/Macro.hpp -------------------------------------------------------------------------------- /kernel/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/Makefile -------------------------------------------------------------------------------- /kernel/Mutex.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/Mutex.cpp -------------------------------------------------------------------------------- /kernel/Mutex.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/Mutex.hpp -------------------------------------------------------------------------------- /kernel/Package.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/Package.cpp -------------------------------------------------------------------------------- /kernel/Package.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/Package.hpp -------------------------------------------------------------------------------- /kernel/Ratio.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/Ratio.cpp -------------------------------------------------------------------------------- /kernel/Ratio.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/Ratio.hpp -------------------------------------------------------------------------------- /kernel/Restart.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/Restart.cpp -------------------------------------------------------------------------------- /kernel/Stream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/Stream.cpp -------------------------------------------------------------------------------- /kernel/Stream.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/Stream.hpp -------------------------------------------------------------------------------- /kernel/String.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/String.cpp -------------------------------------------------------------------------------- /kernel/String.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/String.hpp -------------------------------------------------------------------------------- /kernel/Symbol.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/Symbol.cpp -------------------------------------------------------------------------------- /kernel/Symbol.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/Symbol.hpp -------------------------------------------------------------------------------- /kernel/Thread.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/Thread.cpp -------------------------------------------------------------------------------- /kernel/Thread.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/Thread.hpp -------------------------------------------------------------------------------- /kernel/Value.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/Value.h -------------------------------------------------------------------------------- /kernel/Warning.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/Warning.cpp -------------------------------------------------------------------------------- /kernel/Warning.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/Warning.hpp -------------------------------------------------------------------------------- /kernel/arrays.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/arrays.cpp -------------------------------------------------------------------------------- /kernel/block.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/block.cpp -------------------------------------------------------------------------------- /kernel/catch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/catch.cpp -------------------------------------------------------------------------------- /kernel/classes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/classes.cpp -------------------------------------------------------------------------------- /kernel/classes.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/classes.hpp -------------------------------------------------------------------------------- /kernel/cxr.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/cxr.cpp -------------------------------------------------------------------------------- /kernel/debug.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/debug.cpp -------------------------------------------------------------------------------- /kernel/do.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/do.cpp -------------------------------------------------------------------------------- /kernel/dolist.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/dolist.cpp -------------------------------------------------------------------------------- /kernel/dotimes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/dotimes.cpp -------------------------------------------------------------------------------- /kernel/eval.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/eval.cpp -------------------------------------------------------------------------------- /kernel/format.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/format.cpp -------------------------------------------------------------------------------- /kernel/getpid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/getpid.cpp -------------------------------------------------------------------------------- /kernel/let.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/let.cpp -------------------------------------------------------------------------------- /kernel/lisp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/lisp.cpp -------------------------------------------------------------------------------- /kernel/lisp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/lisp.hpp -------------------------------------------------------------------------------- /kernel/load.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/load.cpp -------------------------------------------------------------------------------- /kernel/locally.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/locally.cpp -------------------------------------------------------------------------------- /kernel/machine.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/machine.cpp -------------------------------------------------------------------------------- /kernel/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/main.cpp -------------------------------------------------------------------------------- /kernel/mapc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/mapc.cpp -------------------------------------------------------------------------------- /kernel/mapcar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/mapcar.cpp -------------------------------------------------------------------------------- /kernel/numbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/numbers.cpp -------------------------------------------------------------------------------- /kernel/print.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/print.cpp -------------------------------------------------------------------------------- /kernel/progv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/progv.cpp -------------------------------------------------------------------------------- /kernel/rdtsc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/rdtsc.cpp -------------------------------------------------------------------------------- /kernel/reader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/reader.cpp -------------------------------------------------------------------------------- /kernel/reader.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/reader.hpp -------------------------------------------------------------------------------- /kernel/runtime.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/runtime.cpp -------------------------------------------------------------------------------- /kernel/runtime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/runtime.h -------------------------------------------------------------------------------- /kernel/sockets.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/sockets.cpp -------------------------------------------------------------------------------- /kernel/stack.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/stack.cpp -------------------------------------------------------------------------------- /kernel/streams.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/streams.cpp -------------------------------------------------------------------------------- /kernel/strings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/strings.cpp -------------------------------------------------------------------------------- /kernel/subsetp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/subsetp.cpp -------------------------------------------------------------------------------- /kernel/sxhash.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/sxhash.cpp -------------------------------------------------------------------------------- /kernel/symbols.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/symbols.hpp -------------------------------------------------------------------------------- /kernel/symdefs.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/symdefs.hpp -------------------------------------------------------------------------------- /kernel/tagbody.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/tagbody.cpp -------------------------------------------------------------------------------- /kernel/uptime.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/kernel/uptime.cpp -------------------------------------------------------------------------------- /lisp/acos.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/acos.lisp -------------------------------------------------------------------------------- /lisp/acosh.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/acosh.lisp -------------------------------------------------------------------------------- /lisp/adjoin.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/adjoin.lisp -------------------------------------------------------------------------------- /lisp/and.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/and.lisp -------------------------------------------------------------------------------- /lisp/apropos.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/apropos.lisp -------------------------------------------------------------------------------- /lisp/asdf.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/asdf.lisp -------------------------------------------------------------------------------- /lisp/asin.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/asin.lisp -------------------------------------------------------------------------------- /lisp/asinh.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/asinh.lisp -------------------------------------------------------------------------------- /lisp/assert.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/assert.lisp -------------------------------------------------------------------------------- /lisp/assoc.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/assoc.lisp -------------------------------------------------------------------------------- /lisp/atanh.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/atanh.lisp -------------------------------------------------------------------------------- /lisp/aver.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/aver.lisp -------------------------------------------------------------------------------- /lisp/bit.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/bit.lisp -------------------------------------------------------------------------------- /lisp/boole.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/boole.lisp -------------------------------------------------------------------------------- /lisp/boot.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/boot.lisp -------------------------------------------------------------------------------- /lisp/butlast.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/butlast.lisp -------------------------------------------------------------------------------- /lisp/case.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/case.lisp -------------------------------------------------------------------------------- /lisp/ccase.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/ccase.lisp -------------------------------------------------------------------------------- /lisp/coerce.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/coerce.lisp -------------------------------------------------------------------------------- /lisp/cond.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/cond.lisp -------------------------------------------------------------------------------- /lisp/cosh.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/cosh.lisp -------------------------------------------------------------------------------- /lisp/count.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/count.lisp -------------------------------------------------------------------------------- /lisp/crc40.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/crc40.lisp -------------------------------------------------------------------------------- /lisp/cxr.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/cxr.lisp -------------------------------------------------------------------------------- /lisp/declaim.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/declaim.lisp -------------------------------------------------------------------------------- /lisp/defknown.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/defknown.lisp -------------------------------------------------------------------------------- /lisp/defmacro.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/defmacro.lisp -------------------------------------------------------------------------------- /lisp/defsetf.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/defsetf.lisp -------------------------------------------------------------------------------- /lisp/deftype.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/deftype.lisp -------------------------------------------------------------------------------- /lisp/defvar.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/defvar.lisp -------------------------------------------------------------------------------- /lisp/delete.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/delete.lisp -------------------------------------------------------------------------------- /lisp/describe.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/describe.lisp -------------------------------------------------------------------------------- /lisp/disasm.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/disasm.lisp -------------------------------------------------------------------------------- /lisp/do.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/do.lisp -------------------------------------------------------------------------------- /lisp/dolist.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/dolist.lisp -------------------------------------------------------------------------------- /lisp/dotimes.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/dotimes.lisp -------------------------------------------------------------------------------- /lisp/dpb.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/dpb.lisp -------------------------------------------------------------------------------- /lisp/dribble.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/dribble.lisp -------------------------------------------------------------------------------- /lisp/ecase.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/ecase.lisp -------------------------------------------------------------------------------- /lisp/ed.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/ed.lisp -------------------------------------------------------------------------------- /lisp/epsilons.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/epsilons.lisp -------------------------------------------------------------------------------- /lisp/every.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/every.lisp -------------------------------------------------------------------------------- /lisp/fceiling.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/fceiling.lisp -------------------------------------------------------------------------------- /lisp/featurep.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/featurep.lisp -------------------------------------------------------------------------------- /lisp/ffloor.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/ffloor.lisp -------------------------------------------------------------------------------- /lisp/fib.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/fib.lisp -------------------------------------------------------------------------------- /lisp/fill.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/fill.lisp -------------------------------------------------------------------------------- /lisp/find.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/find.lisp -------------------------------------------------------------------------------- /lisp/format.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/format.lisp -------------------------------------------------------------------------------- /lisp/fround.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/fround.lisp -------------------------------------------------------------------------------- /lisp/gcd.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/gcd.lisp -------------------------------------------------------------------------------- /lisp/gentemp.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/gentemp.lisp -------------------------------------------------------------------------------- /lisp/grovel.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/grovel.lisp -------------------------------------------------------------------------------- /lisp/inspect.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/inspect.lisp -------------------------------------------------------------------------------- /lisp/lcm.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/lcm.lisp -------------------------------------------------------------------------------- /lisp/ldb.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/ldb.lisp -------------------------------------------------------------------------------- /lisp/ldiff.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/ldiff.lisp -------------------------------------------------------------------------------- /lisp/load.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/load.lisp -------------------------------------------------------------------------------- /lisp/loop.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/loop.lisp -------------------------------------------------------------------------------- /lisp/map-into.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/map-into.lisp -------------------------------------------------------------------------------- /lisp/map.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/map.lisp -------------------------------------------------------------------------------- /lisp/mapcan.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/mapcan.lisp -------------------------------------------------------------------------------- /lisp/mapcon.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/mapcon.lisp -------------------------------------------------------------------------------- /lisp/mapl.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/mapl.lisp -------------------------------------------------------------------------------- /lisp/maplist.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/maplist.lisp -------------------------------------------------------------------------------- /lisp/mappend.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/mappend.lisp -------------------------------------------------------------------------------- /lisp/member.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/member.lisp -------------------------------------------------------------------------------- /lisp/merge.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/merge.lisp -------------------------------------------------------------------------------- /lisp/mismatch.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/mismatch.lisp -------------------------------------------------------------------------------- /lisp/mumble.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/mumble.lisp -------------------------------------------------------------------------------- /lisp/nbutlast.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/nbutlast.lisp -------------------------------------------------------------------------------- /lisp/notevery.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/notevery.lisp -------------------------------------------------------------------------------- /lisp/nsublis.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/nsublis.lisp -------------------------------------------------------------------------------- /lisp/nsubst.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/nsubst.lisp -------------------------------------------------------------------------------- /lisp/nunion.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/nunion.lisp -------------------------------------------------------------------------------- /lisp/open.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/open.lisp -------------------------------------------------------------------------------- /lisp/or.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/or.lisp -------------------------------------------------------------------------------- /lisp/phase.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/phase.lisp -------------------------------------------------------------------------------- /lisp/pprint.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/pprint.lisp -------------------------------------------------------------------------------- /lisp/print.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/print.lisp -------------------------------------------------------------------------------- /lisp/proclaim.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/proclaim.lisp -------------------------------------------------------------------------------- /lisp/profiler.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/profiler.lisp -------------------------------------------------------------------------------- /lisp/prog.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/prog.lisp -------------------------------------------------------------------------------- /lisp/provide.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/provide.lisp -------------------------------------------------------------------------------- /lisp/psetf.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/psetf.lisp -------------------------------------------------------------------------------- /lisp/psetq.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/psetq.lisp -------------------------------------------------------------------------------- /lisp/pushnew.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/pushnew.lisp -------------------------------------------------------------------------------- /lisp/query.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/query.lisp -------------------------------------------------------------------------------- /lisp/reader.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/reader.lisp -------------------------------------------------------------------------------- /lisp/reduce.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/reduce.lisp -------------------------------------------------------------------------------- /lisp/remf.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/remf.lisp -------------------------------------------------------------------------------- /lisp/remove.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/remove.lisp -------------------------------------------------------------------------------- /lisp/replace.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/replace.lisp -------------------------------------------------------------------------------- /lisp/require.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/require.lisp -------------------------------------------------------------------------------- /lisp/restart.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/restart.lisp -------------------------------------------------------------------------------- /lisp/rotatef.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/rotatef.lisp -------------------------------------------------------------------------------- /lisp/round.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/round.lisp -------------------------------------------------------------------------------- /lisp/rt.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/rt.lisp -------------------------------------------------------------------------------- /lisp/sbit.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/sbit.lisp -------------------------------------------------------------------------------- /lisp/search.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/search.lisp -------------------------------------------------------------------------------- /lisp/setf.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/setf.lisp -------------------------------------------------------------------------------- /lisp/shiftf.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/shiftf.lisp -------------------------------------------------------------------------------- /lisp/signal.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/signal.lisp -------------------------------------------------------------------------------- /lisp/sinh.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/sinh.lisp -------------------------------------------------------------------------------- /lisp/some.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/some.lisp -------------------------------------------------------------------------------- /lisp/sort.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/sort.lisp -------------------------------------------------------------------------------- /lisp/stack.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/stack.lisp -------------------------------------------------------------------------------- /lisp/stak.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/stak.lisp -------------------------------------------------------------------------------- /lisp/step.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/step.lisp -------------------------------------------------------------------------------- /lisp/strings.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/strings.lisp -------------------------------------------------------------------------------- /lisp/sublis.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/sublis.lisp -------------------------------------------------------------------------------- /lisp/subsetp.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/subsetp.lisp -------------------------------------------------------------------------------- /lisp/subst-if.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/subst-if.lisp -------------------------------------------------------------------------------- /lisp/subst.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/subst.lisp -------------------------------------------------------------------------------- /lisp/subtypep.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/subtypep.lisp -------------------------------------------------------------------------------- /lisp/tailp.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/tailp.lisp -------------------------------------------------------------------------------- /lisp/tanh.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/tanh.lisp -------------------------------------------------------------------------------- /lisp/tests.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/tests.lisp -------------------------------------------------------------------------------- /lisp/time.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/time.lisp -------------------------------------------------------------------------------- /lisp/trace.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/trace.lisp -------------------------------------------------------------------------------- /lisp/typecase.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/typecase.lisp -------------------------------------------------------------------------------- /lisp/typep.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/typep.lisp -------------------------------------------------------------------------------- /lisp/union.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/union.lisp -------------------------------------------------------------------------------- /lisp/universe.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/universe.lisp -------------------------------------------------------------------------------- /lisp/write.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/write.lisp -------------------------------------------------------------------------------- /lisp/x86-64.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/x86-64.lisp -------------------------------------------------------------------------------- /lisp/x86.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/lisp/x86.lisp -------------------------------------------------------------------------------- /mpfr/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/AUTHORS -------------------------------------------------------------------------------- /mpfr/BUGS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/BUGS -------------------------------------------------------------------------------- /mpfr/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/COPYING -------------------------------------------------------------------------------- /mpfr/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/ChangeLog -------------------------------------------------------------------------------- /mpfr/FAQ.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/FAQ.html -------------------------------------------------------------------------------- /mpfr/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/INSTALL -------------------------------------------------------------------------------- /mpfr/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/Makefile.am -------------------------------------------------------------------------------- /mpfr/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/Makefile.in -------------------------------------------------------------------------------- /mpfr/NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/NEWS -------------------------------------------------------------------------------- /mpfr/PATCHES: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mpfr/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/README -------------------------------------------------------------------------------- /mpfr/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/TODO -------------------------------------------------------------------------------- /mpfr/VERSION: -------------------------------------------------------------------------------- 1 | 3.0.0 2 | -------------------------------------------------------------------------------- /mpfr/acinclude.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/acinclude.m4 -------------------------------------------------------------------------------- /mpfr/aclocal.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/aclocal.m4 -------------------------------------------------------------------------------- /mpfr/acos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/acos.c -------------------------------------------------------------------------------- /mpfr/acosh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/acosh.c -------------------------------------------------------------------------------- /mpfr/add.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/add.c -------------------------------------------------------------------------------- /mpfr/add1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/add1.c -------------------------------------------------------------------------------- /mpfr/add1sp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/add1sp.c -------------------------------------------------------------------------------- /mpfr/add_d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/add_d.c -------------------------------------------------------------------------------- /mpfr/add_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/add_ui.c -------------------------------------------------------------------------------- /mpfr/agm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/agm.c -------------------------------------------------------------------------------- /mpfr/ai.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/ai.c -------------------------------------------------------------------------------- /mpfr/ansi2knr.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/ansi2knr.1 -------------------------------------------------------------------------------- /mpfr/ansi2knr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/ansi2knr.c -------------------------------------------------------------------------------- /mpfr/asin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/asin.c -------------------------------------------------------------------------------- /mpfr/asinh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/asinh.c -------------------------------------------------------------------------------- /mpfr/atan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/atan.c -------------------------------------------------------------------------------- /mpfr/atan2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/atan2.c -------------------------------------------------------------------------------- /mpfr/atanh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/atanh.c -------------------------------------------------------------------------------- /mpfr/bernoulli.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/bernoulli.c -------------------------------------------------------------------------------- /mpfr/buildopt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/buildopt.c -------------------------------------------------------------------------------- /mpfr/cache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/cache.c -------------------------------------------------------------------------------- /mpfr/cbrt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/cbrt.c -------------------------------------------------------------------------------- /mpfr/check.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/check.c -------------------------------------------------------------------------------- /mpfr/clear.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/clear.c -------------------------------------------------------------------------------- /mpfr/clears.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/clears.c -------------------------------------------------------------------------------- /mpfr/cmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/cmp.c -------------------------------------------------------------------------------- /mpfr/cmp2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/cmp2.c -------------------------------------------------------------------------------- /mpfr/cmp_abs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/cmp_abs.c -------------------------------------------------------------------------------- /mpfr/cmp_d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/cmp_d.c -------------------------------------------------------------------------------- /mpfr/cmp_ld.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/cmp_ld.c -------------------------------------------------------------------------------- /mpfr/cmp_si.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/cmp_si.c -------------------------------------------------------------------------------- /mpfr/cmp_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/cmp_ui.c -------------------------------------------------------------------------------- /mpfr/comparisons.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/comparisons.c -------------------------------------------------------------------------------- /mpfr/compile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/compile -------------------------------------------------------------------------------- /mpfr/config.guess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/config.guess -------------------------------------------------------------------------------- /mpfr/config.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/config.sub -------------------------------------------------------------------------------- /mpfr/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/configure -------------------------------------------------------------------------------- /mpfr/configure.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/configure.in -------------------------------------------------------------------------------- /mpfr/const_euler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/const_euler.c -------------------------------------------------------------------------------- /mpfr/const_log2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/const_log2.c -------------------------------------------------------------------------------- /mpfr/const_pi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/const_pi.c -------------------------------------------------------------------------------- /mpfr/constant.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/constant.c -------------------------------------------------------------------------------- /mpfr/copysign.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/copysign.c -------------------------------------------------------------------------------- /mpfr/cos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/cos.c -------------------------------------------------------------------------------- /mpfr/cosh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/cosh.c -------------------------------------------------------------------------------- /mpfr/cot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/cot.c -------------------------------------------------------------------------------- /mpfr/coth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/coth.c -------------------------------------------------------------------------------- /mpfr/csc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/csc.c -------------------------------------------------------------------------------- /mpfr/csch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/csch.c -------------------------------------------------------------------------------- /mpfr/d_div.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/d_div.c -------------------------------------------------------------------------------- /mpfr/d_sub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/d_sub.c -------------------------------------------------------------------------------- /mpfr/depcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/depcomp -------------------------------------------------------------------------------- /mpfr/digamma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/digamma.c -------------------------------------------------------------------------------- /mpfr/dim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/dim.c -------------------------------------------------------------------------------- /mpfr/div.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/div.c -------------------------------------------------------------------------------- /mpfr/div_2exp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/div_2exp.c -------------------------------------------------------------------------------- /mpfr/div_2si.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/div_2si.c -------------------------------------------------------------------------------- /mpfr/div_2ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/div_2ui.c -------------------------------------------------------------------------------- /mpfr/div_d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/div_d.c -------------------------------------------------------------------------------- /mpfr/div_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/div_ui.c -------------------------------------------------------------------------------- /mpfr/dump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/dump.c -------------------------------------------------------------------------------- /mpfr/eint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/eint.c -------------------------------------------------------------------------------- /mpfr/eq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/eq.c -------------------------------------------------------------------------------- /mpfr/erf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/erf.c -------------------------------------------------------------------------------- /mpfr/erfc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/erfc.c -------------------------------------------------------------------------------- /mpfr/exceptions.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/exceptions.c -------------------------------------------------------------------------------- /mpfr/exp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/exp.c -------------------------------------------------------------------------------- /mpfr/exp10.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/exp10.c -------------------------------------------------------------------------------- /mpfr/exp2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/exp2.c -------------------------------------------------------------------------------- /mpfr/exp3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/exp3.c -------------------------------------------------------------------------------- /mpfr/exp_2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/exp_2.c -------------------------------------------------------------------------------- /mpfr/expm1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/expm1.c -------------------------------------------------------------------------------- /mpfr/extract.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/extract.c -------------------------------------------------------------------------------- /mpfr/factorial.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/factorial.c -------------------------------------------------------------------------------- /mpfr/fdl.texi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/fdl.texi -------------------------------------------------------------------------------- /mpfr/fits_intmax.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/fits_intmax.c -------------------------------------------------------------------------------- /mpfr/fits_s.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/fits_s.h -------------------------------------------------------------------------------- /mpfr/fits_sint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/fits_sint.c -------------------------------------------------------------------------------- /mpfr/fits_slong.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/fits_slong.c -------------------------------------------------------------------------------- /mpfr/fits_sshort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/fits_sshort.c -------------------------------------------------------------------------------- /mpfr/fits_u.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/fits_u.h -------------------------------------------------------------------------------- /mpfr/fits_uint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/fits_uint.c -------------------------------------------------------------------------------- /mpfr/fits_ulong.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/fits_ulong.c -------------------------------------------------------------------------------- /mpfr/fits_ushort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/fits_ushort.c -------------------------------------------------------------------------------- /mpfr/fma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/fma.c -------------------------------------------------------------------------------- /mpfr/fms.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/fms.c -------------------------------------------------------------------------------- /mpfr/frac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/frac.c -------------------------------------------------------------------------------- /mpfr/free_cache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/free_cache.c -------------------------------------------------------------------------------- /mpfr/gamma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/gamma.c -------------------------------------------------------------------------------- /mpfr/gen_inverse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/gen_inverse.h -------------------------------------------------------------------------------- /mpfr/get_d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/get_d.c -------------------------------------------------------------------------------- /mpfr/get_d64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/get_d64.c -------------------------------------------------------------------------------- /mpfr/get_exp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/get_exp.c -------------------------------------------------------------------------------- /mpfr/get_f.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/get_f.c -------------------------------------------------------------------------------- /mpfr/get_flt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/get_flt.c -------------------------------------------------------------------------------- /mpfr/get_ld.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/get_ld.c -------------------------------------------------------------------------------- /mpfr/get_patches.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/get_patches.c -------------------------------------------------------------------------------- /mpfr/get_si.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/get_si.c -------------------------------------------------------------------------------- /mpfr/get_sj.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/get_sj.c -------------------------------------------------------------------------------- /mpfr/get_str.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/get_str.c -------------------------------------------------------------------------------- /mpfr/get_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/get_ui.c -------------------------------------------------------------------------------- /mpfr/get_uj.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/get_uj.c -------------------------------------------------------------------------------- /mpfr/get_z.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/get_z.c -------------------------------------------------------------------------------- /mpfr/get_z_exp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/get_z_exp.c -------------------------------------------------------------------------------- /mpfr/gmp_op.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/gmp_op.c -------------------------------------------------------------------------------- /mpfr/hypot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/hypot.c -------------------------------------------------------------------------------- /mpfr/ieee_floats.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/ieee_floats.h -------------------------------------------------------------------------------- /mpfr/init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/init.c -------------------------------------------------------------------------------- /mpfr/init2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/init2.c -------------------------------------------------------------------------------- /mpfr/inits.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/inits.c -------------------------------------------------------------------------------- /mpfr/inits2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/inits2.c -------------------------------------------------------------------------------- /mpfr/inp_str.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/inp_str.c -------------------------------------------------------------------------------- /mpfr/install-sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/install-sh -------------------------------------------------------------------------------- /mpfr/isinf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/isinf.c -------------------------------------------------------------------------------- /mpfr/isinteger.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/isinteger.c -------------------------------------------------------------------------------- /mpfr/isnan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/isnan.c -------------------------------------------------------------------------------- /mpfr/isnum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/isnum.c -------------------------------------------------------------------------------- /mpfr/isqrt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/isqrt.c -------------------------------------------------------------------------------- /mpfr/isregular.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/isregular.c -------------------------------------------------------------------------------- /mpfr/iszero.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/iszero.c -------------------------------------------------------------------------------- /mpfr/jn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/jn.c -------------------------------------------------------------------------------- /mpfr/jyn_asympt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/jyn_asympt.c -------------------------------------------------------------------------------- /mpfr/li2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/li2.c -------------------------------------------------------------------------------- /mpfr/lngamma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/lngamma.c -------------------------------------------------------------------------------- /mpfr/log.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/log.c -------------------------------------------------------------------------------- /mpfr/log10.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/log10.c -------------------------------------------------------------------------------- /mpfr/log1p.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/log1p.c -------------------------------------------------------------------------------- /mpfr/log2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/log2.c -------------------------------------------------------------------------------- /mpfr/logging.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/logging.c -------------------------------------------------------------------------------- /mpfr/ltmain.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/ltmain.sh -------------------------------------------------------------------------------- /mpfr/m4/libtool.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/m4/libtool.m4 -------------------------------------------------------------------------------- /mpfr/m4/ltsugar.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/m4/ltsugar.m4 -------------------------------------------------------------------------------- /mpfr/min_prec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/min_prec.c -------------------------------------------------------------------------------- /mpfr/minmax.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/minmax.c -------------------------------------------------------------------------------- /mpfr/missing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/missing -------------------------------------------------------------------------------- /mpfr/modf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/modf.c -------------------------------------------------------------------------------- /mpfr/mp_clz_tab.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/mp_clz_tab.c -------------------------------------------------------------------------------- /mpfr/mparam_h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/mparam_h.in -------------------------------------------------------------------------------- /mpfr/mpf2mpfr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/mpf2mpfr.h -------------------------------------------------------------------------------- /mpfr/mpfr-gmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/mpfr-gmp.c -------------------------------------------------------------------------------- /mpfr/mpfr-gmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/mpfr-gmp.h -------------------------------------------------------------------------------- /mpfr/mpfr-impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/mpfr-impl.h -------------------------------------------------------------------------------- /mpfr/mpfr-thread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/mpfr-thread.h -------------------------------------------------------------------------------- /mpfr/mpfr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/mpfr.h -------------------------------------------------------------------------------- /mpfr/mpfr.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/mpfr.info -------------------------------------------------------------------------------- /mpfr/mpfr.texi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/mpfr.texi -------------------------------------------------------------------------------- /mpfr/mpn_exp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/mpn_exp.c -------------------------------------------------------------------------------- /mpfr/mul.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/mul.c -------------------------------------------------------------------------------- /mpfr/mul_2exp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/mul_2exp.c -------------------------------------------------------------------------------- /mpfr/mul_2si.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/mul_2si.c -------------------------------------------------------------------------------- /mpfr/mul_2ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/mul_2ui.c -------------------------------------------------------------------------------- /mpfr/mul_d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/mul_d.c -------------------------------------------------------------------------------- /mpfr/mul_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/mul_ui.c -------------------------------------------------------------------------------- /mpfr/mulders.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/mulders.c -------------------------------------------------------------------------------- /mpfr/neg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/neg.c -------------------------------------------------------------------------------- /mpfr/next.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/next.c -------------------------------------------------------------------------------- /mpfr/out_str.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/out_str.c -------------------------------------------------------------------------------- /mpfr/pow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/pow.c -------------------------------------------------------------------------------- /mpfr/pow_si.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/pow_si.c -------------------------------------------------------------------------------- /mpfr/pow_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/pow_ui.c -------------------------------------------------------------------------------- /mpfr/pow_z.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/pow_z.c -------------------------------------------------------------------------------- /mpfr/powerof2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/powerof2.c -------------------------------------------------------------------------------- /mpfr/print_raw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/print_raw.c -------------------------------------------------------------------------------- /mpfr/printf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/printf.c -------------------------------------------------------------------------------- /mpfr/rec_sqrt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/rec_sqrt.c -------------------------------------------------------------------------------- /mpfr/reldiff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/reldiff.c -------------------------------------------------------------------------------- /mpfr/rem1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/rem1.c -------------------------------------------------------------------------------- /mpfr/rint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/rint.c -------------------------------------------------------------------------------- /mpfr/root.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/root.c -------------------------------------------------------------------------------- /mpfr/round_p.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/round_p.c -------------------------------------------------------------------------------- /mpfr/round_prec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/round_prec.c -------------------------------------------------------------------------------- /mpfr/scale2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/scale2.c -------------------------------------------------------------------------------- /mpfr/sec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/sec.c -------------------------------------------------------------------------------- /mpfr/sech.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/sech.c -------------------------------------------------------------------------------- /mpfr/set.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/set.c -------------------------------------------------------------------------------- /mpfr/set_d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/set_d.c -------------------------------------------------------------------------------- /mpfr/set_d64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/set_d64.c -------------------------------------------------------------------------------- /mpfr/set_exp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/set_exp.c -------------------------------------------------------------------------------- /mpfr/set_f.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/set_f.c -------------------------------------------------------------------------------- /mpfr/set_flt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/set_flt.c -------------------------------------------------------------------------------- /mpfr/set_inf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/set_inf.c -------------------------------------------------------------------------------- /mpfr/set_ld.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/set_ld.c -------------------------------------------------------------------------------- /mpfr/set_nan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/set_nan.c -------------------------------------------------------------------------------- /mpfr/set_prc_raw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/set_prc_raw.c -------------------------------------------------------------------------------- /mpfr/set_prec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/set_prec.c -------------------------------------------------------------------------------- /mpfr/set_q.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/set_q.c -------------------------------------------------------------------------------- /mpfr/set_rnd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/set_rnd.c -------------------------------------------------------------------------------- /mpfr/set_si.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/set_si.c -------------------------------------------------------------------------------- /mpfr/set_si_2exp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/set_si_2exp.c -------------------------------------------------------------------------------- /mpfr/set_sj.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/set_sj.c -------------------------------------------------------------------------------- /mpfr/set_str.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/set_str.c -------------------------------------------------------------------------------- /mpfr/set_str_raw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/set_str_raw.c -------------------------------------------------------------------------------- /mpfr/set_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/set_ui.c -------------------------------------------------------------------------------- /mpfr/set_ui_2exp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/set_ui_2exp.c -------------------------------------------------------------------------------- /mpfr/set_uj.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/set_uj.c -------------------------------------------------------------------------------- /mpfr/set_z.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/set_z.c -------------------------------------------------------------------------------- /mpfr/set_z_exp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/set_z_exp.c -------------------------------------------------------------------------------- /mpfr/set_zero.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/set_zero.c -------------------------------------------------------------------------------- /mpfr/setmax.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/setmax.c -------------------------------------------------------------------------------- /mpfr/setmin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/setmin.c -------------------------------------------------------------------------------- /mpfr/setsign.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/setsign.c -------------------------------------------------------------------------------- /mpfr/sgn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/sgn.c -------------------------------------------------------------------------------- /mpfr/si_op.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/si_op.c -------------------------------------------------------------------------------- /mpfr/signbit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/signbit.c -------------------------------------------------------------------------------- /mpfr/sin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/sin.c -------------------------------------------------------------------------------- /mpfr/sin_cos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/sin_cos.c -------------------------------------------------------------------------------- /mpfr/sinh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/sinh.c -------------------------------------------------------------------------------- /mpfr/sinh_cosh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/sinh_cosh.c -------------------------------------------------------------------------------- /mpfr/speed.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/speed.c -------------------------------------------------------------------------------- /mpfr/sqr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/sqr.c -------------------------------------------------------------------------------- /mpfr/sqrt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/sqrt.c -------------------------------------------------------------------------------- /mpfr/sqrt_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/sqrt_ui.c -------------------------------------------------------------------------------- /mpfr/strtofr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/strtofr.c -------------------------------------------------------------------------------- /mpfr/sub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/sub.c -------------------------------------------------------------------------------- /mpfr/sub1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/sub1.c -------------------------------------------------------------------------------- /mpfr/sub1sp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/sub1sp.c -------------------------------------------------------------------------------- /mpfr/sub_d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/sub_d.c -------------------------------------------------------------------------------- /mpfr/sub_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/sub_ui.c -------------------------------------------------------------------------------- /mpfr/subnormal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/subnormal.c -------------------------------------------------------------------------------- /mpfr/sum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/sum.c -------------------------------------------------------------------------------- /mpfr/swap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/swap.c -------------------------------------------------------------------------------- /mpfr/tan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tan.c -------------------------------------------------------------------------------- /mpfr/tanh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tanh.c -------------------------------------------------------------------------------- /mpfr/tests/reuse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/reuse.c -------------------------------------------------------------------------------- /mpfr/tests/tabs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tabs.c -------------------------------------------------------------------------------- /mpfr/tests/tacos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tacos.c -------------------------------------------------------------------------------- /mpfr/tests/tadd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tadd.c -------------------------------------------------------------------------------- /mpfr/tests/tagm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tagm.c -------------------------------------------------------------------------------- /mpfr/tests/tai.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tai.c -------------------------------------------------------------------------------- /mpfr/tests/tasin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tasin.c -------------------------------------------------------------------------------- /mpfr/tests/tatan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tatan.c -------------------------------------------------------------------------------- /mpfr/tests/taway.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/taway.c -------------------------------------------------------------------------------- /mpfr/tests/tcbrt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tcbrt.c -------------------------------------------------------------------------------- /mpfr/tests/tcmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tcmp.c -------------------------------------------------------------------------------- /mpfr/tests/tcmp2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tcmp2.c -------------------------------------------------------------------------------- /mpfr/tests/tcos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tcos.c -------------------------------------------------------------------------------- /mpfr/tests/tcosh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tcosh.c -------------------------------------------------------------------------------- /mpfr/tests/tcot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tcot.c -------------------------------------------------------------------------------- /mpfr/tests/tcoth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tcoth.c -------------------------------------------------------------------------------- /mpfr/tests/tcsc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tcsc.c -------------------------------------------------------------------------------- /mpfr/tests/tcsch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tcsch.c -------------------------------------------------------------------------------- /mpfr/tests/tdim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tdim.c -------------------------------------------------------------------------------- /mpfr/tests/tdiv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tdiv.c -------------------------------------------------------------------------------- /mpfr/tests/teint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/teint.c -------------------------------------------------------------------------------- /mpfr/tests/teq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/teq.c -------------------------------------------------------------------------------- /mpfr/tests/terf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/terf.c -------------------------------------------------------------------------------- /mpfr/tests/tests.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tests.c -------------------------------------------------------------------------------- /mpfr/tests/texp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/texp.c -------------------------------------------------------------------------------- /mpfr/tests/texp2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/texp2.c -------------------------------------------------------------------------------- /mpfr/tests/tfits.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tfits.c -------------------------------------------------------------------------------- /mpfr/tests/tfma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tfma.c -------------------------------------------------------------------------------- /mpfr/tests/tfmod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tfmod.c -------------------------------------------------------------------------------- /mpfr/tests/tfms.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tfms.c -------------------------------------------------------------------------------- /mpfr/tests/tfrac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tfrac.c -------------------------------------------------------------------------------- /mpfr/tests/tj0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tj0.c -------------------------------------------------------------------------------- /mpfr/tests/tj1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tj1.c -------------------------------------------------------------------------------- /mpfr/tests/tjn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tjn.c -------------------------------------------------------------------------------- /mpfr/tests/tl2b.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tl2b.c -------------------------------------------------------------------------------- /mpfr/tests/tli2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tli2.c -------------------------------------------------------------------------------- /mpfr/tests/tlog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tlog.c -------------------------------------------------------------------------------- /mpfr/tests/tlog2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tlog2.c -------------------------------------------------------------------------------- /mpfr/tests/tmodf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tmodf.c -------------------------------------------------------------------------------- /mpfr/tests/tmul.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tmul.c -------------------------------------------------------------------------------- /mpfr/tests/tnext.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tnext.c -------------------------------------------------------------------------------- /mpfr/tests/tpow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tpow.c -------------------------------------------------------------------------------- /mpfr/tests/tpow3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tpow3.c -------------------------------------------------------------------------------- /mpfr/tests/trint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/trint.c -------------------------------------------------------------------------------- /mpfr/tests/troot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/troot.c -------------------------------------------------------------------------------- /mpfr/tests/tsec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tsec.c -------------------------------------------------------------------------------- /mpfr/tests/tsech.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tsech.c -------------------------------------------------------------------------------- /mpfr/tests/tset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tset.c -------------------------------------------------------------------------------- /mpfr/tests/tsgn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tsgn.c -------------------------------------------------------------------------------- /mpfr/tests/tsin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tsin.c -------------------------------------------------------------------------------- /mpfr/tests/tsinh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tsinh.c -------------------------------------------------------------------------------- /mpfr/tests/tsqr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tsqr.c -------------------------------------------------------------------------------- /mpfr/tests/tsqrt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tsqrt.c -------------------------------------------------------------------------------- /mpfr/tests/tsub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tsub.c -------------------------------------------------------------------------------- /mpfr/tests/tsum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tsum.c -------------------------------------------------------------------------------- /mpfr/tests/tswap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tswap.c -------------------------------------------------------------------------------- /mpfr/tests/ttan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/ttan.c -------------------------------------------------------------------------------- /mpfr/tests/ttanh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/ttanh.c -------------------------------------------------------------------------------- /mpfr/tests/ty0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/ty0.c -------------------------------------------------------------------------------- /mpfr/tests/ty1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/ty1.c -------------------------------------------------------------------------------- /mpfr/tests/tyn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tyn.c -------------------------------------------------------------------------------- /mpfr/tests/tzeta.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tests/tzeta.c -------------------------------------------------------------------------------- /mpfr/texinfo.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/texinfo.tex -------------------------------------------------------------------------------- /mpfr/tuneup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/tuneup.c -------------------------------------------------------------------------------- /mpfr/uceil_exp2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/uceil_exp2.c -------------------------------------------------------------------------------- /mpfr/uceil_log2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/uceil_log2.c -------------------------------------------------------------------------------- /mpfr/ufloor_log2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/ufloor_log2.c -------------------------------------------------------------------------------- /mpfr/ui_div.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/ui_div.c -------------------------------------------------------------------------------- /mpfr/ui_pow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/ui_pow.c -------------------------------------------------------------------------------- /mpfr/ui_pow_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/ui_pow_ui.c -------------------------------------------------------------------------------- /mpfr/ui_sub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/ui_sub.c -------------------------------------------------------------------------------- /mpfr/urandom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/urandom.c -------------------------------------------------------------------------------- /mpfr/urandomb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/urandomb.c -------------------------------------------------------------------------------- /mpfr/vasprintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/vasprintf.c -------------------------------------------------------------------------------- /mpfr/version.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/version.c -------------------------------------------------------------------------------- /mpfr/volatile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/volatile.c -------------------------------------------------------------------------------- /mpfr/yn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/yn.c -------------------------------------------------------------------------------- /mpfr/zeta.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/zeta.c -------------------------------------------------------------------------------- /mpfr/zeta_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpfr/zeta_ui.c -------------------------------------------------------------------------------- /mpir/.gdbinit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/.gdbinit -------------------------------------------------------------------------------- /mpir/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/AUTHORS -------------------------------------------------------------------------------- /mpir/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/COPYING -------------------------------------------------------------------------------- /mpir/COPYING.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/COPYING.LIB -------------------------------------------------------------------------------- /mpir/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/ChangeLog -------------------------------------------------------------------------------- /mpir/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/INSTALL -------------------------------------------------------------------------------- /mpir/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/Makefile.am -------------------------------------------------------------------------------- /mpir/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/Makefile.in -------------------------------------------------------------------------------- /mpir/NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/NEWS -------------------------------------------------------------------------------- /mpir/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/README -------------------------------------------------------------------------------- /mpir/acinclude.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/acinclude.m4 -------------------------------------------------------------------------------- /mpir/aclocal.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/aclocal.m4 -------------------------------------------------------------------------------- /mpir/assert.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/assert.c -------------------------------------------------------------------------------- /mpir/compat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/compat.c -------------------------------------------------------------------------------- /mpir/config.guess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/config.guess -------------------------------------------------------------------------------- /mpir/config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/config.in -------------------------------------------------------------------------------- /mpir/config.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/config.sub -------------------------------------------------------------------------------- /mpir/configfsf.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/configfsf.sub -------------------------------------------------------------------------------- /mpir/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/configure -------------------------------------------------------------------------------- /mpir/configure.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/configure.in -------------------------------------------------------------------------------- /mpir/cpuid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/cpuid.c -------------------------------------------------------------------------------- /mpir/cxx/dummy.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/cxx/dummy.cc -------------------------------------------------------------------------------- /mpir/cxx/isfuns.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/cxx/isfuns.cc -------------------------------------------------------------------------------- /mpir/cxx/ismpf.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/cxx/ismpf.cc -------------------------------------------------------------------------------- /mpir/cxx/ismpq.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/cxx/ismpq.cc -------------------------------------------------------------------------------- /mpir/cxx/ismpz.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/cxx/ismpz.cc -------------------------------------------------------------------------------- /mpir/cxx/osfuns.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/cxx/osfuns.cc -------------------------------------------------------------------------------- /mpir/cxx/osmpf.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/cxx/osmpf.cc -------------------------------------------------------------------------------- /mpir/cxx/osmpq.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/cxx/osmpq.cc -------------------------------------------------------------------------------- /mpir/cxx/osmpz.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/cxx/osmpz.cc -------------------------------------------------------------------------------- /mpir/doc/fdl.texi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/doc/fdl.texi -------------------------------------------------------------------------------- /mpir/doc/mdate-sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/doc/mdate-sh -------------------------------------------------------------------------------- /mpir/doc/mpir.texi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/doc/mpir.texi -------------------------------------------------------------------------------- /mpir/doc/stamp-vti: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/doc/stamp-vti -------------------------------------------------------------------------------- /mpir/errno.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/errno.c -------------------------------------------------------------------------------- /mpir/extract-dbl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/extract-dbl.c -------------------------------------------------------------------------------- /mpir/gmp-h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/gmp-h.in -------------------------------------------------------------------------------- /mpir/gmp-impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/gmp-impl.h -------------------------------------------------------------------------------- /mpir/gpl-2.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/gpl-2.0.txt -------------------------------------------------------------------------------- /mpir/install-sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/install-sh -------------------------------------------------------------------------------- /mpir/invalid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/invalid.c -------------------------------------------------------------------------------- /mpir/lgpl-2.1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/lgpl-2.1.txt -------------------------------------------------------------------------------- /mpir/longlong.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/longlong.h -------------------------------------------------------------------------------- /mpir/ltmain.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/ltmain.sh -------------------------------------------------------------------------------- /mpir/memory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/memory.c -------------------------------------------------------------------------------- /mpir/missing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/missing -------------------------------------------------------------------------------- /mpir/mp_bpl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mp_bpl.c -------------------------------------------------------------------------------- /mpir/mp_clz_tab.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mp_clz_tab.c -------------------------------------------------------------------------------- /mpir/mp_dv_tab.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mp_dv_tab.c -------------------------------------------------------------------------------- /mpir/mp_get_fns.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mp_get_fns.c -------------------------------------------------------------------------------- /mpir/mp_minv_tab.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mp_minv_tab.c -------------------------------------------------------------------------------- /mpir/mp_set_fns.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mp_set_fns.c -------------------------------------------------------------------------------- /mpir/mpf/abs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/abs.c -------------------------------------------------------------------------------- /mpir/mpf/add.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/add.c -------------------------------------------------------------------------------- /mpir/mpf/add_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/add_ui.c -------------------------------------------------------------------------------- /mpir/mpf/clear.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/clear.c -------------------------------------------------------------------------------- /mpir/mpf/clears.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/clears.c -------------------------------------------------------------------------------- /mpir/mpf/cmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/cmp.c -------------------------------------------------------------------------------- /mpir/mpf/cmp_d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/cmp_d.c -------------------------------------------------------------------------------- /mpir/mpf/cmp_si.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/cmp_si.c -------------------------------------------------------------------------------- /mpir/mpf/cmp_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/cmp_ui.c -------------------------------------------------------------------------------- /mpir/mpf/div.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/div.c -------------------------------------------------------------------------------- /mpir/mpf/div_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/div_ui.c -------------------------------------------------------------------------------- /mpir/mpf/dump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/dump.c -------------------------------------------------------------------------------- /mpir/mpf/eq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/eq.c -------------------------------------------------------------------------------- /mpir/mpf/fits_s.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/fits_s.h -------------------------------------------------------------------------------- /mpir/mpf/fits_u.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/fits_u.h -------------------------------------------------------------------------------- /mpir/mpf/get_d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/get_d.c -------------------------------------------------------------------------------- /mpir/mpf/get_prc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/get_prc.c -------------------------------------------------------------------------------- /mpir/mpf/get_si.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/get_si.c -------------------------------------------------------------------------------- /mpir/mpf/get_str.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/get_str.c -------------------------------------------------------------------------------- /mpir/mpf/get_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/get_ui.c -------------------------------------------------------------------------------- /mpir/mpf/init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/init.c -------------------------------------------------------------------------------- /mpir/mpf/init2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/init2.c -------------------------------------------------------------------------------- /mpir/mpf/inits.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/inits.c -------------------------------------------------------------------------------- /mpir/mpf/inp_str.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/inp_str.c -------------------------------------------------------------------------------- /mpir/mpf/int_p.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/int_p.c -------------------------------------------------------------------------------- /mpir/mpf/iset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/iset.c -------------------------------------------------------------------------------- /mpir/mpf/iset_d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/iset_d.c -------------------------------------------------------------------------------- /mpir/mpf/iset_si.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/iset_si.c -------------------------------------------------------------------------------- /mpir/mpf/iset_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/iset_ui.c -------------------------------------------------------------------------------- /mpir/mpf/mul.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/mul.c -------------------------------------------------------------------------------- /mpir/mpf/mul_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/mul_ui.c -------------------------------------------------------------------------------- /mpir/mpf/neg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/neg.c -------------------------------------------------------------------------------- /mpir/mpf/out_str.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/out_str.c -------------------------------------------------------------------------------- /mpir/mpf/pow_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/pow_ui.c -------------------------------------------------------------------------------- /mpir/mpf/random2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/random2.c -------------------------------------------------------------------------------- /mpir/mpf/reldiff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/reldiff.c -------------------------------------------------------------------------------- /mpir/mpf/set.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/set.c -------------------------------------------------------------------------------- /mpir/mpf/set_d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/set_d.c -------------------------------------------------------------------------------- /mpir/mpf/set_prc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/set_prc.c -------------------------------------------------------------------------------- /mpir/mpf/set_q.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/set_q.c -------------------------------------------------------------------------------- /mpir/mpf/set_si.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/set_si.c -------------------------------------------------------------------------------- /mpir/mpf/set_str.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/set_str.c -------------------------------------------------------------------------------- /mpir/mpf/set_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/set_ui.c -------------------------------------------------------------------------------- /mpir/mpf/set_z.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/set_z.c -------------------------------------------------------------------------------- /mpir/mpf/size.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/size.c -------------------------------------------------------------------------------- /mpir/mpf/sqrt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/sqrt.c -------------------------------------------------------------------------------- /mpir/mpf/sqrt_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/sqrt_ui.c -------------------------------------------------------------------------------- /mpir/mpf/sub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/sub.c -------------------------------------------------------------------------------- /mpir/mpf/sub_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/sub_ui.c -------------------------------------------------------------------------------- /mpir/mpf/swap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/swap.c -------------------------------------------------------------------------------- /mpir/mpf/trunc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/trunc.c -------------------------------------------------------------------------------- /mpir/mpf/ui_div.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/ui_div.c -------------------------------------------------------------------------------- /mpir/mpf/ui_sub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpf/ui_sub.c -------------------------------------------------------------------------------- /mpir/mpirxx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpirxx.h -------------------------------------------------------------------------------- /mpir/mpn/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpn/README -------------------------------------------------------------------------------- /mpir/mpn/cpp-ccas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpn/cpp-ccas -------------------------------------------------------------------------------- /mpir/mpn/generic/cfg.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mpir/mpn/m4-ccas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpn/m4-ccas -------------------------------------------------------------------------------- /mpir/mpq/abs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpq/abs.c -------------------------------------------------------------------------------- /mpir/mpq/aors.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpq/aors.c -------------------------------------------------------------------------------- /mpir/mpq/clear.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpq/clear.c -------------------------------------------------------------------------------- /mpir/mpq/clears.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpq/clears.c -------------------------------------------------------------------------------- /mpir/mpq/cmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpq/cmp.c -------------------------------------------------------------------------------- /mpir/mpq/cmp_si.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpq/cmp_si.c -------------------------------------------------------------------------------- /mpir/mpq/cmp_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpq/cmp_ui.c -------------------------------------------------------------------------------- /mpir/mpq/div.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpq/div.c -------------------------------------------------------------------------------- /mpir/mpq/equal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpq/equal.c -------------------------------------------------------------------------------- /mpir/mpq/get_d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpq/get_d.c -------------------------------------------------------------------------------- /mpir/mpq/get_den.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpq/get_den.c -------------------------------------------------------------------------------- /mpir/mpq/get_num.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpq/get_num.c -------------------------------------------------------------------------------- /mpir/mpq/get_str.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpq/get_str.c -------------------------------------------------------------------------------- /mpir/mpq/init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpq/init.c -------------------------------------------------------------------------------- /mpir/mpq/inits.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpq/inits.c -------------------------------------------------------------------------------- /mpir/mpq/inp_str.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpq/inp_str.c -------------------------------------------------------------------------------- /mpir/mpq/inv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpq/inv.c -------------------------------------------------------------------------------- /mpir/mpq/md_2exp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpq/md_2exp.c -------------------------------------------------------------------------------- /mpir/mpq/mul.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpq/mul.c -------------------------------------------------------------------------------- /mpir/mpq/neg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpq/neg.c -------------------------------------------------------------------------------- /mpir/mpq/out_str.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpq/out_str.c -------------------------------------------------------------------------------- /mpir/mpq/set.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpq/set.c -------------------------------------------------------------------------------- /mpir/mpq/set_d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpq/set_d.c -------------------------------------------------------------------------------- /mpir/mpq/set_den.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpq/set_den.c -------------------------------------------------------------------------------- /mpir/mpq/set_f.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpq/set_f.c -------------------------------------------------------------------------------- /mpir/mpq/set_num.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpq/set_num.c -------------------------------------------------------------------------------- /mpir/mpq/set_si.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpq/set_si.c -------------------------------------------------------------------------------- /mpir/mpq/set_str.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpq/set_str.c -------------------------------------------------------------------------------- /mpir/mpq/set_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpq/set_ui.c -------------------------------------------------------------------------------- /mpir/mpq/set_z.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpq/set_z.c -------------------------------------------------------------------------------- /mpir/mpq/swap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpq/swap.c -------------------------------------------------------------------------------- /mpir/mpz/abs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/abs.c -------------------------------------------------------------------------------- /mpir/mpz/add.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/add.c -------------------------------------------------------------------------------- /mpir/mpz/add_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/add_ui.c -------------------------------------------------------------------------------- /mpir/mpz/and.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/and.c -------------------------------------------------------------------------------- /mpir/mpz/aors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/aors.h -------------------------------------------------------------------------------- /mpir/mpz/aors_ui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/aors_ui.h -------------------------------------------------------------------------------- /mpir/mpz/aorsmul.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/aorsmul.c -------------------------------------------------------------------------------- /mpir/mpz/bin_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/bin_ui.c -------------------------------------------------------------------------------- /mpir/mpz/cdiv_q.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/cdiv_q.c -------------------------------------------------------------------------------- /mpir/mpz/cdiv_qr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/cdiv_qr.c -------------------------------------------------------------------------------- /mpir/mpz/cdiv_r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/cdiv_r.c -------------------------------------------------------------------------------- /mpir/mpz/cdiv_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/cdiv_ui.c -------------------------------------------------------------------------------- /mpir/mpz/clear.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/clear.c -------------------------------------------------------------------------------- /mpir/mpz/clears.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/clears.c -------------------------------------------------------------------------------- /mpir/mpz/clrbit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/clrbit.c -------------------------------------------------------------------------------- /mpir/mpz/cmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/cmp.c -------------------------------------------------------------------------------- /mpir/mpz/cmp_d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/cmp_d.c -------------------------------------------------------------------------------- /mpir/mpz/cmp_si.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/cmp_si.c -------------------------------------------------------------------------------- /mpir/mpz/cmp_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/cmp_ui.c -------------------------------------------------------------------------------- /mpir/mpz/cmpabs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/cmpabs.c -------------------------------------------------------------------------------- /mpir/mpz/com.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/com.c -------------------------------------------------------------------------------- /mpir/mpz/combit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/combit.c -------------------------------------------------------------------------------- /mpir/mpz/cong.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/cong.c -------------------------------------------------------------------------------- /mpir/mpz/cong_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/cong_ui.c -------------------------------------------------------------------------------- /mpir/mpz/dive_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/dive_ui.c -------------------------------------------------------------------------------- /mpir/mpz/divegcd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/divegcd.c -------------------------------------------------------------------------------- /mpir/mpz/divis.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/divis.c -------------------------------------------------------------------------------- /mpir/mpz/dump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/dump.c -------------------------------------------------------------------------------- /mpir/mpz/export.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/export.c -------------------------------------------------------------------------------- /mpir/mpz/fac_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/fac_ui.c -------------------------------------------------------------------------------- /mpir/mpz/fdiv_q.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/fdiv_q.c -------------------------------------------------------------------------------- /mpir/mpz/fdiv_qr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/fdiv_qr.c -------------------------------------------------------------------------------- /mpir/mpz/fdiv_r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/fdiv_r.c -------------------------------------------------------------------------------- /mpir/mpz/fdiv_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/fdiv_ui.c -------------------------------------------------------------------------------- /mpir/mpz/fib2_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/fib2_ui.c -------------------------------------------------------------------------------- /mpir/mpz/fib_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/fib_ui.c -------------------------------------------------------------------------------- /mpir/mpz/fits_s.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/fits_s.h -------------------------------------------------------------------------------- /mpir/mpz/gcd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/gcd.c -------------------------------------------------------------------------------- /mpir/mpz/gcd_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/gcd_ui.c -------------------------------------------------------------------------------- /mpir/mpz/gcdext.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/gcdext.c -------------------------------------------------------------------------------- /mpir/mpz/get_d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/get_d.c -------------------------------------------------------------------------------- /mpir/mpz/get_si.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/get_si.c -------------------------------------------------------------------------------- /mpir/mpz/get_str.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/get_str.c -------------------------------------------------------------------------------- /mpir/mpz/get_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/get_ui.c -------------------------------------------------------------------------------- /mpir/mpz/hamdist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/hamdist.c -------------------------------------------------------------------------------- /mpir/mpz/import.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/import.c -------------------------------------------------------------------------------- /mpir/mpz/init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/init.c -------------------------------------------------------------------------------- /mpir/mpz/init2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/init2.c -------------------------------------------------------------------------------- /mpir/mpz/inits.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/inits.c -------------------------------------------------------------------------------- /mpir/mpz/inp_raw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/inp_raw.c -------------------------------------------------------------------------------- /mpir/mpz/inp_str.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/inp_str.c -------------------------------------------------------------------------------- /mpir/mpz/invert.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/invert.c -------------------------------------------------------------------------------- /mpir/mpz/ior.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/ior.c -------------------------------------------------------------------------------- /mpir/mpz/iset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/iset.c -------------------------------------------------------------------------------- /mpir/mpz/iset_d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/iset_d.c -------------------------------------------------------------------------------- /mpir/mpz/iset_si.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/iset_si.c -------------------------------------------------------------------------------- /mpir/mpz/iset_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/iset_ui.c -------------------------------------------------------------------------------- /mpir/mpz/jacobi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/jacobi.c -------------------------------------------------------------------------------- /mpir/mpz/kronsz.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/kronsz.c -------------------------------------------------------------------------------- /mpir/mpz/kronuz.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/kronuz.c -------------------------------------------------------------------------------- /mpir/mpz/kronzs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/kronzs.c -------------------------------------------------------------------------------- /mpir/mpz/kronzu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/kronzu.c -------------------------------------------------------------------------------- /mpir/mpz/lcm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/lcm.c -------------------------------------------------------------------------------- /mpir/mpz/lcm_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/lcm_ui.c -------------------------------------------------------------------------------- /mpir/mpz/mod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/mod.c -------------------------------------------------------------------------------- /mpir/mpz/mul.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/mul.c -------------------------------------------------------------------------------- /mpir/mpz/mul_i.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/mul_i.h -------------------------------------------------------------------------------- /mpir/mpz/mul_si.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/mul_si.c -------------------------------------------------------------------------------- /mpir/mpz/mul_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/mul_ui.c -------------------------------------------------------------------------------- /mpir/mpz/neg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/neg.c -------------------------------------------------------------------------------- /mpir/mpz/nthroot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/nthroot.c -------------------------------------------------------------------------------- /mpir/mpz/out_raw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/out_raw.c -------------------------------------------------------------------------------- /mpir/mpz/out_str.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/out_str.c -------------------------------------------------------------------------------- /mpir/mpz/perfpow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/perfpow.c -------------------------------------------------------------------------------- /mpir/mpz/perfsqr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/perfsqr.c -------------------------------------------------------------------------------- /mpir/mpz/pow_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/pow_ui.c -------------------------------------------------------------------------------- /mpir/mpz/powm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/powm.c -------------------------------------------------------------------------------- /mpir/mpz/powm_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/powm_ui.c -------------------------------------------------------------------------------- /mpir/mpz/realloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/realloc.c -------------------------------------------------------------------------------- /mpir/mpz/remove.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/remove.c -------------------------------------------------------------------------------- /mpir/mpz/root.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/root.c -------------------------------------------------------------------------------- /mpir/mpz/rootrem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/rootrem.c -------------------------------------------------------------------------------- /mpir/mpz/scan0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/scan0.c -------------------------------------------------------------------------------- /mpir/mpz/scan1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/scan1.c -------------------------------------------------------------------------------- /mpir/mpz/set.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/set.c -------------------------------------------------------------------------------- /mpir/mpz/set_d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/set_d.c -------------------------------------------------------------------------------- /mpir/mpz/set_f.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/set_f.c -------------------------------------------------------------------------------- /mpir/mpz/set_q.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/set_q.c -------------------------------------------------------------------------------- /mpir/mpz/set_si.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/set_si.c -------------------------------------------------------------------------------- /mpir/mpz/set_str.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/set_str.c -------------------------------------------------------------------------------- /mpir/mpz/set_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/set_ui.c -------------------------------------------------------------------------------- /mpir/mpz/setbit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/setbit.c -------------------------------------------------------------------------------- /mpir/mpz/size.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/size.c -------------------------------------------------------------------------------- /mpir/mpz/sqrt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/sqrt.c -------------------------------------------------------------------------------- /mpir/mpz/sqrtrem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/sqrtrem.c -------------------------------------------------------------------------------- /mpir/mpz/sub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/sub.c -------------------------------------------------------------------------------- /mpir/mpz/sub_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/sub_ui.c -------------------------------------------------------------------------------- /mpir/mpz/swap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/swap.c -------------------------------------------------------------------------------- /mpir/mpz/tdiv_q.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/tdiv_q.c -------------------------------------------------------------------------------- /mpir/mpz/tdiv_qr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/tdiv_qr.c -------------------------------------------------------------------------------- /mpir/mpz/tdiv_r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/tdiv_r.c -------------------------------------------------------------------------------- /mpir/mpz/tdiv_ui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/tdiv_ui.c -------------------------------------------------------------------------------- /mpir/mpz/tstbit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/tstbit.c -------------------------------------------------------------------------------- /mpir/mpz/ui_sub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/ui_sub.c -------------------------------------------------------------------------------- /mpir/mpz/xor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/mpz/xor.c -------------------------------------------------------------------------------- /mpir/randbui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/randbui.c -------------------------------------------------------------------------------- /mpir/randclr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/randclr.c -------------------------------------------------------------------------------- /mpir/randdef.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/randdef.c -------------------------------------------------------------------------------- /mpir/randiset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/randiset.c -------------------------------------------------------------------------------- /mpir/randlc2s.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/randlc2s.c -------------------------------------------------------------------------------- /mpir/randlc2x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/randlc2x.c -------------------------------------------------------------------------------- /mpir/randmt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/randmt.c -------------------------------------------------------------------------------- /mpir/randmt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/randmt.h -------------------------------------------------------------------------------- /mpir/randmts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/randmts.c -------------------------------------------------------------------------------- /mpir/randmui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/randmui.c -------------------------------------------------------------------------------- /mpir/rands.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/rands.c -------------------------------------------------------------------------------- /mpir/randsd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/randsd.c -------------------------------------------------------------------------------- /mpir/randsdui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/randsdui.c -------------------------------------------------------------------------------- /mpir/scanf/scanf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/scanf/scanf.c -------------------------------------------------------------------------------- /mpir/strip_fPIC.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/strip_fPIC.sh -------------------------------------------------------------------------------- /mpir/tal-debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/tal-debug.c -------------------------------------------------------------------------------- /mpir/tal-reent.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/tal-reent.c -------------------------------------------------------------------------------- /mpir/tests/misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/tests/misc.c -------------------------------------------------------------------------------- /mpir/tests/t-sub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/tests/t-sub.c -------------------------------------------------------------------------------- /mpir/tests/tests.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/tests/tests.h -------------------------------------------------------------------------------- /mpir/tests/trace.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/tests/trace.c -------------------------------------------------------------------------------- /mpir/tune/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/tune/README -------------------------------------------------------------------------------- /mpir/tune/common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/tune/common.c -------------------------------------------------------------------------------- /mpir/tune/freq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/tune/freq.c -------------------------------------------------------------------------------- /mpir/tune/hppa.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/tune/hppa.asm -------------------------------------------------------------------------------- /mpir/tune/ia64.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/tune/ia64.asm -------------------------------------------------------------------------------- /mpir/tune/noop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/tune/noop.c -------------------------------------------------------------------------------- /mpir/tune/time.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/tune/time.c -------------------------------------------------------------------------------- /mpir/version.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/version.c -------------------------------------------------------------------------------- /mpir/yasm/ChangeLog: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mpir/yasm/NEWS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mpir/yasm/README: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mpir/yasm/libyasm/tests/1shl0.asm: -------------------------------------------------------------------------------- 1 | dd (1<<0) 2 | -------------------------------------------------------------------------------- /mpir/yasm/libyasm/tests/data-rawvalue.asm: -------------------------------------------------------------------------------- 1 | x db 0 2 | dd 0,x,0 3 | 4 | -------------------------------------------------------------------------------- /mpir/yasm/libyasm/tests/emptydata.asm: -------------------------------------------------------------------------------- 1 | db '' 2 | -------------------------------------------------------------------------------- /mpir/yasm/libyasm/tests/emptydata.hex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mpir/yasm/libyasm/tests/externdef.asm: -------------------------------------------------------------------------------- 1 | extern foo 2 | foo: 3 | -------------------------------------------------------------------------------- /mpir/yasm/libyasm/tests/externdef.hex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mpir/yasm/libyasm/tests/times0.asm: -------------------------------------------------------------------------------- 1 | times 0 db 1 2 | -------------------------------------------------------------------------------- /mpir/yasm/libyasm/tests/times0.hex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mpir/yasm/libyasm/tests/value-mask.hex: -------------------------------------------------------------------------------- 1 | f8 2 | f8 3 | -------------------------------------------------------------------------------- /mpir/yasm/modules/arch/lc3b/tests/lc3b-ea-err.asm: -------------------------------------------------------------------------------- 1 | ld r5, [r6+5] 2 | -------------------------------------------------------------------------------- /mpir/yasm/modules/arch/x86/tests/bittest.asm: -------------------------------------------------------------------------------- 1 | btr eax, 4 2 | -------------------------------------------------------------------------------- /mpir/yasm/modules/arch/x86/tests/gas32/gas-invlpg.asm: -------------------------------------------------------------------------------- 1 | invlpg (%eax) 2 | 3 | -------------------------------------------------------------------------------- /mpir/yasm/modules/arch/x86/tests/gas64/riprel.asm: -------------------------------------------------------------------------------- 1 | mov %rax,foo(%rip) 2 | -------------------------------------------------------------------------------- /mpir/yasm/modules/arch/x86/tests/mixcase.asm: -------------------------------------------------------------------------------- 1 | CPU SSSE3 2 | MOV AX,5 3 | 4 | -------------------------------------------------------------------------------- /mpir/yasm/modules/arch/x86/tests/mixcase.hex: -------------------------------------------------------------------------------- 1 | b8 2 | 05 3 | 00 4 | -------------------------------------------------------------------------------- /mpir/yasm/modules/arch/x86/tests/o64loop.hex: -------------------------------------------------------------------------------- 1 | e2 2 | 00 3 | -------------------------------------------------------------------------------- /mpir/yasm/modules/arch/x86/tests/x86label.hex: -------------------------------------------------------------------------------- 1 | eb 2 | fe 3 | -------------------------------------------------------------------------------- /mpir/yasm/modules/objfmts/bin/tests/multisect/initbss.hex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mpir/yasm/modules/objfmts/bin/tests/multisect/multisect3.hex: -------------------------------------------------------------------------------- 1 | 89 2 | d8 3 | -------------------------------------------------------------------------------- /mpir/yasm/modules/objfmts/win64/tests/win64-abs.asm: -------------------------------------------------------------------------------- 1 | mov rax, [rel 0x1000] 2 | -------------------------------------------------------------------------------- /mpir/yasm/modules/parsers/gas/tests/bin/gas-set.hex: -------------------------------------------------------------------------------- 1 | 05 2 | -------------------------------------------------------------------------------- /mpir/yasm/modules/parsers/gas/tests/bin/reptempty.hex: -------------------------------------------------------------------------------- 1 | 01 2 | 02 3 | -------------------------------------------------------------------------------- /mpir/yasm/modules/parsers/gas/tests/bin/reptzero.hex: -------------------------------------------------------------------------------- 1 | 01 2 | 04 3 | -------------------------------------------------------------------------------- /mpir/yasm/modules/parsers/gas/tests/strzero.asm: -------------------------------------------------------------------------------- 1 | .ascii "abc\000def" 2 | -------------------------------------------------------------------------------- /mpir/yasm/modules/parsers/gas/tests/varinsn.asm: -------------------------------------------------------------------------------- 1 | movl %eax, movl 2 | -------------------------------------------------------------------------------- /mpir/yasm/modules/parsers/nasm/tests/dirwarning.asm: -------------------------------------------------------------------------------- 1 | [warning -w] 2 | -------------------------------------------------------------------------------- /mpir/yasm/modules/parsers/nasm/tests/dirwarning.hex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mpir/yasm/modules/parsers/nasm/tests/equcolon.hex: -------------------------------------------------------------------------------- 1 | 05 2 | 07 3 | -------------------------------------------------------------------------------- /mpir/yasm/modules/parsers/nasm/tests/equlocal.hex: -------------------------------------------------------------------------------- 1 | 05 2 | 74 3 | fe 4 | -------------------------------------------------------------------------------- /mpir/yasm/modules/parsers/nasm/tests/locallabel2.hex: -------------------------------------------------------------------------------- 1 | 01 2 | 02 3 | -------------------------------------------------------------------------------- /mpir/yasm/modules/parsers/nasm/tests/long.asm: -------------------------------------------------------------------------------- 1 | mov [eax], long 0 2 | -------------------------------------------------------------------------------- /mpir/yasm/modules/parsers/nasm/tests/prevlocalwarn.hex: -------------------------------------------------------------------------------- 1 | 31 2 | c0 3 | -------------------------------------------------------------------------------- /mpir/yasm/modules/parsers/tasm/tests/array.asm: -------------------------------------------------------------------------------- 1 | t db 0,1,2 2 | mov al,t[1] 3 | -------------------------------------------------------------------------------- /mpir/yasm/modules/parsers/tasm/tests/charstr.asm: -------------------------------------------------------------------------------- 1 | mov eax,"1234" 2 | -------------------------------------------------------------------------------- /mpir/yasm/modules/parsers/tasm/tests/dup.asm: -------------------------------------------------------------------------------- 1 | a db 10 dup(1) 2 | -------------------------------------------------------------------------------- /mpir/yasm/modules/parsers/tasm/tests/equal.asm: -------------------------------------------------------------------------------- 1 | a = byte 1 2 | -------------------------------------------------------------------------------- /mpir/yasm/modules/parsers/tasm/tests/equal.hex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mpir/yasm/modules/parsers/tasm/tests/expr.hex: -------------------------------------------------------------------------------- 1 | 54 2 | fe 3 | -------------------------------------------------------------------------------- /mpir/yasm/modules/parsers/tasm/tests/les.asm: -------------------------------------------------------------------------------- 1 | a db 1 2 | les ax,a 3 | -------------------------------------------------------------------------------- /mpir/yasm/modules/parsers/tasm/tests/size.asm: -------------------------------------------------------------------------------- 1 | a db 0 2 | mov a,1 3 | -------------------------------------------------------------------------------- /mpir/yasm/modules/preprocs/nasm/tests/macroeof-err.asm: -------------------------------------------------------------------------------- 1 | %macro foo 0 2 | -------------------------------------------------------------------------------- /mpir/yasm/modules/preprocs/nasm/tests/nasmpp-bigint.hex: -------------------------------------------------------------------------------- 1 | 00 2 | -------------------------------------------------------------------------------- /mpir/yasm/modules/preprocs/nasm/tests/nasmpp-nested.hex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mpir/yasm/modules/preprocs/nasm/tests/orgsect.hex: -------------------------------------------------------------------------------- 1 | 05 2 | 00 3 | 01 4 | -------------------------------------------------------------------------------- /mpir/yasm/modules/preprocs/raw/tests/longline.asm: -------------------------------------------------------------------------------- 1 | KL#Xq -------------------------------------------------------------------------------- /mpir/yasm/modules/preprocs/raw/tests/longline.hex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mpir/yasm/modules/preprocs/tasm/tests/tasm-assume-comment.hex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mpir/yasm/po/stamp-po: -------------------------------------------------------------------------------- 1 | timestamp 2 | -------------------------------------------------------------------------------- /mpir/yasm/util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/yasm/util.h -------------------------------------------------------------------------------- /mpir/yasm/yasm.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/yasm/yasm.1 -------------------------------------------------------------------------------- /mpir/ylwrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnooth/xcl/HEAD/mpir/ylwrap --------------------------------------------------------------------------------