Home
last modified time | relevance | path

Searched defs:next_power_of_two (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/utils/hmaptool/
Dhmaptool157 def next_power_of_two(value): function
/external/pffft/
Dpffft_common.c23 static int next_power_of_two(int N) { in next_power_of_two() function
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtopk_ops.cc190 int32 next_power_of_two = 1U << log2_ceiling; in CreateTopKUnique() local
269 uint32 next_power_of_two = 1U << log2_ceiling; in CreateMakeUnique() local
/external/libdrm/radeon/
Dradeon_surface.c149 static unsigned next_power_of_two(unsigned x) in next_power_of_two() function
/external/OpenCL-CTS/test_common/harness/
DimageHelpers.cpp321 uint32_t next_power_of_two(uint32_t v) in next_power_of_two() function