index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
math
/
big
Age
Commit message (
Expand
)
Author
2018-11-02
all: use "reports whether" consistently in the few places that didn't
Brad Fitzpatrick
2018-10-29
math/big: shallow copies of Int/Rat/Float are not supported (documentation)
Robert Griesemer
2018-10-28
math/big: fix a formula used as documentation
hearot
2018-10-06
all: fix a bunch of misspellings
Igor Zhilianin
2018-10-03
all: this big patch remove whitespace from assembly files
Zhou Peng
2018-08-22
math/big: streamline divLarge initialization
Brian Kessler
2018-08-22
math/big: optimize multiplication by 2 and 1/2 in float Sqrt
Brian Kessler
2018-06-14
math/big: handle negative exponents in Exp
Brian Kessler
2018-06-14
math/big: round x + (-x) to -0 for mode ToNegativeInf
Brian Kessler
2018-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
2018-05-30
math/big: implement Atkin's ModSqrt for 5 mod 8 primes
Brian Kessler
2018-05-29
all: regenerate stringer files
Tim Cooper
2018-05-23
math/big: reduce allocations in Karatsuba case of sqr
Alexander Döring
2018-05-23
math/big: specialize Karatsuba implementation for squaring
Alexander Döring
2018-05-08
math/big: implement Lehmer's extended GCD algorithm
Brian Kessler
2018-05-08
math, math/big: add wasm architecture
Richard Musiol
2018-05-01
math/big: handle negative moduli in ModInverse
Brian Kessler
2018-04-30
math/big: return nil for nonexistent ModInverse
Brian Kessler
2018-04-05
math/big: clean up z.div(z, x, y) calls
Brian Kessler
2018-04-05
math/big: improve performance on ppc64x by unrolling loops
Carlos Eduardo Seo
2018-04-03
math/big: remove "else" from if with block that ends with return
isharipo
2018-03-27
math/big: improve performance of addVW/subVW for ppc64x
Carlos Eduardo Seo
2018-03-19
math/big: reduce amount of copying in Montgomery multiplication
Vlad Krasnov
2018-03-19
math/big: add 0 shift fastpath to shl and shr
Alberto Donizetti
2018-03-14
math/big: add comment about internal assumptions on nat values
Robert Griesemer
2018-03-12
math/big: optimize shlVU and shrVU on arm64
erifan01
2018-03-08
math/big: allocate less in Float.Sqrt
Alberto Donizetti
2018-03-08
math/big: speedup nat.setBytes for bigger slices
isharipo
2018-03-08
math/big: optimize addVW and subVW on arm64
erifan01
2018-03-07
math/big: implement addMulVVW on arm64
Vlad Krasnov
2018-03-06
math/big: don't use R18 in ARM64 assembly
Cherry Zhang
2018-03-06
math/big: optimize addVV and subVV on arm64
erifan01
2018-02-24
math/big: speed-up addMulVVW on amd64
Ilya Tocar
2018-02-20
all: fix misspellings
Shawn Smith
2018-02-14
math/big: fix %s verbs in Float tests error messages
Alberto Donizetti
2017-11-30
math/big: protect against aliasing in nat.divLarge
Alberto Donizetti
2017-11-15
go/printer: indent lone comments in composite lits
Daniel Martí
2017-11-14
math/big: clarify comment on lehmerGCD overflow
Brian Kessler
2017-11-06
math/big: add security warning to (*Int).Rand
Filippo Valsorda
2017-11-01
math/big: implement CmpAbs
griesemer
2017-11-01
math/big: avoid unnecessary Newton iteration in Float.Sqrt
Alberto Donizetti
2017-11-01
math/big: save one subtraction per iteration in Float.Sqrt
Alberto Donizetti
2017-10-26
math/big: add (*Float).Sqrt
Alberto Donizetti
2017-10-24
math/big: implement Lehmer's GCD algorithm
Brian Kessler
2017-10-24
cmd/internal/obj/x86: move MOV->XOR rewriting into compiler
Matthew Dempsky
2017-10-16
math/big: fix ModSqrt optimized path for x = z
Filippo Valsorda
2017-10-06
math/big: provide support for conversion bases up to 62
griesemer
2017-10-05
all: revert "all: prefer strings.IndexByte over strings.Index"
Marvin Stenger
2017-10-04
math/big: remove []byte/string conversions
Marvin Stenger
2017-09-25
all: prefer strings.IndexByte over strings.Index
Marvin Stenger
[prev]
[next]