Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp2653 float nInitAmount = ValueToFloat(pThis, argThree.get()); in CTerm() local
2654 if ((nRate <= 0) || (nFutureValue <= 0) || (nInitAmount <= 0)) { in CTerm()
2659 args.GetReturnValue()->SetFloat(log((float)(nFutureValue / nInitAmount)) / in CTerm()