Home
last modified time | relevance | path

Searched refs:MaxI (Results 1 – 25 of 162) sorted by relevance

1234567

/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/src/bot/
H A Dbot_waypoint.cpp639 MaxI = i + Offset; in DrawNearWaypoints()
1084 MaxI = i + Offset; in GetNearestWaypoint()
1131 MaxI = i + Offset; in GetNearestTriggerWaypoint()
1514 MaxI = i + Offset; in ConnectFloodWP()
1527 for (x=MinI;x<=MaxI;x++) in ConnectFloodWP()
1574 MaxI = i + Offset; in GetNearestFloodWP()
1627 MaxI = i + Offset; in GetNearestTriggerFloodWP()
3016 MaxI = i + Offset; in GetNearestWaypoint()
3069 MaxI = i + Offset; in GetNearestTriggerWaypoint()
3161 MaxI = i + Offset; in GetNearestFloodWP()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/ms/omssa/
H A DSpectrumSet.cpp326 float MaxI(0.0); in Peaks2Spectrum() local
330 if(InputPeaks[i].Intensity > MaxI) MaxI = InputPeaks[i].Intensity; in Peaks2Spectrum()
335 if(MaxI > 0.0) Scale = 1000000000.0/MaxI; in Peaks2Spectrum()
H A Dmspeak.cpp182 int CMSHit::CountHits(double Threshold, int MaxI) in CountHits() argument
187 if(SetHitInfo(i).GetIntensity() > MaxI*Threshold) in CountHits()
197 int MaxI) const in CountHitsByType()
203 if(GetHitInfo(i).GetIntensity() > MaxI*Threshold) { in CountHitsByType()
222 int CMSHit::CountHits(double Threshold, int MaxI, int High) in CountHits() argument
228 if(SetHitInfo(i).GetIntensity() > MaxI*Threshold) { in CountHits()
1156 int MaxI = GetMaxI(Which); in HighLow() local
1160 if(GetPeakLists()[Which]->GetMZI()[iMZI].GetIntensity() > Threshold*MaxI && in HighLow()
H A Dmspeak.hpp223 int CountHits(double Threshold, int MaxI);
235 int MaxI) const;
241 int CountHits(double Threshold, int MaxI, int High);
/dports/editors/fpc-ide/fpc-3.2.2/rtl/inc/
H A Dlstrings.pp199 Var i,MaxI,Temp : Longint;
204 MaxI:=PLongint(S1)^;
205 if MaxI>PLOngint(S2)^ then MaxI:=PLongint(S2)^;
206 While (i<=MaxI) and (Temp=0) do
225 Var i,MaxI,Temp : Longint;
230 MaxI:=PLongint(S1)^;
231 if MaxI>byte(S2[0]) then MaxI:=Byte(S2[0]);
232 While (i<=MaxI) and (Temp=0) do
/dports/lang/fpc-source/fpc-3.2.2/rtl/inc/
H A Dlstrings.pp199 Var i,MaxI,Temp : Longint;
204 MaxI:=PLongint(S1)^;
205 if MaxI>PLOngint(S2)^ then MaxI:=PLongint(S2)^;
206 While (i<=MaxI) and (Temp=0) do
225 Var i,MaxI,Temp : Longint;
230 MaxI:=PLongint(S1)^;
231 if MaxI>byte(S2[0]) then MaxI:=Byte(S2[0]);
232 While (i<=MaxI) and (Temp=0) do
/dports/lang/fpc/fpc-3.2.2/rtl/inc/
H A Dlstrings.pp199 Var i,MaxI,Temp : Longint;
204 MaxI:=PLongint(S1)^;
205 if MaxI>PLOngint(S2)^ then MaxI:=PLongint(S2)^;
206 While (i<=MaxI) and (Temp=0) do
225 Var i,MaxI,Temp : Longint;
230 MaxI:=PLongint(S1)^;
231 if MaxI>byte(S2[0]) then MaxI:=Byte(S2[0]);
232 While (i<=MaxI) and (Temp=0) do
/dports/lang/fpc-utils/fpc-3.2.2/rtl/inc/
H A Dlstrings.pp199 Var i,MaxI,Temp : Longint;
204 MaxI:=PLongint(S1)^;
205 if MaxI>PLOngint(S2)^ then MaxI:=PLongint(S2)^;
206 While (i<=MaxI) and (Temp=0) do
225 Var i,MaxI,Temp : Longint;
230 MaxI:=PLongint(S1)^;
231 if MaxI>byte(S2[0]) then MaxI:=Byte(S2[0]);
232 While (i<=MaxI) and (Temp=0) do
/dports/science/afni/afni-AFNI_21.3.16/src/scripts_install/
H A D@GradFlipTest472 set MaxI = "1"
473 set MaxV = "$ALL_ARR[$MaxI]"
483 set MaxI = "$i"
484 set MaxV = "$ALL_ARR[$MaxI]"
492 echo "$FLIPS[$MaxI]" >> $out_ff
496 printf "'$FLIPS[$MaxI]'\n\n" >> $out_echo
/dports/lang/yap/yap-6.2.2/library/
H A Dvarnumbers.yap29 max_var_number(A,Max0,MaxI),
30 max_var_numberl(I,Ar,T,MaxI,Max)
/dports/math/cocoalib/CoCoALib-0.99712/src/CoCoA-5/packages/
H A Dmonomial_ideals.cpkg5328 MaxI := max([ I in 1..NumIndets(P) | L[I]<>0 ]);
329 LMaxI := L[MaxI];
330 OneStep := (PP/indet(P,MaxI)^(LMaxI-1)) * sum(first(indets(P),MaxI))^(LMaxI-1);
331 return OneStep + $.StablePP0( (PP/indet(P,MaxI)^LMaxI) * indet(P,MaxI-1)^LMaxI );
/dports/math/giacxcas/CoCoALib-0.99700/src/CoCoA-5/packages/
H A Dmonomial_ideals.cpkg5328 MaxI := max([ I in 1..NumIndets(P) | L[I]<>0 ]);
329 LMaxI := L[MaxI];
330 OneStep := (PP/indet(P,MaxI)^(LMaxI-1)) * sum(first(indets(P),MaxI))^(LMaxI-1);
331 return OneStep + $.StablePP0( (PP/indet(P,MaxI)^LMaxI) * indet(P,MaxI-1)^LMaxI );
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/hyper/src/
H A Dhyper_gb.erl72 {MaxI, Sum} = fold(fun (Index, Value, {I, Acc}) ->
77 Sum + (M - 1 - MaxI) * math:pow(2, -0).
/dports/editors/fpc-ide/fpc-3.2.2/rtl/jvm/
H A Djvm.inc337 MaxI,Temp, i : SizeInt;
346 If MaxI>Temp then
347 MaxI:=Temp;
348 if MaxI>0 then
350 for i:=0 to MaxI-1 do
/dports/lang/fpc-utils/fpc-3.2.2/rtl/jvm/
H A Djvm.inc337 MaxI,Temp, i : SizeInt;
346 If MaxI>Temp then
347 MaxI:=Temp;
348 if MaxI>0 then
350 for i:=0 to MaxI-1 do
/dports/lang/fpc-source/fpc-3.2.2/rtl/jvm/
H A Djvm.inc337 MaxI,Temp, i : SizeInt;
346 If MaxI>Temp then
347 MaxI:=Temp;
348 if MaxI>0 then
350 for i:=0 to MaxI-1 do
/dports/lang/fpc/fpc-3.2.2/rtl/jvm/
H A Djvm.inc337 MaxI,Temp, i : SizeInt;
346 If MaxI>Temp then
347 MaxI:=Temp;
348 if MaxI>0 then
350 for i:=0 to MaxI-1 do
/dports/lang/swi-pl/swipl-8.2.3/packages/pldoc/
H A Ddoc_wiki.pl170 rest_par(LT, PT, I, BaseIndent, MaxI, Rest),
171 ( MaxI >= BaseIndent+16
486 %! +BaseIndent, +MaxI0, -MaxI, -RestLines) is det.
493 rest_par([], [], BI, MaxI0, MaxI, []) :-
495 MaxI is max(BI, MaxI0).
496 rest_par([_-[]|Rest], [], _, MaxI, MaxI, Rest) :- !.
497 rest_par(Lines, [], _, MaxI, MaxI, Lines) :-
501 rest_par([I-L|Rest], [], _, MaxI, MaxI, [I-L|Rest]) :-
504 rest_par([I-L1|LT], ['\n'|Par], BI, MaxI0, MaxI, Rest) :-
507 rest_par(LT, PT, BI, MaxI1, MaxI, Rest).
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dv3_life.erl99 {Es,MaxI,Vdb2} = body(Kb, I+1, Vdb1),
101 {[E|Es],MaxI,Vdb2};
116 {T,MaxI,Pdb1} = guard_body(Ts, I+1, Pdb0),
117 Pdb2 = use_vars(A#k.ns, MaxI+1, Pdb1), %Save "return" values
129 {Es,MaxI,Vdb2} = guard_body(Kb, I+1, Vdb1),
131 {[E|Es],MaxI,Vdb2};
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dv3_life.erl99 {Es,MaxI,Vdb2} = body(Kb, I+1, Vdb1),
101 {[E|Es],MaxI,Vdb2};
116 {T,MaxI,Pdb1} = guard_body(Ts, I+1, Pdb0),
117 Pdb2 = use_vars(A#k.ns, MaxI+1, Pdb1), %Save "return" values
129 {Es,MaxI,Vdb2} = guard_body(Kb, I+1, Vdb1),
131 {[E|Es],MaxI,Vdb2};
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dv3_life.erl99 {Es,MaxI,Vdb2} = body(Kb, I+1, Vdb1),
101 {[E|Es],MaxI,Vdb2};
116 {T,MaxI,Pdb1} = guard_body(Ts, I+1, Pdb0),
117 Pdb2 = use_vars(A#k.ns, MaxI+1, Pdb1), %Save "return" values
129 {Es,MaxI,Vdb2} = guard_body(Kb, I+1, Vdb1),
131 {[E|Es],MaxI,Vdb2};
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dv3_life.erl99 {Es,MaxI,Vdb2} = body(Kb, I+1, Vdb1),
101 {[E|Es],MaxI,Vdb2};
116 {T,MaxI,Pdb1} = guard_body(Ts, I+1, Pdb0),
117 Pdb2 = use_vars(A#k.ns, MaxI+1, Pdb1), %Save "return" values
129 {Es,MaxI,Vdb2} = guard_body(Kb, I+1, Vdb1),
131 {[E|Es],MaxI,Vdb2};
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dv3_life.erl99 {Es,MaxI,Vdb2} = body(Kb, I+1, Vdb1),
101 {[E|Es],MaxI,Vdb2};
116 {T,MaxI,Pdb1} = guard_body(Ts, I+1, Pdb0),
117 Pdb2 = use_vars(A#k.ns, MaxI+1, Pdb1), %Save "return" values
129 {Es,MaxI,Vdb2} = guard_body(Kb, I+1, Vdb1),
131 {[E|Es],MaxI,Vdb2};
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dv3_life.erl99 {Es,MaxI,Vdb2} = body(Kb, I+1, Vdb1),
101 {[E|Es],MaxI,Vdb2};
116 {T,MaxI,Pdb1} = guard_body(Ts, I+1, Pdb0),
117 Pdb2 = use_vars(A#k.ns, MaxI+1, Pdb1), %Save "return" values
129 {Es,MaxI,Vdb2} = guard_body(Kb, I+1, Vdb1),
131 {[E|Es],MaxI,Vdb2};
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dv3_life.erl99 {Es,MaxI,Vdb2} = body(Kb, I+1, Vdb1),
101 {[E|Es],MaxI,Vdb2};
116 {T,MaxI,Pdb1} = guard_body(Ts, I+1, Pdb0),
117 Pdb2 = use_vars(A#k.ns, MaxI+1, Pdb1), %Save "return" values
129 {Es,MaxI,Vdb2} = guard_body(Kb, I+1, Vdb1),
131 {[E|Es],MaxI,Vdb2};

1234567