aboutsummaryrefslogtreecommitdiff
path: root/src/math/big/arith.go
AgeCommit message (Expand)Author
2021-05-26math/big: move division into natdiv.goRuss Cox
2021-03-05math/big: remove bounds checks for shrVU_g inner loopJosh Bleecher Snyder
2020-09-23math/big: replace division with multiplication by reciprocal wordSparrowLii
2019-04-04math/big: simplify shlVU_g and shrVU_gNeven Sajko
2019-03-09math/big: add fast path for pure Go addVW for large zJosh Bleecher Snyder
2019-03-09math/big: remove bounds checks in pure Go implementationsJosh Bleecher Snyder
2019-03-04math/big: rewrite pure Go implementations to use math/bitsJosh Bleecher Snyder
2019-03-04math/big: optimize shlVU_g and shrVU_gJosh Bleecher Snyder
2018-10-28math/big: fix a formula used as documentationhearot
2017-03-23math/big: replace local versions of bitLen, nlz with math/bits versionsRobert Griesemer
2017-02-24math/big: use math/bits where appropriateRobert Griesemer
2017-02-21math/big: define Word as uint instead of uintptrRobert Griesemer
2015-05-27math/big: more cleanups (msbxx, nlzxx functions)Robert Griesemer
2015-04-21math/big: test that subVW and addVW work with arbitrary yJosh Bleecher Snyder
2015-01-08math/big: faster "pure Go" addition/subtraction for long vectorsRobert Griesemer
2014-09-08build: move package sources from src/pkg to srcRuss Cox