18 Commits (fe8440aec00af5bc2e995aaad205efa2e693a364)

Author SHA1 Message Date
Stefan Krah 9d3a5aeabe Defensive programming: mpd_isspecial(r) already implies mpd_isspecial(q), but 14 years ago
Stefan Krah 3c23a87e58 The divmod function for large numbers now has an ACL2 proof. Related changes: 14 years ago
Stefan Krah c51b7fd65b 1) Simplify comment -- one has to read the complete proof (available in ACL2) 14 years ago
Stefan Krah 5d0d2e2b04 Explain the strategy to avoid huge alignment shifts in _mpd_qadd() in detail. 14 years ago
Stefan Krah ed4b21ff4f Cosmetic change: initialize digits to 1 (redundant). 14 years ago
Stefan Krah bc771e9b19 Remove redundant finalization of the result. 14 years ago
Stefan Krah aecaf0b663 Fix comments and whitespace. 14 years ago
Stefan Krah 6369f77d20 Support mythical ones' complement machines. 14 years ago
Stefan Krah 140893cbaa The previous code is correct, but hard to verify: The libmpdec documentation 14 years ago
Stefan Krah ec766a6179 1) Remove claim of an input invariant that is only true for static mpd_t. 14 years ago
Stefan Krah 7b544ca08d Fix stale comment. 14 years ago
Stefan Krah f69aef747a Resize the coefficient to MPD_MINALLOC also if the requested size is below 14 years ago
Stefan Krah dc36efa368 1) Fix comment. 14 years ago
Stefan Krah 0e41981cd5 Use abort() rather than exit() to appease tools like rpmlint. abort() is used 14 years ago
Stefan Krah c64150bcac Fix formatting after removing tabs. 14 years ago
Stefan Krah cd9e1d0205 Whitespace. 14 years ago
Stefan Krah 7cc5521d40 Whitespace. 14 years ago
Stefan Krah 1919b7e72b Issue #7652: Integrate the decimal floating point libmpdec library to speed 14 years ago