Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dvecmath.h902 float y2 = y_ * y_ * 2.0f; in ToMatrix() local
911 mat.f_[0] = 1.0f - y2 - z2; in ToMatrix()
919 mat.f_[10] = 1.0f - x2 - y2; in ToMatrix()
928 float y2 = y_ * y_ * 2.0f; in ToMatrixPreserveTranslate() local
937 mat.f_[0] = 1.0f - y2 - z2; in ToMatrixPreserveTranslate()
945 mat.f_[10] = 1.0f - x2 - y2; in ToMatrixPreserveTranslate()
/tools/repohooks/tools/
Dcpplint.py5252 _, y2, x2 = CloseExpression(clean_lines, y1, x1)
5254 extended_line = clean_lines.elided[y2][x2:]
5255 if y2 < clean_lines.NumLines() - 1:
5256 extended_line += clean_lines.elided[y2 + 1]