Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dcfgas_stringformatter.cpp1220 bool bExpSign = false; in ParseNum() local
1238 bExpSign = true; in ParseNum()
1246 iExponent = bExpSign ? -iExponent : iExponent; in ParseNum()
1412 bool bExpSign = false; in ParseNum() local
1418 bExpSign = true; in ParseNum()
1431 iExponent = bExpSign ? -iExponent : iExponent; in ParseNum()