summaryrefslogtreecommitdiff
path: root/src/pkg/big/nat_test.go
AgeCommit message (Expand)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-669/+0
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+669
2011-09-13Imported Upstream version 60Ondřej Surý1-729/+0
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-21/+392
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-87/+75
2010-05-15big: implemented format support for fmt library, MulRangeRobert Griesemer1-17/+17
2010-05-03big: Add bitwise methods for IntEvan Shaw1-11/+11
2010-05-01big: cleanup and removal of redundant functionalityRobert Griesemer1-4/+4
2010-04-30big: use fast shift routinesRobert Griesemer1-19/+17
2010-04-30big: improved computation of "karatsuba length" for faster multipliesRobert Griesemer1-6/+10
2010-04-27big: implemented Karatsuba multiplicationRobert Griesemer1-0/+58
2010-04-22big: Create type natEvan Shaw1-91/+91
2010-04-21big: Add some testsEvan Shaw1-1/+30
2010-04-20big: Add Lsh and Value; convert pidigits to use bigEvan Shaw1-1/+1
2009-12-15 1) Change default gofmt default settings forRobert Griesemer1-50/+50
2009-11-11Reland a112249da741, this time with missing file.Adam Langley1-1/+95
2009-11-11roll back 3985: build is brokenRuss Cox1-95/+1
2009-11-11big:Adam Langley1-1/+95
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer1-8/+8
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-7/+7
2009-11-05big: add Div, Mod, Exp, GcdExt and several other fixes.Adam Langley1-1/+74
2009-10-06another round of gofmt applicationsRuss Cox1-0/+1
2009-10-06apply gofmt to the LGTM-marked files from 34501Russ Cox1-5/+11
2009-08-18- implemented MultiplicationRobert Griesemer1-0/+19
2009-08-17- rename files to match the data types they implement, adusted MakefileRobert Griesemer1-0/+88