/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtc/ |
H A D | round.inl | 216 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/ |
D | round.inl | 216 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 D | LockFreeQueue.h | 61 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 D | DoubleMathBenchmark.java | 80 int isPowerOfTwo(int reps) { in isPowerOfTwo() method in DoubleMathBenchmark
|
/aosp_15_r20/external/guava/guava-tests/benchmark/com/google/common/math/ |
H A D | DoubleMathBenchmark.java | 80 int isPowerOfTwo(int reps) { in isPowerOfTwo() method in DoubleMathBenchmark
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | CharUnits.h | 129 bool isPowerOfTwo() const { in isPowerOfTwo() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | CharUnits.h | 135 bool isPowerOfTwo() const { in isPowerOfTwo() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | CharUnits.h | 135 bool isPowerOfTwo() const { in isPowerOfTwo() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | CharUnits.h | 135 bool isPowerOfTwo() const { in isPowerOfTwo() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | CharUnits.h | 135 bool isPowerOfTwo() const { in isPowerOfTwo() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/strconv/ |
D | itoa.go | 203 func isPowerOfTwo(x int) bool { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | slice.go | 350 func isPowerOfTwo(x uintptr) bool { func
|
/aosp_15_r20/external/pffft/ |
H A D | pffft.hpp | 130 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 D | DoubleMath.java | 205 public static boolean isPowerOfTwo(double x) { in isPowerOfTwo() method in DoubleMath
|
H A D | BigIntegerMath.java | 73 public static boolean isPowerOfTwo(BigInteger x) { in isPowerOfTwo() method in BigIntegerMath
|
H A D | IntMath.java | 91 public static boolean isPowerOfTwo(int x) { in isPowerOfTwo() method in IntMath
|
/aosp_15_r20/external/guava/guava/src/com/google/common/math/ |
H A D | DoubleMath.java | 205 public static boolean isPowerOfTwo(double x) { in isPowerOfTwo() method in DoubleMath
|
H A D | BigIntegerMath.java | 73 public static boolean isPowerOfTwo(BigInteger x) { in isPowerOfTwo() method in BigIntegerMath
|
H A D | IntMath.java | 91 public static boolean isPowerOfTwo(int x) { in isPowerOfTwo() method in IntMath
|
/aosp_15_r20/frameworks/av/cmds/screenrecord/ |
H A D | TextRenderer.cpp | 62 static bool isPowerOfTwo(uint32_t val) { in isPowerOfTwo() function
|
/aosp_15_r20/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
D | BootSector.java | 295 private static boolean isPowerOfTwo(int n) { in isPowerOfTwo() method in BootSector
|
/aosp_15_r20/external/gwp_asan/gwp_asan/ |
H A D | guarded_pool_allocator.cpp | 38 bool isPowerOfTwo(uintptr_t X) { return (X & (X - 1)) == 0; } in isPowerOfTwo() function
|
/aosp_15_r20/external/scudo/standalone/ |
H A D | common.h | 31 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 D | ArithmeticUtils.java | 842 public static boolean isPowerOfTwo(long n) { in isPowerOfTwo() method in ArithmeticUtils
|
/aosp_15_r20/system/netd/server/ |
H A D | BandwidthControllerTest.cpp | 159 bool isPowerOfTwo = uidBillingMask && (uidBillingMask & (uidBillingMask - 1)) == 0; in TEST_F() local
|