nim-stint/src/private
mratsim d690923310 Update Stint in header + mention unsigned vs signed int in tests 2018-04-25 21:21:25 +02:00
..
as_signed_words.nim Add sub, proper negate bound checking, high and low, most significant word mutation 2018-04-25 19:51:14 +02:00
as_words.nim Update Stint in header + mention unsigned vs signed int in tests 2018-04-25 21:21:25 +02:00
bithacks.nim Update Stint in header + mention unsigned vs signed int in tests 2018-04-25 21:21:25 +02:00
conversion.nim Update Stint in header + mention unsigned vs signed int in tests 2018-04-25 21:21:25 +02:00
datatypes.nim Add signed initialization, bitwise ops, addition, negation 2018-04-25 17:50:53 +02:00
initialization.nim Update Stint in header + mention unsigned vs signed int in tests 2018-04-25 21:21:25 +02:00
int_addsubneg.nim Add sub, proper negate bound checking, high and low, most significant word mutation 2018-04-25 19:51:14 +02:00
int_bitwise_ops.nim Update Stint in header + mention unsigned vs signed int in tests 2018-04-25 21:21:25 +02:00
int_comparison.nim Add signed word iteration 2018-04-25 17:02:44 +02:00
int_highlow.nim Add sub, proper negate bound checking, high and low, most significant word mutation 2018-04-25 19:51:14 +02:00
stdlib_bitops.nim [WIP] Division and multiplication optimization (#21) 2018-04-21 12:12:05 +02:00
uint_addsub.nim Update Stint in header + mention unsigned vs signed int in tests 2018-04-25 21:21:25 +02:00
uint_bitwise_ops.nim Update Stint in header + mention unsigned vs signed int in tests 2018-04-25 21:21:25 +02:00
uint_comparison.nim Update Stint in header + mention unsigned vs signed int in tests 2018-04-25 21:21:25 +02:00
uint_div.nim Update Stint in header + mention unsigned vs signed int in tests 2018-04-25 21:21:25 +02:00
uint_highlow.nim Update Stint in header + mention unsigned vs signed int in tests 2018-04-25 21:21:25 +02:00
uint_mul.nim Update Stint in header + mention unsigned vs signed int in tests 2018-04-25 21:21:25 +02:00