Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp2445 FX_DOUBLE nPeriod = ValueToDouble(pThis, argThree.get()); in FV() local
2446 if ((nRate < 0) || (nPeriod <= 0) || (nAmount <= 0)) { in FV()
2454 for (int i = 0; i < nPeriod; ++i) { in FV()
2459 dResult = nAmount * nPeriod; in FV()
2679 FX_DOUBLE nPeriod = ValueToDouble(pThis, argThree.get()); in PV() local
2680 if ((nAmount <= 0) || (nRate < 0) || (nPeriod <= 0)) { in PV()
2686 for (int32_t i = 0; i < nPeriod; ++i) in PV()