Home
last modified time | relevance | path

Searched refs:ZERO (Results 1 – 20 of 20) sorted by relevance

/test/testfwk/arkxtest/uitest/record/
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()
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 …]
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()
Dsize.h91 return NearEqual(width_, ZERO) || NearEqual(height_, ZERO); in IsEmpty()
120 return width_ > ZERO && height_ > ZERO; in IsValid()
Dvelocity_tracker.cpp58 xVelocity = linearParam * xAxis[ZERO] * xValue + xAxis[ONE]; in UpdateVelocity()
64 yVelocity = linearParam * yAxis[ZERO] * yValue + yAxis[ONE]; in UpdateVelocity()
Dui_record.cpp367 std::cout << "Current ForAbility :" << names[ZERO] << ", " << names[ONE] << std::endl; in RecordInitEnv()
375 outFile << names[ZERO] << ','; 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()
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/
Dklogndk1.cpp21 #define ZERO 0 macro
25 int ret = klogctl(SYSLOG_ACTION_SIZE_BUFFER, nullptr, ZERO); in Klogctl()
Dstdiondk.cpp50 #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()
Dwcharndk1.cpp62 #define ZERO 0x0 macro
324 memset(dst, ZERO, sizeof(wchar_t) * TEST_BUFFER_SIZE); in Mbstowcs_One()
Dwcharndk.cpp76 #define ZERO 0 macro
1708 errno = ZERO; in FGetWs()
/test/xts/acts/ai/nncore/nncoretest/src/
DHdiExecutorTest.cpp516 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 …]
DHdiCompilationTest.cpp314 size_t modelSize = ZERO;
/test/xts/acts/ai/nncore/common/
Dnncore_const.h41 const size_t ZERO = 0; variable
/test/testfwk/developer_test/aw/cxx/distributed/
Ddistributed_cfg.h28 ZERO = 0, enumerator
/test/testfwk/arkxtest/uitest/core/
Dcommon_utilities_hpp.h50 constexpr int32_t ZERO = 0; variable
/test/xts/acts/global_lite/i18n_lite/week_plural_number/src/
Dweek_plural_number_test.cpp148 int expect = PluralRuleType::ZERO;
/test/xts/acts/ai/nncore/e2etest/src/
DEndToEndTest.cpp211 size_t shapeLength = ZERO; in GetInputDimAndSetShape()
/test/xts/acts/graphic/webGL/src/main/js/test/
DWebGL1.common.js2338 …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);
DWebGL1.enum.js95 expect(gl.ZERO).assertEqual(0);
/test/xts/hats/hdf/camera/cameraMg/v1_2/include/
Dhdi_common_v1_2.h51 ZERO, enumerator