Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp2328 double nPeriod = ValueToDouble(pThis, argThree.get()); in FV() local
2329 if ((nRate < 0) || (nPeriod <= 0) || (nAmount <= 0)) { in FV()
2337 for (int i = 0; i < nPeriod; ++i) { in FV()
2342 dResult = nAmount * nPeriod; in FV()
2562 double nPeriod = ValueToDouble(pThis, argThree.get()); in PV() local
2563 if ((nAmount <= 0) || (nRate < 0) || (nPeriod <= 0)) { in PV()
2569 for (int32_t i = 0; i < nPeriod; ++i) in PV()