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

  /external/llvm/include/llvm/ADT/
APInt.h 369 return isNegative() && isPowerOf2();
387 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...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcManager.cpp     [all...]

Completed in 757 milliseconds