Searched defs:isPowerOf2 (Results 1 – 9 of 9) sorted by relevance
41 constexpr bool isPowerOf2(int N) { return (!(N & (N - 1))); } in isPowerOf2() function
74 bool isPowerOf2() const { in isPowerOf2() function
484 public static boolean isPowerOf2(long n) { in isPowerOf2() method in FastFourierTransformer
27 static bool isPowerOf2(unsigned n) { in isPowerOf2() function
26 static bool isPowerOf2(unsigned n) { in isPowerOf2() function
468 bool isPowerOf2() const { in isPowerOf2() function
387 bool isPowerOf2() const { in isPowerOf2() function
391 bool isPowerOf2() const { in isPowerOf2() function
10532 bool UniformBlockMemberAlignNonPowerOf2Test::isPowerOf2(GLuint val) in test() function in gl4cts::EnhancedLayouts::UniformBlockMemberAlignNonPowerOf2Test