Home
last modified time | relevance | path

Searched refs:avh (Results 1 – 25 of 178) sorted by relevance

12345678

/dports/graphics/radius-engine/radius-engine-1.1/
H A Dr_transform2d.h42 …nsform_homogeneous(r_transform2d_t *a, r_vector2d_homogeneous_t *vh, r_vector2d_homogeneous_t *avh) in r_transform2d_transform_homogeneous() argument
50 (*avh)[i] = (r_real_t)0; in r_transform2d_transform_homogeneous()
54 (*avh)[i] += ((*a)[i][x]) * ((*vh)[x]); in r_transform2d_transform_homogeneous()
62 r_vector2d_homogeneous_t avh; in r_transform2d_transform() local
68 r_transform2d_transform_homogeneous(a, &vh, &avh); in r_transform2d_transform()
69 r_vector2d_from_homogeneous(&avh, av); in r_transform2d_transform()
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/addons/batikvis/src/main/java/de/lmu/ifi/dbs/elki/visualization/gui/overview/
H A DRectangleArranger.java159 double avh = heights.get(sy); in put() local
162 while(avw < w || avh < h) { in put()
164 if(avw / avh < w / h) { in put()
179 if(avh < h && ey + 1 < rows) { in put()
189 avh += heights.get(ey); in put()
195 if(avh < h && ey + 1 < rows) { in put()
205 avh += heights.get(ey); in put()
230 if(avh < h && ey < rows - 1) { in put()
235 double hinc = Math.max(0.0, h - avh); in put()
239 …Finest("Candidate: " + sx + "," + sy + " - " + ex + "," + ey + ": " + avw + "x" + avh + " " + inc); in put()
[all …]
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/git-flow-avh/
H A DREADME.md3 …n adds completion for the [git-flow (AVH Edition)](https://github.com/petervanderdoes/gitflow-avh).
6 To use it, add `git-flow-avh` to the plugins array in your zshrc file:
9 plugins=(... git-flow-avh)
14 1. The git-flow tool has to be [installed](https://github.com/petervanderdoes/gitflow-avh#installin…
/dports/devel/gitflow/
H A D.license-catalog.mk9 _LICENSE_DISTFILES_BSD2CLAUSE =petervanderdoes-gitflow-avh-1.12.3_GH0.tar.gz
13 _LICENSE_DISTFILES_LGPL21 =petervanderdoes-gitflow-avh-1.12.3_GH0.tar.gz
/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtengine/
H A Dcamconst.cc470 for (int avh = 0; avh < 8; avh++) { in get_Levels() local
472 float av = (avh - 1) + (float)k / 3; in get_Levels()
476 fnumber = fn_tab[avh][k]; in get_Levels()
478 avh = 7; in get_Levels()
/dports/emulators/mednafen/mednafen/src/sexyal/drivers/
H A Dwasapish.cpp83 HANDLE avh = NULL; in AThreadMain() local
88 avh = w->p_AvSetMmThreadCharacteristicsA("Pro Audio", &task_index); in AThreadMain()
111 if(avh != NULL) in AThreadMain()
113 w->p_AvRevertMmThreadCharacteristics(avh); in AThreadMain()
114 avh = NULL; in AThreadMain()
H A Dwasapi.cpp96 HANDLE avh; in AThreadMain() local
98 if((avh = w->p_AvSetMmThreadCharacteristicsA("Pro Audio", &task_index)) == 0) in AThreadMain()
190 if(avh != NULL) in AThreadMain()
192 w->p_AvRevertMmThreadCharacteristics(avh); in AThreadMain()
193 avh = NULL; in AThreadMain()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dcamconst.cc551 for (int avh = 0; avh < 8; avh++) { in get_Levels() local
553 float av = (avh - 1) + (float)k / 3; in get_Levels()
557 fnumber = fn_tab[avh][k]; in get_Levels()
559 avh = 7; in get_Levels()
/dports/misc/py-progressbar2/progressbar2-3.55.0/
H A DCONTRIBUTING.rst71 4. Create a branch for local development with `git-flow-avh`_::
91 6. Commit your changes and push your branch to GitHub with `git-flow-avh`_::
125 .. _git-flow-avh: https://github.com/petervanderdoes/gitflow
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/openflow/model/
H A Dopenflow-interface.cc1110 ofp_action_vendor_header *avh = (ofp_action_vendor_header *)ah; in ExecuteVendor() local
1112 switch (ntohl (avh->vendor)) in ExecuteVendor()
1119 const er_action_header *erah = (const er_action_header *)avh; in ExecuteVendor()
1125 NS_LOG_INFO ("attempt to execute action with unknown vendor: " << ntohl (avh->vendor)); in ExecuteVendor()
1133 ofp_action_vendor_header *avh; in ValidateVendor() local
1141 avh = (ofp_action_vendor_header *)ah; in ValidateVendor()
1143 switch (ntohl (avh->vendor)) in ValidateVendor()
1150 const er_action_header *erah = (const er_action_header *)avh; in ValidateVendor()
/dports/graphics/art/ART-1.9.3/rtengine/
H A Dcamconst.cc669 for (int avh = 0; avh < 8; avh++) { in get_Levels() local
671 float av = (avh - 1) + (float)k / 3; in get_Levels()
675 fnumber = fn_tab[avh][k]; in get_Levels()
677 avh = 7; in get_Levels()
/dports/net-mgmt/flowviewer/FlowViewer_4.5/tools/
H A Drsync_htmls5 rsync -avh -e "ssh -q" --delete --chmod="u+rwx,g+rwx,o+rX,o-w" $htmls user@192.168.100.110:/var/www/
H A Drsync_monitors5 rsync -avh -e "ssh -q" --exclude="tmp*" --delete --chmod="u+rwx,g+rwx,o+rX,o-w" $monitors user@192.…
H A Drsync_flows7 …rsync -avh -e "ssh -q" --exclude="tmp*" --delete --chmod="u+rwx,g+rwx,o+rX,o-w" $host user@192.168…
/dports/biology/jalview/jalview/utils/
H A Ddev_macos_install.sh37 rsync -avh "/Volumes/$INSTALLERVOL/$APP" "$APPLICATIONS/"
H A Darchive_building.sh47 rsync -avh --delete $LOCALARCHIVEDIR/archive/ $WEBSITEDOCROOTMOUNT/getdown/archive/
/dports/devel/gitflow/gitflow-avh-1.12.3/
H A DREADME.md27 …date [Installation Instructions](https://github.com/petervanderdoes/gitflow-avh/wiki/Installation).
43 * See the [FAQ](http://github.com/petervanderdoes/gitflow-avh/wiki/FAQ) section
54 list](http://github.com/petervanderdoes/gitflow-avh/issues) on Github to provide that
72 git clone -b master git@github.com:<username>/gitflow-avh.git
73 cd gitflow-avh
/dports/misc/libmodulemd/modulemd-2.13.0/.ci/docs/
H A Dci-tasks.sh32 rsync -avh --delete-before --no-perms --omit-dir-times \
/dports/science/py-phono3py/phono3py-1.22.3/doc/
H A DREADME.md26 rsync -avh _build/ <phono3py-repository-directory>/
/dports/science/phonopy/phonopy-2.11.0/doc/
H A DREADME.md27 rsync -avh _build/ <phonopy-repository-directory>/
/dports/science/spglib/spglib-1.16.2/doc/
H A DREADME.md28 rsync -avh _build/html/ <spglib-repository-directory>/
/dports/science/py-spglib/spglib-1.16.2/doc/
H A DREADME.md28 rsync -avh _build/html/ <spglib-repository-directory>/
/dports/misc/countrycodes/countrycodes-1.0.6/
H A DMakefile107 …rsync -avh --progress ../$(TARFILE) solbu@frs.sourceforge.net:/home/frs/project/countrycodes/$(COC…
/dports/security/openconnect-gui/openconnect-gui-v1.5.3/docs/
H A Drelease.md3 The project use ['git-flow'](https://github.com/petervanderdoes/gitflow-avh) branching model.
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/point_of_sale/tools/posbox/
H A Dposbox_create_image.sh41 rsync -avh --progress "${RASPIOS}" iotbox.img

12345678