Commit Graph

1221 Commits

Author SHA1 Message Date
hyunghwan.chung
b48b839a3d redefined endian conversion functions as macros 2019-05-02 07:16:55 +00:00
hyunghwan.chung
0d95654934 cosmetic code changes only 2019-04-22 14:46:23 +00:00
hyunghwan.chung
9dde92b188 code touch up 2019-04-16 15:43:54 +00:00
hyunghwan.chung
aa5d739e56 defined MOO_HAVE_BUILTIN_CLZ where necessary 2019-04-16 09:04:43 +00:00
hyunghwan.chung
12ebc336a0 added typecasting to some moo_xxxx() macros 2019-04-13 01:02:30 +00:00
hyunghwan.chung
1131ecda11 touched up bigint.c 2019-04-09 04:40:51 +00:00
hyunghwan.chung
904c8ded2a changed the help message for enable-full-liw in configure.ac 2019-04-09 03:39:11 +00:00
hyunghwan.chung
a2a6bcb90d fixed a wrong build directive in bigint.c 2019-04-09 03:31:32 +00:00
hyunghwan.chung
846e29ce06 removed an unused function 2019-04-08 17:46:10 +00:00
hyunghwan.chung
4435124b32 added --enable-full-liw to configure.ac 2019-04-08 17:41:27 +00:00
hyunghwan.chung
cee7d61340 removed buggy code 2019-04-08 09:19:16 +00:00
hyunghwan.chung
9d1a8c5b61 more test cases 2019-04-08 09:10:02 +00:00
hyunghwan.chung
c671a16697 added a test case to test-001.moo 2019-04-08 05:36:58 +00:00
hyunghwan.chung
8451098d34 touched up mod/ffi.c 2019-04-08 04:48:57 +00:00
hyunghwan.chung
c153b2d1ac bigint division begin debugged 2019-04-08 04:14:37 +00:00
hyunghwan.chung
96f3ebae4b touched up divide_unsigned_array2() 2019-04-08 04:00:47 +00:00
hyunghwan.chung
55b18c998c fixing divide_unsigned_array2() 2019-04-08 01:18:00 +00:00
hyunghwan.chung
90d665781c changed FFI>>call:signature:arguments: to return a value 2019-04-07 17:54:44 +00:00
hyunghwan.chung
a6f7f85658 bigint division debugging 2019-04-07 11:23:24 +00:00
hyunghwan.chung
9000100d15 debugging division 2019-04-06 05:06:11 +00:00
hyunghwan.chung
cbf8ea2a8d more division hack 2019-04-05 07:33:27 +00:00
hyunghwan.chung
48c1ea7c92 still debugging division 2019-04-05 02:04:08 +00:00
hyunghwan.chung
e7ccbc36b4 debugging bigint division 2019-04-04 09:30:24 +00:00
hyunghwan.chung
3d4e0396ca debugging bigint division 2019-04-03 19:28:14 +00:00
hyunghwan.chung
98e5deca4f fixing bigint division bugs 2019-04-03 19:19:09 +00:00
hyunghwan.chung
e6f58f4b3d added some more bigint division code 2019-04-02 18:56:25 +00:00
hyunghwan.chung
4aea0e111b pursuing more efficient division 2019-04-02 08:49:41 +00:00
hyunghwan.chung
f28bd84c50 removed some deprecated code from bigint.c
fixed a bigint division bug when MOO_USE_FULL_WORD is undefined
2019-04-01 08:45:21 +00:00
hyunghwan.chung
8ce908262a enhanced moo_divints() 2019-03-30 13:43:10 +00:00
hyunghwan.chung
0480cba4ad experimental code for bigint divided by smooi 2019-03-30 05:22:35 +00:00
hyunghwan.chung
8a7d5a4c2c nothing meaningful 2019-03-29 17:44:32 +00:00
hyunghwan.chung
608bbb4a91 speeded up moo_inttostr() 2019-03-29 17:16:03 +00:00
hyunghwan.chung
93f6847034 added experimental code for faster number to string conversion 2019-03-29 07:05:53 +00:00
hyunghwan.chung
374d3682d2 another minor change on win32 code 2019-03-29 00:04:29 +00:00
hyunghwan.chung
9dacaefd49 minor changes on win32 code 2019-03-28 23:52:56 +00:00
hyunghwan.chung
fc6e24edad fixed a bug of variable initialzation skipped when a jump is made to fixed_point 2019-03-28 05:16:13 +00:00
hyunghwan.chung
4f1ad1fe64 added a few more test cases 2019-03-25 13:00:15 +00:00
hyunghwan.chung
a111a5aba9 restored some preprocessor conditionals 2019-03-25 11:46:12 +00:00
hyunghwan.chung
45b21a004b optimized the bigint division a bit more 2019-03-25 11:41:26 +00:00
hyunghwan.chung
983026c774 optimized the division a bit
removed moo_log2_for_pow2() and created similar macros local to bigint.c
2019-03-24 18:49:16 +00:00
hyunghwan.chung
f126013747 added moo_log2_for_pow2() 2019-03-23 04:47:47 +00:00
hyunghwan.chung
78970f370f minor code change. nothing meaningful 2019-03-22 08:06:14 +00:00
hyunghwan.chung
99e94bec93 changed PUT_BYTE_IN_HEX() 2019-03-19 13:58:33 +00:00
hyunghwan.chung
ffa6a4e26a renamed inconsistent function names 2019-03-19 13:29:49 +00:00
hyunghwan.chung
93ffbc0d55 changed the way to put byte in hex 2019-03-19 07:52:09 +00:00
hyunghwan.chung
064de1b580 removed unneeded variables from fmtoutv.h 2019-03-18 15:37:45 +00:00
hyunghwan.chung
c52d70f2da implemented w/W for formatted output 2019-03-18 15:16:15 +00:00
hyunghwan.chung
9c32a87df3 added moo_byte_to_bcstr()
implemented 'k' && 'K' for formatted output
2019-03-17 18:59:01 +00:00
hyunghwan.chung
db0ea4615e fixed wrong conditionals in moo-utl.h 2019-03-07 12:53:23 +00:00
hyunghwan.chung
e93da317e3 touched up hash macros and functions 2019-03-06 01:58:51 +00:00