Home
last modified time | relevance | path

Searched refs:GetOp (Results 1 – 25 of 743) sorted by relevance

12345678910>>...30

/dports/biology/avida/avida-2.12.4-src/avida-core/source/cpu/
H A DcInstSet.h118 const cString& GetName(const cInstruction& inst) const { return GetName(inst.GetOp()); } in GetName()
120 …int GetRedundancy(const cInstruction& inst) const { return m_lib_name_map[inst.GetOp()].redundancy… in GetRedundancy()
121 int GetCost(const cInstruction& inst) const { return m_lib_name_map[inst.GetOp()].cost; } in GetCost()
122 int GetFTCost(const cInstruction& inst) const { return m_lib_name_map[inst.GetOp()].ft_cost; } in GetFTCost()
123 …int GetEnergyCost(const cInstruction& inst) const { return m_lib_name_map[inst.GetOp()].energy_cos… in GetEnergyCost()
124 …double GetProbFail(const cInstruction& inst) const { return m_lib_name_map[inst.GetOp()].prob_fail… in GetProbFail()
127 …double GetResCost(const cInstruction& inst) const { return m_lib_name_map[inst.GetOp()].res_cost; } in GetResCost()
131 int GetPostCost(const cInstruction& inst) const { return m_lib_name_map[inst.GetOp()].post_cost; } in GetPostCost()
137 int nopmod = m_lib_nopmod_map[inst.GetOp()]; in GetNopMod()
157 int IsNop(const cInstruction& inst) const { return (inst.GetOp() < m_lib_nopmod_map.GetSize()); } in IsNop()
[all …]
/dports/editors/fte/fte/src/
H A Dcfte.cpp736 static void GetOp(CurPos &cp, int what) { in GetOp() function
855 GetOp(cp, P_OPENBRACE); in ParseCommands()
863 GetOp(cp, P_DOT); in ParseCommands()
871 GetOp(cp, P_COLON); in ParseCommands()
890 GetOp(cp, P_QUEST); in ParseCommands()
892 GetOp(cp, P_VARIABLE); in ParseCommands()
900 GetOp(cp, P_EOS); in ParseCommands()
905 GetOp(cp, P_CLOSEBRACE); in ParseCommands()
931 GetOp(cp, P_OPENBRACE); in ParseConfigFile()
1489 GetOp(cp, P_EOS); in ParseConfigFile()
[all …]
/dports/math/gambit/gambit-16.0.1/src/labenski/src/
H A Dfparser.cpp1829 unsigned GetOp() const { return data->GetOp(); } in GetOp() function
1937 if(GetOp() == cAdd || GetOp() == cMul) in OptimizeConflict()
1968 if(GetOp() == cAdd || GetOp() == cMin || GetOp() == cMax) in OptimizeRedundant()
1979 if(GetOp() == cMul || GetOp() == cAdd || GetOp() == cMin || GetOp() == cMax) in OptimizeRedundant()
2139 if(GetOp() == cAdd || GetOp() == cMul) in OptimizeAddMulFlat()
2145 if(pa->GetOp() != GetOp()) continue; in OptimizeAddMulFlat()
2189 if(GetOp() == cAdd || GetOp() == cMul) in OptimizeLinearCombine()
2806 switch(GetOp()) in Assemble()
2988 if(GetOp() != b.GetOp()) return false; in operator ==()
3001 if(GetOp() != b.GetOp()) in operator <()
[all …]
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxquery.cpp1450 …if ( pNode->GetOp()==SPH_QUERY_OR || pNode->GetOp()==SPH_QUERY_MAYBE || pNode->GetOp()==SPH_QUERY_… in FixupNots()
1615 …( pNode->GetOp()==SPH_QUERY_PHRASE || pNode->GetOp()==SPH_QUERY_PROXIMITY || pNode->GetOp()==SPH_Q… in FixupDegenerates()
1837 switch ( pNode->GetOp() ) in xqDump()
1895 switch ( pNode->GetOp() ) in sphReconstructNode()
1936 switch ( pNode->GetOp() ) in sphReconstructNode()
2162 || ( ( m_eOp==pTree->GetOp() ) in BuildAssociations()
2194 if ( m_eOp==pTree->GetOp() ) in BuildBitmasks()
2295 if ( m_eOp==pTree->GetOp() ) in Reorganize()
2593 || pNode1->GetHash ()!=pNode2->GetHash () || pNode1->GetOp ()!=pNode2->GetOp () in CheckCollectTerms()
3249 ( pParent->GetOp()==SPH_QUERY_OR || pParent->GetOp()==SPH_QUERY_AND ) ) in CompositeFixup()
[all …]
/dports/math/cppad/CppAD-20210000.8/include/cppad/local/subgraph/
H A Dinfo.hpp134 { OpCode op = play->GetOp(i_op); in check_map_user_op()
138 op = play->GetOp(++i_op); in check_map_user_op()
144 op = play->GetOp(++i_op); in check_map_user_op()
279 OpCode op = play->GetOp(i_op); in set_map_user_op()
290 op = play->GetOp(++i_op); in set_map_user_op()
297 op = play->GetOp(++i_op); in set_map_user_op()
/dports/math/SCIP/scip-7.0.3/src/cppad/local/subgraph/
H A Dinfo.hpp132 { OpCode op = play->GetOp(i_op); in check_map_user_op()
136 op = play->GetOp(++i_op); in check_map_user_op()
142 op = play->GetOp(++i_op); in check_map_user_op()
276 OpCode op = play->GetOp(i_op); in set_map_user_op()
287 op = play->GetOp(++i_op); in set_map_user_op()
294 op = play->GetOp(++i_op); in set_map_user_op()
H A Dentire_call.hpp48 if( play->GetOp(i_op) == UserOp ) in entire_call()
50 while( play->GetOp(++i_op) != UserOp ) in entire_call()
51 { switch(play->GetOp(i_op)) in entire_call()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/google/cel-go/parser/
H A Dparser.go147 if ctx.GetOp() == nil {
150 opID := p.helper.id(ctx.GetOp())
200 if ctx.GetOp() != nil {
201 opText = ctx.GetOp().GetText()
205 opID := p.helper.id(ctx.GetOp())
218 if ctx.GetOp() != nil {
219 opText = ctx.GetOp().GetText()
223 opID := p.helper.id(ctx.GetOp())
304 opID := p.helper.id(ctx.GetOp())
312 objID := p.helper.id(ctx.GetOp())
[all …]
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsphinxquery.cpp202 if ( !pNode || pNode->GetHash()!=GetHash() || pNode->GetOp()!=GetOp() ) in IsEqualTo()
1008 if ( pNode->m_dChildren[i]->GetOp()==SPH_QUERY_NOT ) in FixupNots()
1026 if ( pNode->GetOp()==SPH_QUERY_OR ) in FixupNots()
1033 if ( pNode->GetOp()==SPH_QUERY_BEFORE ) in FixupNots()
1094 if ( pNode->GetOp()==SPH_QUERY_QUORUM && pNode->m_iOpArg<=0 ) in CheckQuorumProximity()
1121 …m_dWords.GetLength()==1 && ( pNode->GetOp()==SPH_QUERY_PHRASE || pNode->GetOp()==SPH_QUERY_PROXIMI… in FixupDegenerates()
1192 if ( m_pRoot && m_pRoot->GetOp()==SPH_QUERY_NOT ) in Parse()
1223 switch ( pNode->GetOp() ) in xqDump()
1452 || ( ( m_eOp==pTree->GetOp() ) in BuildAssociations()
1484 if ( m_eOp==pTree->GetOp() ) in BuildBitmasks()
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/script/
H A Dscript.cpp162 if (!GetOp(pc, opcode)) in GetSigOpCount()
191 if (!scriptSig.GetOp(pc, opcode, vData)) in GetSigOpCount()
268 if (!GetOp(pc, opcode)) in IsPushOnly()
303 … if (!GetOp(it, opcode, item) || opcode > MAX_OPCODE || item.size() > MAX_SCRIPT_ELEMENT_SIZE) { in HasValidOps()
373 for (const_iterator pc = begin(); pc != end() && GetOp(pc, opcode);) in ReplaceParam()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/script/
H A Dnames.cpp15 if (!script.GetOp (pc, nameOp)) in CNameScript()
23 if (!script.GetOp (pc, opcode, vch)) in CNameScript()
35 if (!script.GetOp (pc, opcode)) in CNameScript()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/script/
H A Dnames.cpp15 if (!script.GetOp (pc, nameOp)) in CNameScript()
23 if (!script.GetOp (pc, opcode, vch)) in CNameScript()
35 if (!script.GetOp (pc, opcode)) in CNameScript()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/script/
H A Dnames.cpp15 if (!script.GetOp (pc, nameOp)) in CNameScript()
23 if (!script.GetOp (pc, opcode, vch)) in CNameScript()
35 if (!script.GetOp (pc, opcode)) in CNameScript()
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/
H A Dkeystore.cpp75 if (!dest.GetOp(pc, opcode, vch) || vch.size() < 33 || vch.size() > 65) in ExtractPubKey()
80 if (!dest.GetOp(pc, opcode, vch) || opcode != OP_CHECKSIG || dest.GetOp(pc, opcode, vch)) in ExtractPubKey()
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/
H A Dkeystore.cpp75 if (!dest.GetOp(pc, opcode, vch) || vch.size() < 33 || vch.size() > 65) in ExtractPubKey()
80 if (!dest.GetOp(pc, opcode, vch) || opcode != OP_CHECKSIG || dest.GetOp(pc, opcode, vch)) in ExtractPubKey()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/
H A Dkeystore.cpp75 if (!dest.GetOp(pc, opcode, vch) || vch.size() < 33 || vch.size() > 65) in ExtractPubKey()
80 if (!dest.GetOp(pc, opcode, vch) || opcode != OP_CHECKSIG || dest.GetOp(pc, opcode, vch)) in ExtractPubKey()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/script/
H A Dscript.cpp161 if (!GetOp(pc, opcode)) in GetSigOpCount()
190 if (!scriptSig.GetOp(pc, opcode, vData)) in GetSigOpCount()
241 if (!GetOp(pc, opcode)) in IsPushOnly()
276 … if (!GetOp(it, opcode, item) || opcode > MAX_OPCODE || item.size() > MAX_SCRIPT_ELEMENT_SIZE) { in HasValidOps()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/script/
H A Dscript.cpp161 if (!GetOp(pc, opcode)) in GetSigOpCount()
190 if (!scriptSig.GetOp(pc, opcode, vData)) in GetSigOpCount()
241 if (!GetOp(pc, opcode)) in IsPushOnly()
276 … if (!GetOp(it, opcode, item) || opcode > MAX_OPCODE || item.size() > MAX_SCRIPT_ELEMENT_SIZE) { in HasValidOps()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/script/
H A Dscript.cpp161 if (!GetOp(pc, opcode)) in GetSigOpCount()
190 if (!scriptSig.GetOp(pc, opcode, vData)) in GetSigOpCount()
241 if (!GetOp(pc, opcode)) in IsPushOnly()
276 … if (!GetOp(it, opcode, item) || opcode > MAX_OPCODE || item.size() > MAX_SCRIPT_ELEMENT_SIZE) { in HasValidOps()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/script/
H A Dscript.cpp157 if (!GetOp(pc, opcode)) in GetSigOpCount()
186 if (!scriptSig.GetOp(pc, opcode, vData)) in GetSigOpCount()
237 if (!GetOp(pc, opcode)) in IsPushOnly()
272 … if (!GetOp(it, opcode, item) || opcode > MAX_OPCODE || item.size() > MAX_SCRIPT_ELEMENT_SIZE) { in HasValidOps()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/script/
H A Dscript.cpp157 if (!GetOp(pc, opcode)) in GetSigOpCount()
186 if (!scriptSig.GetOp(pc, opcode, vData)) in GetSigOpCount()
237 if (!GetOp(pc, opcode)) in IsPushOnly()
272 … if (!GetOp(it, opcode, item) || opcode > MAX_OPCODE || item.size() > MAX_SCRIPT_ELEMENT_SIZE) { in HasValidOps()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/script/
H A Dscript.cpp157 if (!GetOp(pc, opcode)) in GetSigOpCount()
186 if (!scriptSig.GetOp(pc, opcode, vData)) in GetSigOpCount()
237 if (!GetOp(pc, opcode)) in IsPushOnly()
272 … if (!GetOp(it, opcode, item) || opcode > MAX_OPCODE || item.size() > MAX_SCRIPT_ELEMENT_SIZE) { in HasValidOps()
/dports/www/davix/davix-0.7.6/src/tools/
H A Ddavix_op.hpp58 class GetOp : public DavixOp{ class
61GetOp(const Tool::OptParams& opts, std::string target_url, std::string destination_url, Context& c…
62 virtual ~GetOp();
/dports/math/cppad/CppAD-20210000.8/include/cppad/core/
H A Dfor_sparse_hes.hpp213 CPPAD_ASSERT_UNKNOWN( play_.GetOp(j + 1) == local::InvOp ); in ForSparseHesCase()
262 CPPAD_ASSERT_UNKNOWN( play_.GetOp( ind_taddr_[i] ) == local::InvOp ); in ForSparseHesCase()
329 CPPAD_ASSERT_UNKNOWN( play_.GetOp(j + 1) == local::InvOp ); in ForSparseHesCase()
386 CPPAD_ASSERT_UNKNOWN( play_.GetOp( ind_taddr_[i] ) == local::InvOp ); in ForSparseHesCase()
545 CPPAD_ASSERT_UNKNOWN( play_.GetOp( ind_taddr_[j] ) == local::InvOp ); in ForSparseHesCheckpoint()
/dports/math/SCIP/scip-7.0.3/src/cppad/core/
H A Dfor_sparse_hes.hpp211 CPPAD_ASSERT_UNKNOWN( play_.GetOp( ind_taddr_[i] ) == local::InvOp ); in ForSparseHesCase()
269 CPPAD_ASSERT_UNKNOWN( play_.GetOp( ind_taddr_[i] ) == local::InvOp ); in ForSparseHesCase()
335 CPPAD_ASSERT_UNKNOWN( play_.GetOp( ind_taddr_[i] ) == local::InvOp ); in ForSparseHesCase()
395 CPPAD_ASSERT_UNKNOWN( play_.GetOp( ind_taddr_[i] ) == local::InvOp ); in ForSparseHesCase()
547 CPPAD_ASSERT_UNKNOWN( play_.GetOp( ind_taddr_[j] ) == local::InvOp ); in ForSparseHesCheckpoint()

12345678910>>...30