- 18 Agu, 2017 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 07 Eyl, 2016 1 kayıt (commit)
-
-
Steve Dower yazdı
-
- 06 Eyl, 2016 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 25 Nis, 2016 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 23 Mar, 2016 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 17 Ock, 2016 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 03 Eyl, 2015 1 kayıt (commit)
-
-
Zachary Ware yazdı
As suggested by Steve Dower and approved by Stefan Krah.
-
- 26 Agu, 2014 2 kayıt (commit)
-
-
Stefan Krah yazdı
with an external libmpdec.
-
Stefan Krah yazdı
-
- 04 Ock, 2014 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 15 Ara, 2013 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 14 Ara, 2013 1 kayıt (commit)
-
-
Stefan Krah yazdı
by including stdint.h before mpdecimal.h. In that case the only option left is to compile with -D_STDC_LIMIT_MACROS.
-
- 12 Ara, 2013 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 08 Ara, 2013 3 kayıt (commit)
-
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
- 03 Ara, 2013 2 kayıt (commit)
-
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
- 24 Kas, 2013 1 kayıt (commit)
-
-
Stefan Krah yazdı
_decimal: o Make all "mpd_t to C integer" conversion functions available in both the 64-bit and the 32-bit versions. o Make all mixed mpd_t/C integer arithmetic functions available in the 32-bit version. o Better handling of __STDC_LIMIT_MACROS for C++ users. o Add struct tags (at the request of C++ users). 2) Check for libmpdec.so.2 if --with-system-libmpdec is used.
-
- 27 Ock, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 16 Ock, 2013 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 23 Ara, 2012 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 22 Ara, 2012 3 kayıt (commit)
-
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
- 21 Ara, 2012 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 30 Eyl, 2012 3 kayıt (commit)
-
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Christian Heimes yazdı
-
- 23 Eyl, 2012 2 kayıt (commit)
-
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
- 23 Agu, 2012 1 kayıt (commit)
-
-
Stefan Krah yazdı
decimal.py. The hack to remove the ideal exponent is no longer required.
-
- 22 Agu, 2012 1 kayıt (commit)
-
-
Stefan Krah yazdı
required for a corner case in dec_hash() in the following commit and also usually faster. dec_hash() needs some extra precision above MPD_MAX_PREC, and _mpd_base_ndivmod() is not audited for that. 2) Use _mpd_basemul() if the length of the smaller operand is less than or equal to 256. While this is technically an optimization, it is required for *testing* corner cases in dec_hash() in reasonable time.
-
- 20 Tem, 2012 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 12 Tem, 2012 1 kayıt (commit)
-
-
Stefan Krah yazdı
algorithm from decimal.py for mpd_qsqrt().
-
- 30 Haz, 2012 2 kayıt (commit)
-
-
Stefan Krah yazdı
None of the _mpd_shortadd() or _mpd_shortmul() functions read uninitialized values. Previously zeroing was required since _mpd_real_size() was called on the output array.
-
Stefan Krah yazdı
use log10() to calculate the size of the output array. The current code has been tested on x86/amd64 (and to a lesser extent on qemu-mips qemu-sparc) and produces sufficiently large values for all inputs tested so far (coefficient sizes of 10**18 - 1 are hard to test exhaustively). The new code does not rely on the correctness of log10() and resizes the output arrays if the allocated space is insufficient.
-
- 22 Haz, 2012 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 20 Haz, 2012 1 kayıt (commit)
-
-
Stefan Krah yazdı
-