Home
last modified time | relevance | path

Searched refs:targs (Results 1 – 25 of 1313) sorted by relevance

12345678910>>...53

/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/python/dune/source/
H A Dbuiltin.py8 def __init__(self, header, cppType, name, namespace='std', targs=None, args=None): argument
13 self.tarts = None if targs is None else [a.strip() for a in targs]
54 abs_ = BuiltInFunction('cmath', 'X', 'abs', targs=['class X'], args=['const X &x'])
55 atan = BuiltInFunction('cmath', 'X', 'atan', targs=['class X'], args=['const X &x'])
57 exp = BuiltInFunction('cmath', 'X', 'exp', targs=['class X'], args=['const X &x'])
58 cos = BuiltInFunction('cmath', 'X', 'cos', targs=['class X'], args=['const X &x'])
59 cosh = BuiltInFunction('cmath', 'X', 'cosh', targs=['class X'], args=['const X &x'])
60 log = BuiltInFunction('cmath', 'X', 'log', targs=['class X'], args=['const X &x'])
62 sin = BuiltInFunction('cmath', 'X', 'sin', targs=['class X'], args=['const X &x'])
63 sinh = BuiltInFunction('cmath', 'X', 'sinh', targs=['class X'], args=['const X &x'])
[all …]
H A Dfunction.py11 def __init__(self, cppType, name, targs=None, args=None, code=None): argument
15 self.targs = None if targs is None else [a.strip() for a in targs]
22 …def __init__(self, cppType, name, targs=None, args=None, code=None, static=False, const=False, inl… argument
31 self.targs = None if targs is None else [a.strip() for a in targs]
51 def __init__(self, targs=None, args=None, init=None, code=None): argument
53 self.targs = None if targs is None else [a.strip() for a in targs]
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/go/types/
H A Dinfer.go51 return targs
62 targs, index = check.inferB(tparams, targs, report)
64 return targs
79 targs = targs2
170 return targs
176 targs, index = check.inferB(tparams, targs, report)
178 return targs
208 return targs
212 targs, index = check.inferB(tparams, targs, report)
214 return targs
[all …]
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/bstrap/src/
H A Dhydra_bstrap.c.in118 char *targs[HYD_NUM_TMP_STRINGS] = { NULL }; local
232 targs[i++] = MPL_strdup("-e");
241 targs[i++] = MPL_strdup("--pgid");
248 targs[i++] = MPL_strdup(launcher);
258 targs[i++] = MPL_strdup(path);
270 targs[i++] = NULL;
275 HYD_str_free_list(targs);
286 targs[i++] = MPL_strdup("-e");
314 targs[i++] = MPL_strdup(path);
326 targs[i++] = NULL;
[all …]
/dports/math/blasfeo/blasfeo-0.1.2/tests/
H A Dtest_x_common.c55 targs->ai0 = 0; in initialize_test_args()
56 targs->bi0 = 0; in initialize_test_args()
57 targs->di0 = 0; in initialize_test_args()
59 targs->xj0 = 0; in initialize_test_args()
101 targs->nis * in compute_total_calls()
102 targs->njs * in compute_total_calls()
103 targs->nks * in compute_total_calls()
104 targs->ais * in compute_total_calls()
105 targs->bis * in compute_total_calls()
106 targs->dis * in compute_total_calls()
[all …]
/dports/databases/tokyocabinet/tokyocabinet-1.4.48/
H A Dtcumttest.c228 targs[0].mdb = mdb; in proccombo()
231 targs[0].rnd = rnd; in proccombo()
232 targs[0].id = 0; in proccombo()
240 targs[i].id = i; in proccombo()
263 targs[0].id = 0; in proccombo()
271 targs[i].id = i; in proccombo()
294 targs[0].id = 0; in proccombo()
302 targs[i].id = i; in proccombo()
349 targs[0].nc = nc; in proctypical()
351 targs[0].id = 0; in proctypical()
[all …]
H A Dtcfmttest.c462 targs[0].id = 0; in procwrite()
469 targs[i].id = i; in procwrite()
524 targs[0].wb = wb; in procread()
526 targs[0].id = 0; in procread()
534 targs[i].id = i; in procread()
590 targs[0].id = 0; in procremove()
597 targs[i].id = i; in procremove()
660 targs[0].nc = nc; in procwicked()
661 targs[0].id = 0; in procwicked()
770 targs[0].nc = nc; in proctypical()
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/types2/
H A Dinfer.go52 return targs
63 targs, index = check.inferB(pos, tparams, targs)
65 return targs
80 targs = targs2
167 return targs
174 targs, index = check.inferB(pos, tparams, targs)
207 return targs
212 targs, index = check.inferB(pos, tparams, targs)
219 assert(targs != nil && index >= 0 && targs[index] == nil)
364 assert(len(tparams) >= len(targs) && len(targs) > 0)
[all …]
H A Dinstantiate.go41 func Instantiate(ctxt *Context, orig Type, targs []Type, validate bool) (Type, error) {
50 if len(targs) != len(tparams) {
53 if i, err := (*Checker)(nil).verify(nopos, tparams, targs); err != nil {
58 inst := (*Checker)(nil).instance(nopos, orig, targs, ctxt)
68 h = ctxt.instanceHash(orig, targs)
71 if inst := ctxt.lookup(h, orig, targs); inst != nil {
80 named.targs = newTypeList(targs)
88 if !check.validateTArgLen(pos, tparams.Len(), len(targs)) {
114 res = ctxt.update(h, orig, targs, res)
144 smap := makeSubstMap(tparams, targs)
[all …]
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/bstrap/slurm/
H A Dslurm_launch.c36 targs[idx++] = MPL_strdup(lexec); in HYDI_bstrap_slurm_launch()
38 targs[idx++] = MPL_strdup("-N"); in HYDI_bstrap_slurm_launch()
39 targs[idx++] = MPL_strdup("1"); in HYDI_bstrap_slurm_launch()
41 targs[idx++] = MPL_strdup("-n"); in HYDI_bstrap_slurm_launch()
42 targs[idx++] = MPL_strdup("1"); in HYDI_bstrap_slurm_launch()
45 targs[idx++] = MPL_strdup(hostname); in HYDI_bstrap_slurm_launch()
49 targs[idx++] = MPL_strdup("--input"); in HYDI_bstrap_slurm_launch()
50 targs[idx++] = MPL_strdup("none"); in HYDI_bstrap_slurm_launch()
56 targs[idx++] = MPL_strdup(args[i]); in HYDI_bstrap_slurm_launch()
60 HYD_str_print_list(targs); in HYDI_bstrap_slurm_launch()
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/go/types/
H A Dinfer.go51 return targs
62 targs, index = check.inferB(posn, tparams, targs)
64 return targs
79 targs = targs2
171 return targs
177 targs, index = check.inferB(posn, tparams, targs)
179 return targs
209 return targs
213 targs, index = check.inferB(posn, tparams, targs)
215 return targs
[all …]
H A Dinstantiate.go41 func Instantiate(ctxt *Context, orig Type, targs []Type, validate bool) (Type, error) {
50 if len(targs) != len(tparams) {
53 if i, err := (*Checker)(nil).verify(token.NoPos, tparams, targs); err != nil {
58 inst := (*Checker)(nil).instance(token.NoPos, orig, targs, ctxt)
68 h = ctxt.instanceHash(orig, targs)
71 if inst := ctxt.lookup(h, orig, targs); inst != nil {
80 named.targs = newTypeList(targs)
88 if !check.validateTArgLen(pos, tparams.Len(), len(targs)) {
114 res = ctxt.update(h, orig, targs, res)
144 smap := makeSubstMap(tparams, targs)
[all …]
/dports/net/p5-Net-SIP/Net-SIP-0.832/lib/Net/SIP/Simple/
H A DRTP.pm282 if ( $targs->{ssrc} && $targs->{ssrc} != $ssrc ) {
284 delete $targs->{rseq};
286 if ( defined $targs->{rseq} && $seq<= $targs->{rseq}
291 $targs->{rseq} = $seq;
298 my $fd = $targs->{fdr};
301 $targs->{fdr} = $fd
337 $targs->{wseq}++;
370 $targs->{repeat} = -1 if $targs->{repeat} < 0;
380 $targs->{fd} = $fd;
386 $targs->{fd} = undef;
[all …]
/dports/net/mpich2/mpich2-1.5/src/pm/hydra/tools/bootstrap/external/
H A Dexternal_common_launch.c144 targs[idx++] = HYDU_strdup(path); in HYDT_bscd_common_launch_procs()
145 targs[idx] = NULL; in HYDT_bscd_common_launch_procs()
157 targs[idx++] = HYDU_strdup("-n"); in HYDT_bscd_common_launch_procs()
174 targs[host_idx] = NULL; in HYDT_bscd_common_launch_procs()
214 targs[idx] = NULL; in HYDT_bscd_common_launch_procs()
217 if (targs[host_idx]) in HYDT_bscd_common_launch_procs()
218 HYDU_FREE(targs[host_idx]); in HYDT_bscd_common_launch_procs()
231 if (targs[idx]) in HYDT_bscd_common_launch_procs()
232 HYDU_FREE(targs[idx]); in HYDT_bscd_common_launch_procs()
234 targs[idx + 1] = NULL; in HYDT_bscd_common_launch_procs()
[all …]
H A Dslurm_launch.c85 targs[idx++] = HYDU_strdup(path); in HYDT_bscd_slurm_launch_procs()
88 targs[idx++] = HYDU_strdup("--nodelist"); in HYDT_bscd_slurm_launch_procs()
100 targs[idx++] = HYDU_strdup("-N"); in HYDT_bscd_slurm_launch_procs()
101 targs[idx++] = HYDU_int_to_str(num_hosts); in HYDT_bscd_slurm_launch_procs()
103 targs[idx++] = HYDU_strdup("-n"); in HYDT_bscd_slurm_launch_procs()
104 targs[idx++] = HYDU_int_to_str(num_hosts); in HYDT_bscd_slurm_launch_procs()
119 targs[idx++] = HYDU_strdup(args[i]); in HYDT_bscd_slurm_launch_procs()
136 targs[idx++] = HYDU_int_to_str(-1); in HYDT_bscd_slurm_launch_procs()
137 targs[idx++] = NULL; in HYDT_bscd_slurm_launch_procs()
141 HYDU_print_strlist(targs); in HYDT_bscd_slurm_launch_procs()
[all …]
/dports/misc/perkeep/perkeep-0.11/dev/devcam/
H A Dtest.go122 targs := []string{"test"}
124 targs = append(targs, "--tags=with_sqlite fake_android libsqlite3")
126 targs = append(targs, "--tags=fake_android")
129 targs = append(targs, "-short")
132 targs = append(targs, "-v")
135 targs = append(targs, "-run="+c.run)
138 targs = append(targs, args...)
140 targs = append(targs, []string{
152 return runExec("go", targs, env)
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/bootstrap/external/
H A Dexternal_common_launch.c134 targs[idx++] = MPL_strdup(path); in HYDT_bscd_common_launch_procs()
135 targs[idx] = NULL; in HYDT_bscd_common_launch_procs()
146 targs[idx++] = MPL_strdup("-n"); in HYDT_bscd_common_launch_procs()
149 targs[idx++] = MPL_strdup("-V"); in HYDT_bscd_common_launch_procs()
161 targs[host_idx] = NULL; in HYDT_bscd_common_launch_procs()
166 targs[idx++] = MPL_strdup(args[i]); in HYDT_bscd_common_launch_procs()
201 targs[idx] = NULL; in HYDT_bscd_common_launch_procs()
204 MPL_free(targs[host_idx]); in HYDT_bscd_common_launch_procs()
215 MPL_free(targs[idx]); in HYDT_bscd_common_launch_procs()
217 targs[idx + 1] = NULL; in HYDT_bscd_common_launch_procs()
[all …]
H A Dslurm_launch.c85 targs[idx++] = MPL_strdup(path); in HYDT_bscd_slurm_launch_procs()
100 targs[idx++] = MPL_strdup("-N"); in HYDT_bscd_slurm_launch_procs()
101 targs[idx++] = HYDU_int_to_str(num_hosts); in HYDT_bscd_slurm_launch_procs()
103 targs[idx++] = MPL_strdup("-n"); in HYDT_bscd_slurm_launch_procs()
108 targs[idx++] = MPL_strdup("--input"); in HYDT_bscd_slurm_launch_procs()
109 targs[idx++] = MPL_strdup("none"); in HYDT_bscd_slurm_launch_procs()
123 targs[idx++] = MPL_strdup(args[i]); in HYDT_bscd_slurm_launch_procs()
140 targs[idx++] = HYDU_int_to_str(-1); in HYDT_bscd_slurm_launch_procs()
141 targs[idx++] = NULL; in HYDT_bscd_slurm_launch_procs()
145 HYDU_print_strlist(targs); in HYDT_bscd_slurm_launch_procs()
[all …]
/dports/databases/tokyotyrant/tokyotyrant-1.1.41/
H A Dtcrmttest.c375 targs[0].nr = nr; in procwrite()
378 targs[0].id = 0; in procwrite()
387 targs[i].id = i; in procwrite()
443 targs[0].id = 0; in procread()
451 targs[i].id = i; in procread()
505 targs[0].id = 0; in procremove()
512 targs[i].id = i; in procremove()
565 targs[0].id = 0; in proctypical()
571 targs[i].id = i; in proctypical()
637 targs[0].id = 0; in proctable()
[all …]
/dports/devel/p5-Chooser/Chooser-2.0.0/lib/
H A DChooser.pm25 my %targs;
26 $targs{hostname}=hostname;
27 $targs{pipe}='|';
28 $targs{newline}="\n";
306 my %targs;
308 $targs{value}=$value;
310 $targs{pipe}='|';
311 $targs{newline}="\n";
438 my %targs;
440 $targs{pipe}='|';
[all …]
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/bstrap/ssh/
H A Dssh_launch.c17 char *targs[HYD_NUM_TMP_STRINGS] = { NULL }; in HYDI_bstrap_ssh_launch() local
36 targs[idx++] = MPL_strdup(lexec); in HYDI_bstrap_ssh_launch()
37 targs[idx++] = MPL_strdup("-x"); in HYDI_bstrap_ssh_launch()
38 targs[idx++] = MPL_strdup(hostname); in HYDI_bstrap_ssh_launch()
40 targs[idx++] = MPL_strdup(args[i]); in HYDI_bstrap_ssh_launch()
41 targs[idx++] = NULL; in HYDI_bstrap_ssh_launch()
45 HYD_str_print_list(targs); in HYDI_bstrap_ssh_launch()
61 status = HYD_spawn(targs, 0, NULL, fd_stdin, fd_stdout, fd_stderr, pid, -1); in HYDI_bstrap_ssh_launch()
65 HYD_str_free_list(targs); in HYDI_bstrap_ssh_launch()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/generics/rawOverride/7062745/
H A DGenericOverrideTest.java166 … .withArrayDimension("TARG", (x, targ, idx) -> x.targs[idx] = targ, 3, TypeArgumentKind.values()) in main()
173 TypeArgumentKind[] targs = new TypeArgumentKind[3]; field in GenericOverrideTest
177 return targs[0].compatibleWith(sigs[0]) && in argMismatchFilter()
178 targs[1].compatibleWith(sigs[1]) && in argMismatchFilter()
179 targs[2].compatibleWith(SignatureKind.NON_GENERIC); in argMismatchFilter()
219 if (targs[0] != targs[1]) { in check()
220 boolean ta1ms = targs[0].moreSpecificThan(targs[1]); in check()
221 boolean ta2ms = targs[1].moreSpecificThan(targs[0]); in check()
225 errorExpected = !loose && targs[mostSpecific - 1] != TypeArgumentKind.NONE && in check()
241 TypeArgumentKind msta = mostSpecific == 1 ? targs[0] : targs[1]; in check()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/generics/rawOverride/7062745/
H A DGenericOverrideTest.java166 … .withArrayDimension("TARG", (x, targ, idx) -> x.targs[idx] = targ, 3, TypeArgumentKind.values()) in main()
173 TypeArgumentKind[] targs = new TypeArgumentKind[3]; field in GenericOverrideTest
177 return targs[0].compatibleWith(sigs[0]) && in argMismatchFilter()
178 targs[1].compatibleWith(sigs[1]) && in argMismatchFilter()
179 targs[2].compatibleWith(SignatureKind.NON_GENERIC); in argMismatchFilter()
219 if (targs[0] != targs[1]) { in check()
220 boolean ta1ms = targs[0].moreSpecificThan(targs[1]); in check()
221 boolean ta2ms = targs[1].moreSpecificThan(targs[0]); in check()
225 errorExpected = !loose && targs[mostSpecific - 1] != TypeArgumentKind.NONE && in check()
241 TypeArgumentKind msta = mostSpecific == 1 ? targs[0] : targs[1]; in check()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/generics/rawOverride/7062745/
H A DGenericOverrideTest.java166 … .withArrayDimension("TARG", (x, targ, idx) -> x.targs[idx] = targ, 3, TypeArgumentKind.values()) in main()
173 TypeArgumentKind[] targs = new TypeArgumentKind[3]; field in GenericOverrideTest
177 return targs[0].compatibleWith(sigs[0]) && in argMismatchFilter()
178 targs[1].compatibleWith(sigs[1]) && in argMismatchFilter()
179 targs[2].compatibleWith(SignatureKind.NON_GENERIC); in argMismatchFilter()
219 if (targs[0] != targs[1]) { in check()
220 boolean ta1ms = targs[0].moreSpecificThan(targs[1]); in check()
221 boolean ta2ms = targs[1].moreSpecificThan(targs[0]); in check()
225 errorExpected = !loose && targs[mostSpecific - 1] != TypeArgumentKind.NONE && in check()
241 TypeArgumentKind msta = mostSpecific == 1 ? targs[0] : targs[1]; in check()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/generics/rawOverride/7062745/
H A DGenericOverrideTest.java163 … .withArrayDimension("TARG", (x, targ, idx) -> x.targs[idx] = targ, 3, TypeArgumentKind.values()) in main()
170 TypeArgumentKind[] targs = new TypeArgumentKind[3]; field in GenericOverrideTest
174 return targs[0].compatibleWith(sigs[0]) && in argMismatchFilter()
175 targs[1].compatibleWith(sigs[1]) && in argMismatchFilter()
176 targs[2].compatibleWith(SignatureKind.NON_GENERIC); in argMismatchFilter()
216 if (targs[0] != targs[1]) { in check()
217 boolean ta1ms = targs[0].moreSpecificThan(targs[1]); in check()
218 boolean ta2ms = targs[1].moreSpecificThan(targs[0]); in check()
222 errorExpected = !loose && targs[mostSpecific - 1] != TypeArgumentKind.NONE && in check()
238 TypeArgumentKind msta = mostSpecific == 1 ? targs[0] : targs[1]; in check()
[all …]

12345678910>>...53