Lines Matching full:bits
7 #include "src/base/bits.h"
19 namespace bits {
21 TEST(Bits, CountPopulation32) {
31 TEST(Bits, CountLeadingZeros32) {
41 TEST(Bits, CountTrailingZeros32) {
51 TEST(Bits, IsPowerOfTwo32) {
65 TEST(Bits, IsPowerOfTwo64) {
79 TEST(Bits, RoundUpToPowerOfTwo32) {
95 TEST(Bits, RoundDownToPowerOfTwo32) {
105 TEST(Bits, RotateRight32) {
115 TEST(Bits, RotateRight64) {
125 TEST(Bits, SignedAddOverflow32) {
147 TEST(Bits, SignedSubOverflow32) {
165 } // namespace bits