aboutsummaryrefslogtreecommitdiff
path: root/src/math/big
AgeCommit message (Expand)Author
2020-11-11[release-branch.go1.15-security] math/big: fix shift for recursive divisionKatie Hockman
2020-05-19testing: clean up remaining TempDir issues from CL 231958Bryan C. Mills
2020-05-05math/big: add (*Int).FillBytesFilippo Valsorda
2020-04-27math/big: simplify hasVX checking on s390xRuixin(Peter) Bao
2020-04-24math/big: rewrite subVW to use fast path on s390xRuixin(Peter) Bao
2020-04-24math/big: rewrite addVW to use fast path on s390xRuixin(Peter) Bao
2020-04-22math/big: clean up whitespace in arith_s390x.s fileRuixin(Peter) Bao
2020-04-15math/big: remove Direct Sqrt computationAlberto Donizetti
2020-04-15math/big: add test that linker is able to remove unused codeBrad Fitzpatrick
2020-04-15math/big: fix typo in documentation for Int.ExpHanjun Kim
2020-04-14math/big: don't use Float in init to help linker discard 162 KiBBrad Fitzpatrick
2020-04-08math/big: correct off-by-one access in divBasicRémy Oudompheng
2020-03-20math/big: document that Sqrt doesn't set AccuracyAlberto Donizetti
2020-02-25math/big: initial vector arithmetic in riscv64 assemblyJoel Sing
2020-02-05math/big: reintroduce pre-Go 1.14 mention in GCD docsFilippo Valsorda
2020-01-31math/big: simplify GCD docsFilippo Valsorda
2020-01-30math/big: update comment on Int.GCDRobert Griesemer
2020-01-15math, math/big: add support for riscv64Joel Sing
2019-11-15all: fix a bunch of misspellingsVille Skyttä
2019-11-13math/big: fix out-of-bounds panic in divRecursiveRémy Oudompheng
2019-11-12math/big: ensure correct test inputRobert Griesemer
2019-11-12math/big: implement recursive algorithm for divisionRémy Oudompheng
2019-11-07math/big: allow all values for GCDBrian Kessler
2019-10-25math/big: use nat pool to reduce allocations in mul and sqrRémy Oudompheng
2019-10-24math/big: make Rat.Denom side-effect freeRobert Griesemer
2019-10-24math/big: normalize unitialized denominators ASAPRobert Griesemer
2019-10-15math/big: make Rat accessors safe for concurrent useRobert Griesemer
2019-10-09all: remove the nacl port (part 2, amd64p32 + toolchain)Brad Fitzpatrick
2019-09-18math/big: avoid MinExp exponent wrap-around in 'x' Text formatRobert Griesemer
2019-09-08all: fix typosAinar Garipov
2019-09-02math/big: fix a duplicate "the" in a commentpeter zhang
2019-08-28math/big: document that Rat.Denom might modify the receiverEric Lagergren
2019-08-28math/big: fast path for Cmp if sameIllya Yalovyy
2019-05-22all: shorten some testsRuss Cox
2019-05-08math/big: stack allocate scaleDenom return valueJT Olio
2019-05-08math/big: fix the bug in assembly implementation of shlVU on arm64erifan01
2019-05-03math/big: document Int.StringBrian Kessler
2019-04-22math/big: optimize mulAddVWW on arm64 for better performanceerifan01
2019-04-15math/big: don't clobber shared underlying array in pow5 computationRobert Griesemer
2019-04-09all: change the old assembly style AX:CX to CX, AXNeven Sajko
2019-04-04math/big: do not panic in Exp when y < 0 and x doesn't have an inverseFilippo Valsorda
2019-04-04math/big: simplify shlVU_g and shrVU_gNeven Sajko
2019-03-27math/big: temporarily disable buggy shlVU assembly for arm64Robert Griesemer
2019-03-27math/big: implement Rat.SetUint64Brian Kessler
2019-03-25math/big: accept non-decimal floats with Rat.SetStringRobert Griesemer
2019-03-12math/big: add support for underscores '_' in numbersRobert Griesemer
2019-03-12math/big: implement Int.TrailingZeroBitsBrian Kessler
2019-03-09math/big: add fast path for amd64 addVW for large zJosh Bleecher Snyder
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