Home
last modified time | relevance | path

Searched defs:num2 (Results 1 – 7 of 7) sorted by relevance

/base/hiviewdfx/hiappevent/test/unittest/common/native/
Dhiappevent_native_test.cpp129 int16_t num2 = 1; variable
180 int16_t num2 = 1; variable
215 int16_t num2 = 1; variable
262 int16_t num2 = 1; variable
973 int16_t num2 = 1; variable
1023 double num2 = 456.1234; variable
Dhiappevent_app_event_test.cpp77 constexpr int64_t num2 = 1; variable
/base/hiviewdfx/hiview/base/event_raw/test/unittest/common/
Devent_raw_base_test.cpp98 int16_t num2 = 300; // 300 is a test value variable
/base/hiviewdfx/hilog/test/unittest/common/
Dhilog_utils_test.cpp175 uint64_t num2 = (1 << 2) + (1 << 3) + (1 << 4); variable
/base/sensors/sensor/services/hdi_connection/hardware/src/
Dhdi_service_impl.cpp113 float num2 = 0.0; in GenerateAccelerometerEvent() local
/base/startup/hvb/tools/
Dhvbtool.py531 def calc_egcd(self, num1, num2): argument
/base/tee/tee_client/frameworks/libteec_client/
Dtee_client.cpp209 static inline bool IsOverFlow(uint32_t num1, uint32_t num2) in IsOverFlow()