Home
last modified time | relevance | path

Searched refs:eOp (Results 1 – 25 of 509) sorted by relevance

12345678910>>...21

/dports/editors/libreoffice/libreoffice-7.2.6.2/formula/source/core/api/
H A DFormulaCompiler.cxx276 switch (eOp) in isPotentialRangeLeftOp()
287 switch (eOp) in isRangeResultFunction()
299 switch (eOp) in isRangeResultOpCode()
612 if (0 < eOp && sal_uInt16(eOp) < mnSymbols) in putOpCode()
1082 maHashMap.emplace(mpTable[eOp], eOp); in putCopyOpCode()
1375 if (eOp == ocPush || eOp == ocColRowNameAuto || eOp == ocMatRef || eOp == ocDBArea in Factor()
1377 || (!mbJumpCommandReorder && ((eOp == ocName) || (eOp == ocColRowName) || (eOp == ocBad))) in Factor()
2262 if( eOp >= ocAnd && eOp <= ocOr ) in CreateStringFromToken()
2355 if( eOp == ocBad || eOp == ocStringXML ) in CreateStringFromToken()
2537 if ( (eOp == ocPush || eOp == ocColRowNameAuto) && in NextToken()
[all …]
H A Dtoken.cxx62 eOp(r.eOp), eType( r.eType ), mnRefCnt(0) in FormulaToken()
72 return (eOp != ocPush && eOp != ocBad && eOp != ocColRowName && in IsFunction()
73 eOp != ocColRowNameAuto && eOp != ocName && eOp != ocDBArea && in IsFunction()
90 if ( eOp < SC_OPCODE_STOP_DIV && eOp != ocExternal && eOp != ocMacro && in GetParamCount()
100 else if ((SC_OPCODE_START_UN_OP <= eOp && eOp < SC_OPCODE_STOP_UN_OP) in GetParamCount()
105 else if (SC_OPCODE_START_1_PAR <= eOp && eOp < SC_OPCODE_STOP_1_PAR) in GetParamCount()
963 switch (eOp) in isRewriteNeeded()
992 switch (eOp) in isRewriteNeeded()
1399 if (eOp == ocDBCount || eOp == ocDBCount2) in RewriteMissing()
1432 if ( ( eOp == ocCeil || eOp == ocFloor || in RewriteMissing()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/formula/source/core/api/
H A DFormulaCompiler.cxx268 switch (eOp) in isPotentialRangeLeftOp()
279 switch (eOp) in isRangeResultFunction()
291 switch (eOp) in isRangeResultOpCode()
604 if (0 < eOp && sal_uInt16(eOp) < mnSymbols) in putOpCode()
1075 maHashMap.emplace(mpTable[eOp], eOp); in putCopyOpCode()
1368 if (eOp == ocPush || eOp == ocColRowNameAuto || eOp == ocMatRef || eOp == ocDBArea in Factor()
1370 || (!mbJumpCommandReorder && ((eOp == ocName) || (eOp == ocColRowName) || (eOp == ocBad))) in Factor()
2247 if( eOp >= ocAnd && eOp <= ocOr ) in CreateStringFromToken()
2333 if( eOp == ocBad || eOp == ocStringXML ) in CreateStringFromToken()
2515 if ( (eOp == ocPush || eOp == ocColRowNameAuto) && in NextToken()
[all …]
H A Dtoken.cxx64 eOp(r.eOp), eType( r.eType ), mnRefCnt(0) in FormulaToken()
74 return (eOp != ocPush && eOp != ocBad && eOp != ocColRowName && in IsFunction()
75 eOp != ocColRowNameAuto && eOp != ocName && eOp != ocDBArea && in IsFunction()
92 if ( eOp < SC_OPCODE_STOP_DIV && eOp != ocExternal && eOp != ocMacro && in GetParamCount()
102 else if ((SC_OPCODE_START_UN_OP <= eOp && eOp < SC_OPCODE_STOP_UN_OP) in GetParamCount()
107 else if (SC_OPCODE_START_1_PAR <= eOp && eOp < SC_OPCODE_STOP_1_PAR) in GetParamCount()
963 switch (eOp) in isRewriteNeeded()
992 switch (eOp) in isRewriteNeeded()
1426 if ( ( eOp == ocCeil || eOp == ocFloor || in RewriteMissing()
1484 eOp == SC_OPCODE_OPEN || eOp == SC_OPCODE_SEP ) in MayReferenceFollow()
[all …]
/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A DeOp_meat.hpp26 eOp<T1, eop_type>::eOp(const T1& in_m) in eOp() function in eOp
36 eOp<T1, eop_type>::eOp(const T1& in_m, const typename T1::elem_type in_aux) in eOp() function in eOp
47 eOp<T1, eop_type>::eOp(const T1& in_m, const uword in_aux_uword_a, const uword in_aux_uword_b) in eOp() function in eOp
59 eOp<T1, eop_type>::eOp(const T1& in_m, const typename T1::elem_type in_aux, const uword in_aux_uwor… in eOp() function in eOp
72 eOp<T1, eop_type>::~eOp() in ~eOp()
82 eOp<T1, eop_type>::get_n_rows() const in get_n_rows()
92 eOp<T1, eop_type>::get_n_cols() const in get_n_cols()
102 eOp<T1, eop_type>::get_n_elem() const in get_n_elem()
112 eOp<T1, eop_type>::operator[] (const uword ii) const in operator []()
122 eOp<T1, eop_type>::at(const uword row, const uword col) const in at()
[all …]
H A Dfn_trig.hpp48 return eOp<T1, eop_cos>(A); in cos()
77 return eOp<T1, eop_acos>(A); in acos()
106 return eOp<T1, eop_cosh>(A); in cosh()
135 return eOp<T1, eop_acosh>(A); in acosh()
164 return eOp<T1, eop_sin>(A); in sin()
193 return eOp<T1, eop_asin>(A); in asin()
222 return eOp<T1, eop_sinh>(A); in sinh()
280 return eOp<T1, eop_tan>(A); in tan()
309 return eOp<T1, eop_atan>(A); in atan()
338 return eOp<T1, eop_tanh>(A); in tanh()
[all …]
H A Dfn_elem.hpp202 return eOp<T1, eop_log>(A); in log()
231 return eOp<T1, eop_log2>(A); in log2()
260 return eOp<T1, eop_log10>(A); in log10()
289 return eOp<T1, eop_log1p>(A); in log1p()
318 return eOp<T1, eop_exp>(A); in exp()
346 return eOp<T1, eop_exp2>(A); in exp2()
432 return eOp<T1, eop_abs>(X); in abs()
520 return eOp<T1, eop_arg>(X); in arg()
725 const eOp<T1, eop_conj>
766 const eOp<T1, eop_pow>
[all …]
H A DeOp_bones.hpp25 class eOp : public Base< typename T1::elem_type, eOp<T1, eop_type> > class
47 inline ~eOp();
48 inline explicit eOp(const T1& in_m);
49 inline eOp(const T1& in_m, const elem_type in_aux);
50 inline eOp(const T1& in_m, const uword in_aux_uword_a, const uword in_aux_uword_b);
51 …inline eOp(const T1& in_m, const elem_type in_aux, const uword in_aux_uword_a, const uwor…
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A DeOp_meat.hpp26 eOp<T1, eop_type>::eOp(const T1& in_m) in eOp() function in eOp
36 eOp<T1, eop_type>::eOp(const T1& in_m, const typename T1::elem_type in_aux) in eOp() function in eOp
47 eOp<T1, eop_type>::eOp(const T1& in_m, const uword in_aux_uword_a, const uword in_aux_uword_b) in eOp() function in eOp
59 eOp<T1, eop_type>::eOp(const T1& in_m, const typename T1::elem_type in_aux, const uword in_aux_uwor… in eOp() function in eOp
72 eOp<T1, eop_type>::~eOp() in ~eOp()
82 eOp<T1, eop_type>::get_n_rows() const in get_n_rows()
92 eOp<T1, eop_type>::get_n_cols() const in get_n_cols()
102 eOp<T1, eop_type>::get_n_elem() const in get_n_elem()
112 eOp<T1, eop_type>::operator[] (const uword ii) const in operator []()
122 eOp<T1, eop_type>::at(const uword row, const uword col) const in at()
[all …]
H A Dfn_trig.hpp48 return eOp<T1, eop_cos>(A); in cos()
77 return eOp<T1, eop_acos>(A); in acos()
106 return eOp<T1, eop_cosh>(A); in cosh()
135 return eOp<T1, eop_acosh>(A); in acosh()
164 return eOp<T1, eop_sin>(A); in sin()
193 return eOp<T1, eop_asin>(A); in asin()
222 return eOp<T1, eop_sinh>(A); in sinh()
280 return eOp<T1, eop_tan>(A); in tan()
309 return eOp<T1, eop_atan>(A); in atan()
338 return eOp<T1, eop_tanh>(A); in tanh()
[all …]
H A Dfn_elem.hpp202 return eOp<T1, eop_log>(A); in log()
231 return eOp<T1, eop_log2>(A); in log2()
260 return eOp<T1, eop_log10>(A); in log10()
289 return eOp<T1, eop_log1p>(A); in log1p()
318 return eOp<T1, eop_exp>(A); in exp()
346 return eOp<T1, eop_exp2>(A); in exp2()
432 return eOp<T1, eop_abs>(X); in abs()
520 return eOp<T1, eop_arg>(X); in arg()
725 const eOp<T1, eop_conj>
766 const eOp<T1, eop_pow>
[all …]
H A DeOp_bones.hpp25 class eOp : public Base< typename T1::elem_type, eOp<T1, eop_type> > class
47 inline ~eOp();
48 inline explicit eOp(const T1& in_m);
49 inline eOp(const T1& in_m, const elem_type in_aux);
50 inline eOp(const T1& in_m, const uword in_aux_uword_a, const uword in_aux_uword_b);
51 …inline eOp(const T1& in_m, const elem_type in_aux, const uword in_aux_uword_a, const uwor…
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/inc/
H A Dparclass.hxx63 static bool HasForceArray( OpCode eOp) in HasForceArray() argument
65 return 0 <= static_cast<short>(eOp) && in HasForceArray()
66 eOp <= SC_OPCODE_LAST_OPCODE_ID && in HasForceArray()
67 pData[eOp].bHasForceArray; in HasForceArray()
83 OpCode eOp; member
126 static inline sal_uInt8 GetMinimumParameters( OpCode eOp) in GetMinimumParameters() argument
128 if ( eOp <= SC_OPCODE_LAST_OPCODE_ID ) in GetMinimumParameters()
129 return pData[eOp].aData.nParam[0] in GetMinimumParameters()
131 pData[eOp].nMinParams; in GetMinimumParameters()
136 static inline bool HasRepeatParameters( OpCode eOp) in HasRepeatParameters() argument
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/inc/
H A Dparclass.hxx64 static bool HasForceArray( OpCode eOp) in HasForceArray() argument
66 return 0 <= static_cast<short>(eOp) && in HasForceArray()
67 eOp <= SC_OPCODE_LAST_OPCODE_ID && in HasForceArray()
68 pData[eOp].bHasForceArray; in HasForceArray()
84 OpCode eOp; member
127 static inline sal_uInt8 GetMinimumParameters( OpCode eOp) in GetMinimumParameters() argument
129 if ( eOp <= SC_OPCODE_LAST_OPCODE_ID ) in GetMinimumParameters()
130 return pData[eOp].aData.nParam[0] in GetMinimumParameters()
132 pData[eOp].nMinParams; in GetMinimumParameters()
137 static inline bool HasRepeatParameters( OpCode eOp) in HasRepeatParameters() argument
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/comp/
H A Dexprgen.cxx32 SbiOpcode eOp; // Opcode member
91 SbiOpcode eOp; in Gen() local
94 eOp = SbiOpcode::PARAM_; in Gen()
126 if( eOp == SbiOpcode::FIND_ ) in Gen()
132 eOp = SbiOpcode::FIND_CM_; in Gen()
136 eOp = SbiOpcode::FIND_STATIC_; in Gen()
145 p->GenElement( rGen, eOp ); in Gen()
146 eOp = SbiOpcode::ELEM_; in Gen()
169 rGen.Gen( p->eOp ); break; in Gen()
177 void SbiExprNode::GenElement( SbiCodeGen& rGen, SbiOpcode eOp ) in GenElement() argument
[all …]
H A Dcodegen.cxx402 virtual void processOpCode0( SbiOpcode eOp ) = 0;
444 if ( eOp <= SbiOpcode::SbOP0_END ) in visitBuffer()
445 visitor.processOpCode0( eOp ); in visitBuffer()
446 else if( eOp >= SbiOpcode::SbOP1_START && eOp <= SbiOpcode::SbOP1_END ) in visitBuffer()
452 visitor.processOpCode1( eOp, nOp1 ); in visitBuffer()
454 else if( eOp >= SbiOpcode::SbOP2_START && eOp <= SbiOpcode::SbOP2_END ) in visitBuffer()
504 m_ConvertedBuf += static_cast<sal_uInt8>(eOp); in processOpCode0()
508 m_ConvertedBuf += static_cast<sal_uInt8>(eOp); in processOpCode1()
509 switch( eOp ) in processOpCode1()
533 m_ConvertedBuf += static_cast<sal_uInt8>(eOp); in processOpCode2()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/comp/
H A Dexprgen.cxx30 SbiOpcode eOp; // Opcode member
87 SbiOpcode eOp; in Gen() local
90 eOp = SbiOpcode::PARAM_; in Gen()
122 if( eOp == SbiOpcode::FIND_ ) in Gen()
128 eOp = SbiOpcode::FIND_CM_; in Gen()
132 eOp = SbiOpcode::FIND_STATIC_; in Gen()
141 p->GenElement( rGen, eOp ); in Gen()
142 eOp = SbiOpcode::ELEM_; in Gen()
165 rGen.Gen( p->eOp ); break; in Gen()
173 void SbiExprNode::GenElement( SbiCodeGen& rGen, SbiOpcode eOp ) in GenElement() argument
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Dqueryentry.cxx44 eOp(SC_EQUAL), in ScQueryEntry()
53 eOp(r.eOp), in ScQueryEntry()
66 eOp = r.eOp; in operator =()
79 eOp = SC_EQUAL; in SetQueryByEmpty()
93 return eOp == SC_EQUAL && in IsQueryByEmpty()
101 eOp = SC_EQUAL; in SetQueryByNonEmpty()
115 return eOp == SC_EQUAL && in IsQueryByNonEmpty()
123 eOp = SC_EQUAL; in SetQueryByTextColor()
138 return eOp == SC_EQUAL && in IsQueryByTextColor()
144 eOp = SC_EQUAL; in SetQueryByBackgroundColor()
[all …]
H A Dparclass.cxx364 OpCode eOp = pToken->GetOpCode(); in GetParameterType() local
365 switch ( eOp ) in GetParameterType()
376 if ( 0 <= static_cast<short>(eOp) && eOp <= SC_OPCODE_LAST_OPCODE_ID ) in GetParameterType()
389 (pData[eOp].nMinParams - in GetParameterType()
391 pData[eOp].nMinParams); in GetParameterType()
548 OpCode eOp = OpCode(i); in GenerateDocumentation() local
557 if ( eOp < SC_OPCODE_STOP_DIV ) in GenerateDocumentation()
560 switch ( eOp ) in GenerateDocumentation()
583 switch ( eOp ) in GenerateDocumentation()
645 if ( HasRepeatParameters( eOp) ) in GenerateDocumentation()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Dqueryentry.cxx41 eOp(SC_EQUAL), in ScQueryEntry()
50 eOp(r.eOp), in ScQueryEntry()
63 eOp = r.eOp; in operator =()
76 eOp = SC_EQUAL; in SetQueryByEmpty()
90 return eOp == SC_EQUAL && in IsQueryByEmpty()
98 eOp = SC_EQUAL; in SetQueryByNonEmpty()
112 return eOp == SC_EQUAL && in IsQueryByNonEmpty()
137 eOp = SC_EQUAL; in Clear()
150 && eOp == r.eOp in operator ==()
H A Dparclass.cxx357 OpCode eOp = pToken->GetOpCode(); in GetParameterType() local
358 switch ( eOp ) in GetParameterType()
369 if ( 0 <= static_cast<short>(eOp) && eOp <= SC_OPCODE_LAST_OPCODE_ID ) in GetParameterType()
382 (pData[eOp].nMinParams - in GetParameterType()
384 pData[eOp].nMinParams); in GetParameterType()
541 OpCode eOp = OpCode(i); in GenerateDocumentation() local
550 if ( eOp < SC_OPCODE_STOP_DIV ) in GenerateDocumentation()
553 switch ( eOp ) in GenerateDocumentation()
576 switch ( eOp ) in GenerateDocumentation()
638 if ( HasRepeatParameters( eOp) ) in GenerateDocumentation()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/ods/
H A Dods_formula_node.cpp44 eOp(ODS_INVALID), in ods_formula_node()
59 eOp(ODS_INVALID), in ods_formula_node()
105 eOp(eOpIn), in ods_formula_node()
120 eOp(other.eOp), in ods_formula_node()
184 switch (eOp) in ODSGetOperatorName()
300 switch (eOp) in Evaluate()
656 eOp = ODS_EQ; in EvaluateNE()
1052 CPLAssert( eOp >= ODS_ADD && eOp<= ODS_MODULUS ); in EvaluateBinaryArithmetic()
1318 CPLAssert( eOp >= ODS_SUM && eOp <= ODS_COUNTA ); in EvaluateListArgOp()
1402 else if (eOp == ODS_COUNT || eOp == ODS_COUNTA) in EvaluateListArgOp()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/ods/
H A Dods_formula_node.cpp44 eOp(ODS_INVALID), in x()
59 eOp(ODS_INVALID), in set_x1()
105 eOp(eOpIn), in set_y2()
120 eOp(other.eOp),
184 switch (eOp)
300 switch (eOp)
656 eOp = ODS_EQ;
1052 CPLAssert( eOp >= ODS_ADD && eOp<= ODS_MODULUS );
1318 CPLAssert( eOp >= ODS_SUM && eOp <= ODS_COUNTA );
1402 else if (eOp == ODS_COUNT || eOp == ODS_COUNTA)
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/ods/
H A Dods_formula_node.cpp44 eOp(ODS_INVALID), in ods_formula_node()
59 eOp(ODS_INVALID), in ods_formula_node()
105 eOp(eOpIn), in ods_formula_node()
120 eOp(other.eOp), in ods_formula_node()
184 switch (eOp) in ODSGetOperatorName()
300 switch (eOp) in Evaluate()
656 eOp = ODS_EQ; in EvaluateNE()
1052 CPLAssert( eOp >= ODS_ADD && eOp<= ODS_MODULUS ); in EvaluateBinaryArithmetic()
1318 CPLAssert( eOp >= ODS_SUM && eOp <= ODS_COUNTA ); in EvaluateListArgOp()
1402 else if (eOp == ODS_COUNT || eOp == ODS_COUNTA) in EvaluateListArgOp()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/ods/
H A Dods_formula_node.cpp100 eOp = eOpIn; in ods_formula_node()
110 eOp = other.eOp; in ods_formula_node()
194 switch (eOp) in ODSGetOperatorName()
302 switch (eOp) in Evaluate()
648 eOp = ODS_EQ; in EvaluateNE()
1034 CPLAssert( eOp >= ODS_ADD && eOp<= ODS_MODULUS ); in EvaluateBinaryArithmetic()
1050 switch (eOp) in EvaluateBinaryArithmetic()
1102 switch (eOp) in EvaluateBinaryArithmetic()
1235 CPLAssert( eOp >= ODS_SUM && eOp <= ODS_COUNTA ); in EvaluateListArgOp()
1317 else if (eOp == ODS_COUNT || eOp == ODS_COUNTA) in EvaluateListArgOp()
[all …]

12345678910>>...21