Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp2501 FX_DOUBLE nPrincipal = 0; in Apr() local
2512 nPrincipal = HValueToDouble(hThis, argOne); in Apr()
2515 bFlags = ((nPrincipal <= 0) || (nPayment <= 0) || (nPeriods <= 0)); in Apr()
2520 2 * (nPeriods * nPayment - nPrincipal) / (nPeriods * nPrincipal); in Apr()
2525 FX_DOUBLE nRet = r * nTemp / (nTemp - 1) - nPayment / nPrincipal; in Apr()
2542 nRet = r * nTemp / (nTemp - 1) - nPayment / nPrincipal; in Apr()
2775 FX_FLOAT nPrincipal = 0; in Pmt() local
2786 nPrincipal = HValueToFloat(hThis, argOne); in Pmt()
2789 bFlags = ((nPrincipal <= 0) || (nRate <= 0) || (nPeriods <= 0)); in Pmt()
2800 (nPrincipal * nRate * nSum) / (nSum - 1)); in Pmt()