kc3-lang/libtommath/bn_mp_tc_or.c

Branch :


Log

Author Commit Date CI Message
4534056c 2019-05-13 00:22:18 use enums mp_err, mp_ord, mp_bool, mp_sign * MP_USE_ENUMS enables enums * Wc++-compat catches some implicit conversions if MP_USE_ENUMS is defined * 100% backwards compatible API/ABI if MP_USE_ENUMS is not defined
c4fb2241 2019-04-09 11:08:26 rename macros in tommath_private to use MP_* prefix
ff561404 2019-04-07 15:29:11 shorter headers
70a30ae7 2019-04-07 02:29:28 remove footers
487cbba0 2018-12-28 09:34:02 refactor without macro mp_isneg
18355de6 2018-12-29 17:56:20 Update file headers [skip ci]
4fec1ae6 2018-12-27 08:50:34 remove side effect inside parameter of macro MAX
434dbcab 2018-09-23 10:16:25 refactor without bitwise operator
482cf1e1 2018-09-23 10:26:47 explicit condition
519a1de8 2018-09-23 09:46:31 literal with suffix
82cd2c7f 2018-09-23 09:39:53 use NULL instead of 0
eebbcf06 2018-09-10 18:48:58 add mp_complement, mp_tc_div_2d, mp_tc_and, mp_tc_or, mp_tc_xor