Home
last modified time | relevance | path

Searched refs:harr (Results 1 – 25 of 631) sorted by relevance

12345678910>>...26

/dports/math/octave-forge-ltfat/ltfat/inst/wavelets/
H A Dwfilt_symds.m60 harr = [ variable
70 harr(:,1)=harr(:,1)*sqrt(2)/2^8;
71 harr(:,2)=harr(:,2)/2^7;
72 harr(:,3:4)=harr(:,3:4)/2^4;
93 harr = [ variable
124 harr = [ variable
161 harr = [ variable
180 harr(:,1:2)=harr(:,1:2)*sqrt(2)/2^16;
219 harr(:,[1 4])=harr(:,[1 4])*sqrt(2)/2^8;
220 harr(:,2:3)=harr(:,2:3)*sqrt(2)/2^12;
[all …]
/dports/databases/p5-Genezzo/Genezzo-0.72/lib/Genezzo/PushHash/
H A Dhph.pm116 my $harr = $self->{ __PACKAGE__ . ":H_ARRAY" };
117 my $hcount = scalar(@{$harr});
134 my $hcount = scalar(@{$harr});
140 return $harr->[$hcount - 1];
152 my $hcount = scalar(@{$harr});
176 unless( (push @{$harr}, $tiehash) > $hcount);
179 return $harr->[$hcount];
229 if ( ($_[1] > scalar(@{$harr}))
241 return ($harr->[$_[1] - 1]);
382 my $hcount = scalar(@{$harr});
[all …]
/dports/lang/mosh/mosh-0.2.7/misc/bench/gambit-benchmarks/
H A Dmaze.scm333 (define (harr r c)
371 (define (harr-for-each proc harr)
418 (define (make-wall-vec harr)
455 (add-wall (href harr x 1) (href harr (- x 3) 0) south-west)
456 (add-wall (href harr x 1) (href harr (+ x 3) 0) south-east))))
465 (define (pick-entrances harr)
466 (dfs-maze harr (href/rc harr 0 0) for-each-hex-child)
467 (let ((nrows (harr:nrows harr))
500 (nr (harr:nrows harr))
501 (nc (harr:ncols harr))
[all …]
/dports/lang/gambit-c/gambit-4.9.3/bench/src/
H A Dmaze.scm333 (define (harr r c)
371 (define (harr-for-each proc harr)
418 (define (make-wall-vec harr)
455 (add-wall (href harr x 1) (href harr (- x 3) 0) south-west)
456 (add-wall (href harr x 1) (href harr (+ x 3) 0) south-east))))
465 (define (pick-entrances harr)
466 (dfs-maze harr (href/rc harr 0 0) for-each-hex-child)
467 (let ((nrows (harr:nrows harr))
500 (nr (harr:nrows harr))
501 (nc (harr:ncols harr))
[all …]
/dports/lang/ypsilon/ypsilon-0.9.6-update3/bench/gambit-benchmarks/
H A Dmaze.scm333 (define (harr r c)
371 (define (harr-for-each proc harr)
418 (define (make-wall-vec harr)
455 (add-wall (href harr x 1) (href harr (- x 3) 0) south-west)
456 (add-wall (href harr x 1) (href harr (+ x 3) 0) south-east))))
465 (define (pick-entrances harr)
466 (dfs-maze harr (href/rc harr 0 0) for-each-hex-child)
467 (let ((nrows (harr:nrows harr))
500 (nr (harr:nrows harr))
501 (nc (harr:ncols harr))
[all …]
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/bench/gambit-benchmarks/
H A Dmaze.scm333 (define (harr r c)
371 (define (harr-for-each proc harr)
418 (define (make-wall-vec harr)
455 (add-wall (href harr x 1) (href harr (- x 3) 0) south-west)
456 (add-wall (href harr x 1) (href harr (+ x 3) 0) south-east))))
465 (define (pick-entrances harr)
466 (dfs-maze harr (href/rc harr 0 0) for-each-hex-child)
467 (let ((nrows (harr:nrows harr))
500 (nr (harr:nrows harr))
501 (nc (harr:ncols harr))
[all …]
/dports/lang/chibi-scheme/chibi-scheme-0.10/benchmarks/gabriel/
H A Dmaze.sch371 (define (harr-for-each proc harr)
372 (vec-for-each proc (harr:elts harr)))
419 (let* ((nrows (harr:nrows harr))
420 (ncols (harr:ncols harr))
466 (dfs-maze harr (href/rc harr 0 0) for-each-hex-child)
467 (let ((nrows (harr:nrows harr))
468 (ncols (harr:ncols harr)))
500 (nr (harr:nrows harr))
501 (nc (harr:ncols harr))
584 (let* ((nrows (harr:nrows harr))
[all …]
H A Dmaze2.sch374 (define (harr-for-each proc harr)
375 (vec-for-each proc (harr:elts harr)))
422 (let* ((nrows (harr:nrows harr))
423 (ncols (harr:ncols harr))
469 (dfs-maze harr (href/rc harr 0 0) for-each-hex-child)
470 (let ((nrows (harr:nrows harr))
471 (ncols (harr:ncols harr)))
503 (nr (harr:nrows harr))
504 (nc (harr:ncols harr))
587 (let* ((nrows (harr:nrows harr))
[all …]
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/tools/refiner/
H A DEntityRefiner.hpp94 EntityHandle harr[2]; in operator ()() local
96 harr[0] = h0; in operator ()()
97 harr[1] = h1; in operator ()()
98 return (*this)( 2, harr, vcoords, vtags ); in operator ()()
111 EntityHandle harr[3]; in operator ()() local
113 harr[0] = h0; in operator ()()
114 harr[1] = h1; in operator ()()
115 harr[2] = h2; in operator ()()
116 return (*this)( 3, harr, vcoords, vtags ); in operator ()()
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxl/
H A Ddict.c123 DictItem *di = d->harr[i]; in DeleteDictionary()
132 FREE(d->harr); in DeleteDictionary()
143 if (!(dict->harr = (DictItem**)MALLOC(HASH_SIZE*sizeof(DictItem*)))) in NewDictionary()
148 dict->harr[i] = (DictItem*)NULL; in NewDictionary()
162 if (dlist == dictionary->harr[bucket]) {
165 dictionary->harr[bucket] = dlist->nexti;
204 dlist->nexti = dictionary->harr[bucket];
205 dictionary->harr[bucket] = dlist;
217 dlist = dictionary->harr[_dict_hash(key)];
/dports/news/husky-areafix/husky-areafix-1.9.20191207/msged/
H A Ddlgbox.c113 hot->harr[k].id = ((ckbutton *) db->ctrls[i].ctl)->id; in BuildDialogHot()
122 hot->harr[k].id = ((button *) db->ctrls[i].ctl)->id; in BuildDialogHot()
123 hot->harr[k].x1 = ((button *) db->ctrls[i].ctl)->x + modx; in BuildDialogHot()
124 hot->harr[k].x2 = ((button *) db->ctrls[i].ctl)->x + modx + in BuildDialogHot()
126 hot->harr[k].y1 = ((button *) db->ctrls[i].ctl)->y + mody; in BuildDialogHot()
127 hot->harr[k].y2 = ((button *) db->ctrls[i].ctl)->y + mody; in BuildDialogHot()
132 hot->harr[k].id = ((editf *) db->ctrls[i].ctl)->id; in BuildDialogHot()
133 hot->harr[k].x1 = ((editf *) db->ctrls[i].ctl)->x + modx; in BuildDialogHot()
134 hot->harr[k].x2 = ((editf *) db->ctrls[i].ctl)->x + modx + in BuildDialogHot()
136 hot->harr[k].y1 = ((editf *) db->ctrls[i].ctl)->y + mody; in BuildDialogHot()
[all …]
H A Dsystem.c49 if (x >= HotSpot[gr]->harr[it].x1 && in LocateHotItem()
50 x <= HotSpot[gr]->harr[it].x2 && in LocateHotItem()
51 y >= HotSpot[gr]->harr[it].y1 && in LocateHotItem()
52 y <= HotSpot[gr]->harr[it].y2) in LocateHotItem()
54 return HotSpot[gr]->harr[it].id; in LocateHotItem()
/dports/news/husky/husky-1.9.20191207/msged/
H A Ddlgbox.c113 hot->harr[k].id = ((ckbutton *) db->ctrls[i].ctl)->id; in BuildDialogHot()
122 hot->harr[k].id = ((button *) db->ctrls[i].ctl)->id; in BuildDialogHot()
123 hot->harr[k].x1 = ((button *) db->ctrls[i].ctl)->x + modx; in BuildDialogHot()
124 hot->harr[k].x2 = ((button *) db->ctrls[i].ctl)->x + modx + in BuildDialogHot()
126 hot->harr[k].y1 = ((button *) db->ctrls[i].ctl)->y + mody; in BuildDialogHot()
127 hot->harr[k].y2 = ((button *) db->ctrls[i].ctl)->y + mody; in BuildDialogHot()
132 hot->harr[k].id = ((editf *) db->ctrls[i].ctl)->id; in BuildDialogHot()
133 hot->harr[k].x1 = ((editf *) db->ctrls[i].ctl)->x + modx; in BuildDialogHot()
134 hot->harr[k].x2 = ((editf *) db->ctrls[i].ctl)->x + modx + in BuildDialogHot()
136 hot->harr[k].y1 = ((editf *) db->ctrls[i].ctl)->y + mody; in BuildDialogHot()
[all …]
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/msged/
H A Ddlgbox.c113 hot->harr[k].id = ((ckbutton *) db->ctrls[i].ctl)->id; in BuildDialogHot()
122 hot->harr[k].id = ((button *) db->ctrls[i].ctl)->id; in BuildDialogHot()
123 hot->harr[k].x1 = ((button *) db->ctrls[i].ctl)->x + modx; in BuildDialogHot()
124 hot->harr[k].x2 = ((button *) db->ctrls[i].ctl)->x + modx + in BuildDialogHot()
126 hot->harr[k].y1 = ((button *) db->ctrls[i].ctl)->y + mody; in BuildDialogHot()
127 hot->harr[k].y2 = ((button *) db->ctrls[i].ctl)->y + mody; in BuildDialogHot()
132 hot->harr[k].id = ((editf *) db->ctrls[i].ctl)->id; in BuildDialogHot()
133 hot->harr[k].x1 = ((editf *) db->ctrls[i].ctl)->x + modx; in BuildDialogHot()
134 hot->harr[k].x2 = ((editf *) db->ctrls[i].ctl)->x + modx + in BuildDialogHot()
136 hot->harr[k].y1 = ((editf *) db->ctrls[i].ctl)->y + mody; in BuildDialogHot()
[all …]
H A Dsystem.c49 if (x >= HotSpot[gr]->harr[it].x1 && in LocateHotItem()
50 x <= HotSpot[gr]->harr[it].x2 && in LocateHotItem()
51 y >= HotSpot[gr]->harr[it].y1 && in LocateHotItem()
52 y <= HotSpot[gr]->harr[it].y2) in LocateHotItem()
54 return HotSpot[gr]->harr[it].id; in LocateHotItem()
/dports/news/husky-hpt/husky-hpt-1.9.20191207/msged/
H A Ddlgbox.c113 hot->harr[k].id = ((ckbutton *) db->ctrls[i].ctl)->id; in BuildDialogHot()
122 hot->harr[k].id = ((button *) db->ctrls[i].ctl)->id; in BuildDialogHot()
123 hot->harr[k].x1 = ((button *) db->ctrls[i].ctl)->x + modx; in BuildDialogHot()
124 hot->harr[k].x2 = ((button *) db->ctrls[i].ctl)->x + modx + in BuildDialogHot()
126 hot->harr[k].y1 = ((button *) db->ctrls[i].ctl)->y + mody; in BuildDialogHot()
127 hot->harr[k].y2 = ((button *) db->ctrls[i].ctl)->y + mody; in BuildDialogHot()
132 hot->harr[k].id = ((editf *) db->ctrls[i].ctl)->id; in BuildDialogHot()
133 hot->harr[k].x1 = ((editf *) db->ctrls[i].ctl)->x + modx; in BuildDialogHot()
134 hot->harr[k].x2 = ((editf *) db->ctrls[i].ctl)->x + modx + in BuildDialogHot()
136 hot->harr[k].y1 = ((editf *) db->ctrls[i].ctl)->y + mody; in BuildDialogHot()
[all …]
H A Dsystem.c49 if (x >= HotSpot[gr]->harr[it].x1 && in LocateHotItem()
50 x <= HotSpot[gr]->harr[it].x2 && in LocateHotItem()
51 y >= HotSpot[gr]->harr[it].y1 && in LocateHotItem()
52 y <= HotSpot[gr]->harr[it].y2) in LocateHotItem()
54 return HotSpot[gr]->harr[it].id; in LocateHotItem()
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/msged/
H A Ddlgbox.c113 hot->harr[k].id = ((ckbutton *) db->ctrls[i].ctl)->id; in BuildDialogHot()
122 hot->harr[k].id = ((button *) db->ctrls[i].ctl)->id; in BuildDialogHot()
123 hot->harr[k].x1 = ((button *) db->ctrls[i].ctl)->x + modx; in BuildDialogHot()
124 hot->harr[k].x2 = ((button *) db->ctrls[i].ctl)->x + modx + in BuildDialogHot()
126 hot->harr[k].y1 = ((button *) db->ctrls[i].ctl)->y + mody; in BuildDialogHot()
127 hot->harr[k].y2 = ((button *) db->ctrls[i].ctl)->y + mody; in BuildDialogHot()
132 hot->harr[k].id = ((editf *) db->ctrls[i].ctl)->id; in BuildDialogHot()
133 hot->harr[k].x1 = ((editf *) db->ctrls[i].ctl)->x + modx; in BuildDialogHot()
134 hot->harr[k].x2 = ((editf *) db->ctrls[i].ctl)->x + modx + in BuildDialogHot()
136 hot->harr[k].y1 = ((editf *) db->ctrls[i].ctl)->y + mody; in BuildDialogHot()
[all …]
H A Dsystem.c49 if (x >= HotSpot[gr]->harr[it].x1 && in LocateHotItem()
50 x <= HotSpot[gr]->harr[it].x2 && in LocateHotItem()
51 y >= HotSpot[gr]->harr[it].y1 && in LocateHotItem()
52 y <= HotSpot[gr]->harr[it].y2) in LocateHotItem()
54 return HotSpot[gr]->harr[it].id; in LocateHotItem()
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/msged/
H A Ddlgbox.c113 hot->harr[k].id = ((ckbutton *) db->ctrls[i].ctl)->id; in BuildDialogHot()
122 hot->harr[k].id = ((button *) db->ctrls[i].ctl)->id; in BuildDialogHot()
123 hot->harr[k].x1 = ((button *) db->ctrls[i].ctl)->x + modx; in BuildDialogHot()
124 hot->harr[k].x2 = ((button *) db->ctrls[i].ctl)->x + modx + in BuildDialogHot()
126 hot->harr[k].y1 = ((button *) db->ctrls[i].ctl)->y + mody; in BuildDialogHot()
127 hot->harr[k].y2 = ((button *) db->ctrls[i].ctl)->y + mody; in BuildDialogHot()
132 hot->harr[k].id = ((editf *) db->ctrls[i].ctl)->id; in BuildDialogHot()
133 hot->harr[k].x1 = ((editf *) db->ctrls[i].ctl)->x + modx; in BuildDialogHot()
134 hot->harr[k].x2 = ((editf *) db->ctrls[i].ctl)->x + modx + in BuildDialogHot()
136 hot->harr[k].y1 = ((editf *) db->ctrls[i].ctl)->y + mody; in BuildDialogHot()
[all …]
H A Dsystem.c49 if (x >= HotSpot[gr]->harr[it].x1 && in LocateHotItem()
50 x <= HotSpot[gr]->harr[it].x2 && in LocateHotItem()
51 y >= HotSpot[gr]->harr[it].y1 && in LocateHotItem()
52 y <= HotSpot[gr]->harr[it].y2) in LocateHotItem()
54 return HotSpot[gr]->harr[it].id; in LocateHotItem()
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/msged/
H A Ddlgbox.c113 hot->harr[k].id = ((ckbutton *) db->ctrls[i].ctl)->id; in BuildDialogHot()
122 hot->harr[k].id = ((button *) db->ctrls[i].ctl)->id; in BuildDialogHot()
123 hot->harr[k].x1 = ((button *) db->ctrls[i].ctl)->x + modx; in BuildDialogHot()
124 hot->harr[k].x2 = ((button *) db->ctrls[i].ctl)->x + modx + in BuildDialogHot()
126 hot->harr[k].y1 = ((button *) db->ctrls[i].ctl)->y + mody; in BuildDialogHot()
127 hot->harr[k].y2 = ((button *) db->ctrls[i].ctl)->y + mody; in BuildDialogHot()
132 hot->harr[k].id = ((editf *) db->ctrls[i].ctl)->id; in BuildDialogHot()
133 hot->harr[k].x1 = ((editf *) db->ctrls[i].ctl)->x + modx; in BuildDialogHot()
134 hot->harr[k].x2 = ((editf *) db->ctrls[i].ctl)->x + modx + in BuildDialogHot()
136 hot->harr[k].y1 = ((editf *) db->ctrls[i].ctl)->y + mody; in BuildDialogHot()
[all …]
H A Dsystem.c49 if (x >= HotSpot[gr]->harr[it].x1 && in LocateHotItem()
50 x <= HotSpot[gr]->harr[it].x2 && in LocateHotItem()
51 y >= HotSpot[gr]->harr[it].y1 && in LocateHotItem()
52 y <= HotSpot[gr]->harr[it].y2) in LocateHotItem()
54 return HotSpot[gr]->harr[it].id; in LocateHotItem()
/dports/news/husky-htick/husky-htick-1.9.20191207/msged/
H A Ddlgbox.c113 hot->harr[k].id = ((ckbutton *) db->ctrls[i].ctl)->id; in BuildDialogHot()
122 hot->harr[k].id = ((button *) db->ctrls[i].ctl)->id; in BuildDialogHot()
123 hot->harr[k].x1 = ((button *) db->ctrls[i].ctl)->x + modx; in BuildDialogHot()
124 hot->harr[k].x2 = ((button *) db->ctrls[i].ctl)->x + modx + in BuildDialogHot()
126 hot->harr[k].y1 = ((button *) db->ctrls[i].ctl)->y + mody; in BuildDialogHot()
127 hot->harr[k].y2 = ((button *) db->ctrls[i].ctl)->y + mody; in BuildDialogHot()
132 hot->harr[k].id = ((editf *) db->ctrls[i].ctl)->id; in BuildDialogHot()
133 hot->harr[k].x1 = ((editf *) db->ctrls[i].ctl)->x + modx; in BuildDialogHot()
134 hot->harr[k].x2 = ((editf *) db->ctrls[i].ctl)->x + modx + in BuildDialogHot()
136 hot->harr[k].y1 = ((editf *) db->ctrls[i].ctl)->y + mody; in BuildDialogHot()
[all …]
H A Dsystem.c49 if (x >= HotSpot[gr]->harr[it].x1 && in LocateHotItem()
50 x <= HotSpot[gr]->harr[it].x2 && in LocateHotItem()
51 y >= HotSpot[gr]->harr[it].y1 && in LocateHotItem()
52 y <= HotSpot[gr]->harr[it].y2) in LocateHotItem()
54 return HotSpot[gr]->harr[it].id; in LocateHotItem()

12345678910>>...26