Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dvecmath.h901 float x2 = x_ * x_ * 2.0f; in ToMatrix() local
915 mat.f_[5] = 1.0f - z2 - x2; in ToMatrix()
919 mat.f_[10] = 1.0f - x2 - y2; in ToMatrix()
927 float x2 = x_ * x_ * 2.0f; in ToMatrixPreserveTranslate() local
941 mat.f_[5] = 1.0f - z2 - x2; in ToMatrixPreserveTranslate()
945 mat.f_[10] = 1.0f - x2 - y2; in ToMatrixPreserveTranslate()
/tools/repohooks/tools/
Dcpplint.py5252 _, y2, x2 = CloseExpression(clean_lines, y1, x1)
5253 if x2 >= 0:
5254 extended_line = clean_lines.elided[y2][x2:]