go/src/math/bits
Martin Möhrmann 8c4170b2c9 math/bits: move tests into their own package
This makes math/bits not have any explicit imports even
when compiling tests and thereby avoids import cycles when
dependencies of testing want to import math/bits.

Change-Id: I95eccae2f5c4310e9b18124abfa85212dfbd9daa
Reviewed-on: https://go-review.googlesource.com/110479
Run-TryBot: Martin Möhrmann <moehrmann@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-05-01 15:33:01 +00:00
..
bits.go math/bits: support negative rotation count and remove RotateRight 2017-04-11 23:57:24 +00:00
bits_tables.go math/bits: faster LeadingZeros and Len functions 2017-02-28 20:55:13 +00:00
bits_test.go math/bits: move tests into their own package 2018-05-01 15:33:01 +00:00
example_test.go math/bits: add examples for right rotation 2017-11-03 20:12:07 +00:00
export_test.go math/bits: move tests into their own package 2018-05-01 15:33:01 +00:00
make_examples.go math/bits: add examples for right rotation 2017-11-03 20:12:07 +00:00
make_tables.go math/bits: faster LeadingZeros and Len functions 2017-02-28 20:55:13 +00:00