aboutsummaryrefslogtreecommitdiffstats
path: root/test/-ext-/bignum/test_mul.rb
Commit message (Expand)AuthorAgeFilesLines
* Avoid defining the same test class in multiple filesJeremy Evans2022-04-221-131/+129
* Get rid of defining methods for tests in core classesNobuyoshi Nakada2021-01-091-26/+26
* Rename test classes to allow stable test count when running test-all -jnobu2018-03-131-1/+1
* Use Integer instead of Fixnum and Bignum.akr2016-05-171-6/+6
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * bignum.c (SIZEOF_BDIGIT): Renamed from SIZEOF_BDIGITS.akr2014-04-131-1/+1
* Add tests.akr2013-09-031-0/+7
* * bignum.c (rb_big_sq_fast): New function for testing.akr2013-07-081-0/+22
* * bignum.c (bary_mul_balance): Reduce work memory.akr2013-07-081-0/+12
* * bignum.c (bary_mul_karatsuba): Unreachable code removed. Removeakr2013-07-071-0/+43
* * internal.h (rb_big_mul_normal): Declared.akr2013-07-071-0/+53