Home
last modified time | relevance | path

Searched refs:ZERO (Results 1 - 19 of 19) sorted by relevance

/test/testfwk/arkxtest/uitest/record/
H A 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][ON in Invert()
[all...]
H A Dleast_square_impl.cpp27 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 Dsize.h91 return NearEqual(width_, ZERO) || NearEqual(height_, ZERO); in IsEmpty()
120 return width_ > ZERO && height_ > ZERO; in IsValid()
H A Dvelocity_tracker.cpp58 xVelocity = linearParam * xAxis[ZERO] * xValue + xAxis[ONE]; in UpdateVelocity()
64 yVelocity = linearParam * yAxis[ZERO] * yValue + yAxis[ONE]; in UpdateVelocity()
H A Dui_record.cpp366 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 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()
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 DHdiExecutorTest.cpp516 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 DHdiCompilationTest.cpp329 size_t modelSize = ZERO; in HWTEST_F()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dklogndk1.cpp21 #define ZERO 0 macro
25 int ret = klogctl(SYSLOG_ACTION_SIZE_BUFFER, nullptr, ZERO); in Klogctl()
H A Dstdiondk.cpp53 #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 Dwcharndk1.cpp64 #define ZERO 0x0 macro
334 memset(dst, ZERO, sizeof(wchar_t) * TEST_BUFFER_SIZE); in Mbstowcs_One()
H A Dwcharndk.cpp73 #define ZERO 0 macro
1706 errno = ZERO; in FGetWs()
/test/xts/acts/ai/nncore/common/
H A Dnncore_const.h41 const size_t ZERO = 0; member
/test/testfwk/developer_test/aw/cxx/distributed/
H A Ddistributed_cfg.h28 ZERO = 0, enumerator
/test/testfwk/arkxtest/uitest/core/
H A Dcommon_utilities_hpp.h41 constexpr int32_t ZERO = 0; member
/test/xts/acts/ai/nncore/e2etest/src/
H A DEndToEndTest.cpp211 size_t shapeLength = ZERO; in GetInputDimAndSetShape()
/test/xts/acts/global_lite/i18n_lite/week_plural_number/src/
H A Dweek_plural_number_test.cpp148 int expect = PluralRuleType::ZERO; in HWTEST_F()
/test/xts/hats/hdf/camera/cameraMg/v1_2/include/
H A Dhdi_common_v1_2.h53 ZERO, enumerator
/test/xts/hats/hdf/camera/cameraMg/v1_3/include/
H A Dhdi_common_v1_3.h51 ZERO, enumerator

Completed in 19 milliseconds