Home
last modified time | relevance | path

Searched refs:pdls (Results 1 – 25 of 48) sorted by relevance

12

/dports/math/PDL/PDL-2.019/Basic/Core/
H A Dpdlthread.c127 to->pdls = copy_pdl_array(from->pdls,to->npdls); /* XX MEMLEAK */ in pdl_thread_copy()
144 Safefree(thread->pdls); in pdl_freethreadloop()
198 if( pdls[j]->magic && in pdl_autopthreadmagic()
367 if (thread->pdls) Safefree(thread->pdls); in pdl_initthreadstruct()
377 thread->pdls = copy_pdl_array(pdls,npdls); in pdl_initthreadstruct()
389 MAX2(nids,pdls[j]->nthreadids); in pdl_initthreadstruct()
404 pdls[j]->magic && in pdl_initthreadstruct()
417 pdls[j]->threadids[i+1] in pdl_initthreadstruct()
567 if(pdls[j]->dims[mydim] in pdl_initthreadstruct()
571 pdls[j]->dims[mydim]) { in pdl_initthreadstruct()
[all …]
H A Dpdlapi.c648 trans->pdls[nth] = it; in pdl__addchildtrans()
675 if(trans->pdls[i] == it) in pdl__removechildtrans()
676 trans->pdls[i] = NULL; in pdl__removechildtrans()
678 trans->pdls[nth] = 0; in pdl__removechildtrans()
701 trans->pdls[nth] = 0; in pdl__removeparenttrans()
769 trans->pdls[nth] = it; in pdl_set_trans_parenttrans()
841 trans->pdls[i]->state |= in pdl_make_trans_mutual()
1276 foo = trans->pdls[j]; in pdl_destroytransform()
1287 foo = trans->pdls[j]; in pdl_destroytransform()
1337 trans->pdls[i]->trans = 0; in pdl_destroytransform_nonmutual()
[all …]
H A Dpdlthread.h48 pdl **pdls; member
67 #define PDL_THREADINIT(thread,pdls,realdims,creating,npdls,info) \ argument
68 PDL->initthreadstruct(0,pdls,realdims,creating,npdls,info,&thread;\
H A DCore.xs129 pdl *child = trans->pdls[i]; in propagate_badflag_children()
155 pdl *parent = trans->pdls[i]; in propagate_badflag_parents()
208 pdl *child = trans->pdls[i]; in propagate_badflag()
233 pdl *child = trans->pdls[i]; in propagate_badvalue()
1434 pdls[i]->state &= (~PDL_NOMYDIMS);
1438 dims[i] = newRV(pdl_unpackint(pdls[i]->dims,realdims[i]));
1439 incs[i] = newRV(pdl_unpackint(PDL_VAFFOK(pdls[i]) ?
1440 pdls[i]->vafftrans->incs: pdls[i]->dimincs,realdims[i]));
1442 if (PDL_VAFFOK(pdls[i]))
1443 pdls[i] = pdls[i]->vafftrans->from;
[all …]
H A Dpdl.h.PL270 pdl *pdls[np]
275 pdl *pdls[]
/dports/print/hplip/hplip-3.20.6/prnt/
H A Dcups.py514 pdls = match.group(2).split('-')
516 pdls = []
518 … ((prop.hpijs_build and 'hpijs' in pdls) or (prop.hpcups_build and 'hpijs' not in pdls)) or \
519 ('ps' in pdls) or ('pdf' in pdls):
528 pdls = match.group(2).split('-')
530 pdls = []
532 … ((prop.hpijs_build and 'hpijs' in pdls) or (prop.hpcups_build and 'hpijs' not in pdls)) or \
533 ('ps' in pdls) or ('pdf' in pdls):
552 pdls = []
555 … ((prop.hpijs_build and 'hpijs' in pdls) or (prop.hpcups_build and 'hpijs' not in pdls)) or \
[all …]
/dports/math/PDL/PDL-2.019/Basic/Gen/PP/
H A DSignature.pm118 my @pdls = @_[0..$n-1];
120 join(' ,',map { "[".join(',',$_->dims)."]," } @pdls)
123 my @creating = map $this->{Objects}->{$_}->perldimcheck($pdls[$i++]),
134 $corr = $this->{Objects}->{$_}->finalcheck($pdls[$i++]);
140 $_[$i-1] = $pdls[$i-1]->slice($str);
H A DPDLCode.pm415 my ($ord,$pdls) = $parent->get_pdls();
427 my ($ord,$pdls) = $parent->get_pdls();
460 my ($ord,$pdls) = $parent->get_pdls();
492 my ($ord,$pdls) = $parent->get_pdls();
1090 my($ord,$pdls) = $parent->get_pdls();
1095 if $pdls->{$_}->has_dim($1);
1100 return "$s = $2; ".(join '',map {$pdls->{$_}->do_resize($1,$2)} @p);
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dremote.c73 for (pdls=gpFirstDLS; pdls != NULL; pdls=next_pdls) { in CleanUpDownloadStats()
75 free(pdls); in CleanUpDownloadStats()
96 pdls = gpLastDLS;
97 if (pdls != NULL) {
101 pdls = NULL;
104 if (pdls == NULL) {
113 pdls->next = NULL;
119 gpLastDLS = pdls;
124 for (pdls=gpLastDLS, count=0; pdls != NULL && count < THROUGHPUT_WINDOW;
125 pdls=pdls->prev, count++) {
[all …]
/dports/math/PDL/PDL-2.019/Basic/
H A Ddefault.perldlrc17 # $PDL::use_commas Whether to insert commas when printing pdls
20 # $PDL::undefval The value to use instead of "undef" when creating pdls.
21 # $PDL::toolongtoprint The maximal size pdls to print (defaults to 10000 elements)
/dports/math/PDL/PDL-2.019/IO/
H A DDumper.pm159 my(%pdls);
162 $pdls{$1}++;
168 foreach $v(keys %pdls) {
169 $dups++ if($pdls{$v} >1);
/dports/math/PDL/PDL-2.019/t/
H A Dminmax-behavior.t9 # have no 'BAD' values while pdls do. We need to sort out and document the
11 # pdls.
H A Dcore.t139 # pdl of mixed-dim pdls: pad within a dimension
144 # pdl of mixed-dim pdls: pad a whole dimension
148 # pdl of mixed-dim pdls: a hairier case
H A Dflexraw.t49 ok((-f $cdname), "writeflex saves 2 pdls to a file");
/dports/print/foomatic-db-engine/foomatic-db-engine-4.0.13/
H A Dfoomatic-ppd-to-xml.in26 my $pdls = $opt_p;
94 ($pdls ? ('pdls' => [split(',', $pdls)]) : ()),
284 -p <pdls> : Comma-separated list of known Page Description Languages
/dports/print/foomatic-db-engine/foomatic-db-engine-4.0.13/lib/Foomatic/
H A DDB.pm1199 my $pdls;
1219 $pdls = join(",", @{$parameters->{'pdls'}});
1256 $pdls = join(',', ($pdls, "POSTSCRIPT$dat->{'ppdpslevel'}"));
1258 $pdls = join(',', ($pdls, "PCLXL"));
1260 $pdls = join(',', ($pdls, "PCL5e"));
1262 $pdls = join(',', ($pdls, "PCL5c"));
1264 $pdls = join(',', ($pdls, "PCL5"));
1266 $pdls = join(',', ($pdls, "PCL4"));
1268 $pdls = join(',', ($dat->{'general_cmd'}, $pdls)) if
1270 if ($pdls) {
[all …]
/dports/math/PDL/PDL-2.019/Basic/Pod/
H A DInternals.pod369 pdl *child = trans->pdls[i];
385 The I<children> of the piddle are stored in the C<pdls> array, after the
400 /* do stuff with parent #i: trans->pdls[i] */
413 pdl *pdls[NP]; /* The pdls involved in the transformation */
422 pdl *pdls[NP];
447 int nparents; /* number of parent pdls (input) */
448 int npdls; /* number of child pdls (output) */
H A DPP.pod521 the dimensionality of automatically created pdls is actually larger than
522 that specified in the signature. With C<[o]> flagged pdls will be created
528 can use output auto creation with temporary pdls even when you are using
529 explicit threading which is forbidden for normal output pdls flagged with
546 Now we have just talked about dimensions of pdls and the signature. How
563 of non-output pdls (those with no C<[o]> flag) but sometimes you might
587 our previously defined functions with pdls of different type, e.g.
599 Null pdls don't contribute a type
604 with pdls of different types to take the additional storage and runtime
667 realise that this is a useful macro to hold values of pdls in some
[all …]
H A DDataflow.pod119 Consider the following code ($a and $b are pdls that have dataflow enabled):
/dports/net-mgmt/observium/observium/mibs/xerox/
H A DXEROX-SIMPLE-JOB-MGMT-TC91 jobList(1403), -- 'pdls' (list job attributes)
105 docList(1503), -- 'pdls' (list doc attributes)
H A DXEROX-SIMPLE-JOB-MGMT-MIB746 -- jobList(1403), - 'pdls' (list job attributes)
758 -- docList(1503), - 'pdls' (list doc attributes)
783 -- jobList(1403), - 'pdls' (list job attributes)
795 -- docList(1503), - 'pdls' (list doc attributes)
/dports/math/PDL/PDL-2.019/Basic/Gen/
H A DPP.pm2644 my @pdls = map {$pobjs->{$_}} @$pnames;
2645 my $npdls = $#pdls+1;
2647 my $join__realdims = join ",",map {$#{$_->{IndObjs}}+1} @pdls;
/dports/math/PDL/PDL-2.019/Lib/GIS/Proj/
H A DProj.pd102 Returns two pdls for x and y values respectively. The units are dependent on Proj4
129 Returns two pdls for lat and lon values respectively. The units are dependent on Proj4
/dports/math/PDL/PDL-2.019/IO/Misc/
H A Dmisc.pd358 into the rows of the pdls (i.e., dim(0) is the elements read per column
771 # fix 2D pdls to match what wcols generates
832 wcols $a52; # now can write out 2D pdls (2 columns data in output)
907 my @dogp = (); # need to break 2D pdls into a their 1D pdl components
/dports/math/PDL/PDL-2.019/
H A DChanges995 272 indexND of Empty pdls can segfault
1328 - You can process with pdls with more then 2**32 elements.
1716 3307613 indexND of Empty pdls can segfault
1788 allows for writing pdls using a matlab/octave style
1790 session output to create pdls initializations for scripts
1808 * PDL now supports pdls larger than 2GiB. The element count
2752 * Added set operation routines for pdls treated as sets

12