Home
last modified time | relevance | path

Searched refs:test_round_up_to_next_power_of_two (Results 1 – 1 of 1) sorted by relevance

/external/gemmlowp/test/
Dtest_math_helpers.cc76 void test_round_up_to_next_power_of_two(Integer x) { in test_round_up_to_next_power_of_two() function
84 void test_round_up_to_next_power_of_two() { in test_round_up_to_next_power_of_two() function
88 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()