Home
last modified time | relevance | path

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

/external/guava/guava-tests/benchmark/com/google/common/math/
DDoubleMathBenchmark.java76 @Benchmark int isPowerOfTwo(int reps) { in isPowerOfTwo() method in DoubleMathBenchmark
/external/clang/include/clang/AST/
DCharUnits.h129 bool isPowerOfTwo() const { in isPowerOfTwo() function
/external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/
DBigIntegerMath.java53 public static boolean isPowerOfTwo(BigInteger x) { in isPowerOfTwo() method in BigIntegerMath
DLongMath.java56 public static boolean isPowerOfTwo(long x) { in isPowerOfTwo() method in LongMath
DIntMath.java59 public static boolean isPowerOfTwo(int x) { in isPowerOfTwo() method in IntMath
/external/guava/guava/src/com/google/common/math/
DIntMath.java62 public static boolean isPowerOfTwo(int x) { in isPowerOfTwo() method in IntMath
DDoubleMath.java197 public static boolean isPowerOfTwo(double x) { in isPowerOfTwo() method in DoubleMath
DLongMath.java61 public static boolean isPowerOfTwo(long x) { in isPowerOfTwo() method in LongMath
DBigIntegerMath.java55 public static boolean isPowerOfTwo(BigInteger x) { in isPowerOfTwo() method in BigIntegerMath
/external/skia/tests/
DDetermineDomainModeTest.cpp122 bool isPowerOfTwo, in create_proxy()
/external/skqp/tests/
DDetermineDomainModeTest.cpp122 bool isPowerOfTwo, in create_proxy()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DValueTracking.cpp715 bool llvm::isPowerOfTwo(Value *V, const TargetData *TD, unsigned Depth) { in isPowerOfTwo() function in llvm
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp303 bool isPowerOfTwo (T value) in isPowerOfTwo() function