Home
last modified time | relevance | path

Searched defs:isPowerOfTwo (Results 1 – 15 of 15) sorted by relevance

/external/guava/guava-tests/benchmark/com/google/common/math/
DDoubleMathBenchmark.java80 int isPowerOfTwo(int reps) { in isPowerOfTwo() method in DoubleMathBenchmark
/external/guava/android/guava-tests/benchmark/com/google/common/math/
DDoubleMathBenchmark.java80 int isPowerOfTwo(int reps) { in isPowerOfTwo() method in DoubleMathBenchmark
/external/clang/include/clang/AST/
DCharUnits.h129 bool isPowerOfTwo() const { in isPowerOfTwo() function
/external/scudo/standalone/
Dcommon.h51 inline bool isPowerOfTwo(uptr X) { return (X & (X - 1)) == 0; } in isPowerOfTwo() function
/external/guava/guava/src/com/google/common/math/
DDoubleMath.java199 public static boolean isPowerOfTwo(double x) { in isPowerOfTwo() method in DoubleMath
DBigIntegerMath.java75 public static boolean isPowerOfTwo(BigInteger x) { in isPowerOfTwo() method in BigIntegerMath
DIntMath.java93 public static boolean isPowerOfTwo(int x) { in isPowerOfTwo() method in IntMath
DLongMath.java96 public static boolean isPowerOfTwo(long x) { in isPowerOfTwo() method in LongMath
/external/guava/android/guava/src/com/google/common/math/
DDoubleMath.java199 public static boolean isPowerOfTwo(double x) { in isPowerOfTwo() method in DoubleMath
DBigIntegerMath.java75 public static boolean isPowerOfTwo(BigInteger x) { in isPowerOfTwo() method in BigIntegerMath
DIntMath.java93 public static boolean isPowerOfTwo(int x) { in isPowerOfTwo() method in IntMath
DLongMath.java96 public static boolean isPowerOfTwo(long x) { in isPowerOfTwo() method in LongMath
/external/skia/tests/
DDetermineDomainModeTest.cpp124 bool isPowerOfTwo, in create_proxy()
/external/skqp/tests/
DDetermineDomainModeTest.cpp122 bool isPowerOfTwo, in create_proxy()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp312 bool isPowerOfTwo (T value) in isPowerOfTwo() function