go/src/math/big
apocelipes c841ba3a3e math/big: use built-in clear to simplify code
Change-Id: I07c3a498ce1e462c3d1703d77e7d7824e9334651
GitHub-Last-Rev: 2ba8c4c705
GitHub-Pull-Request: golang/go#66312
Reviewed-on: https://go-review.googlesource.com/c/go/+/571636
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Keith Randall <khr@google.com>
Auto-Submit: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-03-14 17:02:38 +00:00
..
accuracy_string.go
alias_test.go
arith.go
arith_386.s all: drop old +build lines 2023-10-19 23:33:27 +00:00
arith_amd64.go all: drop old +build lines 2023-10-19 23:33:27 +00:00
arith_amd64.s all: drop old +build lines 2023-10-19 23:33:27 +00:00
arith_arm.s all: drop old +build lines 2023-10-19 23:33:27 +00:00
arith_arm64.s all: drop old +build lines 2023-10-19 23:33:27 +00:00
arith_decl.go all: drop old +build lines 2023-10-19 23:33:27 +00:00
arith_decl_pure.go all: drop old +build lines 2023-10-19 23:33:27 +00:00
arith_decl_s390x.go all: drop old +build lines 2023-10-19 23:33:27 +00:00
arith_loong64.s all: drop old +build lines 2023-10-19 23:33:27 +00:00
arith_mips64x.s all: drop old +build lines 2023-10-19 23:33:27 +00:00
arith_mipsx.s all: drop old +build lines 2023-10-19 23:33:27 +00:00
arith_ppc64x.s math/big,crypto/internal/bigmod: unroll loop in addMulVVW for ppc64x 2024-01-25 19:32:43 +00:00
arith_riscv64.s all: drop old +build lines 2023-10-19 23:33:27 +00:00
arith_s390x.s all: drop old +build lines 2023-10-19 23:33:27 +00:00
arith_s390x_test.go all: drop old +build lines 2023-10-19 23:33:27 +00:00
arith_test.go
arith_wasm.s all: drop old +build lines 2023-10-19 23:33:27 +00:00
bits_test.go
calibrate_test.go all: use ^TestName$ regular pattern for invoking a single test 2023-09-05 23:35:29 +00:00
decimal.go
decimal_test.go
doc.go math: add available godoc link 2023-10-19 11:59:09 +00:00
example_rat_test.go
example_test.go
float.go math: add available godoc link 2023-10-19 11:59:09 +00:00
float_test.go all: remove newline characters after return statements 2023-12-14 17:22:18 +00:00
floatconv.go math: add available godoc link 2023-10-19 11:59:09 +00:00
floatconv_test.go
floatexample_test.go
floatmarsh.go math: add available godoc link 2023-10-19 11:59:09 +00:00
floatmarsh_test.go
ftoa.go math: add available godoc link 2023-10-19 11:59:09 +00:00
gcd_test.go
hilbert_test.go
int.go math/big: use built-in clear to simplify code 2024-03-14 17:02:38 +00:00
int_test.go math/big: fix uint64 overflow in nat.mulRange 2024-01-09 15:29:36 +00:00
intconv.go math: add available godoc link 2023-10-19 11:59:09 +00:00
intconv_test.go
intmarsh.go math: add available godoc link 2023-10-19 11:59:09 +00:00
intmarsh_test.go
link_test.go
nat.go math/big: use built-in clear to simplify code 2024-03-14 17:02:38 +00:00
nat_test.go math/big: fix uint64 overflow in nat.mulRange 2024-01-09 15:29:36 +00:00
natconv.go
natconv_test.go
natdiv.go math/big: use built-in clear to simplify code 2024-03-14 17:02:38 +00:00
prime.go
prime_test.go
rat.go math: add available godoc link 2023-10-19 11:59:09 +00:00
rat_test.go
ratconv.go math/big: faster FloatPrec implementation 2023-11-15 22:16:34 +00:00
ratconv_test.go math/big: faster FloatPrec implementation 2023-11-15 22:16:34 +00:00
ratmarsh.go math: add available godoc link 2023-10-19 11:59:09 +00:00
ratmarsh_test.go
roundingmode_string.go
sqrt.go
sqrt_test.go