/test/testfwk/arkxtest/uitest/record/ |
D | matrix3.cpp | 23 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() 38 matrix[ZERO][ONE] = matrix3X3_[ZERO][TWO] * matrix3X3_[TWO][ONE] - \ in Invert() 39 matrix3X3_[ZERO][ONE] * matrix3X3_[TWO][TWO]; in Invert() 41 matrix[ZERO][TWO] = matrix3X3_[ZERO][ONE] * matrix3X3_[ONE][TWO] - \ in Invert() [all …]
|
D | least_square_impl.cpp | 27 params.resize(paramsNum_, ZERO); in GetLSMParams() 34 xVals.resize(countNum, ZERO); in GetLSMParams() 36 yVals.resize(countNum, ZERO); in GetLSMParams() 41 if (size < ZERO) { in GetLSMParams() 49 if (size < ZERO) { in GetLSMParams() 60 matrixn3[i][ZERO] = value * value; in GetLSMParams()
|
D | size.h | 91 return NearEqual(width_, ZERO) || NearEqual(height_, ZERO); in IsEmpty() 120 return width_ > ZERO && height_ > ZERO; in IsValid()
|
D | velocity_tracker.cpp | 58 xVelocity = linearParam * xAxis[ZERO] * xValue + xAxis[ONE]; in UpdateVelocity() 64 yVelocity = linearParam * yAxis[ZERO] * yValue + yAxis[ONE]; in UpdateVelocity()
|
D | ui_record.cpp | 367 std::cout << "Current ForAbility :" << names[ZERO] << ", " << names[ONE] << std::endl; in RecordInitEnv() 375 outFile << names[ZERO] << ','; in RecordInitEnv()
|
/test/xts/tools/lite/checksum/src/ |
D | checksum_sha256.c | 41 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() 160 j += lenList[ZERO]; in CalcSha256() 162 unsigned int s0 = CalcSigma0(word[i - pos[ZERO]]); in CalcSha256()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
D | klogndk1.cpp | 21 #define ZERO 0 macro 25 int ret = klogctl(SYSLOG_ACTION_SIZE_BUFFER, nullptr, ZERO); in Klogctl()
|
D | stdiondk.cpp | 50 #define ZERO 0 macro 191 int file_value = ZERO; in Tmpfile() 203 int file_value = ZERO; in Tmpfile64() 340 size_t bos = ZERO; in Fread_chk() 602 int snprintf_value = snprintf(buffer, ZERO, format, format); in Snprintf()
|
D | wcharndk1.cpp | 62 #define ZERO 0x0 macro 324 memset(dst, ZERO, sizeof(wchar_t) * TEST_BUFFER_SIZE); in Mbstowcs_One()
|
D | wcharndk.cpp | 76 #define ZERO 0 macro 1708 errno = ZERO; in FGetWs()
|
/test/xts/acts/ai/nncore/nncoretest/src/ |
D | HdiExecutorTest.cpp | 516 size_t shapeLength = ZERO; 553 size_t inputCount = ZERO; 580 size_t inputCount = ZERO; 582 ASSERT_LT(ZERO, inputCount); 621 size_t outputCount = ZERO; 623 ASSERT_LT(ZERO, outputCount); 638 size_t index = ZERO; 653 size_t inputCount = ZERO; 673 size_t inputCount = ZERO; 691 size_t index = ZERO; [all …]
|
D | HdiCompilationTest.cpp | 314 size_t modelSize = ZERO;
|
/test/xts/acts/ai/nncore/common/ |
D | nncore_const.h | 41 const size_t ZERO = 0; variable
|
/test/testfwk/developer_test/aw/cxx/distributed/ |
D | distributed_cfg.h | 28 ZERO = 0, enumerator
|
/test/testfwk/arkxtest/uitest/core/ |
D | common_utilities_hpp.h | 50 constexpr int32_t ZERO = 0; variable
|
/test/xts/acts/global_lite/i18n_lite/week_plural_number/src/ |
D | week_plural_number_test.cpp | 148 int expect = PluralRuleType::ZERO;
|
/test/xts/acts/ai/nncore/e2etest/src/ |
D | EndToEndTest.cpp | 211 size_t shapeLength = ZERO; in GetInputDimAndSetShape()
|
/test/xts/acts/graphic/webGL/src/main/js/test/ |
D | WebGL1.common.js | 2338 …arate(gl.SRC_COLOR, gl.DST_COLOR, gl.ONE, gl.ZERO);", gl.SRC_COLOR, gl.DST_COLOR, gl.ONE, gl.ZERO); 2339 gl.blendFuncSeparate(gl.SRC_COLOR, gl.DST_COLOR, gl.ONE, gl.ZERO); 2347 expect(gl.getParameter(gl.BLEND_DST_ALPHA)).assertEqual(gl.ZERO); 2377 gl.blendFuncSeparate(undefined, gl.DST_COLOR, gl.ONE, gl.ZERO); 2380 gl.blendFuncSeparate(gl.SRC_COLOR, undefined, gl.ONE, gl.ZERO); 2383 gl.blendFuncSeparate(gl.SRC_COLOR, gl.DST_COLOR, undefined, gl.ZERO);
|
D | WebGL1.enum.js | 95 expect(gl.ZERO).assertEqual(0);
|
/test/xts/hats/hdf/camera/cameraMg/v1_2/include/ |
D | hdi_common_v1_2.h | 51 ZERO, enumerator
|