Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/localization/
Dfx_locale.cpp1018 int32_t iExponent = 0; in ParseNum() local
1123 iExponent = iExponent + (str[cc] - '0') * 10; in ParseNum()
1139 iExponent = bExpSign ? -iExponent : iExponent; in ParseNum()
1355 iExponent = iExponent + (str[cc] - '0') * 10; in ParseNum()
1371 iExponent = bExpSign ? -iExponent : iExponent; in ParseNum()
1588 iExponent = iExponent * 10 + str[cc] - '0'; in ParseNum()
1591 iExponent = bExpSign ? -iExponent : iExponent; in ParseNum()
1710 if (iExponent) { in ParseNum()
1711 dbRetValue *= FXSYS_pow(10, (FX_FLOAT)iExponent); in ParseNum()
1784 int32_t iExponent = 0; in ParseNum() local
[all …]