Home
last modified time | relevance | path

Searched refs:part_order (Results 1 – 25 of 27) sorted by relevance

12

/dports/games/freedroidrpg/freedroidrpg-0.16.1/map/
H A Dtuxrender_specs.lua100 part_order = {
133 order = part_order.FTHSWA
141 order = part_order.FTHSWA
147 order = part_order.FSTHWA
153 order = part_order.FSTWAH
159 order = part_order.FSWTAH
165 order = part_order.FWATSH
171 order = part_order.FAWTSH
181 order = part_order.FTSWAH
187 order = part_order.FSTWAH
[all …]
/dports/mail/dbmail/dbmail-3.2.5/sql/mysql/
H A D2_3_0-2_3_2.mysql20 `part_order` smallint(6) NOT NULL default '0',
30 physmessage_id, is_header, part_key, part_depth, part_order, part_id
32 …p.physmessage_id,p.is_header,p.part_key,p.part_depth,p.part_order,m.id FROM dbmail_mimeparts2 m JO…
H A D2_2_5-2_3_0.mysql19 `part_order` smallint(6) NOT NULL default '0',
H A D2_2-3_0.mysql83 `part_order` smallint(6) NOT NULL default '0',
87 UNIQUE KEY `message_parts` (`physmessage_id`,`part_key`,`part_depth`,`part_order`)
H A Dcreate_tables.mysql264 `part_order` smallint(6) NOT NULL default '0',
268 UNIQUE KEY `message_parts` (`physmessage_id`,`part_key`,`part_depth`,`part_order`),
H A D2_3_5-2_3_6.mysql53 …partlists ADD UNIQUE INDEX `message_parts` (`physmessage_id`,`part_key`,`part_depth`,`part_order`);
/dports/biology/iqtree/IQ-TREE-2.0.6/tree/
H A Dphylosupertreeplen.cpp266 if (part_order.empty()) computePartitionOrder(); in optimizeOneBranch()
307 if (part_order.empty()) computePartitionOrder(); in computeFunction()
787 part = part_order[partid]; in swapNNIBranch()
1629 if (part_order.empty()) in initializeAllPartialLh()
1633 part = part_order[partid]; in initializeAllPartialLh()
1664 at(part_order[0])->theta_all = theta_all; in initializeAllPartialLh()
1673 at(part_order[0])->ptn_freq = ptn_freq; in initializeAllPartialLh()
1678 at(part_order[0])->ptn_invar = ptn_invar; in initializeAllPartialLh()
1693 part = part_order[partid-1]; in initializeAllPartialLh()
1694 it = begin() + part_order[partid]; in initializeAllPartialLh()
[all …]
H A Dphylosupertreeunlinked.cpp204 IQTree *part_tree = (IQTree*)at(part_order[i]); in doNNISearch()
234 if (part_order.empty()) in doTreeSearch()
246 IQTree *part_tree = (IQTree*)at(part_order[i]); in doTreeSearch()
H A Dphylosupertree.cpp643 if (!part_order.empty()) in computePartitionOrder()
646 part_order.resize(ntrees); in computePartitionOrder()
659 part_order[i] = id[i]; in computePartitionOrder()
678 …cout << " charset " << at(part_order[i])->aln->name << " = " << at(part_order[i])->aln->position_… in computePartitionOrder()
683 part_order[i] = i; in computePartitionOrder()
702 if (part_order.empty()) computePartitionOrder(); in computeLikelihood()
707 int i = part_order[j]; in computeLikelihood()
763 if (part_order.empty()) computePartitionOrder(); in optimizeAllBranches()
768 int i = part_order[j]; in optimizeAllBranches()
901 if (part_order.empty()) computePartitionOrder(); in getBestNNIForBran()
H A Dphylosupertree.h357 IntVector part_order; variable
/dports/biology/iqtree/IQ-TREE-2.0.6/model/
H A Dpartitionmodelplen.cpp102 if (tree->part_order.empty()) tree->computePartitionOrder(); in optimizeParameters()
107 int part = tree->part_order[partid]; in optimizeParameters()
230 if (tree->part_order.empty()) tree->computePartitionOrder(); in optimizeGeneRate()
236 int i = tree->part_order[j]; in optimizeGeneRate()
H A Dpartitionmodel.cpp242 if (tree->part_order.empty()) tree->computePartitionOrder(); in computeFunction()
247 int i = tree->part_order[j]; in computeFunction()
281 if (tree->part_order.empty()) tree->computePartitionOrder(); in targetFunk()
286 int i = tree->part_order[j]; in targetFunk()
453 if (tree->part_order.empty()) tree->computePartitionOrder(); in optimizeParameters()
458 int part = tree->part_order[i]; in optimizeParameters()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/sinfo/
H A Dsort.c51 static bool part_order; /* order same as in part table */ variable
106 part_order = false; in sort_sinfo_list()
114 part_order = true; in sort_sinfo_list()
631 if (part_order) { in _sort_by_partition()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/regalloc/
H A Dhipe_regalloc_prepass.erl231 {RPostMap, _DSets4} = part_order(TargetMod:reverse_postorder(CFG, TargetCtx),
528 -spec part_order([label()], bb_dsets())
530 part_order(Lbs, DSets) -> part_order(Lbs, DSets, #{}). function
532 part_order([], DSets, Acc) -> {Acc, DSets}; function
533 part_order([L|Ls], DSets0, Acc0) -> function
542 part_order(Ls, DSets2, Acc2).
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/regalloc/
H A Dhipe_regalloc_prepass.erl231 {RPostMap, _DSets4} = part_order(TargetMod:reverse_postorder(CFG, TargetCtx),
528 -spec part_order([label()], bb_dsets())
530 part_order(Lbs, DSets) -> part_order(Lbs, DSets, #{}). function
532 part_order([], DSets, Acc) -> {Acc, DSets}; function
533 part_order([L|Ls], DSets0, Acc0) -> function
542 part_order(Ls, DSets2, Acc2).
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/regalloc/
H A Dhipe_regalloc_prepass.erl231 {RPostMap, _DSets4} = part_order(TargetMod:reverse_postorder(CFG, TargetCtx),
528 -spec part_order([label()], bb_dsets())
530 part_order(Lbs, DSets) -> part_order(Lbs, DSets, #{}). function
532 part_order([], DSets, Acc) -> {Acc, DSets}; function
533 part_order([L|Ls], DSets0, Acc0) -> function
542 part_order(Ls, DSets2, Acc2).
/dports/mail/dbmail/dbmail-3.2.5/sql/postgresql/
H A D2_2_5-2_3_0.pgsql21 part_order integer DEFAULT 0 NOT NULL,
H A D2_2-3_0.pgsql22 part_order integer DEFAULT 0 NOT NULL,
86 …E UNIQUE INDEX message_parts ON dbmail_partlists(physmessage_id, part_key, part_depth, part_order);
H A D2_3_5-2_3_6.pgsql122 …E UNIQUE INDEX message_parts ON dbmail_partlists(physmessage_id, part_key, part_depth, part_order);
H A Dcreate_tables.pgsql319 part_order integer DEFAULT 0 NOT NULL,
325 …E UNIQUE INDEX message_parts ON dbmail_partlists(physmessage_id, part_key, part_depth, part_order);
/dports/mail/dbmail/dbmail-3.2.5/src/
H A Ddm_message.c229 dbmail_message_get_physid(m), is_header, m->part_key, m->part_depth, m->part_order, id); in register_blob()
272 m->part_order=0; in store_blob()
276 is_header, m->part_depth, m->part_key, m->part_order, buf); in store_blob()
285 m->part_order++; in store_blob()
552 n = m->part_order; in store_mime_multipart()
553 m->part_order=0; in store_mime_multipart()
565 m->part_order++; in store_mime_multipart()
H A Ddbmailtypes.h163 int part_order; member
/dports/mail/dbmail/dbmail-3.2.5/sql/oracle/
H A Ddbmail_schema.sql361 part_order number(6) DEFAULT '0' NOT NULL, field
366 …sts_mparts_idx ON dbmail_partlists (physmessage_id,part_key,part_depth,part_order) TABLESPACE DBMA…
/dports/mail/dbmail/dbmail-3.2.5/sql/sqlite/
H A D2_2_5-2_3_0.sqlite20 part_order INTEGER DEFAULT '0' NOT NULL,
H A D2_2-3_0.sqlite23 part_order INTEGER DEFAULT '0' NOT NULL,
390 …E UNIQUE INDEX message_parts ON dbmail_partlists(physmessage_id, part_key, part_depth, part_order);

12