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

  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLutils.cpp 18 bool isPowerOf2(int num) {
  /external/llvm/include/llvm/ADT/
APInt.h 370 return BitWidth == 1 ? VAL == 1 : isNegative() && isPowerOf2();
388 bool isPowerOf2() const {
    [all...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcManager.cpp     [all...]

Completed in 81 milliseconds