go/src/math
Robert Griesemer 7b768d43d0 math: replace float32/64 extrema with exact expressions
Follow-up on https://golang.org/cl/315170.

Updates #44057.
Updates #44058.

Change-Id: I0b071e8ee7a1c97aae2436945cc9583cde3b40b0
Reviewed-on: https://go-review.googlesource.com/c/go/+/315969
Trust: Robert Griesemer <gri@golang.org>
Trust: Emmanuel Odeke <emmanuel@orijtech.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Russ Cox <rsc@golang.org>
2021-05-03 16:23:09 +00:00
..
big all: remove redundant spaces before . and , 2021-04-20 00:49:17 +00:00
bits bits: use same expression with system bit size 2021-04-27 16:25:40 +00:00
cmplx all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
rand testing: add -shuffle=off|on|N to alter the execution order of tests and benchmarks 2021-04-28 16:06:21 +00:00
abs.go
acos_s390x.s
acosh.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
acosh_s390x.s
all_test.go math: increase precision of math.SmallestNonzeroFloat64 2021-04-30 00:13:38 +00:00
arith_s390x.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
arith_s390x_test.go
asin.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
asin_s390x.s
asinh.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
asinh_s390x.s
atan.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
atan2.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
atan2_s390x.s math: correct Atan2(±y,+∞) = ±0 on s390x 2020-03-25 04:06:34 +00:00
atan_s390x.s
atanh.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
atanh_s390x.s
bits.go
cbrt.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
cbrt_s390x.s
const.go math: replace float32/64 extrema with exact expressions 2021-05-03 16:23:09 +00:00
copysign.go
cosh_s390x.s
dim.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
dim_amd64.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
dim_arm64.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
dim_asm.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
dim_noasm.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
dim_riscv64.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
dim_s390x.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
erf.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
erf_s390x.s
erfc_s390x.s
erfinv.go
example_test.go math: add function examples. 2020-05-02 20:22:19 +00:00
exp.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
exp2_asm.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
exp2_noasm.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
exp_amd64.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
exp_amd64.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
exp_arm64.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
exp_asm.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
exp_noasm.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
exp_s390x.s
expm1.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
expm1_s390x.s
export_s390x_test.go
export_test.go
floor.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
floor_386.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
floor_amd64.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
floor_arm64.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
floor_asm.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
floor_noasm.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
floor_ppc64x.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
floor_s390x.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
floor_wasm.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
fma.go math: simplify comparison in FMA when swapping p and z 2021-03-29 06:45:05 +00:00
frexp.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
gamma.go
huge_test.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
hypot.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
hypot_386.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
hypot_amd64.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
hypot_asm.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
hypot_noasm.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
j0.go
j1.go
jn.go
ldexp.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
lgamma.go
log.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
log1p.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
log1p_s390x.s
log10.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
log10_s390x.s
log_amd64.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
log_asm.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
log_s390x.s
log_stub.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
logb.go
mod.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
modf.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
modf_arm64.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
modf_asm.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
modf_noasm.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
modf_ppc64x.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
nextafter.go
pow.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
pow10.go
pow_s390x.s
remainder.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
signbit.go
sin.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
sin_s390x.s
sincos.go
sinh.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
sinh_s390x.s
sqrt.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
sqrt_386.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
sqrt_amd64.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
sqrt_arm.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
sqrt_arm64.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
sqrt_asm.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
sqrt_mipsx.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
sqrt_noasm.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
sqrt_ppc64x.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
sqrt_riscv64.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
sqrt_s390x.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
sqrt_wasm.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
stubs.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
stubs_s390x.s math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
tan.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
tan_s390x.s
tanh.go math: avoid assembly stubs 2021-04-15 15:48:19 +00:00
tanh_s390x.s
trig_reduce.go math/cmplx: implement Payne-Hanek range reduction 2020-03-14 04:12:41 +00:00
unsafe.go