Home | History | Annotate | Download | only in mips

Lines Matching refs:isPowerOfTwo

2201 static bool isPowerOfTwo(int x)
2232 if (lit < 2 || !isPowerOfTwo(lit)) {
2290 } else if (isPowerOfTwo(lit)) {
2294 } else if (isPowerOfTwo(lit + 1)) {