Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp2599 double nPayment = ValueToDouble(pThis, argTwo.get()); in Apr() local
2601 if (nPrincipal <= 0 || nPayment <= 0 || nPeriods <= 0) { in Apr()
2606 double r = 2 * (nPeriods * nPayment - nPrincipal) / (nPeriods * nPrincipal); in Apr()
2611 double nRet = r * nTemp / (nTemp - 1) - nPayment / nPrincipal; in Apr()
2627 nRet = r * nTemp / (nTemp - 1) - nPayment / nPrincipal; in Apr()
2728 float nPayment = ValueToFloat(pThis, argThree.get()); in IPmt() local
2731 if ((nPrincipalAmount <= 0) || (nRate <= 0) || (nPayment <= 0) || in IPmt()
2739 (int32_t)((log10((float)(nPayment / nPrincipalAmount)) - in IPmt()
2740 log10((float)(nPayment / nPrincipalAmount - nRateOfMonth))) / in IPmt()
2744 if (nPayment < nPrincipalAmount * nRateOfMonth) { in IPmt()
[all …]