Home
last modified time | relevance | path

Searched refs:decPart (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dexif_metadata_formatter.cpp717 double decPart = stod(decimal.substr(decimal.find("."))); in GetFractionFromStr() local
719 int numerator = decPart * pow(DECIMAL_BASE, decimal.length() - decimal.find(".") - 1); in GetFractionFromStr()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Dexif_info.cpp1104 double decPart = stod(decimal.substr(decimal.find("."))); in GetFractionFromStr() local
1106 int numerator = decPart * pow(10, decimal.length() - decimal.find(".") - 1); in GetFractionFromStr()