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

  /external/llvm/include/llvm/ADT/
APInt.h 369 return isNegative() && isPowerOf2();
387 bool isPowerOf2() const {
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
APInt.h 345 return BitWidth == 1 ? VAL == 1 : isNegative() && isPowerOf2();
367 bool isPowerOf2() const {
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTDecompress.cpp 502 @Function isPowerOf2
509 static bool isPowerOf2( unsigned int input )
546 _ASSERT(isPowerOf2(YSize));
547 _ASSERT(isPowerOf2(XSize));
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
APInt.h 373 return isNegative() && isPowerOf2();
391 bool isPowerOf2() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 375 return isNegative() && isPowerOf2();
393 bool isPowerOf2() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 375 return isNegative() && isPowerOf2();
393 bool isPowerOf2() const {
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/transform/
FastFourierTransformer.java 484 public static boolean isPowerOf2(long n) {
495 if (!isPowerOf2(d.length)) {
508 if (!isPowerOf2(o.length)) {
    [all...]
  /external/clang/lib/CodeGen/
SwiftCallingConv.cpp 27 static bool isPowerOf2(unsigned n) {
403 assert(isPowerOf2(unitSize.getQuantity()));
605 if (!isPowerOf2(size)) {
652 if (numElts >= 4 && isPowerOf2(numElts)) {
715 if (numElts > 2 && !isPowerOf2(numElts) &&
  /frameworks/av/media/libeffects/dynamicsproc/dsp/
DPFrequency.cpp 34 static inline bool isPowerOf2(unsigned long n) {
154 if (!isPowerOf2(blockSize)) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
APInt.h 425 return isNegative() && isPowerOf2();
443 bool isPowerOf2() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
APInt.h 425 return isNegative() && isPowerOf2();
443 bool isPowerOf2() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
APInt.h 457 bool isPowerOf2() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
APInt.h 457 bool isPowerOf2() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
APInt.h 457 bool isPowerOf2() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
APInt.h 457 bool isPowerOf2() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
APInt.h 425 return isNegative() && isPowerOf2();
443 bool isPowerOf2() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
APInt.h 425 return isNegative() && isPowerOf2();
443 bool isPowerOf2() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
APInt.h 457 bool isPowerOf2() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
APInt.h 457 bool isPowerOf2() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
APInt.h 457 bool isPowerOf2() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
APInt.h 457 bool isPowerOf2() const {
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cEnhancedLayoutsTests.cpp     [all...]

Completed in 798 milliseconds