Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue.cpp202 bool bExpSign = false; in GetDoubleNum() local
250 bExpSign = true; in GetDoubleNum()
261 nExponent = bExpSign ? -nExponent : nExponent; in GetDoubleNum()
/external/pdfium/xfa/fgas/crt/
Dcfgas_formatstring.cpp1235 bool bExpSign = false; in ParseNum() local
1250 bExpSign = true; in ParseNum()
1258 iExponent = bExpSign ? -iExponent : iExponent; in ParseNum()
1417 bool bExpSign = false; in ParseNum() local
1423 bExpSign = true; in ParseNum()
1434 iExponent = bExpSign ? -iExponent : iExponent; in ParseNum()
/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp586 bool bExpSign = false; in ByteStringToDouble() local
593 bExpSign = true; in ByteStringToDouble()
604 nExponent = bExpSign ? -nExponent : nExponent; in ByteStringToDouble()