Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp2373 float nFirstMonth = ValueToFloat(pThis, argFour.get()); in IPmt() local
2376 (nFirstMonth < 0) || (nNumberOfMonths < 0)) { in IPmt()
2386 int32_t iEnd = std::min((int32_t)(nFirstMonth + nNumberOfMonths - 1), iNums); in IPmt()
2394 for (i = 0; i < nFirstMonth - 1; ++i) in IPmt()
2508 float nFirstMonth = ValueToFloat(pThis, argFour.get()); in PPmt() local
2511 (nFirstMonth < 0) || (nNumberOfMonths < 0)) { in PPmt()
2521 int32_t iEnd = std::min((int32_t)(nFirstMonth + nNumberOfMonths - 1), iNums); in PPmt()
2528 for (i = 0; i < nFirstMonth - 1; ++i) in PPmt()