Home
last modified time | relevance | path

Searched defs:decimal (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/base/update/updater/test/unittest/updater_test/
H A Dtest_update_binary.cpp35 constexpr int decimal = 10; in main() local
H A Dtest_update_binary_abnormal.cpp35 constexpr int decimal = 10; in main() local
/ohos5.0/drivers/peripheral/location/gnss/hdi_service/
H A Dstring_utils.cpp30 const uint8_t decimal = 10; in HexCharToInt() local
/ohos5.0/base/hiviewdfx/hiview/base/running_status_logger/
H A Drunning_status_logger.cpp116 int decimal = 10; in GetLogWroteDestFile() local
/ohos5.0/base/hiviewdfx/hiview/base/
H A Devent.cpp54 const int decimal = 10; in GetIntValue() local
/ohos5.0/base/telephony/sms_mms/utils/
H A Dstring_utils.cpp41 const uint8_t decimal = 10; in HexCharToInt() local
/ohos5.0/base/global/i18n_lite/frameworks/i18n/include/
H A Dnumber_data.h58 char *decimal = nullptr; variable
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dstring_utils.cpp43 const uint8_t decimal = 10; in HexCharToInt() local
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_service.cpp36 int decimal = 10; // decimal value. in Reverse() local
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/
H A Dxcollie_utils.cpp237 const int decimal = 10; in ParsePeerBinderPid() local
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H A Dcpu_storage.cpp98 double TruncateDecimalWithNBitPrecision(double decimal, uint32_t precision = DEFAULT_PRECISION_OF_D… in TruncateDecimalWithNBitPrecision()
/ohos5.0/base/global/i18n_lite/frameworks/i18n/src/
H A Dnumber_format_impl.cpp280 void NumberFormatImpl::AddGroup(char *targetAndSource[], const int len[], const char *decimal, in AddGroup()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dexif_metadata_formatter.cpp705 std::string ExifMetadatFormatter::GetFractionFromStr(const std::string &decimal, bool &outRange) in GetFractionFromStr()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_default_app_test/
H A Dbms_bundle_default_app_test.cpp1540 uint32_t decimal = 16; variable
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Dexif_info.cpp1101 static bool GetFractionFromStr(const std::string &decimal, ExifRational &result) in GetFractionFromStr()