Searched refs:pot_log2 (Results 1 – 4 of 4) sorted by relevance
186 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()
77 Integer pot_log2(Integer n) { in pot_log2() function
39 EXPECT_EQ(floor_log2(value), pot_log2(value)); in SizeUtilTestValue()
201 storage_.perchannel_buffers_capacity_rounding_log2 = pot_log2(value); in set_perchannel_buffers_capacity_rounding()