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
arith_amd64.go
arith_amd64.s
arith_arm.s
arith_arm64.s
arith_decl.go
arith_decl_pure.go
arith_decl_s390x.go
arith_loong64.s
arith_mips64x.s
arith_mipsx.s
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
arith_s390x.s
arith_s390x_test.go
arith_test.go
arith_wasm.s
bits_test.go
calibrate_test.go
decimal.go
decimal_test.go
doc.go
example_rat_test.go
example_test.go
float.go
float_test.go all: remove newline characters after return statements 2023-12-14 17:22:18 +00:00
floatconv.go
floatconv_test.go
floatexample_test.go
floatmarsh.go
floatmarsh_test.go
ftoa.go
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
intconv_test.go
intmarsh.go
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
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
ratmarsh_test.go
roundingmode_string.go
sqrt.go
sqrt_test.go