Home | History | Annotate | Download | only in mips

Lines Matching defs:isPowerOfTwo

2193 static bool isPowerOfTwo(int x)
2224 if (lit < 2 || !isPowerOfTwo(lit)) {
2282 } else if (isPowerOfTwo(lit)) {
2286 } else if (isPowerOfTwo(lit + 1)) {