Home
last modified time | relevance | path

Searched defs:is_power_of_two (Results 1 – 8 of 8) sorted by relevance

/external/libcxx/test/libcxx/containers/unord/
Dnext_pow2.pass.cpp29 is_power_of_two(unsigned long n) in is_power_of_two() function
/external/llvm-project/libcxx/test/libcxx/containers/unord/
Dnext_pow2.pass.cpp29 is_power_of_two(unsigned long n) in is_power_of_two() function
/external/OpenCL-CTS/test_common/harness/
DparseParameters.cpp220 bool is_power_of_two(int number) { return number && !(number & (number - 1)); } in is_power_of_two() function
/external/pffft/
Dpffft_common.c37 static int is_power_of_two(int N) { in is_power_of_two() function
/external/igt-gpu-tools/lib/
Digt_aux.h300 #define is_power_of_two(x) (((x) & ((x)-1)) == 0) macro
/external/igt-gpu-tools/overlay/
Doverlay.c53 #define is_power_of_two(x) (((x) & ((x)-1)) == 0) macro
/external/protobuf/php/ext/google/protobuf/
Dupb.c4351 static bool is_power_of_two(size_t val) { in is_power_of_two() function
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c5217 static bool is_power_of_two(size_t val) { in is_power_of_two() function