index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
math
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmd/compile: optimize single-precision floating point square root
fanzha02
2021-03-02
1
-0
/
+34
*
all: go fmt std cmd (but revert vendor)
Russ Cox
2021-02-20
13
-0
/
+13
*
math: remove most 387 implementations
Russ Cox
2021-02-19
14
-321
/
+45
*
math/big: fix comment in divRecursiveStep
Katie Hockman
2021-02-03
1
-1
/
+1
*
math: fix typo in sqrt.go code comment
Paul Davis
2021-01-27
1
-1
/
+1
*
math/rand: fix typo in comment
Toasa
2021-01-04
1
-1
/
+1
*
math/big: add test for recursive division panic
Katie Hockman
2020-12-14
1
-0
/
+10
*
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-12-09
3
-6
/
+6
*
math/big: remove the s390x assembly for shlVU and shrVU
Jonathan Albrecht
2020-12-03
2
-193
/
+54
*
math/big: fix shift for recursive division
Katie Hockman
2020-11-12
1
-1
/
+1
*
math/big: reduce allocations for building decimal strings
surechen
2020-10-29
1
-0
/
+3
*
math/big: replace division with multiplication by reciprocal word
SparrowLii
2020-09-23
15
-186
/
+136
*
math: Remove redundant local variable Ln2
surechen
2020-09-19
1
-4
/
+1
*
math/big: tune addVW/subVW performance on arm64
Xiangdong Ji
2020-08-28
2
-20
/
+189
*
math/big: add a comment for SetMantExp
surechen
2020-08-28
1
-3
/
+4
*
math/big: add function example
zhouzhongyuan
2020-08-26
1
-0
/
+7
*
math/big: fix TestShiftOverlap for test -count arguments > 1
SparrowLii
2020-08-25
1
-5
/
+5
*
math/big: improve performance of mulAddVWW on ppc64x
Lynn Boger
2020-08-18
1
-5
/
+4
*
math: simplify the code
kakulisen
2020-08-15
1
-4
/
+1
*
math: fix dead link to springerlink (now link.springer)
Alberto Donizetti
2020-05-29
1
-1
/
+1
*
testing: clean up remaining TempDir issues from CL 231958
Bryan C. Mills
2020-05-19
1
-3
/
+4
*
math/big: add (*Int).FillBytes
Filippo Valsorda
2020-05-05
3
-4
/
+80
*
math: implement Min/Max in riscv64 assembly
Joel Sing
2020-05-04
2
-6
/
+70
*
math: add function examples.
kakulisen
2020-05-02
1
-0
/
+11
*
math/cmplx: handle special cases
Brian Kessler
2020-05-01
8
-152
/
+923
*
math: Add a function example
kakulisen
2020-04-30
1
-0
/
+8
*
math/big: simplify hasVX checking on s390x
Ruixin(Peter) Bao
2020-04-27
2
-24
/
+3
*
math: simplify hasVX checking on s390x
Ruixin Bao
2020-04-27
2
-27
/
+4
*
math/cmplx: fix typo in code comment
Tyson Andre
2020-04-25
1
-1
/
+1
*
math/big: rewrite subVW to use fast path on s390x
Ruixin(Peter) Bao
2020-04-24
3
-210
/
+73
*
math/big: rewrite addVW to use fast path on s390x
Ruixin(Peter) Bao
2020-04-24
3
-213
/
+84
*
cmd/compile: clean up codegen for branch-on-carry on s390x
Michael Munday
2020-04-22
1
-0
/
+124
*
math/big: clean up whitespace in arith_s390x.s file
Ruixin(Peter) Bao
2020-04-22
1
-911
/
+958
*
math/big: remove Direct Sqrt computation
Alberto Donizetti
2020-04-15
1
-51
/
+3
*
math/big: add test that linker is able to remove unused code
Brad Fitzpatrick
2020-04-15
1
-0
/
+62
*
math/big: fix typo in documentation for Int.Exp
Hanjun Kim
2020-04-15
1
-2
/
+2
*
math/big: don't use Float in init to help linker discard 162 KiB
Brad Fitzpatrick
2020-04-14
2
-5
/
+17
*
math/big: correct off-by-one access in divBasic
Rémy Oudompheng
2020-04-08
2
-2
/
+31
*
math: correct Atan2(±y,+∞) = ±0 on s390x
Brian Kessler
2020-03-25
2
-4
/
+11
*
math/big: document that Sqrt doesn't set Accuracy
Alberto Donizetti
2020-03-20
2
-2
/
+5
*
math/cmplx: disable TanHuge test on s390x
Brian Kessler
2020-03-14
2
-5
/
+22
*
math/cmplx: implement Payne-Hanek range reduction
Brian Kessler
2020-03-14
4
-19
/
+166
*
math/big: initial vector arithmetic in riscv64 assembly
Joel Sing
2020-02-25
3
-2
/
+53
*
math: implement Sqrt in assembly for riscv64
Joel Sing
2020-02-25
2
-3
/
+14
*
math/big: reintroduce pre-Go 1.14 mention in GCD docs
Filippo Valsorda
2020-02-05
1
-2
/
+2
*
math/big: simplify GCD docs
Filippo Valsorda
2020-01-31
1
-2
/
+5
*
math/big: update comment on Int.GCD
Robert Griesemer
2020-01-30
1
-0
/
+2
*
math, math/big: add support for riscv64
Joel Sing
2020-01-15
3
-2
/
+115
*
math/rand: update comment to avoid use of ^ for exponentiation
Brad Fitzpatrick
2019-12-04
1
-1
/
+1
*
all: fix a bunch of misspellings
Ville Skyttä
2019-11-15
1
-1
/
+1
[next]