Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp2982 float nMount = ValueToFloat(pThis, argOne.get()); in Term() local
2985 if ((nMount <= 0) || (nRate <= 0) || (nFuture <= 0)) { in Term()
2990 args.GetReturnValue()->SetFloat(log((float)(nFuture / nMount * nRate) + 1) / in Term()