Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp2654 FX_FLOAT nFirstMonth = 0; in IPmt() local
2670 nFirstMonth = HValueToFloat(hThis, argFour); in IPmt()
2673 (nFirstMonth < 0) || (nNumberOfMonths < 0)); in IPmt()
2684 int32_t iEnd = (int32_t)(nFirstMonth + nNumberOfMonths - 1); in IPmt()
2695 for (i = 0; i < nFirstMonth - 1; ++i) { in IPmt()
2821 FX_FLOAT nFirstMonth = 0; in PPmt() local
2837 nFirstMonth = HValueToFloat(hThis, argFour); in PPmt()
2840 (nFirstMonth < 0) || (nNumberOfMonths < 0)); in PPmt()
2844 int32_t iEnd = (int32_t)(nFirstMonth + nNumberOfMonths - 1); in PPmt()
2860 for (i = 0; i < nFirstMonth - 1; ++i) { in PPmt()