Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dinterpr3.cxx798 PushDouble(GetChiSqDistCDF(fX,fDF)); in ScChiSqDist()
800 PushDouble(GetChiSqDistPDF(fX,fDF)); in ScChiSqDist()
819 PushDouble(fResult); in ScGamma()
829 PushDouble( GetLogGamma(x)); in ScLogGamma()
1105 PushDouble(0.0); return; //see spec in ScBetaDist()
1109 PushDouble(1.0); return; //see spec in ScBetaDist()
1113 PushDouble(GetBetaDist(x, alpha, beta)); in ScBetaDist()
1120 PushDouble(0.0); in ScBetaDist()
1124 PushDouble(GetBetaDistPDF(x, alpha, beta)/fScale); in ScBetaDist()
1132 PushDouble(phi(GetDouble())); in ScPhi()
[all …]
H A Dinterpr2.cxx112 PushDouble((double) nDiff); in ScGetActDate()
126 PushDouble( (double) nDiff + nTime ); in ScGetActTime()
134 PushDouble( (double) aDate.GetYear() ); in ScGetYear()
142 PushDouble( (double) aDate.GetMonth() ); in ScGetMonth()
150 PushDouble((double) aDate.GetDay()); in ScGetDay()
159 PushDouble( (double) (nVal/60) ); in ScGetMin()
168 PushDouble( (double) nVal ); in ScGetSec()
177 PushDouble((double) nVal); in ScGetHour()
190 PushDouble(::rtl::math::approxFloor(fVal)); in ScGetDateValue()
266 PushDouble( GetDateSerial( nYear, nMonth, nDay, true ) ); in ScEasterSunday()
[all …]
H A Dinterpr1.cxx993 PushDouble( rOptions.aQueryEntry.nVal); in QueryMat()
1205 PushDouble( (double) res ); in ScBitArithmeticOps()
1248 PushDouble( result ); in ScBitShiftOps()
1587 PushDouble( -GetDouble() ); in ScNeg()
1651 PushDouble(F_PI); in ScPi()
1694 PushDouble(static_cast<double>(KISS) / SAL_MAX_UINT32); in ScRandom()
1716 PushDouble((GetDouble() / F_PI) * 180.0); in ScDeg()
1723 PushDouble(GetDouble() * (F_PI / 180)); in ScRad()
1730 PushDouble(::rtl::math::sin(GetDouble())); in ScSin()
1737 PushDouble(::rtl::math::cos(GetDouble())); in ScCos()
[all …]
H A Dinterpr5.cxx204 PushDouble(fy); in ScGCD()
299 PushDouble(fy); in ScLCM()
575 PushDouble(GetCellValue( aAdr, pCell )); in ScMatValue()
614 PushDouble(pMatVal->fVal); in CalculateMatrixValue()
854 PushDouble( fDet); in ScMatDet()
1274 PushDouble( ::rtl::math::approxSub( fVal1, fVal2 ) ); in CalculateAddSub()
1276 PushDouble( ::rtl::math::approxAdd( fVal1, fVal2 ) ); in CalculateAddSub()
1459 PushDouble(fVal1 * fVal2); in ScMul()
1549 PushDouble( div( fVal1, fVal2) ); in ScDiv()
1630 PushDouble(pow(fVal1,fVal2)); in ScPow()
[all …]
H A Dinterpr4.cxx989 PushDouble( fVal); in PushCellResultToken()
1612 void ScInterpreter::PushDouble(double nVal) in PushDouble() function in ScInterpreter
2143 PushDouble(aValue.mfValue); in ScDBGet()
2268 PushDouble(nErg); in ScExternal()
2317 PushDouble( pAs->GetValue() ); in ScExternal()
2682 PushDouble( aCall.GetValue() ); in ScExternal()
2860 PushDouble( refRes->GetDouble() ); in ScMacro()
3034 PushDouble( GetCellValue( pTableOp->aFormulaPos, pFCell )); in ScTableOp()
/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx352 void PushDouble(double nVal);