Lines Matching refs:ValueToFloat
1446 args.GetReturnValue()->SetFloat(ceil(ValueToFloat(pThis, argValue.get()))); in Ceil()
1518 args.GetReturnValue()->SetFloat(floor(ValueToFloat(pThis, argValue.get()))); in Floor()
1905 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in DateFmt()
2013 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in LocalDateFmt()
2050 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in LocalTimeFmt()
2085 int32_t dDate = (int32_t)ValueToFloat(pThis, dateValue.get()); in Num2Date()
2225 int32_t iTime = (int32_t)ValueToFloat(pThis, timeValue.get()); in Num2GMTime()
2271 float fTime = ValueToFloat(pThis, timeValue.get()); in Num2Time()
2421 iStyle = (int32_t)ValueToFloat(pThis, argStyle.get()); in TimeFmt()
2651 float nRate = ValueToFloat(pThis, argOne.get()); in CTerm()
2652 float nFutureValue = ValueToFloat(pThis, argTwo.get()); in CTerm()
2653 float nInitAmount = ValueToFloat(pThis, argThree.get()); in CTerm()
2726 float nPrincipalAmount = ValueToFloat(pThis, argOne.get()); in IPmt()
2727 float nRate = ValueToFloat(pThis, argTwo.get()); in IPmt()
2728 float nPayment = ValueToFloat(pThis, argThree.get()); in IPmt()
2729 float nFirstMonth = ValueToFloat(pThis, argFour.get()); in IPmt()
2730 float nNumberOfMonths = ValueToFloat(pThis, argFive.get()); in IPmt()
2823 float nPrincipal = ValueToFloat(pThis, argOne.get()); in Pmt()
2824 float nRate = ValueToFloat(pThis, argTwo.get()); in Pmt()
2825 float nPeriods = ValueToFloat(pThis, argThree.get()); in Pmt()
2861 float nPrincipalAmount = ValueToFloat(pThis, argOne.get()); in PPmt()
2862 float nRate = ValueToFloat(pThis, argTwo.get()); in PPmt()
2863 float nPayment = ValueToFloat(pThis, argThree.get()); in PPmt()
2864 float nFirstMonth = ValueToFloat(pThis, argFour.get()); in PPmt()
2865 float nNumberOfMonths = ValueToFloat(pThis, argFive.get()); in PPmt()
2951 float nFuture = ValueToFloat(pThis, argOne.get()); in Rate()
2952 float nPresent = ValueToFloat(pThis, argTwo.get()); in Rate()
2953 float nTotalNumber = ValueToFloat(pThis, argThree.get()); in Rate()
2982 float nMount = ValueToFloat(pThis, argOne.get()); in Term()
2983 float nRate = ValueToFloat(pThis, argTwo.get()); in Term()
2984 float nFuture = ValueToFloat(pThis, argThree.get()); in Term()
3011 int32_t iIndex = (int32_t)ValueToFloat(pThis, argOne.get()); in Choose()
3136 float oneNumber = ValueToFloat(pThis, argOne.get()); in Within()
3137 float lowNumber = ValueToFloat(pThis, argLow.get()); in Within()
3138 float heightNumber = ValueToFloat(pThis, argHigh.get()); in Within()
4109 float fNumber = ValueToFloat(pThis, numberValue.get()); in Str()
4114 iWidth = static_cast<int32_t>(ValueToFloat(pThis, widthValue.get())); in Str()
4122 0, static_cast<int32_t>(ValueToFloat(pThis, precisionValue.get()))); in Str()
4232 static_cast<int32_t>(ValueToFloat(pThis, startValue.get())), 1, in Stuff()
4235 0, static_cast<int32_t>(ValueToFloat(pThis, deleteValue.get()))); in Stuff()
4314 iNum = static_cast<int32_t>(ValueToFloat(pThis, argOne.get())); in Uuid()
4371 float fNumber = ValueToFloat(pThis, numberValue.get()); in WordNum()
4382 static_cast<int32_t>(ValueToFloat(pThis, identifierValue.get())); in WordNum()
4594 float first = ValueToFloat(pThis, argFirst.get()); in logical_or_operator()
4595 float second = ValueToFloat(pThis, argSecond.get()); in logical_or_operator()
4615 float first = ValueToFloat(pThis, argFirst.get()); in logical_and_operator()
4616 float second = ValueToFloat(pThis, argSecond.get()); in logical_and_operator()
5297 float first = ValueToFloat(pThis, firstValue); in simpleValueCompare()
5298 float second = ValueToFloat(pThis, secondValue); in simpleValueCompare()
5579 float CFXJSE_FormCalcContext::ValueToFloat(CFXJSE_Value* pThis, in ValueToFloat() function in CFXJSE_FormCalcContext
5593 return ValueToFloat(pThis, newPropertyValue.get()); in ValueToFloat()
5597 return ValueToFloat(pThis, newPropertyValue.get()); in ValueToFloat()
5602 return ValueToFloat(pThis, newPropertyValue.get()); in ValueToFloat()