Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp2370 float nPrincipalAmount = ValueToFloat(pThis, argOne.get()); in IPmt() local
2375 if ((nPrincipalAmount <= 0) || (nRate <= 0) || (nPayment <= 0) || in IPmt()
2383 (int32_t)((log10((float)(nPayment / nPrincipalAmount)) - in IPmt()
2384 log10((float)(nPayment / nPrincipalAmount - nRateOfMonth))) / in IPmt()
2388 if (nPayment < nPrincipalAmount * nRateOfMonth) { in IPmt()
2395 nPrincipalAmount -= nPayment - nPrincipalAmount * nRateOfMonth; in IPmt()
2399 nSum += nPrincipalAmount * nRateOfMonth; in IPmt()
2400 nPrincipalAmount -= nPayment - nPrincipalAmount * nRateOfMonth; in IPmt()
2505 float nPrincipalAmount = ValueToFloat(pThis, argOne.get()); in PPmt() local
2510 if ((nPrincipalAmount <= 0) || (nRate <= 0) || (nPayment <= 0) || in PPmt()
[all …]