Home
last modified time | relevance | path

Searched refs:d_op (Results 1 – 25 of 133) sorted by relevance

123456

/dports/devel/silentbob/silentbob-3.0/src/
H A Dwit.cxx5 int what_is_this (char * d_op, char ch) in what_is_this() argument
13 if (*d_op == '#' || ch == '\n') { in what_is_this()
14 if (def_test (d_op)) in what_is_this()
19 d_words_count = words_count (d_op); in what_is_this()
33 if (ww_after_word (d_op) == '(') in what_is_this()
44 d_last_ch = last_ch (d_op); in what_is_this()
48 b_local_ftest = local_ftest (d_op); in what_is_this()
61 d_op += 8; in what_is_this()
65 d_op += 7; in what_is_this()
68 d_op += 6; in what_is_this()
[all …]
H A Dcxx.cxx11 char * macro_name (char * d_op, char * d_macro_name) in macro_name() argument
17 strncpy (m_buf, d_op, 255); in macro_name()
45 char * mk_tag_macro (char * d_op, char * d_file, int t_line) in mk_tag_macro() argument
48 if (! macro_name (d_op, S)) in mk_tag_macro()
53 void mk_tag (char * d_op, char * d_file, int line, int d_found_type, FILE * of) in mk_tag() argument
60 S = mk_tag_macro (d_op, d_file, line); in mk_tag()
70 S = strchr (d_op, ':'); in mk_tag()
75 S = c_last_word (d_op); in mk_tag()
H A DSblib.cxx84 bool def_test (char * d_op) in def_test() argument
86 char * S = d_op; in def_test()
397 DArray * split_to_words (char * d_op) in split_to_words() argument
400 char * d_old = strdup (d_op); in split_to_words()
622 char * c_last_word (char *d_op) in c_last_word() argument
624 char * S = d_op; in c_last_word()
637 d_word = d_op; in c_last_word()
/dports/math/cvc3/cvc3-2.4.1/src/search/
H A DLFSCLraProof.h38 int d_op; variable
42 d_op(op), in LFSCLraAxiom()
53 int checkOp() { return d_op; } in checkOp()
66 d_op(op){ in LFSCLraMulC()
67 d_op = pf->checkOp() != -1 ? pf->checkOp() : d_op; in LFSCLraMulC()
115 int d_op; variable
119 d_op( op ){ in LFSCLraPoly()
120 d_op = pf->checkOp() != -1 ? pf->checkOp() : d_op; in LFSCLraPoly()
144 int d_op; variable
147 d_op( op ){ in LFSCLraContra()
[all …]
H A DLFSCLraProof.cpp46 s<<"(lra_axiom_" << kind_to_str(d_op); in print_pf()
47 if( d_op!= EQ ){ in print_pf()
58 s <<"(lra_mul_c_"<<kind_to_str(d_op)<<" _ _ "; in print_pf()
103 s << "(lra_not_" << kind_to_str(get_normalized( d_op )); in print_pf()
104 s << "_to_" << kind_to_str(get_normalized( get_not( d_op ) )); in print_pf()
/dports/math/cvc4/CVC4-1.7/src/theory/idl/
H A Didl_assertion.cpp25 : d_op(kind::LAST_KIND) in IDLAssertion()
33 if (d_op == kind::GT) { in IDLAssertion()
37 d_op = kind::LT; in IDLAssertion()
39 if (d_op == kind::GEQ) { in IDLAssertion()
43 d_op = kind::LEQ; in IDLAssertion()
45 if (d_op == kind::LT) { in IDLAssertion()
48 d_op = kind::LEQ; in IDLAssertion()
57 , d_op(other.d_op) in IDLAssertion()
78 out << "IDL[" << d_x << " - " << d_y << " " << d_op << " " << d_c << "]"; in toStream()
127 d_op = negateOp(d_op); in parse()
[all …]
H A Didl_assertion.h38 Kind d_op; variable
59 Kind getOp() const { return d_op;} in getOp()
/dports/devel/silentbob/silentbob-3.0/include/
H A Dinline.h5 inline bool ww_call_cmp (char * d_op, char * d_cmp, int d_len) in ww_call_cmp() argument
7 if (!strncmp (d_op, d_cmp, d_len) in ww_call_cmp()
8 && (d_op[d_len] == '(' || d_op[d_len+1] == '(')) in ww_call_cmp()
14 inline bool ww_case_cmp (char * d_op, char * d_cmp, int d_len) in ww_case_cmp() argument
16 if (!strncmp (d_op, d_cmp, d_len) in ww_case_cmp()
17 && (d_op[d_len] == ':' || d_op[d_len+1] == ':')) in ww_case_cmp()
H A Dproto.h16 bool def_test (char * d_op) ;
17 int what_is_this (char * d_op, char ch) ;
21 DArray * split_to_words (char * d_op) ;
23 char * c_last_word (char *d_op) ;
82 char * macro_name (char * d_op, char * d_macro_name) ;
83 char * mk_tag_macro (char * d_op, char * d_file, int t_line) ;
84 void mk_tag (char * d_op, char * d_file, int line, int d_found_type, FILE * of) ;
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/
H A DSelectionMoveResizer.cpp69 d_op = None; in init()
255 switch (d_op) { in operateOn()
377 d_op = Move; in mousePressEvent()
390 d_op = Move; in mouseMoveEvent()
429 d_op = None; in mouseReleaseEvent()
438 if (d_op == None) { in keyPressEvent()
443 d_op = None; in keyPressEvent()
452 d_op = Move; in keyPressEvent()
461 d_op = Move; in keyPressEvent()
470 d_op = Move; in keyPressEvent()
[all …]
H A DArrowMarker.cpp51 d_op(None) in ArrowMarker()
405 d_op = MoveStart; in eventFilter()
411 d_op = MoveEnd; in eventFilter()
417 d_op = MoveBoth; in eventFilter()
425 switch (d_op) { in eventFilter()
445 switch (d_op) { in eventFilter()
449 d_op = None; in eventFilter()
455 d_op = None; in eventFilter()
462 d_op = None; in eventFilter()
466 d_op = None; in eventFilter()
/dports/math/cvc4/CVC4-1.7/src/theory/uf/
H A Dtheory_uf_model.h57 Node d_op;
65 UfModelTree( Node op ) : d_op( op ){ in UfModelTree()
66 TypeNode tn = d_op.getType(); in UfModelTree()
71 UfModelTree( Node op, std::vector< int >& indexOrder ) : d_op( op ){ in UfModelTree()
99 void simplify() { d_tree.simplify( d_op, Node::null(), 0 ); } in simplify()
101 bool isTotal() { return d_tree.isTotal( d_op, 0 ); } in isTotal()
/dports/devel/libdap/libdap-3.20.8/
H A DD4FilterClause.cc106 d_op = rhs.d_op; in m_duplicate()
148 switch (d_op) { in value()
159 return cmp(d_op, d_arg1->value(dmr), d_arg2->value(dmr)); in value()
179 switch (d_op) { in value()
190 return cmp(d_op, d_arg1->value(), d_arg2->value()); in value()
H A DD4FilterClause.h136 ops d_op;
140 D4FilterClause() : d_op(null), d_arg1(0), d_arg2(0) { } in D4FilterClause()
170 d_op(op), d_arg1(arg1), d_arg2(arg2) { in D4FilterClause()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/plot2D/
H A DSelectionMoveResizer.cpp65 d_op = None; in init()
337 switch (d_op) { in operateOn()
491 d_op = Move; in mousePressEvent()
504 d_op = Move; in mouseMoveEvent()
560 d_op = None; in mouseReleaseEvent()
569 if (d_op == None) { in keyPressEvent()
582 d_op = None; in keyPressEvent()
596 d_op = Move; in keyPressEvent()
605 d_op = Move; in keyPressEvent()
614 d_op = Move; in keyPressEvent()
[all …]
H A DArrowMarker.cpp54 d_op(None),
441 d_op = MoveStart;
447 d_op = MoveEnd;
452 d_op = MoveBoth;
461 switch(d_op) {
486 switch(d_op) {
490 d_op = None;
497 d_op = None;
505 d_op = None;
510 d_op = None;
/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/ematching/
H A Dcandidate_generator.cpp42 d_op = qe->getTermDatabase()->getMatchOperator( pat ); in CandidateGeneratorQE()
43 Assert( !d_op.isNull() ); in CandidateGeneratorQE()
47 d_term_iter_limit = d_qe->getTermDatabase()->getNumGroundTerms( d_op ); in resetInstantiationRound()
60 TNodeTrie* tat = d_qe->getTermDatabase()->getTermArgTrie(eqc, d_op); in reset()
80 return d_qe->getTermDatabase()->getMatchOperator( n )==d_op; in isLegalOpCandidate()
91 Node n = d_qe->getTermDatabase()->getGroundTerm( d_op, d_term_iter ); in getNextCandidate()
232 if (curr.isNull() || (curr.hasOperator() && curr.getOperator() == d_op)) in getNextCandidate()
241 children.push_back(d_op); in getNextCandidate()
/dports/sysutils/rej/rej-0.16/tests/7/
H A Drej21 if (parent->d_op && parent->d_op->d_compare) {
22 if (parent->d_op->d_compare(parent, qstr, name))
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-fec/lib/
H A Dconv_bit_corr_bb_impl.cc62 d_op(0), in conv_bit_corr_bb_impl()
194 d_op = 1; in general_work()
201 d_op = -1; in general_work()
/dports/security/py-volatility3/volatility3-94426ad/volatility/framework/automagic/
H A Dlinux.py172 sym_addr = dentry.d_op.d_dname
217 if dentry.d_op and dentry.d_op.has_member("d_dname") and dentry.d_op.d_dname:
/dports/multimedia/v4l_compat/linux-5.13-rc2/security/tomoyo/
H A Drealpath.c260 if (dentry->d_op && dentry->d_op->d_dname) { in tomoyo_realpath_from_path()
261 pos = dentry->d_op->d_dname(dentry, buf, buf_len - 1); in tomoyo_realpath_from_path()
/dports/multimedia/libv4l/linux-5.13-rc2/security/tomoyo/
H A Drealpath.c260 if (dentry->d_op && dentry->d_op->d_dname) { in tomoyo_realpath_from_path()
261 pos = dentry->d_op->d_dname(dentry, buf, buf_len - 1); in tomoyo_realpath_from_path()
/dports/multimedia/v4l-utils/linux-5.13-rc2/security/tomoyo/
H A Drealpath.c260 if (dentry->d_op && dentry->d_op->d_dname) { in tomoyo_realpath_from_path()
261 pos = dentry->d_op->d_dname(dentry, buf, buf_len - 1); in tomoyo_realpath_from_path()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/falagard/
H A DDimensions.cpp77 d_op(DOP_NOOP) in OperatorDim()
85 d_op(op) in OperatorDim()
93 d_op(op) in OperatorDim()
135 d_op = op; in setOperator()
141 return d_op; in getOperator()
177 switch(d_op) in getValueImpl()
205 return CEGUI_NEW_AO OperatorDim(d_op, d_left, d_right); in clone()
233 … Falagard_xmlHandler::OperatorAttribute, FalagardXMLHelper<DimensionOperator>::toString(d_op)); in writeXMLElementAttributes_impl()
/dports/devel/boost-docs/boost_1_72_0/libs/numeric/interval/test/
H A Ddet.cpp85 I d_op = mat_op[i][j]; in test() local
89 if (!(equal(d_op, d_sp) && equal(d_sp, d_ou) && equal(d_ou, d_su))) in test()

123456