Home
last modified time | relevance | path

Searched refs:companion (Results 1 – 25 of 3375) sorted by relevance

12345678910>>...135

/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/constraints/netflow/
H A DPruning.java125 seen.add(companion); in next()
130 return companion; in next()
166 IntVar xVar = companion.xVar; in xVarInMax()
294 ArcCompanion companion = arc.companion; in pruneNodesWithSmallDegree() local
295 if (companion != null && companion.xVar != null) { in pruneNodesWithSmallDegree()
374 while (companion != null) { in analyze()
393 if (companion.wVar != null && companion.flowOffset > 0) { in analyze()
394 int maxCost = companion.wVar.min() + (costLimit / companion.flowOffset); in analyze()
398 prev = companion; in analyze()
553 if (companion.structure != null && !structure.isGrounded(companion.arcID)) { in pruneArc()
[all …]
H A DDomainStructure.java109 ArcCompanion companion = arcs[id].companion; in DomainStructure() local
110 if (companion == null) { in DomainStructure()
111 arcs[id].companion = companion = new ArcCompanion(arcs[id], 0); in DomainStructure()
113 arcs[id].companion.structure = this; in DomainStructure()
114 arcs[id].companion.arcID = id; in DomainStructure()
166 ArcCompanion companion = arc.companion; in groundArc()
167 IntVar xVar = companion.xVar; in groundArc()
181 companion.setFlow(maxFlow); in groundArc()
199 companion.setFlow(minFlow); in groundArc()
225 arcs[j].companion.arcID = j; in swap()
[all …]
H A DNetwork.java146 if (arc.companion != null) { in add()
148 if (arc.companion.structure != null) { in add()
149 arc.companion.structure.ungroundArc(arc.companion.arcID); in add()
214 if (arc.companion != null) { in remove()
225 public void modified(ArcCompanion companion) { in modified() argument
227 if (lastModifiedArcs.add(companion)) { in modified()
228 modifiedArcs.add(companion); in modified()
233 Arc arc = companion.arc; in modified()
275 restore(companion); in backtrack()
283 Arc arc = companion.arc; in restore()
[all …]
/dports/biology/gatk/gatk-4.2.0.0/src/main/resources/org/broadinstitute/hellbender/utils/wdlTemplates/
H A DwdlToolTemplate.wdl.ftl157 # ${companion.name?substring(2)?right_pad(50)} ${companion.summary?right_pad(60)[0..*80]}
162 # ${companion.name?substring(2)?right_pad(50)} Optional ${companion.summary?right_pad(60)[0..*80…
169 # ${companion.name?substring(2)?right_pad(50)} ${companion.summary?right_pad(60)[0..*80]}
174 # ${companion.name?substring(2)?right_pad(50)} Optional ${companion.summary?right_pad(60)[0..*80…
200 ${companion.name?substring(2)}<#noparse>: {
302 ${companion.name?substring(2)?right_pad(50)} = ${companion.name?substring(2)},
307 ${companion.name?substring(2)?right_pad(50)} = ${companion.name?substring(2)},
314 ${companion.name?substring(2)?right_pad(50)} = ${companion.name?substring(2)},
319 ${companion.name?substring(2)?right_pad(50)} = ${companion.name?substring(2)},
389 …${requiredOutputs[requiredKey]} ${name}_${companion.name?substring(2)} = ${companion.name?substrin…
[all …]
H A DwdlToolTemplateAllArgsTest.wdl.ftl170 # ${companion.name?substring(2)?right_pad(50)} ${companion.summary?right_pad(60)[0..*80]}
175 # ${companion.name?substring(2)?right_pad(50)} Optional ${companion.summary?right_pad(60)[0..*80…
182 # ${companion.name?substring(2)?right_pad(50)} ${companion.summary?right_pad(60)[0..*80]}
187 # ${companion.name?substring(2)?right_pad(50)} Optional ${companion.summary?right_pad(60)[0..*80…
213 ${companion.name?substring(2)}<#noparse>: {
225 ${companion.name?substring(2)}<#noparse>: {
246 ${companion.name?substring(2)}<#noparse>: {
315 ${companion.name?substring(2)?right_pad(50)} = ${companion.name?substring(2)},
320 ${companion.name?substring(2)?right_pad(50)} = ${companion.name?substring(2)},
327 ${companion.name?substring(2)?right_pad(50)} = ${companion.name?substring(2)},
[all …]
H A DwdlToolTemplateAllArgs.wdl.ftl176 # ${companion.name?substring(2)?right_pad(50)} ${companion.summary?right_pad(60)[0..*80]}
181 # ${companion.name?substring(2)?right_pad(50)} Optional ${companion.summary?right_pad(60)[0..*80…
188 # ${companion.name?substring(2)?right_pad(50)} ${companion.summary?right_pad(60)[0..*80]}
193 # ${companion.name?substring(2)?right_pad(50)} Optional ${companion.summary?right_pad(60)[0..*80…
219 ${companion.name?substring(2)}<#noparse>: {
231 ${companion.name?substring(2)}<#noparse>: {
252 ${companion.name?substring(2)}<#noparse>: {
321 ${companion.name?substring(2)?right_pad(50)} = ${companion.name?substring(2)},
326 ${companion.name?substring(2)?right_pad(50)} = ${companion.name?substring(2)},
333 ${companion.name?substring(2)?right_pad(50)} = ${companion.name?substring(2)},
[all …]
H A DwdlJSONTemplate.json.ftl43 <#list requiredCompanions[positionalArgs] as companion>
44 <#noparse> "</#noparse>${name}.${companion.name?substring(2)}<#noparse>"</#noparse>: "${arg.wdlinp…
48 <#list optionalCompanions[positionalArgs] as companion>
49 <#noparse> "</#noparse>${name}.${companion.name?substring(2)}<#noparse>"</#noparse>: "${arg.wdlinp…
55 <#list requiredCompanions[arg.name] as companion>
56 <#noparse> "</#noparse>${name}.${companion.name?substring(2)}<#noparse>"</#noparse>: "${arg.wdlinp…
60 <#list optionalCompanions[arg.name] as companion>
61 <#noparse> "</#noparse>${name}.${companion.name?substring(2)}<#noparse>"</#noparse>: "${arg.wdlinp…
H A DwdlJSONTemplateAllArgs.json.ftl52 <#list requiredCompanions[positionalArgs] as companion>
53 <#noparse> "</#noparse>${name}.${companion.name?substring(2)}<#noparse>"</#noparse>: ${argValue},
57 <#list optionalCompanions[positionalArgs] as companion>
58 <#noparse> "</#noparse>${name}.${companion.name?substring(2)}<#noparse>"</#noparse>: ${argValue},
64 <#list requiredCompanions[arg.name] as companion>
65 <#noparse> "</#noparse>${name}.${companion.name?substring(2)}<#noparse>"</#noparse>: ${argValue},
69 <#list optionalCompanions[arg.name] as companion>
70 <#noparse> "</#noparse>${name}.${companion.name?substring(2)}<#noparse>"</#noparse>: ${argValue},
H A DwdlJSONTemplateAllArgsTest.json.ftl49 <#list requiredCompanions[positionalArgs] as companion>
50 <#noparse> "</#noparse>${name}.${companion.name?substring(2)}<#noparse>"</#noparse>: ${arg.testVal…
54 <#list optionalCompanions[positionalArgs] as companion>
55 <#noparse> "</#noparse>${name}.${companion.name?substring(2)}<#noparse>"</#noparse>: ${arg.testVal…
61 <#list requiredCompanions[arg.name] as companion>
62 <#noparse> "</#noparse>${name}.${companion.name?substring(2)}<#noparse>"</#noparse>: ${arg.testVal…
66 <#list optionalCompanions[arg.name] as companion>
67 <#noparse> "</#noparse>${name}.${companion.name?substring(2)}<#noparse>"</#noparse>: ${arg.testVal…
/dports/devel/p5-Class-Tangram/Class-Tangram-1.57/t/
H A DContainers.pm15 companion => "posessions",
33 companion => "colloraries",
40 companion => "basises",
81 companion => "preachings",
88 companion => "beliefs",
145 companion => "owner",
150 companion => "perpetrators",
154 companion => "perpetrators",
163 companion => "parents",
168 companion => "children",
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/core/
H A Dhcd-pci.c49 struct pci_dev *companion; in for_each_companion() local
58 companion = NULL; in for_each_companion()
59 for_each_pci_dev(companion) { in for_each_companion()
68 if (companion->class != CL_UHCI && companion->class != CL_OHCI && in for_each_companion()
69 companion->class != CL_EHCI) in for_each_companion()
90 if (is_ohci_or_uhci(companion)) { in ehci_pre_add()
107 if (is_ohci_or_uhci(companion)) { in ehci_post_add()
110 dev_name(&companion->dev)); in ehci_post_add()
128 dev_name(&companion->dev)); in non_ehci_add()
137 if (is_ohci_or_uhci(companion)) in ehci_remove()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/core/
H A Dhcd-pci.c49 struct pci_dev *companion; in for_each_companion() local
58 companion = NULL; in for_each_companion()
59 for_each_pci_dev(companion) { in for_each_companion()
68 if (companion->class != CL_UHCI && companion->class != CL_OHCI && in for_each_companion()
69 companion->class != CL_EHCI) in for_each_companion()
90 if (is_ohci_or_uhci(companion)) { in ehci_pre_add()
107 if (is_ohci_or_uhci(companion)) { in ehci_post_add()
110 dev_name(&companion->dev)); in ehci_post_add()
128 dev_name(&companion->dev)); in non_ehci_add()
137 if (is_ohci_or_uhci(companion)) in ehci_remove()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/core/
H A Dhcd-pci.c49 struct pci_dev *companion; in for_each_companion() local
58 companion = NULL; in for_each_companion()
59 for_each_pci_dev(companion) { in for_each_companion()
68 if (companion->class != CL_UHCI && companion->class != CL_OHCI && in for_each_companion()
69 companion->class != CL_EHCI) in for_each_companion()
90 if (is_ohci_or_uhci(companion)) { in ehci_pre_add()
107 if (is_ohci_or_uhci(companion)) { in ehci_post_add()
110 dev_name(&companion->dev)); in ehci_post_add()
128 dev_name(&companion->dev)); in non_ehci_add()
137 if (is_ohci_or_uhci(companion)) in ehci_remove()
[all …]
/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/constraints/netflow/simplex/
H A DArc.java74 public ArcCompanion companion; field in Arc
118 this.companion = new ArcCompanion(this, lowerCapacity); in Arc()
212 if (companion != null) in longCost()
213 flow += companion.flowOffset; in longCost()
227 ArcCompanion comp = forward ? companion : sister.companion; in toString()
246 return (companion != null) || (sister.companion != null); in hasCompanion()
250 return (companion != null) ? companion : sister.companion; in getCompanion()
/dports/math/scilab/scilab-6.1.1/scilab/modules/linear_algebra/tests/unit_tests/
H A Dcompanion.dia.ref9 // companion.tst --
10 // Test "companion" for real and complex polynomials
15 computed=companion(p);
20 computed=companion(p);
25 computed=companion(p);
30 computed=companion(p);
35 computed=companion(p);
40 computed=companion(p);
47 computed=companion(vector);
54 computed=companion(vector);
H A Dcompanion.tst9 // companion.tst --
10 // Test "companion" for real and complex polynomials
16 computed=companion(p);
21 computed=companion(p);
26 computed=companion(p);
31 computed=companion(p);
36 computed=companion(p);
41 computed=companion(p);
48 computed=companion(vector);
55 computed=companion(vector);
/dports/databases/p5-T2/T2-0.10/bin/
H A Dt2-fsck-schema.pl44 while (my ($attribute, $companion) = each %$companions) {
51 my $other_type = Class::Tangram::attribute_types($dest)->{$companion}
52 or die ("$dest -> $companion is not defined!");
54 …$attribute (type $types->{$attribute}) is companion to $dest attribute $companion (type $other_typ…
86 ->{$super}->{fields}->{$other_type}->{$companion}) {
96 …print "Invalid companion - ${class}->$attribute tried to join with ${dest}->{$companion}, which do…
108 my $att = $schema->class($dest)->association($companion);
125 my $att = $schema->class($dest)->association($companion);
144 my $att = $schema->class($dest)->association($companion);
169 my $att = $schema->class($dest)->association($companion);
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/ABI/testing/
H A Dsysfs-bus-pci-drivers-ehci_hcd1 What: /sys/bus/pci/drivers/ehci_hcd/.../companion
2 /sys/bus/usb/devices/usbN/../companion
9 "companion" full/low-speed USB-1.1 controllers. When a
12 is plugged in, the connection is routed to the companion
17 connection to be routed to the companion controller.
20 companion controller, and writing the negative of a port
26 echo 4 >/sys/bus/usb/devices/usb2/../companion
30 echo -4 >/sys/bus/usb/devices/usb2/../companion
33 to the companion controller.
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/ABI/testing/
H A Dsysfs-bus-pci-drivers-ehci_hcd1 What: /sys/bus/pci/drivers/ehci_hcd/.../companion
2 /sys/bus/usb/devices/usbN/../companion
9 "companion" full/low-speed USB-1.1 controllers. When a
12 is plugged in, the connection is routed to the companion
17 connection to be routed to the companion controller.
20 companion controller, and writing the negative of a port
26 echo 4 >/sys/bus/usb/devices/usb2/../companion
30 echo -4 >/sys/bus/usb/devices/usb2/../companion
33 to the companion controller.
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/ABI/testing/
H A Dsysfs-bus-pci-drivers-ehci_hcd1 What: /sys/bus/pci/drivers/ehci_hcd/.../companion
2 /sys/bus/usb/devices/usbN/../companion
9 "companion" full/low-speed USB-1.1 controllers. When a
12 is plugged in, the connection is routed to the companion
17 connection to be routed to the companion controller.
20 companion controller, and writing the negative of a port
26 echo 4 >/sys/bus/usb/devices/usb2/../companion
30 echo -4 >/sys/bus/usb/devices/usb2/../companion
33 to the companion controller.
/dports/games/pcgen/pcgen/system/gameModes/5e/
H A Dbase.xml.ftl1541 <companion>${pcstring('MISC.COMPANIONS')}</companion>
1562 <name>${pcstring('FOLLOWERTYPE.FAMILIAR.${companion}.NAME')}</name>
1563 <race>${pcstring('FOLLOWERTYPE.FAMILIAR.${companion}.RACE')}</race>
1564 <hp>${pcstring('FOLLOWERTYPE.FAMILIAR.${companion}.HP')}</hp>
1619 <hp>${pcstring('FOLLOWERTYPE.Psicrystal.${companion}.HP')}</hp>
1678 <hp>${pcstring('FOLLOWERTYPE.SPECIAL MOUNT.${companion}.HP')}</hp>
1728 <companion>
1777 </companion>
1783 <name>${pcstring('FOLLOWERTYPE.FOLLOWER.${companion}.NAME')}</name>
1784 <race>${pcstring('FOLLOWERTYPE.FOLLOWER.${companion}.RACE')}</race>
[all …]
/dports/games/pcgen/pcgen/system/gameModes/Sagaborn/
H A Dbase.xml.ftl1585 <companion>${pcstring('MISC.COMPANIONS')}</companion>
1606 <name>${pcstring('FOLLOWERTYPE.FAMILIAR.${companion}.NAME')}</name>
1607 <race>${pcstring('FOLLOWERTYPE.FAMILIAR.${companion}.RACE')}</race>
1608 <hp>${pcstring('FOLLOWERTYPE.FAMILIAR.${companion}.HP')}</hp>
1663 <hp>${pcstring('FOLLOWERTYPE.Psicrystal.${companion}.HP')}</hp>
1722 <hp>${pcstring('FOLLOWERTYPE.SPECIAL MOUNT.${companion}.HP')}</hp>
1772 <companion>
1821 </companion>
1827 <name>${pcstring('FOLLOWERTYPE.FOLLOWER.${companion}.NAME')}</name>
1828 <race>${pcstring('FOLLOWERTYPE.FOLLOWER.${companion}.RACE')}</race>
[all …]
/dports/devel/open-beagle/beagle-3.0.3/examples/Coev/ipd/
H A DREADME30 the companion has defected at the last turn, and the third bit is the action to
31 do knowing that the companion has cooperate the last turn.
38 - 0 points if the player cooperate and the companion defects.
39 - 1 points if the player defects and the companion defects.
40 - 3 points if the player defects and the companion cooperate.
41 - 5 points if the player cooperate and the companion cooperate.
/dports/finance/R-cran-vars/vars/R/
H A Droots.R9 companion <- matrix(0, nrow = K * p, ncol = K * p) functionVar
10 companion[1:K, 1:(K * p)] <- A
15 companion[i, j] <- 1
18 roots <- eigen(companion)$values
/dports/finance/R-cran-vars/vars/man/
H A Droots.Rd7 \title{Eigenvalues of the companion coefficient matrix of a VAR(p)-process}
10 Returns a vector of the eigenvalues of the companion coefficient matrix.
25 autoregressive form: the companion form. A VAR(p)-process is stable,
34 condition that all eigenvalues of the companion matrix \eqn{A} have
36 eigen values of the companion matrix \eqn{A} and returns by default
41 A vector object with the eigen values of the companion matrix, or

12345678910>>...135