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/vulkan-validation-layers/libs/glm/gtx/
Dbit.inl81 GLM_FUNC_QUALIFIER bool isPowerOfTwo(genType const & Value) function
94 GLM_FUNC_QUALIFIER detail::tvec2<bool, P> isPowerOfTwo function
105 GLM_FUNC_QUALIFIER detail::tvec3<bool, P> isPowerOfTwo function
117 GLM_FUNC_QUALIFIER detail::tvec4<bool, P> isPowerOfTwo function
/external/guava/guava/src/com/google/common/math/
DIntMath.java62 public static boolean isPowerOfTwo(int x) { in isPowerOfTwo() method in IntMath
DLongMath.java61 public static boolean isPowerOfTwo(long x) { in isPowerOfTwo() method in LongMath
DDoubleMath.java197 public static boolean isPowerOfTwo(double x) { in isPowerOfTwo() method in DoubleMath
DBigIntegerMath.java55 public static boolean isPowerOfTwo(BigInteger x) { in isPowerOfTwo() method in BigIntegerMath
/external/skia/tests/
DDetermineDomainModeTest.cpp133 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.cpp292 bool isPowerOfTwo (T value) in isPowerOfTwo() function