Searched refs:x2 (Results 1 – 9 of 9) sorted by relevance
META-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
901 float x2 = x_ * x_ * 2.0f; in ToMatrix() local915 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() local941 mat.f_[5] = 1.0f - z2 - x2; in ToMatrixPreserveTranslate()945 mat.f_[10] = 1.0f - x2 - y2; in ToMatrixPreserveTranslate()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...
META-INF/MANIFEST.MF META-INF/ org/ org/jacoco/ org/ ...
5236 _, y2, x2 = CloseExpression(clean_lines, y1, x1)5237 if x2 >= 0:5238 extended_line = clean_lines.elided[y2][x2:]