Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp2730 float nNumberOfMonths = ValueToFloat(pThis, argFive.get()); in IPmt() local
2732 (nFirstMonth < 0) || (nNumberOfMonths < 0)) { in IPmt()
2742 int32_t iEnd = std::min((int32_t)(nFirstMonth + nNumberOfMonths - 1), iNums); in IPmt()
2865 float nNumberOfMonths = ValueToFloat(pThis, argFive.get()); in PPmt() local
2867 (nFirstMonth < 0) || (nNumberOfMonths < 0)) { in PPmt()
2877 int32_t iEnd = std::min((int32_t)(nFirstMonth + nNumberOfMonths - 1), iNums); in PPmt()