Home
last modified time | relevance | path

Searched refs:otherData (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_vector4.h325 const T* otherData = other.data_; variable
328 …data_[0] - otherData[0], data_[1] - otherData[1], data_[2] - otherData[2], data_[3] - otherData[3]…
335 const T* otherData = other.data_; variable
338 …thisData[0] + otherData[0], thisData[1] + otherData[1], thisData[2] + otherData[2], thisData[3] +
H A Drs_vector2.h242 const T* otherData = other.data_; in IsNearEqual() local
244 …return (ROSEN_EQ<T>(data_[0], otherData[0], threshold)) && (ROSEN_EQ<T>(data_[1], otherData[1], th… in IsNearEqual()
H A Drs_matrix3.h384 const T* otherData = other.data_; in IsNearEqual() local
385 auto result = std::equal(data_, data_ + 8, otherData, in IsNearEqual()
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/framework_test/common_test/src/
H A Dhks_param_test.cpp112 const char *otherData = "21"; variable
113 struct HksBlob otherBlob = { strlen(otherData), (uint8_t *)otherData};
130 const char *otherData = "2"; variable
131 struct HksBlob otherBlob = { strlen(otherData), (uint8_t *)otherData};
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dmmi_vector2.h231 const T* otherData = other.data_; in IsNearEqual() local
233 …return (MMI_EQ<T>(data_[0], otherData[0], threshold)) && (MMI_EQ<T>(data_[1], otherData[1], thresh… in IsNearEqual()
H A Dmmi_matrix3.h398 const T* otherData = other.data_; in IsNearEqual() local
399 auto result = std::equal(data_, data_ + 8, otherData, in IsNearEqual()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/
H A Drs_render_property.cpp685 auto& otherData = otherValue.data_; in IsNearEqual() local
687 …return thisData[0].IsNearEqual(otherData[0], threshold) && thisData[2].IsNearEqual(otherData[2], t… in IsNearEqual()
688 …thisData[2].IsNearEqual(otherData[2], threshold) && thisData[3].IsNearEqual(otherData[3], threshol… in IsNearEqual()
/ohos5.0/base/msdp/device_status/test/unittest/intention/drag/src/
H A Ddrag_manager_test.cpp1681 Data otherData {}; variable
1682 EXPECT_TRUE(data != otherData);