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 D | rs_vector4.h | 325 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 D | rs_vector2.h | 242 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 D | rs_matrix3.h | 384 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 D | hks_param_test.cpp | 112 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 D | mmi_vector2.h | 231 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 D | mmi_matrix3.h | 398 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 D | rs_render_property.cpp | 685 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 D | drag_manager_test.cpp | 1681 Data otherData {}; variable 1682 EXPECT_TRUE(data != otherData);
|