summaryrefslogtreecommitdiff
path: root/bignum.c
AgeCommit message (Expand)Author
2013-07-15Fix spaces.akr
2013-07-15* include/ruby/intern.h (rb_big2str0): Deprecated.akr
2013-07-15* bignum.c: Add static assertions.akr
2013-07-15* bignum.c (maxpow_in_bdigit_dbl): Useless #if removed.akr
2013-07-15* bignum.c (rb_big_coerce): [DOC] Add docs for Bignum#coercezzak
2013-07-15bignum.c: suppress warningsnobu
2013-07-15* bignum.c (nlz16): Use __builtin_clz if possible.akr
2013-07-15* bignum.c (power_cache_get_power): Use bitsize insteadof ceil_log2.akr
2013-07-14* configure.in: Check __builtin_popcountl, __builtin_bswap32 andakr
2013-07-14* bignum.c (bary_subb): Support xn < yn.akr
2013-07-13* bignum.c (DIGSPERLONG): Unused macro removed.akr
2013-07-13* bignum.c (rb_big_aref): Less scan when the number is negative.akr
2013-07-13* bignum.c (big_shift): Avoid signed integer overflow.akr
2013-07-13* bignum.c (bary_mul_precheck): Use bary_small_lshift orakr
2013-07-13* bignum.c (big_shift3): New function.akr
2013-07-13* bignum.c (bary_small_lshift): Use size_t instead of long.akr
2013-07-13* bignum.c (bary_small_lshift): Functions moved to removeakr
2013-07-13* bignum.c (biglsh_bang): Removed.akr
2013-07-11* bignum.c: Don't use toom3 after once karatsuba is choosen.akr
2013-07-10* bignum.c: Add a static assertion for RBIGNUM_EMBED_LEN_MAX.akr
2013-07-10* bignum.c (bary_2comp): Don't use bary_plus_one.akr
2013-07-10bignum.c: sizeof_bdigit_dblnobu
2013-07-10* bignum.c (SIZEOF_BDIGIT_DBL): Add a ifdef guard for test.akr
2013-07-10bignum.c: select by preprocessor conditionsnobu
2013-07-09* bignum.c (bary_mul): x*1 is x.akr
2013-07-09* bignum.c (bary_mul_single): Invoke MEMZERO here.akr
2013-07-09* bignum.c (bary_mul1): No need to invoke MEMZERO at last.akr
2013-07-08* bignum.c (biglsh_bang): Don't shift a BDIGIT with BITSPERDIG bits.akr
2013-07-08* bignum.c (bigrsh_bang): Fix bignum digits overrun.akr
2013-07-08* bignum.c (biglsh_bang): Fix bignum digits under-run.akr
2013-07-08* bignum.c (bary_mul): Arguments for work memory added.akr
2013-07-08* bignum.c (rb_big_sq_fast): New function for testing.akr
2013-07-08* bignum.c (bary_mul_balance): Initialize a local variable to suppressakr
2013-07-08* bignum.c (bary_mul_balance): Reduce work memory.akr
2013-07-07* bignum.c (bary_mul): Add a RB_GC_GUARD.akr
2013-07-07* bignum.c (bary_mul_karatsuba): Unreachable code removed. Removeakr
2013-07-07* internal.h (rb_big_mul_normal): Declared.akr
2013-07-07Useless comment removed.akr
2013-07-07* bignum.c: Reorder functions to decrease forward reference.akr
2013-07-07* bignum.c: (bigsub_core): Use bary_sub.akr
2013-07-07* bignum.c (bary_sq_fast): Extracted from bigsqr_fast andakr
2013-07-04* bignum.c (BARY_MUL1): Renamed from BARY_MUL.akr
2013-07-04* bignum.c (bary_mul_balance): Extracted from bigmul1_balance andakr
2013-07-04bignum.c: constifynobu
2013-07-04* bignum.c (maxpow_in_bdigit_dbl): Use tables if available.akr
2013-07-04* bignum.c (rb_cstr_to_inum): Avoid temporary buffer allocation exceptakr
2013-07-03* internal.h (ruby_digit36_to_number_table): Declared.akr
2013-07-03* bignum.c (maxpow_in_bdigit): Renamed from calc_hbase and returnakr
2013-07-02* bignum.c (roomof): Cast to long.akr
2013-07-02* bignum.c (rb_cstr_to_inum): fix 64 bit to 32 bit shorten warningcharliesome