Searched refs:fPrecise (Results 1 – 2 of 2) sorted by relevance
120 FX_FLOAT fPrecise = 0.1f; in FX_wcstof() local124 fValue += (wch - L'0') * fPrecise; in FX_wcstof()125 fPrecise *= 0.1f; in FX_wcstof()
169 FX_FLOAT fPrecise = 0.1f; in FXSYS_wcstof() local173 fValue += (wch - L'0') * fPrecise; in FXSYS_wcstof()174 fPrecise *= 0.1f; in FXSYS_wcstof()