Home
last modified time | relevance | path

Searched refs:THREE (Results 1 – 6 of 6) sorted by relevance

/test/testfwk/arkxtest/uitest/record/
Dmatrix4.cpp61 result.matrix4x4_[TWO][THREE] = -1.0f / distance; in CreatePerspective()
70 matrix(ZERO, TWO) * inverted(TWO, ZERO) + matrix(ZERO, THREE) * inverted(THREE, ZERO); in Invert()
94 matrix4x4_[THREE][ZERO] = m03; in Matrix4()
98 matrix4x4_[THREE][ONE] = m13; in Matrix4()
102 matrix4x4_[THREE][TWO] = m23; in Matrix4()
103 matrix4x4_[ZERO][THREE] = m30; in Matrix4()
104 matrix4x4_[ONE][THREE] = m31; in Matrix4()
105 matrix4x4_[TWO][THREE] = m32; in Matrix4()
106 matrix4x4_[THREE][THREE] = m33; in Matrix4()
130 …matrix(ONE, ONE) * matrix(TWO, TWO) * matrix(THREE, THREE) - matrix(ONE, ONE) * matrix(TWO, THREE)… in CreateInvert()
[all …]
Dleast_square_impl.cpp79 matrixn4[i][THREE] = ONE; in GetLSMParams()
/test/xts/tools/lite/checksum/src/
Dchecksum_sha256.c41 ZERO = 0, ONE, TWO, THREE, FOUR enumerator
155 t1 = mesg[j] << lenList[THREE]; in CalcSha256()
158 t4 = mesg[j + THREE]; in CalcSha256()
164 word[i] = s1 + word[i - pos[TWO]] + s0 + word[i - pos[THREE]]; in CalcSha256()
/test/testfwk/developer_test/aw/cxx/distributed/
Ddistributed_cfg.h29 THREE = 3, enumerator
/test/testfwk/arkxtest/uitest/core/
Dcommon_utilities_hpp.h48 constexpr int32_t THREE = 3; variable
/test/testfwk/arkxtest/uitest/server/
Dserver_main.cpp217 modeOpt = argv[THREE]; in UiRecord()