• Home
  • Raw
  • Download

Lines Matching refs:ValueToFloat

721   args.GetReturnValue()->SetFloat(ceil(ValueToFloat(pThis, argValue.get())));  in Ceil()
793 args.GetReturnValue()->SetFloat(floor(ValueToFloat(pThis, argValue.get()))); in Floor()
1181 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in DateFmt()
1291 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in LocalDateFmt()
1329 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in LocalTimeFmt()
1364 int32_t dDate = (int32_t)ValueToFloat(pThis, dateValue.get()); in Num2Date()
1505 int32_t iTime = (int32_t)ValueToFloat(pThis, timeValue.get()); in Num2GMTime()
1552 float fTime = ValueToFloat(pThis, timeValue.get()); in Num2Time()
1703 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in TimeFmt()
2295 float nRate = ValueToFloat(pThis, argOne.get()); in CTerm()
2296 float nFutureValue = ValueToFloat(pThis, argTwo.get()); in CTerm()
2297 float nInitAmount = ValueToFloat(pThis, argThree.get()); in CTerm()
2370 float nPrincipalAmount = ValueToFloat(pThis, argOne.get()); in IPmt()
2371 float nRate = ValueToFloat(pThis, argTwo.get()); in IPmt()
2372 float nPayment = ValueToFloat(pThis, argThree.get()); in IPmt()
2373 float nFirstMonth = ValueToFloat(pThis, argFour.get()); in IPmt()
2374 float nNumberOfMonths = ValueToFloat(pThis, argFive.get()); in IPmt()
2467 float nPrincipal = ValueToFloat(pThis, argOne.get()); in Pmt()
2468 float nRate = ValueToFloat(pThis, argTwo.get()); in Pmt()
2469 float nPeriods = ValueToFloat(pThis, argThree.get()); in Pmt()
2505 float nPrincipalAmount = ValueToFloat(pThis, argOne.get()); in PPmt()
2506 float nRate = ValueToFloat(pThis, argTwo.get()); in PPmt()
2507 float nPayment = ValueToFloat(pThis, argThree.get()); in PPmt()
2508 float nFirstMonth = ValueToFloat(pThis, argFour.get()); in PPmt()
2509 float nNumberOfMonths = ValueToFloat(pThis, argFive.get()); in PPmt()
2595 float nFuture = ValueToFloat(pThis, argOne.get()); in Rate()
2596 float nPresent = ValueToFloat(pThis, argTwo.get()); in Rate()
2597 float nTotalNumber = ValueToFloat(pThis, argThree.get()); in Rate()
2626 float nMount = ValueToFloat(pThis, argOne.get()); in Term()
2627 float nRate = ValueToFloat(pThis, argTwo.get()); in Term()
2628 float nFuture = ValueToFloat(pThis, argThree.get()); in Term()
2655 int32_t iIndex = (int32_t)ValueToFloat(pThis, argOne.get()); in Choose()
2780 float oneNumber = ValueToFloat(pThis, argOne.get()); in Within()
2781 float lowNumber = ValueToFloat(pThis, argLow.get()); in Within()
2782 float heightNumber = ValueToFloat(pThis, argHigh.get()); in Within()
4205 float fNumber = ValueToFloat(pThis, numberValue.get()); in Str()
4210 iWidth = static_cast<int32_t>(ValueToFloat(pThis, widthValue.get())); in Str()
4218 0, static_cast<int32_t>(ValueToFloat(pThis, precisionValue.get()))); in Str()
4328 static_cast<int32_t>(ValueToFloat(pThis, startValue.get())), 1, in Stuff()
4331 0, static_cast<int32_t>(ValueToFloat(pThis, deleteValue.get()))); in Stuff()
4385 iLength, 1, static_cast<int32_t>(ValueToFloat(pThis, startValue.get()))); in Substr()
4387 std::max(0, static_cast<int32_t>(ValueToFloat(pThis, endValue.get()))); in Substr()
4407 iNum = static_cast<int32_t>(ValueToFloat(pThis, argOne.get())); in Uuid()
4464 float fNumber = ValueToFloat(pThis, numberValue.get()); in WordNum()
4475 static_cast<int32_t>(ValueToFloat(pThis, identifierValue.get())); in WordNum()
4839 float first = ValueToFloat(pThis, argFirst.get()); in logical_or_operator()
4840 float second = ValueToFloat(pThis, argSecond.get()); in logical_or_operator()
4861 float first = ValueToFloat(pThis, argFirst.get()); in logical_and_operator()
4862 float second = ValueToFloat(pThis, argSecond.get()); in logical_and_operator()
5770 float first = ValueToFloat(pThis, firstValue); in simpleValueCompare()
5771 float second = ValueToFloat(pThis, secondValue); in simpleValueCompare()
6055 float CFXJSE_FormCalcContext::ValueToFloat(CFXJSE_Value* pThis, in ValueToFloat() function in CFXJSE_FormCalcContext
6069 return ValueToFloat(pThis, newPropertyValue.get()); in ValueToFloat()
6073 return ValueToFloat(pThis, newPropertyValue.get()); in ValueToFloat()
6078 return ValueToFloat(pThis, newPropertyValue.get()); in ValueToFloat()