Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_value.cpp36 int32_t iErrPosMin = 1, iErrPosMax = 38; in ftod() local
38 int32_t iMid = (iErrPosMin + iErrPosMax) / 2; in ftod()
43 iErrPosMax = iMid; in ftod()
45 } while (iErrPosMin < iErrPosMax); in ftod()
46 iErrPos = iErrPosMax; in ftod()