summaryrefslogtreecommitdiff
path: root/src/math/big
Commit message (Expand)AuthorAgeFilesLines
* math/big: fix Add, Sub when receiver aliases 2nd operandAlberto Donizetti2017-05-312-2/+39
* math/big: improve performance for addVV/subVV for ppc64xCarlos Eduardo Seo2017-04-251-12/+37
* all: fix minor misspellingsEric Lagergren2017-04-031-1/+1
* math/big: Unify divWW implementation for ppc64 and ppc64le.Carlos Eduardo Seo2017-03-313-64/+39
* math/big: replace local versions of bitLen, nlz with math/bits versionsRobert Griesemer2017-03-2317-141/+17
* math/big: fix TestFloatSetFloat64StringRobert Griesemer2017-03-231-11/+13
* math/big: make nat.setUint64 vet-friendlyJosh Bleecher Snyder2017-03-111-15/+5
* all: remove the the duplicate wordsEitan Adler2017-03-061-1/+1
* math/big: use math/bits where appropriateRobert Griesemer2017-02-244-97/+18
* math/big: define Word as uint instead of uintptrRobert Griesemer2017-02-211-1/+1
* math/big: simplify bool expressionDaniel MartĂ­2017-02-141-1/+1
* math/big: fix s390x test build tagsMichael Munday2017-02-141-1/+1
* all: fix some printf format stringsJosh Bleecher Snyder2017-02-141-1/+1
* math/big: add IsInt64/IsUint64 predicatesRobert Griesemer2017-02-072-47/+110
* crypto/*: document use or non-use of constant-time algorithmsRuss Cox2016-12-071-1/+4
* math/big: add Baillie-PSW test to (*Int).ProbablyPrimeRuss Cox2016-11-222-57/+381
* all: spell "marshal" and "unmarshal" consistentlyDmitri Shuralyov2016-11-122-2/+2
* math, math/big: add support for GOARCH=mips{,le}Vladimir Stefanovic2016-11-031-0/+46
* math/big: flip long/short flag on TestFloat32DistributionCherry Zhang2016-10-271-1/+1
* math/big: uses SIMD for some math big functions on s390xBill O'Farrell2016-10-263-270/+1019
* math/big: fix alignment in Float.Parse docsMohit Agarwal2016-10-241-2/+2
* math/big: implement Float.Scan, type assert fmt interfaces to enforce docsEmmanuel Odeke2016-10-196-0/+89
* math/big: add benchmarks for big.Float StringAlberto Donizetti2016-10-181-1/+17
* math/big: add (*Int).SqrtRuss Cox2016-10-173-0/+87
* math/big: slightly faster float->decimal conversionRobert Griesemer2016-10-171-3/+4
* encoding/json: fix decoding of null into Unmarshaler, TextUnmarshalerRuss Cox2016-10-171-0/+4
* math/big: move ProbablyPrime into its own source fileRuss Cox2016-10-115-193/+210
* math/big: test and optimize Exp(2, y, n) for large y, odd nRuss Cox2016-10-112-1/+34
* math/big: move exhaustive tests behind -long flagRuss Cox2016-10-113-11/+14
* math/big: make division fasterRuss Cox2016-10-103-18/+86
* math/big: Rat.SetString to report error if input is not consumed entirelyRobert Griesemer2016-10-064-10/+23
* math/big: support negative numbers in ModInverseMichal Bohuslávek2016-09-272-0/+6
* math/big: better SetFloat64 example in docAlberto Donizetti2016-09-261-1/+1
* cmd/compile: intrinsify Ctz{32,64} and Bswap{32,64} on s390xMichael Munday2016-09-191-5/+5
* math/big: cut 2 minutes off race testsBrad Fitzpatrick2016-09-144-0/+28
* runtime, math/big: allow R0 on s390x to contain values other than 0Michael Munday2016-09-121-0/+2
* math/big: add assembly implementation of arith for ppc64{le}Ethan Miller2016-08-293-19/+223
* math/big: avoid allocation in float.{Add, Sub} when there's no aliasingAlberto Donizetti2016-08-172-12/+70
* crypto/cipher, math/big: fix example namesJosh Bleecher Snyder2016-08-161-3/+3
* all: fix "result not used" vet warningsJosh Bleecher Snyder2016-08-161-1/+3
* math/big: use array instead of slice for deBruijn lookupsJosh Bleecher Snyder2016-08-161-2/+2
* math/big: special-case a 0 mantissa during Rat parsingNathan VanBenschoten2016-06-242-0/+7
* math/big: avoid panic in float.Text with negative precAlberto Donizetti2016-06-012-2/+10
* math/big: using Run for some more benchmarksMarcel van Lohuizen2016-05-262-103/+57
* math/big: simplify benchmarking code some moreRobert Griesemer2016-05-261-31/+17
* math/big: use run for benchmarksMarcel van Lohuizen2016-05-251-75/+60
* math/big: write t*10 to multiply t by 10Russ Cox2016-05-241-1/+1
* math/big: more tests, documentation for Flot gob marshallingRobert Griesemer2016-04-202-36/+79
* math/big: implement GobDecode/Encode for big.FloatOneOfOne2016-04-202-1/+127
* all: remove unnecessary type conversionsMatthew Dempsky2016-04-153-4/+4