LibreOffice Module sc (master) 1
|
#include <op_math.hxx>
Public Member Functions | |
OpSumIfs () | |
virtual void | GenSlidingWindowFunction (std::stringstream &ss, const std::string &sSymName, SubArguments &vSubArguments) override |
virtual std::string | BinFuncName () const override |
bool | NeedReductionKernel () const |
![]() | |
virtual void | GenSlidingWindowFunction (std::stringstream &ss, const std::string &sSymName, SubArguments &vSubArguments) override |
virtual bool | takeString () const override |
virtual bool | takeNumeric () const override |
virtual void | GenSlidingWindowFunction (std::stringstream &, const std::string &, SubArguments &)=0 |
![]() | |
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 | takeString () const =0 |
virtual bool | takeNumeric () const =0 |
virtual bool | canHandleMultiVector () const |
virtual bool | ZeroReturnZero () |
virtual | ~OpBase () |
Private Attributes | |
bool | mNeedReductionKernel |
Additional Inherited Members | |
![]() | |
typedef std::vector< DynamicKernelArgumentRef > | SubArguments |
![]() | |
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 > &) |
Definition at line 56 of file op_math.hxx.
|
inline |
Definition at line 59 of file op_math.hxx.
|
inlineoverridevirtual |
Reimplemented from sc::opencl::OpBase.
Definition at line 62 of file op_math.hxx.
Referenced by GenSlidingWindowFunction().
|
overridevirtual |
Reimplemented from sc::opencl::Normal.
Definition at line 550 of file op_math.cxx.
References BinFuncName(), sc::opencl::CheckVariables::CheckSubArgumentIsNan(), sc::opencl::CheckVariables::CheckSubArgumentIsNan2(), sc::opencl::CheckVariables::GenTmpVariables(), formula::DoubleVectorRefToken::GetArrayLength(), formula::DoubleVectorRefToken::GetRefRowSize(), i, formula::DoubleVectorRefToken::IsEndFixed(), formula::DoubleVectorRefToken::IsStartFixed(), m, mm, mNeedReductionKernel, and n.
|
inline |
Definition at line 63 of file op_math.hxx.
References mNeedReductionKernel.
|
private |
Definition at line 65 of file op_math.hxx.
Referenced by GenSlidingWindowFunction(), and NeedReductionKernel().