kc3-lang/libtommath/bn_mp_ilogb.c

Branch :


Log

Author Commit Date CI Message
f0a9d3c3 2019-10-10 23:33:09 added shortcuts for bases that are powers of two
629b88cf 2019-09-06 20:22:57 removed check against MP_MASK
ca89e9c0 2019-07-03 13:10:05 rename mp_root/mp_expt to mp_*_u32
71696549 2019-05-29 20:36:18 deprecate mp_expt_d and mp_n_root in favor of mp_expt and mp_root
3e15a3ff 2019-05-26 08:33:49 literal suffix
b9de7c09 2019-05-23 17:50:07 cast
0a9f5e9b 2019-05-24 10:21:54 use u32 i64 suffix
b58c9966 2019-05-23 23:39:47 use int32 and uint32 instead of sint and uint
3289c959 2019-05-20 10:41:06 introduce various mp_set_sint/mp_set_uint functions with precise types
7fdd6b50 2019-05-22 10:33:12 literal suffix instead of cast