/test/testfwk/arkxtest/uitest/record/ |
H A 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][ON in Invert() [all...] |
H A 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()
|
H A D | size.h | 91 return NearEqual(width_, ZERO) || NearEqual(height_, ZERO); in IsEmpty() 120 return width_ > ZERO && height_ > ZERO; in IsValid()
|
H A D | velocity_tracker.cpp | 58 xVelocity = linearParam * xAxis[ZERO] * xValue + xAxis[ONE]; in UpdateVelocity() 64 yVelocity = linearParam * yAxis[ZERO] * yValue + yAxis[ONE]; in UpdateVelocity()
|
H A D | ui_record.cpp | 366 std::cout << "Current ForAbility :" << names[ZERO] << ", " << names[ONE] << std::endl; in RecordInitEnv() 374 outFile << names[ZERO] << ','; in RecordInitEnv()
|
/test/xts/tools/lite/checksum/src/ |
H A 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/ai/nncore/nncoretest/src/ |
H A D | HdiExecutorTest.cpp | 516 size_t shapeLength = ZERO;
in HWTEST_F() 557 size_t inputCount = ZERO;
in HWTEST_F() 584 size_t inputCount = ZERO;
in HWTEST_F() 586 ASSERT_LT(ZERO, inputCount);
in HWTEST_F() 625 size_t outputCount = ZERO;
in HWTEST_F() 627 ASSERT_LT(ZERO, outputCount);
in HWTEST_F() 642 size_t index = ZERO;
in HWTEST_F() 657 size_t inputCount = ZERO;
in HWTEST_F() 678 size_t inputCount = ZERO;
in HWTEST_F() 696 size_t index = ZERO;
in HWTEST_F() [all...] |
H A D | HdiCompilationTest.cpp | 329 size_t modelSize = ZERO;
in HWTEST_F()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | klogndk1.cpp | 21 #define ZERO 0
macro 25 int ret = klogctl(SYSLOG_ACTION_SIZE_BUFFER, nullptr, ZERO);
in Klogctl()
|
H A D | stdiondk.cpp | 53 #define ZERO 0
macro 199 int file_value = ZERO;
in Tmpfile() 211 int file_value = ZERO;
in Tmpfile64() 349 size_t bos = ZERO;
in Fread_chk() 613 int snprintf_value = snprintf(buffer, ZERO, format, format);
in Snprintf()
|
H A D | wcharndk1.cpp | 64 #define ZERO 0x0
macro 334 memset(dst, ZERO, sizeof(wchar_t) * TEST_BUFFER_SIZE);
in Mbstowcs_One()
|
H A D | wcharndk.cpp | 73 #define ZERO 0
macro 1706 errno = ZERO;
in FGetWs()
|
/test/xts/acts/ai/nncore/common/ |
H A D | nncore_const.h | 41 const size_t ZERO = 0; member
|
/test/testfwk/developer_test/aw/cxx/distributed/ |
H A D | distributed_cfg.h | 28 ZERO = 0,
enumerator
|
/test/testfwk/arkxtest/uitest/core/ |
H A D | common_utilities_hpp.h | 41 constexpr int32_t ZERO = 0; member
|
/test/xts/acts/ai/nncore/e2etest/src/ |
H A D | EndToEndTest.cpp | 211 size_t shapeLength = ZERO; in GetInputDimAndSetShape()
|
/test/xts/acts/global_lite/i18n_lite/week_plural_number/src/ |
H A D | week_plural_number_test.cpp | 148 int expect = PluralRuleType::ZERO;
in HWTEST_F()
|
/test/xts/hats/hdf/camera/cameraMg/v1_2/include/ |
H A D | hdi_common_v1_2.h | 53 ZERO,
enumerator
|
/test/xts/hats/hdf/camera/cameraMg/v1_3/include/ |
H A D | hdi_common_v1_3.h | 51 ZERO,
enumerator
|