Home
last modified time | relevance | path

Searched defs:isPowerOfTwo (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Dround.inl216 GLM_FUNC_QUALIFIER bool isPowerOfTwo(genType Value) function
223 GLM_FUNC_QUALIFIER vecType<bool, P> isPowerOfTwo(vecType<T, P> const & Value) function
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dround.inl216 GLM_FUNC_QUALIFIER bool isPowerOfTwo(genType Value) function
223 GLM_FUNC_QUALIFIER vecType<bool, P> isPowerOfTwo(vecType<T, P> const & Value) function
/aosp_15_r20/external/oboe/samples/RhythmGame/src/main/cpp/utils/
H A DLockFreeQueue.h61 static constexpr bool isPowerOfTwo(uint32_t n) { return (n & (n - 1)) == 0; } in isPowerOfTwo() function
/aosp_15_r20/external/guava/android/guava-tests/benchmark/com/google/common/math/
H A DDoubleMathBenchmark.java80 int isPowerOfTwo(int reps) { in isPowerOfTwo() method in DoubleMathBenchmark
/aosp_15_r20/external/guava/guava-tests/benchmark/com/google/common/math/
H A DDoubleMathBenchmark.java80 int isPowerOfTwo(int reps) { in isPowerOfTwo() method in DoubleMathBenchmark
/aosp_15_r20/external/clang/include/clang/AST/
H A DCharUnits.h129 bool isPowerOfTwo() const { in isPowerOfTwo() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DCharUnits.h135 bool isPowerOfTwo() const { in isPowerOfTwo() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DCharUnits.h135 bool isPowerOfTwo() const { in isPowerOfTwo() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DCharUnits.h135 bool isPowerOfTwo() const { in isPowerOfTwo() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DCharUnits.h135 bool isPowerOfTwo() const { in isPowerOfTwo() function
/aosp_15_r20/prebuilts/go/linux-x86/src/strconv/
Ditoa.go203 func isPowerOfTwo(x int) bool { func
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dslice.go350 func isPowerOfTwo(x uintptr) bool { func
/aosp_15_r20/external/pffft/
H A Dpffft.hpp130 static bool isPowerOfTwo(int N) { return pffft_is_power_of_two(N) ? true : false; } in isPowerOfTwo() function in pffft::Fft
385 inline bool isPowerOfTwo(int N) { in isPowerOfTwo() function
/aosp_15_r20/external/guava/android/guava/src/com/google/common/math/
H A DDoubleMath.java205 public static boolean isPowerOfTwo(double x) { in isPowerOfTwo() method in DoubleMath
H A DBigIntegerMath.java73 public static boolean isPowerOfTwo(BigInteger x) { in isPowerOfTwo() method in BigIntegerMath
H A DIntMath.java91 public static boolean isPowerOfTwo(int x) { in isPowerOfTwo() method in IntMath
/aosp_15_r20/external/guava/guava/src/com/google/common/math/
H A DDoubleMath.java205 public static boolean isPowerOfTwo(double x) { in isPowerOfTwo() method in DoubleMath
H A DBigIntegerMath.java73 public static boolean isPowerOfTwo(BigInteger x) { in isPowerOfTwo() method in BigIntegerMath
H A DIntMath.java91 public static boolean isPowerOfTwo(int x) { in isPowerOfTwo() method in IntMath
/aosp_15_r20/frameworks/av/cmds/screenrecord/
H A DTextRenderer.cpp62 static bool isPowerOfTwo(uint32_t val) { in isPowerOfTwo() function
/aosp_15_r20/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DBootSector.java295 private static boolean isPowerOfTwo(int n) { in isPowerOfTwo() method in BootSector
/aosp_15_r20/external/gwp_asan/gwp_asan/
H A Dguarded_pool_allocator.cpp38 bool isPowerOfTwo(uintptr_t X) { return (X & (X - 1)) == 0; } in isPowerOfTwo() function
/aosp_15_r20/external/scudo/standalone/
H A Dcommon.h31 inline constexpr bool isPowerOfTwo(uptr X) { in isPowerOfTwo() function
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/util/
H A DArithmeticUtils.java842 public static boolean isPowerOfTwo(long n) { in isPowerOfTwo() method in ArithmeticUtils
/aosp_15_r20/system/netd/server/
H A DBandwidthControllerTest.cpp159 bool isPowerOfTwo = uidBillingMask && (uidBillingMask & (uidBillingMask - 1)) == 0; in TEST_F() local

12345678910>>...14