Lines Matching defs:TEST
22 TEST(IsPow2, Int_Negative) {
29 TEST(IsPow2, Zero) {
37 TEST(IsPow2, Int_Positive_PowersOf2) {
48 TEST(IsPow2, Int_Positive_NonPowersOf2) {
54 TEST(IsPow2, Uint_Positive_PowersOf2) {
65 TEST(IsPow2, Uint_Positive_NonPowersOf2) {
71 TEST(IntLog2, Int) {
105 TEST(IntLog2, Uint) {
140 TEST(IntLog2, Int64) {
152 TEST(IntLog2, Uint64) {