Home
last modified time | relevance | path

Searched refs:eFunction (Results 1 – 25 of 128) sorted by relevance

123456

/dports/devel/csmith/csmith-2.3.0/src/
H A DExpression.cpp73 exprTable_.add_entry((int)eFunction, 70); in InitExprProbabilityTable()
87 paramTable_.add_entry((int)eFunction, 40); in InitParamProbabilityTable()
115 return eFunction; in ExpressionTypeProbability()
168 assert(!(no_func && tt == eFunction)); in make_random()
179 filter.add(eFunction); in make_random()
191 filter.add(eFunction).add(eAssignment).add(eCommaExpr); in make_random()
207 case eFunction: in make_random()
266 filter.add(eFunction); in make_random_param()
272 filter.add(eFunction).add(eAssignment).add(eCommaExpr); in make_random_param()
288 case eFunction: in make_random_param()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/xml/
H A DXMLConsolidationContext.cxx35 eFunction( SUBTOTAL_FUNC_NONE ), in ScXMLConsolidationContext()
47 eFunction = ScXMLConverter::GetSubTotalFuncFromString( aIter.toString() ); in ScXMLConsolidationContext()
83 pConsParam->eFunction = eFunction; in endFastElement()
H A DXMLConverter.hxx61 const sal_Int16 eFunction );
64 const ScSubTotalFunc eFunction );
H A DXMLConsolidationContext.hxx36 ScSubTotalFunc eFunction; member in ScXMLConsolidationContext
H A DXMLConverter.cxx135 sal_Int16 eFunction ) in GetStringFromFunction() argument
138 switch( eFunction ) in GetStringFromFunction()
164 const ScSubTotalFunc eFunction ) in GetStringFromFunction() argument
167 switch( eFunction ) in GetStringFromFunction()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/xml/
H A DXMLConsolidationContext.cxx35 eFunction( SUBTOTAL_FUNC_NONE ), in ScXMLConsolidationContext()
48 eFunction = ScXMLConverter::GetSubTotalFuncFromString( aIter.toString() ); in ScXMLConsolidationContext()
86 pConsParam->eFunction = eFunction; in endFastElement()
H A DXMLConverter.hxx60 const sal_Int16 eFunction );
63 const ScSubTotalFunc eFunction );
H A DXMLConsolidationContext.hxx35 ScSubTotalFunc eFunction; member in ScXMLConsolidationContext
H A DXMLConverter.cxx135 sal_Int16 eFunction ) in GetStringFromFunction() argument
138 switch( eFunction ) in GetStringFromFunction()
164 const ScSubTotalFunc eFunction ) in GetStringFromFunction() argument
167 switch( eFunction ) in GetStringFromFunction()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dkeycod.cxx59 vcl::KeyCode::KeyCode( KeyFuncType eFunction ) in KeyCode() argument
62 ImplGetKeyCode( eFunction, nKeyCodeAndModifiers, nDummy, nDummy, nDummy ); in KeyCode()
63 eFunc = eFunction; in KeyCode()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dkeycod.cxx71 vcl::KeyCode::KeyCode( KeyFuncType eFunction ) in KeyCode() argument
74 ImplGetKeyCode( eFunction, nKeyCodeAndModifiers, nDummy, nDummy, nDummy ); in KeyCode()
75 eFunc = eFunction; in KeyCode()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/qparse/
H A Dquery_parse.cpp104 if (m_Type == eIdentifier || m_Type == eString || m_Type == eFunction) { in GetStrValue()
142 if (m_Type != eIdentifier || m_Type != eFunction) { in GetIdent()
172 case eFunction: return "Function"; in GetNodeTypeAsString()
280 return new TNode(CQueryParseNode(CQueryParseNode::eFunction, func_name)); in CreateFuncNode()
/dports/net/ulxmlrpcpp/ulxmlrpcpp-1.7.5/stubber/xml2ulxr/
H A DUlxrIdlParser.cpp139 states.push(new ParserState(eFunction)); in testStartElement()
215 case eFunction: in testStartElement()
347 case eFunction: in testEndElement()
H A DUlxrIdlParser.h66 eFunction, enumerator
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dglobal2.cxx130 eFunction = SUBTOTAL_FUNC_SUM; in Clear()
143 eFunction = r.eFunction; in operator =()
167 && (eFunction == r.eFunction); in operator ==()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dglobal2.cxx130 eFunction = SUBTOTAL_FUNC_SUM; in Clear()
143 eFunction = r.eFunction; in operator =()
167 && (eFunction == r.eFunction); in operator ==()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Dconsoli.cxx57 eFunction(SUBTOTAL_FUNC_SUM), in ScConsData()
156 eFunction = eFunc; in SetFlags()
331 bool bAnyCell = ( eFunction == SUBTOTAL_FUNC_CNT2 ); in AddData()
358 ppFunctionData[nArrX][nArrY] = ScFunctionData( eFunction); in AddData()
394 OpCode eOpCode = eOpCodeTable[eFunction]; in OutputToDocument()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Dconsoli.cxx58 eFunction(SUBTOTAL_FUNC_SUM), in ScConsData()
157 eFunction = eFunc; in SetFlags()
332 bool bAnyCell = ( eFunction == SUBTOTAL_FUNC_CNT2 ); in AddData()
359 ppFunctionData[nArrX][nArrY] = ScFunctionData( eFunction); in AddData()
395 OpCode eOpCode = eOpCodeTable[eFunction]; in OutputToDocument()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/corelib/
H A Dncbidiag_p.cpp780 into == eFunction ? NULL : m_Matchers[0].release(), in x_PutIntoFilter()
782 into == eFunction ? m_Matchers[0].release() : NULL, in x_PutIntoFilter()
795 into == eFunction ? NULL : m_Matchers[1].release(), in x_PutIntoFilter()
797 into == eFunction ? m_Matchers[1].release() : NULL, in x_PutIntoFilter()
995 x_PutIntoFilter(to, eFunction); in Parse()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/corelib/
H A Dncbidiag_p.cpp780 into == eFunction ? NULL : m_Matchers[0].release(), in x_PutIntoFilter()
782 into == eFunction ? m_Matchers[0].release() : NULL, in x_PutIntoFilter()
795 into == eFunction ? NULL : m_Matchers[1].release(), in x_PutIntoFilter()
797 into == eFunction ? m_Matchers[1].release() : NULL, in x_PutIntoFilter()
995 x_PutIntoFilter(to, eFunction); in Parse()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/vdb/
H A Dschema-func.c1392 if ( t -> sym -> type == eFunction || t -> sym -> type == eScriptFunc ) in func_decl()
1405 bool allow_release = ( f -> name -> type != eFunction ) ? true : false; in func_decl()
1449 if ( type == eFunction || f -> fact . vararg ) in func_decl()
1457 if ( f -> name -> type == eFunction ) in func_decl()
1475 ( ( KSymbol* ) f -> name ) -> type = eFunction; in func_decl()
1488 if ( t -> sym != NULL && t -> sym -> type == eFunction ) in func_decl()
1618 env -> script_function_called_schema ? eFunction : 0, false ); in function_declaration()
1627 return function_decl ( tbl, src, t, env, self, eFunction, false ); in extfunc_declaration()
1636 return function_decl ( tbl, src, t, env, self, eFunction, true ); in valfunc_declaration()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/vdb/
H A Dschema-func.c1392 if ( t -> sym -> type == eFunction || t -> sym -> type == eScriptFunc ) in func_decl()
1405 bool allow_release = ( f -> name -> type != eFunction ) ? true : false; in func_decl()
1449 if ( type == eFunction || f -> fact . vararg ) in func_decl()
1457 if ( f -> name -> type == eFunction ) in func_decl()
1475 ( ( KSymbol* ) f -> name ) -> type = eFunction; in func_decl()
1488 if ( t -> sym != NULL && t -> sym -> type == eFunction ) in func_decl()
1618 env -> script_function_called_schema ? eFunction : 0, false ); in function_declaration()
1627 return function_decl ( tbl, src, t, env, self, eFunction, false ); in extfunc_declaration()
1636 return function_decl ( tbl, src, t, env, self, eFunction, true ); in valfunc_declaration()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dconsoli.hxx50 ScSubTotalFunc eFunction; member in ScConsData
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dconsoli.hxx51 ScSubTotalFunc eFunction; member in ScConsData
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/test/schema/
H A Dwb-test-schema-func.cpp101 …ion ( const char * p_source, const char * p_name, uint32_t p_idx = 0, uint32_t p_type = eFunction ) in ParseFunction()
139 const KSymbol* sym = VerifySymbol ( p_name, eFunction ); in GetOverload()
545 REQUIRE_EQ ( (uint32_t)eFunction, factId -> type ); in FIXTURE_TEST_CASE()
707 …FunctionAccess fn = ParseFunction ( "validate function void f(U8 a, U8 b);", "f", 0 , eFunction ); in FIXTURE_TEST_CASE()
741 …nAccess fn = ParseFunction ( "validate function void f(U8 a, U8 b) = fact;", "f", 0 , eFunction ); in FIXTURE_TEST_CASE()

123456