LibreOffice Module sc (master)
1
|
#include <opbase.hxx>
Static Public Member Functions | |
static void | GenTmpVariables (std::stringstream &ss, const SubArguments &vSubArguments) |
static void | CheckSubArgumentIsNan (std::stringstream &ss, SubArguments &vSubArguments, int argumentNum) |
static void | CheckAllSubArgumentIsNan (std::stringstream &ss, SubArguments &vSubArguments) |
static void | CheckSubArgumentIsNan2 (std::stringstream &ss, SubArguments &vSubArguments, int argumentNum, const std::string &p) |
static void | UnrollDoubleVector (std::stringstream &ss, const std::stringstream &unrollstr, const formula::DoubleVectorRefToken *pCurDVR, int nCurWindowSize) |
![]() | |
static std::string | Gen (std::vector< std::string > &) |
Additional Inherited Members | |
![]() | |
typedef std::vector< DynamicKernelArgumentRef > | SubArguments |
![]() | |
virtual void | GenSlidingWindowFunction (std::stringstream &ss, const std::string &sSymName, SubArguments &vSubArguments) override |
virtual bool | takeString () const override |
virtual bool | takeNumeric () const override |
![]() | |
virtual std::string | GetBottom () |
virtual std::string | Gen2 (const std::string &, const std::string &) const |
virtual std::string | BinFuncName () const |
virtual void | BinInlineFun (std::set< std::string > &, std::set< std::string > &) |
virtual bool | canHandleMultiVector () const |
virtual bool | ZeroReturnZero () |
virtual | ~OpBase () |
Definition at line 228 of file opbase.hxx.
|
static |
Definition at line 300 of file opbase.cxx.
References CheckSubArgumentIsNan(), and i.
|
static |
Definition at line 210 of file opbase.cxx.
References formula::SingleVectorRefToken::GetArrayLength(), formula::DoubleVectorRefToken::GetArrayLength(), i, ocPush, formula::svDouble, formula::svDoubleVectorRef, and formula::svSingleVectorRef.
Referenced by CheckAllSubArgumentIsNan().
|
static |
Definition at line 273 of file opbase.cxx.
References i, formula::svDouble, formula::svDoubleVectorRef, and formula::svSingleVectorRef.
|
static |
Definition at line 199 of file opbase.cxx.
References i.
Referenced by sc::opencl::OpDmax::GenSlidingWindowFunction(), sc::opencl::OpDmin::GenSlidingWindowFunction(), sc::opencl::OpDproduct::GenSlidingWindowFunction(), sc::opencl::OpDaverage::GenSlidingWindowFunction(), sc::opencl::OpDstdev::GenSlidingWindowFunction(), sc::opencl::OpDstdevp::GenSlidingWindowFunction(), sc::opencl::OpDsum::GenSlidingWindowFunction(), sc::opencl::OpDvar::GenSlidingWindowFunction(), sc::opencl::OpDvarp::GenSlidingWindowFunction(), sc::opencl::OpDcount::GenSlidingWindowFunction(), and sc::opencl::OpDcount2::GenSlidingWindowFunction().
|
static |
Definition at line 310 of file opbase.cxx.
References formula::DoubleVectorRefToken::IsEndFixed(), and formula::DoubleVectorRefToken::IsStartFixed().