Home
last modified time | relevance | path

Searched refs:ONE (Results 1 – 13 of 13) sorted by relevance

/test/testfwk/arkxtest/uitest/record/
Dmatrix4.cpp69 …determinant = matrix(ZERO, ZERO) * inverted(ZERO, ZERO) + matrix(ZERO, ONE) * inverted(ONE, ZERO) + in Invert()
92 matrix4x4_[ONE][ZERO] = m01; in Matrix4()
95 matrix4x4_[ZERO][ONE] = m10; in Matrix4()
96 matrix4x4_[ONE][ONE] = m11; in Matrix4()
97 matrix4x4_[TWO][ONE] = m12; in Matrix4()
98 matrix4x4_[THREE][ONE] = m13; in Matrix4()
100 matrix4x4_[ONE][TWO] = m21; in Matrix4()
104 matrix4x4_[ONE][THREE] = m31; in Matrix4()
130 …matrix(ONE, ONE) * matrix(TWO, TWO) * matrix(THREE, THREE) - matrix(ONE, ONE) * matrix(TWO, THREE)… in CreateInvert()
131 …matrix(THREE, TWO) - matrix(TWO, ONE) * matrix(ONE, TWO) * matrix(THREE, THREE) + matrix(TWO, ONE)… in CreateInvert()
[all …]
Dmatrix3.cpp23 double val1 = matrix3X3_[ZERO][ZERO] * matrix3X3_[ONE][ONE] * matrix3X3_[TWO][TWO]; in Invert()
24 double val2 = matrix3X3_[ZERO][ZERO] * matrix3X3_[ONE][TWO] * matrix3X3_[TWO][ONE]; in Invert()
25 double val3 = matrix3X3_[ONE][ZERO] * matrix3X3_[ZERO][ONE] * matrix3X3_[TWO][TWO]; in Invert()
26 double val4 = matrix3X3_[ONE][ZERO] * matrix3X3_[ZERO][TWO] * matrix3X3_[TWO][ONE]; in Invert()
27 double val5 = matrix3X3_[TWO][ZERO] * matrix3X3_[ZERO][ONE] * matrix3X3_[ONE][TWO]; in Invert()
28 double val6 = matrix3X3_[TWO][ZERO] * matrix3X3_[ZERO][TWO] * matrix3X3_[ONE][ONE]; in Invert()
35 matrix[ZERO][ZERO] = matrix3X3_[ONE][ONE] * matrix3X3_[TWO][TWO] - \ in Invert()
36 matrix3X3_[ONE][TWO] * matrix3X3_[TWO][ONE]; in Invert()
38 matrix[ZERO][ONE] = matrix3X3_[ZERO][TWO] * matrix3X3_[TWO][ONE] - \ in Invert()
39 matrix3X3_[ZERO][ONE] * matrix3X3_[TWO][TWO]; in Invert()
[all …]
Dleast_square_impl.cpp24 if (tVals_.size() <= ONE || (paramsNum_ != Matrix3::DIMENSION)) { in GetLSMParams()
38 int32_t size = countNum - ONE; in GetLSMParams()
46 size = countNum - ONE; in GetLSMParams()
58 matrixn3[i][TWO] = ONE; in GetLSMParams()
59 matrixn3[i][ONE] = value; in GetLSMParams()
79 matrixn4[i][THREE] = ONE; in GetLSMParams()
81 matrixn4[i][ONE] = value * value; in GetLSMParams()
Dvelocity_tracker.cpp63 xVelocity = linearParam * xAxis[ZERO] * xValue + xAxis[ONE]; in UpdateVelocity()
69 yVelocity = linearParam * yAxis[ZERO] * yValue + yAxis[ONE]; in UpdateVelocity()
Dui_record.cpp145 g_outFile << names[ONE] << ','; in WriteEventData()
348 std::cout << "Current ForAbility :" << names[ZERO] << ", " << names[ONE] << std::endl; in RecordInitEnv()
357 g_outFile << names[ONE] << ',' << std::endl; in RecordInitEnv()
/test/xts/tools/lite/checksum/src/
Dchecksum_sha256.c41 ZERO = 0, ONE, TWO, THREE, FOUR enumerator
76 return RotateRight(x, shift[ZERO]) ^ RotateRight(x, shift[ONE]) ^ ShiftRight(x, shift[TWO]); in CalcSigma0()
85 return RotateRight(x, shift[ZERO]) ^ RotateRight(x, shift[ONE]) ^ ShiftRight(x, shift[TWO]); in CalcSigma1()
110 return RotateRight(x, shift[ZERO]) ^ RotateRight(x, shift[ONE]) ^ RotateRight(x, shift[TWO]); in CalcEp0Value()
119 return RotateRight(x, shift[ZERO]) ^ RotateRight(x, shift[ONE]) ^ RotateRight(x, shift[TWO]); in CalcEp1Value()
156 t2 = mesg[j + ONE] << lenList[TWO]; in CalcSha256()
157 t3 = mesg[j + TWO] << lenList[ONE]; in CalcSha256()
163 unsigned int s1 = CalcSigma1(word[i - pos[ONE]]); in CalcSha256()
/test/testfwk/developer_test/examples/distributedb/test/distributedtest/common/
Ddistribute_demo.cpp64 EXPECT_TRUE(SendMessage(AGENT_NO::ONE, msgbuf, MSG_LENGTH));
76 EXPECT_TRUE(SendMessage(AGENT_NO::ONE, msgbuf, MAX_BUFF_LEN - DST_COMMAND_HEAD_LEN));
89 EXPECT_FALSE(SendMessage(AGENT_NO::ONE, msgbuf, MAX_BUFF_LEN - DST_COMMAND_HEAD_LEN + 1));
101 int ret = SendMessage(AGENT_NO::ONE, msgBuf, MSG_LENGTH,
122 RunCmdOnAgent(AGENT_NO::ONE, command, cmdArgs, expectValue);
136 RunCmdOnAgent(AGENT_NO::ONE, command, cmdArgs, expectValue);
239 RunCmdOnAgent(AGENT_NO::ONE, command, cmdArgs, expectValue);
/test/testfwk/developer_test/aw/cxx/distributed/
Ddistributed_cfg.h27 ONE = 1, enumerator
/test/testfwk/arkxtest/uitest/core/
Dcommon_utilities_hpp.h46 constexpr int32_t ONE = 1; variable
/test/xts/acts/bundlemanager/zlib/actszlibtest/
DActsZlibTest.cpp37 static int ONE = 1; variable
660 deflateTune(&c_stream, ONE, FOUR, EIGHT, ONE);
661 memLevel = ONE;
677 err = deflatePrime(&c_stream, EIGHT, ONE);
/test/xts/acts/global_lite/i18n_lite/week_plural_number/src/
Dweek_plural_number_test.cpp98 int expect = PluralRuleType::ONE;
/test/xts/acts/graphic/webGL/src/main/js/default/test/
DWebGL.test08.js1046 gl.blendFunc(gl.ZERO, gl.ONE);
DWebGL.test01.js764 gl.blendFuncSeparate(gl.SRC_COLOR, gl.DST_COLOR, gl.ONE, gl.ZERO);