Searched refs:isPowerOfTwo (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/compiler/codegen/arm/
H A DCodegenDriver.cpp2141 static bool isPowerOfTwo(int x) function
2172 if (lit < 2 || !isPowerOfTwo(lit)) {
2230 } else if (isPowerOfTwo(lit)) {
2234 } else if (isPowerOfTwo(lit + 1)) {

Completed in 24 milliseconds