Home
last modified time | relevance | path

Searched refs:conts (Results 1 – 25 of 365) sorted by relevance

12345678910>>...15

/dports/audio/guitarix-lv2/guitarix-0.43.1/tools/ampsim/DK/buildlv2/
H A Dmake_lv2_bundle.sh212 conts+=' ui->label['${COUNTER}'] = gtk_label_new(\"'${line[4]}'\");\n'
213 conts+=' ui->vkbox['${COUNTER}'] = gtk_vbox_new(FALSE, 0);\n\n'
215 conts+=' style = gtk_widget_get_style(ui->label['${COUNTER}']);\n'
216 conts+=' pango_font_description_set_size(style->font_desc, 10*PANGO_SCALE);\n'
224 conts+=' ui->args['${COUNTER}']->ui = ui;\n'
225 conts+=' ui->args['${COUNTER}']->port_index = (int)'${line[4]}';\n'
241 conts+=' ui->label['${COUNTER}'] = gtk_label_new(\"'${line[4]}'\");\n'
242 conts+=' ui->vkbox['${COUNTER}'] = gtk_vbox_new(FALSE, 0);\n\n'
244 conts+=' style = gtk_widget_get_style(ui->label['${COUNTER}']);\n'
253 conts+=' ui->args['${COUNTER}']->ui = ui;\n'
[all …]
/dports/lang/guile2/guile-2.2.7/module/language/cps/
H A Dsimplify.scm49 (define (transform-conts f conts)
57 conts
58 conts)))
133 (define (eta-reduce conts kfun)
173 conts)))
188 (match (intmap-ref conts label)
224 (match (intmap-ref conts label)
226 (match (intmap-ref conts k)
233 (define (beta-reduce conts kfun)
271 conts)))
[all …]
H A Dcontification.scm69 (define (compute-functions conts)
77 (match (intmap-ref conts label)
98 conts
232 conts
236 (define (tail-label conts label)
237 (match (intmap-ref conts label)
282 (define (compute-contification conts)
366 (match (intmap-ref conts kfun)
439 conts)))
441 (define (contify conts)
[all …]
H A Dverify.scm58 (define (check-distinct-vars conts)
65 (match (intmap-ref conts label)
72 conts
277 conts)))
295 conts
298 (define (verify conts)
299 (check-distinct-vars conts)
300 (check-label-partition conts 0)
301 (check-valid-var-uses conts 0)
302 (check-arities conts 0)
[all …]
H A Ddce.scm42 (match (intmap-ref conts label)
50 (match (intmap-ref conts label)
91 conts
104 (define (compute-live-code conts)
122 (match (intmap-ref conts k)
222 conts label live-labels live-vars))
291 (match (intmap-ref conts k)
339 (with-fresh-name-state conts
348 conts
351 (define (eliminate-dead-code conts)
[all …]
H A Dprune-bailouts.scm34 (define (compute-tails conts)
46 (compute-function-body conts label)
49 conts
68 (define (prune-bailouts conts)
69 (let ((tails (compute-tails conts)))
70 (with-fresh-name-state conts
85 conts
86 conts)))))
H A Dtype-checks.scm38 (define (elide-type-checks conts kfun effects)
41 (let ((types (infer-types conts kfun)))
52 (match (intmap-ref conts label)
66 (define (compute-effects/elide-type-checks conts)
69 (($ $kfun) (elide-type-checks conts label effects))
71 conts
72 (compute-effects conts)))
H A Dprune-top-level-scopes.scm33 (define (compute-used-scopes conts constants)
44 conts
47 (define (prune-top-level-scopes conts)
48 (let* ((constants (compute-constant-values conts))
49 (used-scopes (compute-used-scopes conts constants)))
63 conts)))
/dports/lang/guile/guile-3.0.7/module/language/cps/
H A Dsimplify.scm49 (define (transform-conts f conts)
57 conts
58 conts)))
135 (define (eta-reduce conts kfun)
183 conts)))
187 (let* ((conts (intmap-select conts body))
210 (match (intmap-ref conts label)
212 (match (intmap-ref conts k)
219 (define (beta-reduce conts kfun)
262 conts)))
[all …]
H A Dcontification.scm64 conts
77 conts
80 (define (compute-functions conts)
88 (match (intmap-ref conts label)
278 conts
282 (define (tail-label conts label)
548 (with-fresh-name-state conts
561 conts
562 conts))))
564 (define (contify conts)
[all …]
H A Dverify.scm57 (define (check-distinct-vars conts)
64 (match (intmap-ref conts label)
71 conts
306 (match (intmap-ref conts k)
335 conts)))
353 conts
356 (define (verify conts)
357 (check-distinct-vars conts)
359 (check-valid-var-uses conts 0)
360 (check-arities conts 0)
[all …]
H A Ddce.scm42 (match (intmap-ref conts label)
50 (match (intmap-ref conts label)
100 conts
113 (define (compute-live-code conts)
131 (match (intmap-ref conts k)
220 (match (intmap-ref conts k)
349 (match (intmap-ref conts k)
412 (with-fresh-name-state conts
421 conts
424 (define (eliminate-dead-code conts)
[all …]
H A Dtype-checks.scm38 (define (elide-type-checks conts kfun effects)
41 (let ((types (infer-types conts kfun)))
52 (match (intmap-ref conts label)
64 (define (compute-effects/elide-type-checks conts)
67 (($ $kfun) (elide-type-checks conts label effects))
69 conts
70 (compute-effects conts)))
H A Dutils.scm91 (define (compute-max-label-and-var conts)
92 (values (or (intmap-prev conts) -1)
100 conts
103 (define (compute-function-body conts kfun)
110 (match (intmap-ref conts label)
177 (match (intmap-ref conts label)
205 (define* (compute-successors conts #:optional (kfun (intmap-next conts)))
221 (match (intmap-ref conts label)
249 (match (intmap-ref conts label)
271 (define (compute-idoms conts kfun)
[all …]
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/visualize/utils/
H A Dlac.py23 def initialize_random(conts, k): argument
24 mu = np.zeros((k, len(conts)))
25 sigma = np.zeros((k, len(conts)))
26 for i, (c, cw) in enumerate(conts):
43 def initialize_kmeans(conts, k): argument
65 covars = np.zeros((k, len(conts)))
81 dim = len(conts)
164 conts = []
190 conts = [zip(*x.items()) for x in conts]
191 conts = [(np.array(c), np.array(cw)) for c, cw in conts]
[all …]
/dports/devel/splint/splint-3.1.2/test/db3/
H A Deref.c7 /*@reldef@*/ /*@only@*/ employee *conts; member
30 eref_Pool.conts = in eref_alloc()
31 (employee *) realloc (eref_Pool.conts, in eref_alloc()
32 2 * eref_Pool.size * sizeof (*eref_Pool.conts)); in eref_alloc()
34 if (eref_Pool.conts == 0) in eref_alloc()
78 eref_Pool.conts = (employee *) malloc (size * sizeof (*eref_Pool.conts)); in eref_initMod()
80 if (eref_Pool.conts == 0) in eref_initMod()
115 eref_Pool.conts[er] = e; in eref_assign()
121 return eref_Pool.conts[er]; in eref_get()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_experimental/edit_ocme/src/ocme/
H A Dmultiple_std_iterator.h40 if(ite == cnt->conts[ci]->end())
42 if( ci != cnt->conts.size()-1){
44 ite = cnt->conts[ci]->begin();
76 std::vector<CONT_TYPE*> conts; member
80 conts.push_back(&c); in Plus()
84 MIte<CONT_TYPE> begin() { return MIte<CONT_TYPE>(this,0,conts[0]->begin());} in begin()
85 MIte<CONT_TYPE> end() { return MIte<CONT_TYPE>(this,conts.size()-1,conts.back()->end());} in end()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sanity/client/lib/jemmy/src/org/netbeans/jemmy/util/
H A DDefaultVisualizer.java220 Container[] conts = compOper.getContainers(); in makeVisible() local
221 for (int i = conts.length - 1; i >= 0; i--) { in makeVisible()
222 if (internalFrame && conts[i] instanceof JInternalFrame) { in makeVisible()
223 … JInternalFrameOperator intOper = new JInternalFrameOperator((JInternalFrame) conts[i]); in makeVisible()
227 } else if (scroll && conts[i] instanceof JScrollPane) { in makeVisible()
228 … JScrollPaneOperator scrollOper = new JScrollPaneOperator((JScrollPane) conts[i]); in makeVisible()
232 } else if (switchTab && conts[i] instanceof JTabbedPane) { in makeVisible()
233 JTabbedPaneOperator tabOper = new JTabbedPaneOperator((JTabbedPane) conts[i]); in makeVisible()
236 switchTab(tabOper, i == 0 ? compOper.getSource() : conts[i - 1]); in makeVisible()
/dports/lang/perl5.34/perl-5.34.0/Porting/
H A Dmakerel217 my $conts;
220 $conts = 1;
224 $conts = 2;
228 $conts = 3;
232 $conts = 4;
236 $conts = 5;
240 $conts = 6;
244 $conts = 13;
250 while ($conts-- > 0) { # First the continuations
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sanity/client/lib/jemmy/src/org/netbeans/jemmy/util/
H A DDefaultVisualizer.java220 Container[] conts = compOper.getContainers(); in makeVisible() local
221 for (int i = conts.length - 1; i >= 0; i--) { in makeVisible()
222 if (internalFrame && conts[i] instanceof JInternalFrame) { in makeVisible()
223 … JInternalFrameOperator intOper = new JInternalFrameOperator((JInternalFrame) conts[i]); in makeVisible()
227 } else if (scroll && conts[i] instanceof JScrollPane) { in makeVisible()
228 … JScrollPaneOperator scrollOper = new JScrollPaneOperator((JScrollPane) conts[i]); in makeVisible()
232 } else if (switchTab && conts[i] instanceof JTabbedPane) { in makeVisible()
233 JTabbedPaneOperator tabOper = new JTabbedPaneOperator((JTabbedPane) conts[i]); in makeVisible()
236 switchTab(tabOper, i == 0 ? compOper.getSource() : conts[i - 1]); in makeVisible()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sanity/client/lib/jemmy/src/org/netbeans/jemmy/util/
H A DDefaultVisualizer.java220 Container[] conts = compOper.getContainers(); in makeVisible() local
221 for (int i = conts.length - 1; i >= 0; i--) { in makeVisible()
222 if (internalFrame && conts[i] instanceof JInternalFrame) { in makeVisible()
223 … JInternalFrameOperator intOper = new JInternalFrameOperator((JInternalFrame) conts[i]); in makeVisible()
227 } else if (scroll && conts[i] instanceof JScrollPane) { in makeVisible()
228 … JScrollPaneOperator scrollOper = new JScrollPaneOperator((JScrollPane) conts[i]); in makeVisible()
232 } else if (switchTab && conts[i] instanceof JTabbedPane) { in makeVisible()
233 JTabbedPaneOperator tabOper = new JTabbedPaneOperator((JTabbedPane) conts[i]); in makeVisible()
236 switchTab(tabOper, i == 0 ? compOper.getSource() : conts[i - 1]); in makeVisible()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sanity/client/lib/jemmy/src/org/netbeans/jemmy/util/
H A DDefaultVisualizer.java220 Container[] conts = compOper.getContainers(); in makeVisible() local
221 for (int i = conts.length - 1; i >= 0; i--) { in makeVisible()
222 if (internalFrame && conts[i] instanceof JInternalFrame) { in makeVisible()
223 … JInternalFrameOperator intOper = new JInternalFrameOperator((JInternalFrame) conts[i]); in makeVisible()
227 } else if (scroll && conts[i] instanceof JScrollPane) { in makeVisible()
228 … JScrollPaneOperator scrollOper = new JScrollPaneOperator((JScrollPane) conts[i]); in makeVisible()
232 } else if (switchTab && conts[i] instanceof JTabbedPane) { in makeVisible()
233 JTabbedPaneOperator tabOper = new JTabbedPaneOperator((JTabbedPane) conts[i]); in makeVisible()
236 switchTab(tabOper, i == 0 ? compOper.getSource() : conts[i - 1]); in makeVisible()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sanity/client/lib/jemmy/src/org/netbeans/jemmy/util/
H A DDefaultVisualizer.java220 Container[] conts = compOper.getContainers(); in makeVisible() local
221 for (int i = conts.length - 1; i >= 0; i--) { in makeVisible()
222 if (internalFrame && conts[i] instanceof JInternalFrame) { in makeVisible()
223 … JInternalFrameOperator intOper = new JInternalFrameOperator((JInternalFrame) conts[i]); in makeVisible()
227 } else if (scroll && conts[i] instanceof JScrollPane) { in makeVisible()
228 … JScrollPaneOperator scrollOper = new JScrollPaneOperator((JScrollPane) conts[i]); in makeVisible()
232 } else if (switchTab && conts[i] instanceof JTabbedPane) { in makeVisible()
233 JTabbedPaneOperator tabOper = new JTabbedPaneOperator((JTabbedPane) conts[i]); in makeVisible()
236 switchTab(tabOper, i == 0 ? compOper.getSource() : conts[i - 1]); in makeVisible()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sanity/client/lib/jemmy/src/org/netbeans/jemmy/util/
H A DDefaultVisualizer.java220 Container[] conts = compOper.getContainers(); in makeVisible() local
221 for (int i = conts.length - 1; i >= 0; i--) { in makeVisible()
222 if (internalFrame && conts[i] instanceof JInternalFrame) { in makeVisible()
223 … JInternalFrameOperator intOper = new JInternalFrameOperator((JInternalFrame) conts[i]); in makeVisible()
227 } else if (scroll && conts[i] instanceof JScrollPane) { in makeVisible()
228 … JScrollPaneOperator scrollOper = new JScrollPaneOperator((JScrollPane) conts[i]); in makeVisible()
232 } else if (switchTab && conts[i] instanceof JTabbedPane) { in makeVisible()
233 JTabbedPaneOperator tabOper = new JTabbedPaneOperator((JTabbedPane) conts[i]); in makeVisible()
236 switchTab(tabOper, i == 0 ? compOper.getSource() : conts[i - 1]); in makeVisible()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sanity/client/lib/jemmy/src/org/netbeans/jemmy/util/
H A DDefaultVisualizer.java220 Container[] conts = compOper.getContainers(); in makeVisible() local
221 for (int i = conts.length - 1; i >= 0; i--) { in makeVisible()
222 if (internalFrame && conts[i] instanceof JInternalFrame) { in makeVisible()
223 … JInternalFrameOperator intOper = new JInternalFrameOperator((JInternalFrame) conts[i]); in makeVisible()
227 } else if (scroll && conts[i] instanceof JScrollPane) { in makeVisible()
228 … JScrollPaneOperator scrollOper = new JScrollPaneOperator((JScrollPane) conts[i]); in makeVisible()
232 } else if (switchTab && conts[i] instanceof JTabbedPane) { in makeVisible()
233 JTabbedPaneOperator tabOper = new JTabbedPaneOperator((JTabbedPane) conts[i]); in makeVisible()
236 switchTab(tabOper, i == 0 ? compOper.getSource() : conts[i - 1]); in makeVisible()

12345678910>>...15