Home
last modified time | relevance | path

Searched refs:recipLen (Results 1 – 1 of 1) sorted by relevance

/cts/tests/openglperf2/jni/graphics/
DMatrix.cpp291 float recipLen = 1.0f / len; in newRotate() local
292 x *= recipLen; in newRotate()
293 y *= recipLen; in newRotate()
294 z *= recipLen; in newRotate()