Home
last modified time | relevance | path

Searched defs:ceilPow2 (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
Dmathutil.h37 inline unsigned int ceilPow2(unsigned int x) in ceilPow2() function
/external/swiftshader/src/OpenGL/libGLESv2/
Dmathutil.h38 inline unsigned int ceilPow2(unsigned int x) in ceilPow2() function
/external/swiftshader/src/Common/
DMath.hpp219 inline int ceilPow2(int x) in ceilPow2() function
/external/swiftshader/src/System/
DMath.hpp219 inline int ceilPow2(int x) in ceilPow2() function
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java1374 Method ceilPow2 = getMethod(); in testWhileLoop() local