Home
last modified time | relevance | path

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

/external/ruy/ruy/
Dblock_map.cc186 ceil_log2(cols) - pot_log2(kernel_cols); in GetRectangularness()
192 std::max(0, floor_log2(rows) - pot_log2(kernel_rows) - in GetRectangularness()
198 ceil_log2(rows) - pot_log2(kernel_rows); in GetRectangularness()
204 std::max(0, floor_log2(cols) - pot_log2(kernel_cols) - in GetRectangularness()
357 const int kernel_rows_log2 = pot_log2(kernel_rows); in MakeBlockMap()
358 const int kernel_cols_log2 = pot_log2(kernel_cols); in MakeBlockMap()
443 pot_log2(kernel_rows); in MakeBlockMap()
447 pot_log2(kernel_cols); in MakeBlockMap()
Dsize_util.h77 Integer pot_log2(Integer n) { in pot_log2() function
Dsize_util_test.cc39 EXPECT_EQ(floor_log2(value), pot_log2(value)); in SizeUtilTestValue()
Dmul_params.h201 storage_.perchannel_buffers_capacity_rounding_log2 = pot_log2(value); in set_perchannel_buffers_capacity_rounding()