1
0
mirror of https://github.com/golang/go synced 2024-11-20 05:04:43 -07:00
go/src/math/big
Robert Griesemer f3d3328988 math/big: move "bits" operations used for Float tests into separate file
This is a pure code move without any semantic change.

Change-Id: I2c18efc858955d07949b1241e793232f2cf1deb9
Reviewed-on: https://go-review.googlesource.com/6821
Reviewed-by: Alan Donovan <adonovan@google.com>
2015-03-06 01:36:59 +00:00
..
accuracy_string.go math/big: use stringer for enum String() methods 2015-03-04 18:24:34 +00:00
arith_386.s math/big: faster assembly kernels for AddVx/SubVx for 386. 2015-01-08 20:58:59 +00:00
arith_amd64.s math/big: faster assembly kernels for AddVx/SubVx for amd64. 2015-01-08 16:57:11 +00:00
arith_amd64p32.s
arith_arm.s
arith_decl.go
arith_ppc64x.s all: power64 is now ppc64 2014-12-05 19:13:20 -05:00
arith_test.go math/big: faster "pure Go" addition/subtraction for long vectors 2015-01-08 17:00:59 +00:00
arith.go math/big: faster "pure Go" addition/subtraction for long vectors 2015-01-08 17:00:59 +00:00
bits_test.go math/big: move "bits" operations used for Float tests into separate file 2015-03-06 01:36:59 +00:00
calibrate_test.go
decimal_test.go math/big: implemented decimal rounding for Float-to-string conversion 2015-02-04 21:06:37 +00:00
decimal.go math/big: implemented decimal rounding for Float-to-string conversion 2015-02-04 21:06:37 +00:00
example_test.go
float_test.go math/big: move "bits" operations used for Float tests into separate file 2015-03-06 01:36:59 +00:00
float.go math/big: reenable TestFloatAdd32 (used to fail on 32bit platforms) 2015-03-04 18:24:53 +00:00
floatconv_test.go math/big: fix several issues with string->Float conversion 2015-02-24 17:35:25 +00:00
floatconv.go math/big: use stringer for enum String() methods 2015-03-04 18:24:34 +00:00
floatexample_test.go math/big: use stringer for enum String() methods 2015-03-04 18:24:34 +00:00
ftoa.go math/big: simplified formatting logic 2015-02-05 22:19:42 +00:00
gcd_test.go
hilbert_test.go
int_test.go math/big: apply a round of go vet 2015-02-25 23:10:14 +00:00
int.go math/big: incorporated feedback from prior TBR reviews 2015-02-23 18:09:36 +00:00
intconv_test.go math/big: split int conversion routines and tests into separate files 2015-01-30 23:02:35 +00:00
intconv.go math/big: split int conversion routines and tests into separate files 2015-01-30 23:02:35 +00:00
nat_test.go math/big: split nat conversion routines and tests into separate files 2015-01-30 23:01:56 +00:00
nat.go math/big: split nat conversion routines and tests into separate files 2015-01-30 23:01:56 +00:00
natconv_test.go math/big: only permit bases 2, 10, 16 when scanning number w/ "decimal" point 2015-02-14 01:00:30 +00:00
natconv.go math/big: incorporated feedback from prior TBR reviews 2015-02-23 18:09:36 +00:00
rat_test.go math/big: split rat conversion routines and tests into separate files 2015-01-30 23:02:51 +00:00
rat.go math/big: split rat conversion routines and tests into separate files 2015-01-30 23:02:51 +00:00
ratconv_test.go math/big: split rat conversion routines and tests into separate files 2015-01-30 23:02:51 +00:00
ratconv.go math/big: don't scan past a binary exponent if not accepted syntactically 2015-02-14 01:01:19 +00:00
roundingmode_string.go math/big: use stringer for enum String() methods 2015-03-04 18:24:34 +00:00