Searched refs:test_round_up_to_next_power_of_two (Results 1 – 1 of 1) sorted by relevance
76 void test_round_up_to_next_power_of_two(Integer x) { in test_round_up_to_next_power_of_two() function84 void test_round_up_to_next_power_of_two() { in test_round_up_to_next_power_of_two() function88 test_round_up_to_next_power_of_two(x); in test_round_up_to_next_power_of_two()89 test_round_up_to_next_power_of_two(Random() % N); in test_round_up_to_next_power_of_two()124 test_round_up_to_next_power_of_two<std::int8_t>(); in test_math_helpers()125 test_round_up_to_next_power_of_two<std::uint8_t>(); in test_math_helpers()126 test_round_up_to_next_power_of_two<std::int16_t>(); in test_math_helpers()127 test_round_up_to_next_power_of_two<std::uint16_t>(); in test_math_helpers()128 test_round_up_to_next_power_of_two<std::int32_t>(); in test_math_helpers()129 test_round_up_to_next_power_of_two<std::uint32_t>(); in test_math_helpers()