Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dvecmath.cpp350 const float inv_x = 1.0f / (right - left); in Ortho2D() local
353 result.f_[0] = 2.0f * inv_x; in Ortho2D()
368 result.f_[12] = -(right + left) * inv_x; in Ortho2D()