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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
Common.h 233 template <class T> bool IsPow2(T powerOf2)
245 assert(IsPow2(powerOf2));
251 assert(IsPow2(powerOf2));
  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
AsmParser.cpp 218 bool ParseDirectiveAlign(bool IsPow2, unsigned ValueSize);
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 433 bool parseDirectiveAlign(bool IsPow2, unsigned ValueSize);
    [all...]

Completed in 253 milliseconds