Home
last modified time | relevance | path

Searched refs:fromI (Results 1 – 25 of 39) sorted by relevance

12

/dports/biology/canu/canu-2.2/src/utility/src/utility/
H A Dintervals-implementation.H108 uint32 fromI = 1; // Interval we're merging from. in squash() local
115 while (fromI < _listLen) { in squash()
117 assert(_list[fromI]._bgn < _list[fromI]._end); // cannot be empty, and intoI in squash()
125 if ((_list[intoI]._end >= _list[fromI]._end) || in squash()
136 _list[++intoI] = _list[fromI]; in squash()
139 fromI++; in squash()
152 uint32 fromI = 0; in filter() local
157 while (fromI < _listLen) { in filter()
158 iNum length = _list[fromI]._end - _list[fromI]._bgn; in filter()
162 _list[intoI++] = _list[fromI]; in filter()
[all …]
/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dcommand.c1759 if (fromI >= 0 && toJ >= 0 && fromI < toJ) in DoCharsetParm()
2789 if (fromI >= 0 && toJ >= 0 && fromI < toJ) in DoConstraintParm()
3114 if (fromI >= 0 && toJ >= 0 && fromI < toJ) in DoCtypeParm()
3987 if (fromI >= 0 && toJ >= 0 && fromI < toJ) in DoExcludeParm()
4215 if (fromI >= 0 && toJ >= 0 && fromI < toJ) in DoFormatParm()
4815 if (fromI >= 0 && toJ >= 0 && fromI < toJ) in DoIncludeParm()
5702 if (fromI >= 0) in DoPartition()
5911 if (fromI >= 0 && toJ >= 0 && fromI < toJ) in DoPartitionParm()
7289 if (fromI >= 0) in DoSpeciespartition()
7536 if (fromI >= 0 && toJ >= 0 && fromI < toJ) in DoSpeciespartitionParm()
[all …]
H A Dmodel.c2747 fromI = toJ = -1; in DoLinkParm()
2753 if (fromI != -1) in DoLinkParm()
2922 if (fromI == -1) in DoLinkParm()
2923 fromI = tempInt; in DoLinkParm()
2929 fromI = toJ = -1; in DoLinkParm()
2935 fromI = tempInt; in DoLinkParm()
3046 if (fromI != -1) in DoLsetParm()
3074 if (fromI == -1) in DoLsetParm()
4495 if (fromI != -1) in DoPrsetParm()
4528 if (fromI == -1) in DoPrsetParm()
[all …]
/dports/lang/mosml/mosml-ver-2.10.1/src/mosmllib/
H A DNonstdio.sml124 prim_val fromI : instream -> instream_ = 1 "identity";
166 let val ref {closed, ic} = fromI is in
176 let val ref {closed, ic} = fromI is in
189 let val ref {closed, ic} = fromI is in
197 let val ref {closed, ic} = fromI is in
205 let val ref {closed, ic} = fromI is in
213 let val ref {closed, ic} = fromI is in
221 let val ref {closed, ic} = fromI is in
229 let val ref {closed, ic} = fromI is in
H A DHelp.mlp118 prim_val fromI : BasicIO.instream -> instream_ = 1 "identity"
120 let val ref {closed, ic} = fromI is in
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc710/
H A DSemiWorkout.hs13 instance forall init prog prog' fromO fromI progOut progIn
21 , TyListIndex progIn init (MVar (ProgramCell (Cell fromI)))
29 … (SessionState prog prog' (current, fromO, fromI)) (TyMap keyToIdxMe' idxToValueMe')
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/include/opencv2/imgproc/detail/
H A Dgcgraph.hpp127 Edge fromI, toI; in addEdges() local
128 fromI.dst = j; in addEdges()
129 fromI.next = vtcs[i].first; in addEdges()
130 fromI.weight = w; in addEdges()
132 edges.push_back( fromI ); in addEdges()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/xphoto/src/
H A Dgcgraph.hpp125 Edge fromI, toI; in addEdges() local
126 fromI.dst = j; in addEdges()
127 fromI.next = vtcs[i].first; in addEdges()
128 fromI.weight = w; in addEdges()
130 edges.push_back( fromI ); in addEdges()
/dports/korean/hpscat/hpscat-jshin/
H A Dhpscat.h30 # define fromI "-ik" macro
44 # define fromI "-it" macro
H A Dmisc.c38 case ISO: strcpy(args[1], fromI); break;
/dports/security/vuls/vuls-0.13.7/vendor/honnef.co/go/tools/staticcheck/vrp/
H A Dint.go380 fromI := g.Range(c.X).(IntInterval)
387 if !fromI.IsKnown() {
391 return fromI
402 MaxZ(NewZ(0), fromI.Lower),
416 MaxZ(NInfinity, fromI.Lower),
421 return fromI
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/honnef.co/go/tools/staticcheck/vrp/
H A Dint.go380 fromI := g.Range(c.X).(IntInterval)
387 if !fromI.IsKnown() {
391 return fromI
402 MaxZ(NewZ(0), fromI.Lower),
416 MaxZ(NInfinity, fromI.Lower),
421 return fromI
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/node_exporter/vendor/honnef.co/go/tools/staticcheck/vrp/
H A Dint.go380 fromI := g.Range(c.X).(IntInterval)
387 if !fromI.IsKnown() {
391 return fromI
402 MaxZ(NewZ(0), fromI.Lower),
416 MaxZ(NInfinity, fromI.Lower),
421 return fromI
/dports/lang/mosml/mosml-ver-2.10.1/src/doc/helpsigs/
H A DDatabase.sml34 prim_val fromI : instream -> instream_ = 1 "identity"
36 let val ref {closed, ic} = fromI is in
/dports/math/vtk8/VTK-8.2.0/Common/Core/
H A DvtkInformationVector.cxx219 vtkInformation *fromI = from->GetInformationObject(i); in Copy() local
220 this->SetInformationObject(i,fromI); in Copy()
/dports/math/vtk9/VTK-9.1.0/Common/Core/
H A DvtkInformationVector.cxx216 vtkInformation* fromI = from->GetInformationObject(i); in Copy() local
217 this->SetInformationObject(i, fromI); in Copy()
/dports/math/vtk6/VTK-6.2.0/Common/Core/
H A DvtkInformationVector.cxx219 vtkInformation *fromI = from->GetInformationObject(i); in Copy() local
220 this->SetInformationObject(i,fromI); in Copy()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/constants/gen-swift/test/fixtures/constants/
H A DModuleConstants.java113 …public static final test.fixtures.constants.Union1 U_1_1 = test.fixtures.constants.Union1.fromI(97…
119 …public static final test.fixtures.constants.Union2 U_2_1 = test.fixtures.constants.Union2.fromI(51…
125 …ants.Union2 U_2_4 = test.fixtures.constants.Union2.fromU(test.fixtures.constants.Union1.fromI(43));
H A DUnion1.java62 public static Union1 fromI(final int i) { in fromI() method in Union1
H A DUnion2.java84 public static Union2 fromI(final int i) { in fromI() method in Union2
/dports/science/gabedit/GabeditSrc251_300720/src/Display/
H A DIntegralOrbitals.c3377 gint* fromI = NULL; in apply_lambda_diagnostic() local
3522 fromI = g_realloc(fromI, numberOfTransitions*sizeof(gint)); in apply_lambda_diagnostic()
3527 fromI[numberOfTransitions-1] = i1-1; in apply_lambda_diagnostic()
3543 if(fromI) g_free(fromI); in apply_lambda_diagnostic()
3561 gint ii = fromI[i]; in apply_lambda_diagnostic()
3607 if(fromI) g_free(fromI); in apply_lambda_diagnostic()
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/config-ini-0.2.4.0/src/Data/Ini/Config/
H A DBidir.hs225 newtype I a = I { fromI :: a }
229 set lns x a = fromI (lns (const (I x)) a)
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/config-ini-0.2.4.0/src/Data/Ini/Config/
H A DBidir.hs225 newtype I a = I { fromI :: a }
229 set lns x a = fromI (lns (const (I x)) a)
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/config-ini-0.2.4.0/src/Data/Ini/Config/
H A DBidir.hs225 newtype I a = I { fromI :: a }
229 set lns x a = fromI (lns (const (I x)) a)
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/config-ini-0.2.4.0/src/Data/Ini/Config/
H A DBidir.hs225 newtype I a = I { fromI :: a }
229 set lns x a = fromI (lns (const (I x)) a)

12