Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxjse/src/
Dvalue.cpp301 int32_t iErrPos = 0; in FXJSE_ftod() local
315 iErrPos = iErrPosMax; in FXJSE_ftod()
317 double dPow = pow(10.0, iErrPos); in FXJSE_ftod()