Searched refs:pot_log2 (Results 1 – 4 of 4) sorted by relevance
187 ceil_log2(cols) - pot_log2(kernel_cols); in GetRectangularness()193 std::max(0, floor_log2(rows) - pot_log2(kernel_rows) - in GetRectangularness()199 ceil_log2(rows) - pot_log2(kernel_rows); in GetRectangularness()205 std::max(0, floor_log2(cols) - pot_log2(kernel_cols) - in GetRectangularness()358 const int kernel_rows_log2 = pot_log2(kernel_rows); in MakeBlockMap()359 const int kernel_cols_log2 = pot_log2(kernel_cols); in MakeBlockMap()444 pot_log2(kernel_rows); in MakeBlockMap()448 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()
195 storage_.perchannel_buffers_capacity_rounding_log2 = pot_log2(value); in set_perchannel_buffers_capacity_rounding()
Completed in 10 milliseconds