Home
last modified time | relevance | path

Searched refs:allvars (Results 1 – 25 of 84) sorted by relevance

1234

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/apps/HelloPyTorch/src/
H A Dadd_generator.cpp39 .fuse(xy, cn, allvars) in generate()
40 .gpu_tile(allvars, tx, 128); in generate()
45 .fuse(y, cn, allvars) in generate()
46 .parallel(allvars, 8) in generate()
94 .fuse(xy, cn, allvars) in generate()
95 .gpu_tile(allvars, tx, 128); in generate()
99 .fuse(xy, cn, allvars) in generate()
105 .fuse(y, cn, allvars) in generate()
106 .parallel(allvars, 8) in generate()
111 .fuse(y, cn, allvars) in generate()
[all …]
/dports/devel/tcllib/tcllib-1.20/modules/namespacex/
H A Dnamespacex.test302 ## info allvars
304 test namespacex-info-allvars-1.0 {namespacex info allvars, wrong\#args, not enough} -body {
305 namespacex info allvars
308 test namespacex-info-allvars-1.1 {namespacex info allvars, wrong\#args, too many} -body {
309 namespacex info allvars N X
312 test namespacex-info-allvars-2.0.0 {namespacex info allvars, fqn} -setup {
320 test namespacex-info-allvars-2.0.1 {namespacex info allvars, relative to global} -setup {
338 test namespacex-info-allvars-2.1.0 {namespacex info allvars, fqn} -setup {
346 test namespacex-info-allvars-2.1.1 {namespacex info allvars, relative to global} -setup {
364 test namespacex-info-allvars-2.2.0 {namespacex info allvars, fqn} -setup {
[all …]
H A Dnamespacex.tcl52 namespace export allvars allchildren vars
285 namespace eval $ns [list ::unset {*}[::namespacex info allvars $ns]]
292 foreach v [::namespacex info allvars $ns] {
302 namespace eval $ns [list ::unset {*}[::namespacex info allvars $ns]]
/dports/devel/tcllibc/tcllib-1.20/modules/namespacex/
H A Dnamespacex.test302 ## info allvars
304 test namespacex-info-allvars-1.0 {namespacex info allvars, wrong\#args, not enough} -body {
305 namespacex info allvars
308 test namespacex-info-allvars-1.1 {namespacex info allvars, wrong\#args, too many} -body {
309 namespacex info allvars N X
312 test namespacex-info-allvars-2.0.0 {namespacex info allvars, fqn} -setup {
320 test namespacex-info-allvars-2.0.1 {namespacex info allvars, relative to global} -setup {
338 test namespacex-info-allvars-2.1.0 {namespacex info allvars, fqn} -setup {
346 test namespacex-info-allvars-2.1.1 {namespacex info allvars, relative to global} -setup {
364 test namespacex-info-allvars-2.2.0 {namespacex info allvars, fqn} -setup {
[all …]
H A Dnamespacex.tcl52 namespace export allvars allchildren vars
285 namespace eval $ns [list ::unset {*}[::namespacex info allvars $ns]]
292 foreach v [::namespacex info allvars $ns] {
302 namespace eval $ns [list ::unset {*}[::namespacex info allvars $ns]]
/dports/devel/pear-PhpDocumentor/PhpDocumentor-1.4.4/Documentation/tests/
H A Dbug-561101.php177 $allvars = get_object_vars($this);
180 if(!in_array($prop, @array_keys($allvars))) {
188 if(isset($key) and !in_array($key, array_keys($allvars[$prop]), true)) {
189 if(isset($allvars[$prop][$index])) {
190 if(in_array($key, @array_keys($allvars[$prop][$index]))) {
191 return $allvars[$prop][$index][$key];
197 $val = (isset($key)) ? $allvars[$prop][$key] : $allvars[$prop];
218 $allvars = get_object_vars($this);
220 while(list($key, $val) = each($allvars)) {
/dports/devel/pear-PHP_UML/PHP_UML-1.6.2/tests/suite/
H A Dbug-561101.php177 $allvars = get_object_vars($this);
180 if(!in_array($prop, @array_keys($allvars))) {
188 if(isset($key) and !in_array($key, array_keys($allvars[$prop]), true)) {
189 if(isset($allvars[$prop][$index])) {
190 if(in_array($key, @array_keys($allvars[$prop][$index]))) {
191 return $allvars[$prop][$index][$key];
197 $val = (isset($key)) ? $allvars[$prop][$key] : $allvars[$prop];
218 $allvars = get_object_vars($this);
220 while(list($key, $val) = each($allvars)) {
/dports/math/R-cran-lava/lava/R/
H A Dcovariance.R213 allvars <- var1 functionVar
217 allvars <- c(allvars,var2)
219 object <- addvar(object, allvars, messages=0, reindex=FALSE)
222 if (length(allvars)!=2) stop("Constraints only implemented for pairs")
223 return(covarianceconst(object,allvars[1],allvars[2],...))
228 exoset <- setdiff(xorg,allvars)
H A Dexogenous.R45 allvars <- vars(x) functionVar
47 allvars <- manifest(x)
51 for (i in allvars)
/dports/math/maxima/maxima-5.43.2/src/
H A Dezgcd.lisp25 (prog (allvars)
27 (cond ((> 2 (length allvars))
29 (cond ((cdr allvars) (return allvars))
30 (t (return (list (setq allvars (car allvars))
31 (pquotient f allvars)
32 (pquotient g allvars)))))))
33 (setq allvars (sort allvars #'pointergp))
300 (prog (allvarsl allvars)
302 (setq allvars (car allvarsl))
305 (setq allvars (union* allvars (car l))))
[all …]
/dports/graphics/swftools/swftools-0.9.2/lib/as3/
H A Dstate.c72 m->allvars = dict_new(); in methodstate_new()
81 if(m->allvars) { in methodstate_destroy()
82 DICT_ITERATE_DATA(m->allvars, void*, data) {free(data);} in methodstate_destroy()
83 m->allvars = 0; in methodstate_destroy()
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/libdap2/
H A Dcache.c98 NClist* allvars = nccomm->cdf.ddsroot->tree->varnodes; in prefetchdata() local
108 for(i=0;i<nclistlength(allvars);i++) { in prefetchdata()
109 nclistpush(vars,nclistget(allvars,i)); in prefetchdata()
117 for(i=0;i<nclistlength(allvars);i++) { in prefetchdata()
118 CDFnode* var = (CDFnode*)nclistget(allvars,i); in prefetchdata()
169 if(nclistlength(allvars) == nclistlength(vars)) flags |= NCF_PREFETCH_ALL; in prefetchdata()
402 NClist* allvars = nccomm->cdf.fullddsroot->tree->varnodes; in markprefetch() local
403 assert(allvars != NULL); in markprefetch()
405 for(i=0;i<nclistlength(allvars);i++) { in markprefetch()
406 CDFnode* var = (CDFnode*)nclistget(allvars,i); in markprefetch()
/dports/science/netcdf/netcdf-c-4.7.4/libdap2/
H A Dcache.c98 NClist* allvars = nccomm->cdf.ddsroot->tree->varnodes; in prefetchdata() local
108 for(i=0;i<nclistlength(allvars);i++) { in prefetchdata()
109 nclistpush(vars,nclistget(allvars,i)); in prefetchdata()
117 for(i=0;i<nclistlength(allvars);i++) { in prefetchdata()
118 CDFnode* var = (CDFnode*)nclistget(allvars,i); in prefetchdata()
171 if(nclistlength(allvars) == nclistlength(vars)) flags |= NCF_PREFETCH_ALL; in prefetchdata()
404 NClist* allvars = nccomm->cdf.fullddsroot->tree->varnodes; in markprefetch() local
405 assert(allvars != NULL); in markprefetch()
407 for(i=0;i<nclistlength(allvars);i++) { in markprefetch()
408 CDFnode* var = (CDFnode*)nclistget(allvars,i); in markprefetch()
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_ExpEval.c168 char these[26], **allexp=NULL, **allvars=NULL, in SUMA_bool_eval_truth_table() local
210 allvars = (char **)SUMA_calloc(N_rows,sizeof(char *)); in SUMA_bool_eval_truth_table()
211 for (k=0; k<N_rows; ++k) allvars[k] = SUMA_copy_string(allv); in SUMA_bool_eval_truth_table()
223 SUMA_set_bool_var_in_expr(allvars[n], these[N_used-k-1], 0); in SUMA_bool_eval_truth_table()
226 SUMA_set_bool_var_in_expr(allvars[n], these[N_used-k-1], 1); in SUMA_bool_eval_truth_table()
240 fprintf(SUMA_STDERR,"%s: %s = %d\n", allvars[n], allexp[n], ee); in SUMA_bool_eval_truth_table()
246 for (n=0; n<N_rows; ++n) SUMA_ifree(allvars[n]); in SUMA_bool_eval_truth_table()
247 SUMA_ifree(allvars); in SUMA_bool_eval_truth_table()
/dports/editors/libreoffice/libreoffice-7.2.6.2/solenv/bin/modules/pre2par/
H A Dlanguage.pm73 my %allvars = ();
91 $allvars{$variable} = \@lang_block;
96 return \%allvars;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/solenv/bin/modules/pre2par/
H A Dlanguage.pm73 my %allvars = ();
91 $allvars{$variable} = \@lang_block;
96 return \%allvars;
/dports/databases/py-sqlite3/Python-3.8.12/Tools/c-globals/
H A Dcheck-c-globals.py263 def make_groups(allvars, spec): argument
266 for var in allvars:
285 def format_vars(allvars, columns, fmts, widths): argument
292 for var in allvars:
417 allvars = (var
421 allvars = sorted(allvars, key=make_sort_key(sort))
428 grouped = make_groups(allvars, group)
431 lines = format_vars(allvars, columns, COLUMN_FORMATS, COLUMN_WIDTHS)
/dports/databases/py-gdbm/Python-3.8.12/Tools/c-globals/
H A Dcheck-c-globals.py263 def make_groups(allvars, spec): argument
266 for var in allvars:
285 def format_vars(allvars, columns, fmts, widths): argument
292 for var in allvars:
417 allvars = (var
421 allvars = sorted(allvars, key=make_sort_key(sort))
428 grouped = make_groups(allvars, group)
431 lines = format_vars(allvars, columns, COLUMN_FORMATS, COLUMN_WIDTHS)
/dports/lang/python-tools/Python-3.8.12/Tools/c-globals/
H A Dcheck-c-globals.py263 def make_groups(allvars, spec): argument
266 for var in allvars:
285 def format_vars(allvars, columns, fmts, widths): argument
292 for var in allvars:
417 allvars = (var
421 allvars = sorted(allvars, key=make_sort_key(sort))
428 grouped = make_groups(allvars, group)
431 lines = format_vars(allvars, columns, COLUMN_FORMATS, COLUMN_WIDTHS)
/dports/lang/python37/Python-3.7.12/Tools/c-globals/
H A Dcheck-c-globals.py261 def make_groups(allvars, spec): argument
264 for var in allvars:
283 def format_vars(allvars, columns, fmts, widths): argument
290 for var in allvars:
415 allvars = (var
419 allvars = sorted(allvars, key=make_sort_key(sort))
426 grouped = make_groups(allvars, group)
429 lines = format_vars(allvars, columns, COLUMN_FORMATS, COLUMN_WIDTHS)
/dports/lang/python38/Python-3.8.12/Tools/c-globals/
H A Dcheck-c-globals.py263 def make_groups(allvars, spec): argument
266 for var in allvars:
285 def format_vars(allvars, columns, fmts, widths): argument
292 for var in allvars:
417 allvars = (var
421 allvars = sorted(allvars, key=make_sort_key(sort))
428 grouped = make_groups(allvars, group)
431 lines = format_vars(allvars, columns, COLUMN_FORMATS, COLUMN_WIDTHS)
/dports/lang/python39/Python-3.9.9/Tools/c-analyzer/
H A Dcheck-c-globals.py263 def make_groups(allvars, spec): argument
266 for var in allvars:
285 def format_vars(allvars, columns, fmts, widths): argument
292 for var in allvars:
417 allvars = (var
421 allvars = sorted(allvars, key=make_sort_key(sort))
428 grouped = make_groups(allvars, group)
431 lines = format_vars(allvars, columns, COLUMN_FORMATS, COLUMN_WIDTHS)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Tools/c-globals/
H A Dcheck-c-globals.py263 def make_groups(allvars, spec): argument
266 for var in allvars:
285 def format_vars(allvars, columns, fmts, widths): argument
292 for var in allvars:
417 allvars = (var
421 allvars = sorted(allvars, key=make_sort_key(sort))
428 grouped = make_groups(allvars, group)
431 lines = format_vars(allvars, columns, COLUMN_FORMATS, COLUMN_WIDTHS)
/dports/science/jstrack/jstrack/extlib/tcllib1.19/namespacex/
H A Dnamespacex.tcl43 namespace export allvars allchildren vars
229 namespace eval $ns [list ::unset {*}[::namespacex info allvars $ns]]
236 foreach v [::namespacex info allvars $ns] {
246 namespace eval $ns [list ::unset {*}[::namespacex info allvars $ns]]
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/make/unit-tests/
H A Dvarshell.mk12 allvars= EXEC_FAILED TERMINATED_BY_SIGNAL ERROR_NO_OUTPUT ERROR_WITH_OUTPUT \
16 .for v in ${allvars}

1234