Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dvecmath.h764 Mat4& PostTranslate(float tx, float ty, float tz) { in PostTranslate() argument
765 f_[12] += (tx * f_[0]) + (ty * f_[4]) + (tz * f_[8]); in PostTranslate()
766 f_[13] += (tx * f_[1]) + (ty * f_[5]) + (tz * f_[9]); in PostTranslate()
767 f_[14] += (tx * f_[2]) + (ty * f_[6]) + (tz * f_[10]); in PostTranslate()
768 f_[15] += (tx * f_[3]) + (ty * f_[7]) + (tz * f_[11]); in PostTranslate()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/cellular/
Dcellular_traffic_power_test.py556 for tx in range(self.start_dbm, self.end_dbm + 1, self.step):
558 self.simulation.set_uplink_tx_power(tx)