summaryrefslogtreecommitdiff
path: root/src/math/big/arith.go
Commit message (Expand)AuthorAgeFilesLines
* math/big: replace local versions of bitLen, nlz with math/bits versionsRobert Griesemer2017-03-231-34/+2
* math/big: use math/bits where appropriateRobert Griesemer2017-02-241-27/+14
* math/big: define Word as uint instead of uintptrRobert Griesemer2017-02-211-1/+1
* math/big: more cleanups (msbxx, nlzxx functions)Robert Griesemer2015-05-271-3/+18
* math/big: test that subVW and addVW work with arbitrary yJosh Bleecher Snyder2015-04-211-1/+0
* math/big: faster "pure Go" addition/subtraction for long vectorsRobert Griesemer2015-01-081-9/+60
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+240