Home | History | Annotate | Download | only in unit

Lines Matching refs:zu

47 	TEST_POW2_CEIL(size_t, zu, "zu");
57 expect_zu_le(input, (ZU(1) << answer),
58 "Got %u as lg_ceil of %zu", answer, input);
59 expect_zu_gt(input, (ZU(1) << (answer - 1)),
60 "Got %u as lg_ceil of %zu", answer, input);
69 expect_zu_ge(input, (ZU(1) << answer),
70 "Got %u as lg_floor of %zu", answer, input);
71 expect_zu_lt(input, (ZU(1) << (answer + 1)),
72 "Got %u as lg_floor of %zu", answer, input);
144 TEST_FFS(size_t, zu, zu, "zu");
188 TEST_FLS(size_t, zu, zu, "zu");