Home
last modified time | relevance | path

Searched refs:TWO (Results 1 - 25 of 29) sorted by relevance

12

/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][ONE] * matrix3X3_[ONE][TWO]; in Invert()
[all...]
H A Dleast_square_impl.cpp58 matrixn3[i][TWO] = ONE; in GetLSMParams()
H A Doffset.h134 ss << "Offset (" << std::fixed << std::setprecision(TWO) << deltaX_ << ", " << deltaY_ << ")"; in ToString()
H A Dsize.h205 ss << "[" << std::fixed << std::setprecision(TWO); in ToString()
/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()
154 if (i < lenList[TWO]) { in CalcSha256()
156 t2 = mesg[j + ONE] << lenList[TWO]; in CalcSha256()
157 t3 = mesg[j + TWO] << lenList[ONE]; in CalcSha256()
164 word[i] = s1 + word[i - pos[TWO]] + s0 + word[i - pos[THREE]]; in CalcSha256()
/test/ostest/wukong/input_factory/src/
H A Drotate_input.cpp26 const int TWO = 2; member
51 case TWO: in OrderInput()
84 case TWO: in RandomInput()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dstatvfsndk.cpp20 #define TWO 2 macro
37 } else if (value == TWO) { in Statvfs()
56 } else if (value == TWO) { in Statvfs64()
H A Dstatfsndk.cpp24 #define TWO 2 macro
43 } else if (value == TWO) { in Statfs()
64 } else if (value == TWO) { in Statfs64()
H A Dinotifyndk.cpp28 #define TWO 2 macro
52 int inNonblock = TWO; in InotifyInit1()
H A Dinotify1ndk.cpp27 #define TWO 2 macro
H A Dstatndk.cpp34 #define TWO 2 macro
74 } else if (value == TWO) { in Stat()
92 } else if (value == TWO) { in Stat64()
H A Dstringndk.cpp32 #define TWO 2 macro
103 } else if (valueFirst == TWO) { in Strerror()
129 } else if (valueFirst == TWO) { in Strerror_l()
151 } else if (valueFirst == TWO) { in Strerror_r()
684 size_t argc = TWO; in Strchrnul()
694 } else if (valueSecond == TWO) { in Strchrnul()
707 size_t argc = TWO; in Strcasestr()
H A Dtimerfdndk.cpp26 #define TWO 2 macro
H A Dfcntlndk.cpp30 #define TWO 2 macro
69 } else if (value == TWO) { in Splice()
H A Dstat1ndk.cpp33 #define TWO 2 macro
/test/testfwk/arkxtest/uitest/core/
H A Dui_model.h136 return (left_ + right_) / TWO; in GetCenterX()
141 return (top_ + bottom_) / TWO; in GetCenterY()
H A Dcommon_utilities_hpp.h43 constexpr int32_t TWO = 2; member
/test/testfwk/developer_test/aw/cxx/distributed/
H A Ddistributed_cfg.h30 TWO = 2, enumerator
/test/testfwk/arkxtest/uitest/test/
H A Dextension_test.cpp161 ASSERT_EQ(argc - TWO, argcCapture); in TEST_F()
162 ASSERT_STREQ(argv[TWO], argvCapture[0]); in TEST_F()
/test/testfwk/arkxtest/uitest/input/
H A Dui_input.cpp171 opt = argv[TWO]; in SwipeActionInput()
279 opt = argv[TWO]; in UiActionInput()
/test/testfwk/arkxtest/uitest/server/
H A Dserver_main.cpp265 std::string opt = argv[TWO]; in UiRecord()
/test/testfwk/arkxtest/uitest/addon/
H A Dextension_executor.cpp275 used_argc = TWO; // argv0,1 is consumed, donot pass down in ExecuteExtension()
/test/xts/acts/global_lite/i18n_lite/week_plural_number/src/
H A Dweek_plural_number_test.cpp166 int expect = PluralRuleType::TWO; in HWTEST_F()
/test/xts/hats/hdf/camera/cameraMg/v1_2/include/
H A Dhdi_common_v1_2.h55 TWO, enumerator
/test/xts/hats/hdf/camera/cameraMg/v1_3/include/
H A Dhdi_common_v1_3.h53 TWO, enumerator

Completed in 15 milliseconds

12