Home
last modified time | relevance | path

Searched refs:w2 (Results 1 - 21 of 21) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_query_sync_test.cpp812 WaterMark w2 = 2; in HWTEST_F() local
813 EXPECT_EQ(meta.SaveLocalWaterMark("D1", w2), E_OK); in HWTEST_F()
814 EXPECT_EQ(meta.SavePeerWaterMark("D1", w2, true), E_OK); in HWTEST_F()
821 EXPECT_EQ(w2, w); in HWTEST_F()
823 EXPECT_EQ(w2, w); in HWTEST_F()
883 WaterMark w2 = 1; in HWTEST_F() local
884 EXPECT_EQ(meta.SetRecvQueryWaterMark("Q1", "D1", w2), E_OK); in HWTEST_F()
885 EXPECT_EQ(meta.SetSendQueryWaterMark("Q1", "D1", w2), E_OK); in HWTEST_F()
1006 WaterMark w2 = -1; in HWTEST_F() local
1007 EXPECT_EQ(meta.GetRecvQueryWaterMark("Q1", "D1", w2), E_O in HWTEST_F()
1066 WaterMark w2 = -1; HWTEST_F() local
1220 WaterMark w2 = 2; HWTEST_F() local
1291 WaterMark w2 = 1; HWTEST_F() local
1342 WaterMark w2 = -1; HWTEST_F() local
[all...]
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.cpp764 int64_t w2 = FO_MUL(decU, decVMinus1); local
775 const int32_t w2 = static_cast<int32_t>(decU * decVMinus1 * 256.0f); // 256:shift 8 bit left local
780 const int64_t outA = __SMUAD(p1, w1) + __SMUAD(p2, w2) + __SMUAD(p3, w3) + __SMUAD(p4, w4);
782 const int64_t outA = p1 * w1 + p2 * w2 + p3 * w3 + p4 * w4;
870 int64_t w2 = FO_MUL(decU, decVMinus1); local
880 const int32_t w2 = static_cast<int32_t>(decU * decVMinus1 * 256.0f); // 256:shift 8 bit left local
886 __SMUAD(p1.red, w1) + __SMUAD(p2.red, w2) + __SMUAD(p3.red, w3) + __SMUAD(p4.red, w4);
888 __SMUAD(p1.green, w1) + __SMUAD(p2.green, w2) + __SMUAD(p3.green, w3) + __SMUAD(p4.green, w4);
890 __SMUAD(p1.blue, w1) + __SMUAD(p2.blue, w2) + __SMUAD(p3.blue, w3) + __SMUAD(p4.blue, w4);
892 const int64_t outR = p1.red * w1 + p2.red * w2
989 int64_t w2 = FO_MUL(decU, decVMinus1); global() local
999 const int32_t w2 = static_cast<int32_t>(decU * decVMinus1 * 256.0f); // 256:shift 8 bit left global() local
1081 const int32_t w2 = static_cast<int32_t>(decU * decVMinus1 * 256.0f); // 256:shift 8 bit left global() local
1149 int64_t w2 = FO_MUL(decU, decVMinus1); global() local
1394 int64_t w2 = FO_MUL(decU, decVMinus1); global() local
1423 const int32_t w2 = static_cast<int32_t>(decU * decVMinus1 * 256.0f); // 256:shift 8 bit left global() local
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/
H A D3d_dm_brdf_common.h123 float w2 = a2 / d2; in dGGXAnisotropic() local
124 return a2 * w2 * w2 * (1.0 / CORE_BRDF_PI); in dGGXAnisotropic()
/foundation/arkui/ui_lite/frameworks/common/
H A Dtyped_text.cpp416 uint16_t w2 = src[1]; in Utf16ToUtf32Word() local
417 flag = w2 & UTF16_MASK; in Utf16ToUtf32Word()
419 des = (w1 & UTF16_LOW_MASK) + (((w2 & UTF16_LOW_MASK) + UTF16_HIGH_PARAM2) << UTF16_HIGH_SHIFT); in Utf16ToUtf32Word()
424 uint16_t w2 = src[1]; in Utf16ToUtf32Word() local
425 flag = w2 & UTF16_MASK; in Utf16ToUtf32Word()
427 des = (w2 & UTF16_LOW_MASK) + (((w1 & UTF16_LOW_MASK) + UTF16_HIGH_PARAM2) << UTF16_HIGH_SHIFT); in Utf16ToUtf32Word()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_group_mgr.cpp80 std::sort(windowNodes.begin(), windowNodes.end(), [](const sptr<WindowNode>& w1, const sptr<WindowNode>& w2) { in MoveMissionsToBackground()
81 return w1->zOrder_ > w2->zOrder_; in MoveMissionsToBackground()
/foundation/resourceschedule/work_scheduler/services/native/include/
H A Dwork_queue.h157 * @param w2 The w2.
160 bool operator () (const std::shared_ptr<WorkStatus> w1, const std::shared_ptr<WorkStatus> w2);
/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/
H A Dsegmentbutton.js583 this.w2 = new ObservedPropertyObjectPU(Array.from({ length: a1 }, (q3, index) => Color.Transparent), this,
611 this.w2.purgeDependencyOnElmtId(rmElmtId);
621 this.w2.aboutToBeDeleted();
667 return this.w2.get();
671 this.w2.set(newValue);
1446 let w2 = this.buttonItemsSize[index].height / 2;
1448 v2[index].topStart = LengthMetrics.vp(this.options.j2 ?? w2);
1449 v2[index].topEnd = LengthMetrics.vp(this.options.j2 ?? w2);
1450 v2[index].bottomStart = LengthMetrics.vp(this.options.j2 ?? w2);
1451 v2[index].bottomEnd = LengthMetrics.vp(this.options.j2 ?? w2);
[all...]
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_queue.cpp262 bool WorkComp::operator () (const shared_ptr<WorkStatus> w1, const shared_ptr<WorkStatus> w2) in operator ()() argument
264 return w1->priority_ < w2->priority_; in operator ()()
/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/
H A Dchip.js426 this.w2 = new SynchedPropertyObjectOneWayPU(
570 this.w2.set({ src: '' });
668 this.w2.reset(params.suffixIcon);
688 this.w2.purgeDependencyOnElmtId(rmElmtId);
725 this.w2.aboutToBeDeleted();
799 return this.w2.get();
802 this.w2.set(newValue);
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/
H A Dtreeview.js130 var w2; variable
135 })(w2 || (w2 = {}));
1185 (b17 / l1)) % l1 ? w2.DOWN_FLAG : w2.UP_FLAG;
1189 flag = w2.DOWN_FLAG;
1205 this.listNodeDataSource.p8(w2.NONE);
1724 this.flag = w2.NONE;
2630 this.flag === w2.DOWN_FLAG) ? (m11 ? m11 + 1 : undefined) : m11;
2640 if (this.flag === w2
[all...]
/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/
H A Dfoldsplitcontainer.js69 constructor(t2, u2, v2, w2 = -1, x2 = undefined, y2) {
70 super(t2, v2, w2, y2);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dquery_sync_water_mark_helper.cpp509 [](const std::pair<std::string, Timestamp> &w1, const std::pair<std::string, Timestamp> &w2) { in RemoveLeastUsedQuerySyncItems()
510 return w1.second < w2.second; in RemoveLeastUsedQuerySyncItems()
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_mesa_blur_shader_filter.cpp151 float w2 = 1 - w1; in SetBlurParamsFivePassSmall() local
153 bParam.offsets[stride * i] = w2 * offsetTableFivePasses[index][stride * i] + in SetBlurParamsFivePassSmall()
155 bParam.offsets[stride * i + 1] = w2 * offsetTableFivePasses[index][stride * i + 1] + in SetBlurParamsFivePassSmall()
/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/
H A Dtoolbar.js905 const w2 = (y2, z2) => {
927 this.forEachUpdateFunction(u2, this.toolBarList, w2, undefined, true, false);
/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/
H A Dcomposetitlebar.js844 constructor(w2, x2, y2, z2 = -1, a3 = undefined, b3) {
845 super(w2, y2, z2, b3);
/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js1063 t2.on('fail', w2 => {
1064 this.errorWithCodeAndMsg(new AsError(w2, 'File download fail.'), m2);
/foundation/arkui/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js1063 t2.on('fail', w2 => {
1064 this.errorWithCodeAndMsg(new AsError(w2, 'File download fail.'), m2);
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js354 let w2 = t.readInt();
360 let g3 = await this.cloudDb.query(u2, v2, w2, x2);
/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
H A Dsubheader.js1817 constructor(s2, t2, u2, v2 = -1, w2 = undefined, x2) {
1819 if (typeof w2 === 'function') {
1820 this.paramsGenerator_ = w2;
/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/
H A Dcomposelistitem.js1223 constructor(t2, u2, v2, w2 = -1, x2 = undefined, y2) {
1224 super(t2, v2, w2, y2);
/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/
H A Dtabtitlebar.js947 Row.onAreaChange((w2, x2) => {

Completed in 27 milliseconds