Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_performance_test_utils/
Dbokeh_figure.py128 for idx, xy in enumerate(
130 if not math.isnan(xy[1]):
131 x_data_filtered.append(xy[0])
132 y_data_filtered.append(xy[1])
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dvecmath.h904 float xy = x_ * y_ * 2.0f; in ToMatrix() local
912 mat.f_[1] = xy + zw; in ToMatrix()
914 mat.f_[4] = xy - zw; in ToMatrix()
930 float xy = x_ * y_ * 2.0f; in ToMatrixPreserveTranslate() local
938 mat.f_[1] = xy + zw; in ToMatrixPreserveTranslate()
940 mat.f_[4] = xy - zw; in ToMatrixPreserveTranslate()