• Home
  • Raw
  • Download

Lines Matching refs:argThree

2235   std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2);  in Apr()  local
2237 ValueIsNull(pThis, argThree.get())) { in Apr()
2244 double nPeriods = ValueToDouble(pThis, argThree.get()); in Apr()
2288 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in CTerm() local
2290 ValueIsNull(pThis, argThree.get())) { in CTerm()
2297 float nInitAmount = ValueToFloat(pThis, argThree.get()); in CTerm()
2319 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in FV() local
2321 ValueIsNull(pThis, argThree.get())) { in FV()
2328 double nPeriod = ValueToDouble(pThis, argThree.get()); in FV()
2360 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in IPmt() local
2364 ValueIsNull(pThis, argThree.get()) || ValueIsNull(pThis, argFour.get()) || in IPmt()
2372 float nPayment = ValueToFloat(pThis, argThree.get()); in IPmt()
2460 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in Pmt() local
2462 ValueIsNull(pThis, argThree.get())) { in Pmt()
2469 float nPeriods = ValueToFloat(pThis, argThree.get()); in Pmt()
2495 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in PPmt() local
2499 ValueIsNull(pThis, argThree.get()) || ValueIsNull(pThis, argFour.get()) || in PPmt()
2507 float nPayment = ValueToFloat(pThis, argThree.get()); in PPmt()
2553 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in PV() local
2555 ValueIsNull(pThis, argThree.get())) { in PV()
2562 double nPeriod = ValueToDouble(pThis, argThree.get()); in PV()
2588 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in Rate() local
2590 ValueIsNull(pThis, argThree.get())) { in Rate()
2597 float nTotalNumber = ValueToFloat(pThis, argThree.get()); in Rate()
2619 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in Term() local
2621 ValueIsNull(pThis, argThree.get())) { in Term()
2628 float nFuture = ValueToFloat(pThis, argThree.get()); in Term()
4084 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in Replace() local
4085 threeString = ValueToUTF8String(argThree.get()); in Replace()
4706 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in Post() local
4707 bsContentType = ValueToUTF8String(argThree.get()); in Post()
4762 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in Put() local
4763 bsEncode = ValueToUTF8String(argThree.get()); in Put()