Searched refs:THREE (Results 1 – 6 of 6) sorted by relevance
/test/testfwk/arkxtest/uitest/record/ |
D | matrix4.cpp | 61 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 …]
|
D | least_square_impl.cpp | 79 matrixn4[i][THREE] = ONE; in GetLSMParams()
|
/test/xts/tools/lite/checksum/src/ |
D | checksum_sha256.c | 41 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/ |
D | distributed_cfg.h | 29 THREE = 3, enumerator
|
/test/testfwk/arkxtest/uitest/core/ |
D | common_utilities_hpp.h | 48 constexpr int32_t THREE = 3; variable
|
/test/testfwk/arkxtest/uitest/server/ |
D | server_main.cpp | 217 modeOpt = argv[THREE]; in UiRecord()
|