Home
last modified time | relevance | path

Searched refs:condn (Results 1 – 25 of 63) sorted by relevance

123

/dports/net/elixir-kafka_ex/kafka_ex-0.10.0/test/
H A Dtest_helper.exs22 # Wait for the return value of value_getter to pass the predicate condn
23 # If condn does not pass, sleep for dwell msec and try again
24 # If condn does not pass after max_tries attempts, raises an error
25 def wait_for_value(value_getter, condn, dwell \\ 500, max_tries \\ 200) do
26 wait_for_value(value_getter, condn, dwell, max_tries, 0)
29 # Wait for condn to return false or nil; passes through to wait_for_value
31 def wait_for(condn, dwell \\ 500, max_tries \\ 200) do
32 wait_for_value(fn -> :ok end, fn :ok -> condn.() end, dwell, max_tries)
101 defp wait_for_value(value_getter, condn, dwell, max_tries, n) do
104 if condn.(value) do
[all …]
/dports/benchmarks/polygraph/polygraph-4.13.0/src/pgl/
H A Dpgl2acl.cc101 bool operator ==(const RuleCondn &condn) const;
102 bool operator !=(const RuleCondn &condn) const { return !(*this == condn); } in operator !=()
407 ejectCandidate = rules[r]->condn().has(ci) || in simplify()
408 !rules[r]->condn().has(notCi); in simplify()
623 RuleCondn *condn = new RuleCondn(1); in doNoneOp() local
624 condn->add(RuleCondnItem(theExpr.theVal)); in doNoneOp()
625 AclRule *rule = new AclRule(theAction, condn); in doNoneOp()
634 RuleCondn *condn = new RuleCondn(1); in doNotOp() local
689 RuleCondn *condn = new RuleCondn; in doAndOp() local
690 condn->merge(lhsRules[l]->condn()); in doAndOp()
[all …]
/dports/science/dynare/dynare-4.6.4/matlab/AIM/
H A DSPNumeric_shift.m1 function [h,q,iq,nnumeric] = SPNumeric_shift(h,q,iq,qrows,qcols,neq,condn)
3 % SPNumeric_shift(h,q,iq,qrows,qcols,neq,condn)
37 zerorows = find( abs(diag(R)) <= condn );
49 zerorows = find( abs(diag(R)) <= condn );
H A DSPReduced_form.m1 function [nonsing,b] = SPReduced_form(q,qrows,qcols,bcols,neq,condn)
2 % [nonsing,b] = SPReduced_form(q,qrows,qcols,bcols,neq,b,condn);
35 nonsing = rcond(full(qs(:,right))) > condn;
44 nonsing = rcond(full(oneover *qs(:,right))) > condn;
H A DSPAmalg.m2 SPAmalg(h,neq,nlag,nlead,condn,uprbnd)
4 % SPAmalg(h,neq,nlag,nlead,condn,uprbnd)
18 % condn Zero tolerance used as a condition number test
71 [h,q,iq,nnumeric]=SPNumeric_shift(h,q,iq,qrows,qcols,neq,condn);
98 [nonsing,b]=SPReduced_form(q,qrows,qcols,bcols,neq,condn);
H A DdynAIMsolver1.m76 condn = 1.e-10;%SPAmalg uses this in zero tests variable
93 SPAmalg(theAIM_H,neq, lags,leads,condn,uprbnd);
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/punc/src/cgcode/
H A Dddpchb.c40 taun, test, condn, condo; in ddpchb_() local
152 condn = (taun + 1.) / (taun - 1.); in ddpchb_()
154 cfn = (sqrt(condn) - 1.) / (sqrt(condn) + 1.); in ddpchb_()
180 *cond = condn; in ddpchb_()
H A Dsdpchb.c39 test, condn, condo; in sdpchb_() local
154 condn = (taun + 1.f) / (taun - 1.f); in sdpchb_()
156 cfn = (sqrt(condn) - 1.f) / (sqrt(condn) + 1.f); in sdpchb_()
182 *cond = condn; in sdpchb_()
/dports/math/plplot-ada/plplot-5.15.0/lib/qsastime/
H A Ddspline.c29 int if1, double cond1, int ifn, double condn, double *y2 ) in dspline() argument
123 un = condn; in dspline()
139 un = 3. / ( x[n] - x[n - 1] ) * ( condn - ( y[n] - y[n - 1] ) / ( x[n] in dspline()
H A Ddspline.h23 int if1, double cond1, int ifn, double condn, double *y2 );
/dports/math/plplot/plplot-5.15.0/lib/qsastime/
H A Ddspline.c29 int if1, double cond1, int ifn, double condn, double *y2 ) in dspline() argument
123 un = condn; in dspline()
139 un = 3. / ( x[n] - x[n - 1] ) * ( condn - ( y[n] - y[n - 1] ) / ( x[n] in dspline()
H A Ddspline.h23 int if1, double cond1, int ifn, double condn, double *y2 );
/dports/math/fxt/fxt/demo/graph/
H A Dgraph-lyndon-gray-demo.cc205 ulong condn = 0; in main() local
206 NXARG(condn, "choose condition: 0==>cycles, 1==>rot0, 2==>monotonic, 3==>1&2, 4==>nil"); in main()
208 ulong rot0q = condn & 1; in main()
232 switch ( condn ) in main()
/dports/www/sahi/sahi/userdata/scripts/demo/
H A Dwhile.sah10 // if ("true" != _getGlobal("condn" + (_sahiCmds.length))) break;
/dports/www/limesurvey/limesurvey/application/models/
H A DSurvey.php1878 $condn = array('sid'=>$this->sid, 'language'=>$this->language);
1879 $sumresult3 = QuestionGroup::model()->countByAttributes($condn); //Checked)
1888 $condn = array('sid'=>$this->sid, 'language'=>$this->language, 'parent_qid'=>0);
1889 $sumresult = Question::model()->countByAttributes($condn);
1899 $condn = array(
1905 $sumresult = Question::model()->countByAttributes($condn);
/dports/games/ldmud/ldmud-3.3.720/doc/LPC/
H A Dclosures91 ({ #'?, cond1, val1, cond2, val2, ..., condn, valn,
94 It evaluates cond1, cond2, ..., condn successively until it
/dports/www/limesurvey/limesurvey/application/controllers/admin/
H A Dtokens.php189 $condn = array('token' => $tokenBounce[1]);
190 $record = Token::model($iSurveyId)->findByAttributes($condn);
/dports/math/py-mathics/Mathics3-2.2.0/mathics/builtin/
H A Dlists.py2157 def condn(leaf): function
2167 return items.filter("List", condn, evaluation)
H A Dlists-next.py2158 def condn(leaf): function
2168 return items.filter("List", condn, evaluation)
/dports/devel/binutils/binutils-2.37/cpu/
H A Dcris.cpu550 (condn condc)
551 ((eq tmpcond condn) (set condres (.sym condc -condition))))
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/cpu/
H A Dcris.cpu550 (condn condc)
551 ((eq tmpcond condn) (set condres (.sym condc -condition))))
/dports/devel/arm-elf-binutils/binutils-2.37/cpu/
H A Dcris.cpu550 (condn condc)
551 ((eq tmpcond condn) (set condres (.sym condc -condition))))
/dports/devel/gnulibiberty/binutils-2.37/cpu/
H A Dcris.cpu550 (condn condc)
551 ((eq tmpcond condn) (set condres (.sym condc -condition))))
/dports/devel/avr-gdb/gdb-7.3.1/cgen/cpu/
H A Dcris.cpu550 (condn condc)
551 ((eq tmpcond condn) (set condres (.sym condc -condition))))
/dports/lang/gnatdroid-binutils/binutils-2.27/cpu/
H A Dcris.cpu550 (condn condc)
551 ((eq tmpcond condn) (set condres (.sym condc -condition))))

123