HomeSort by relevance Sort by last modified time
    Searched defs:isPowerOfTwo (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/
PageBlock.h 34 inline bool isPowerOfTwo(size_t size) { return !(size & (size - 1)); }
81 using WTF::isPowerOfTwo;
  /external/clang/include/clang/AST/
CharUnits.h 128 /// isPowerOfTwo - Test whether the quantity is a power of two.
130 bool isPowerOfTwo() const {
  /frameworks/base/libs/hwui/
SkiaShader.h 160 inline bool isPowerOfTwo(unsigned int n) {
  /external/llvm/lib/Analysis/
ValueTracking.cpp 711 /// isPowerOfTwo - Return true if the given value is known to have exactly one
715 bool llvm::isPowerOfTwo(Value *V, const TargetData *TD, unsigned Depth) {
735 return isPowerOfTwo(ZI->getOperand(0), TD, Depth);
738 return isPowerOfTwo(SI->getTrueValue(), TD, Depth) &&
739 isPowerOfTwo(SI->getFalseValue(), TD, Depth);
748 return isPowerOfTwo(PEO->getOperand(0), TD, Depth);
    [all...]
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp     [all...]

Completed in 247 milliseconds