• Stefan Krah's avatar
    1) Use _mpd_basedivmod() regardless of the length of the dividend. This is · 2fd502f6
    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.
    2fd502f6
Adı
Son kayıt (commit)
Son güncelleme
..
literature Loading commit data...
README.txt Loading commit data...
basearith.c Loading commit data...
basearith.h Loading commit data...
bits.h Loading commit data...
constants.c Loading commit data...
constants.h Loading commit data...
context.c Loading commit data...
convolute.c Loading commit data...
convolute.h Loading commit data...
crt.c Loading commit data...
crt.h Loading commit data...
difradix2.c Loading commit data...
difradix2.h Loading commit data...
fnt.c Loading commit data...
fnt.h Loading commit data...
fourstep.c Loading commit data...
fourstep.h Loading commit data...
io.c Loading commit data...
io.h Loading commit data...
memory.c Loading commit data...
memory.h Loading commit data...
mpdecimal.c Loading commit data...
mpdecimal.h Loading commit data...
numbertheory.c Loading commit data...
numbertheory.h Loading commit data...
sixstep.c Loading commit data...
sixstep.h Loading commit data...
transpose.c Loading commit data...
transpose.h Loading commit data...
typearith.h Loading commit data...
umodarith.h Loading commit data...
vccompat.h Loading commit data...
vcdiv64.asm Loading commit data...
vcstdint.h Loading commit data...