| /external/oboe/samples/RhythmGame/src/main/cpp/utils/ | 
| D | LockFreeQueue.h | 61     static constexpr bool isPowerOfTwo(uint32_t n) { return (n & (n - 1)) == 0; }  in isPowerOfTwo()  function
  | 
| /external/guava/android/guava-tests/benchmark/com/google/common/math/ | 
| D | DoubleMathBenchmark.java | 80   int isPowerOfTwo(int reps) {  in isPowerOfTwo()  method in DoubleMathBenchmark
  | 
| /external/guava/guava-tests/benchmark/com/google/common/math/ | 
| D | DoubleMathBenchmark.java | 80   int isPowerOfTwo(int reps) {  in isPowerOfTwo()  method in DoubleMathBenchmark
  | 
| /external/clang/include/clang/AST/ | 
| D | CharUnits.h | 129       bool isPowerOfTwo() const {  in isPowerOfTwo()  function
  | 
| /external/oboe/samples/RhythmGame/third_party/glm/gtc/ | 
| D | round.inl | 216 	GLM_FUNC_QUALIFIER bool isPowerOfTwo(genType Value)  function 223 	GLM_FUNC_QUALIFIER vecType<bool, P> isPowerOfTwo(vecType<T, P> const & Value)  function
  | 
| /external/guava/android/guava/src/com/google/common/math/ | 
| D | DoubleMath.java | 200   public static boolean isPowerOfTwo(double x) {  in isPowerOfTwo()  method in DoubleMath
  | 
| D | BigIntegerMath.java | 78   public static boolean isPowerOfTwo(BigInteger x) {  in isPowerOfTwo()  method in BigIntegerMath
  | 
| D | IntMath.java | 94   public static boolean isPowerOfTwo(int x) {  in isPowerOfTwo()  method in IntMath
  | 
| D | LongMath.java | 98   public static boolean isPowerOfTwo(long x) {  in isPowerOfTwo()  method in LongMath
  | 
| /external/guava/guava/src/com/google/common/math/ | 
| D | DoubleMath.java | 200   public static boolean isPowerOfTwo(double x) {  in isPowerOfTwo()  method in DoubleMath
  | 
| D | BigIntegerMath.java | 78   public static boolean isPowerOfTwo(BigInteger x) {  in isPowerOfTwo()  method in BigIntegerMath
  | 
| D | IntMath.java | 94   public static boolean isPowerOfTwo(int x) {  in isPowerOfTwo()  method in IntMath
  | 
| D | LongMath.java | 98   public static boolean isPowerOfTwo(long x) {  in isPowerOfTwo()  method in LongMath
  | 
| /external/scudo/standalone/ | 
| D | common.h | 30 inline constexpr bool isPowerOfTwo(uptr X) { return (X & (X - 1)) == 0; }  in isPowerOfTwo()  function
  | 
| /external/gwp_asan/gwp_asan/ | 
| D | guarded_pool_allocator.cpp | 38 bool isPowerOfTwo(uintptr_t X) { return (X & (X - 1)) == 0; }  in isPowerOfTwo()  function
  | 
| /external/pffft/ | 
| D | pffft.hpp | 130   static bool isPowerOfTwo(int N) { return pffft_is_power_of_two(N) ? true : false; }  in isPowerOfTwo()  function in pffft::Fft 385 inline bool isPowerOfTwo(int N) {  in isPowerOfTwo()  function
  | 
| /external/deqp/external/vulkancts/modules/vulkan/api/ | 
| D | vktApiObjectManagementTests.cpp | 349 bool isPowerOfTwo (T value)  in isPowerOfTwo()  function
  |