Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_extension.cpp40 float fPrecise = 0.1f; in FXSYS_wcstof() local
46 fValue += (wch - L'0') * fPrecise; in FXSYS_wcstof()
47 fPrecise *= 0.1f; in FXSYS_wcstof()