Home
last modified time | relevance | path

Searched refs:hmid (Results 1 – 25 of 179) sorted by relevance

12345678

/dports/x11/foot/foot/
H A Dbox-drawing.c935 hline(0, vmid, hmid, thick); in draw_box_drawings_down_single_and_left_double()
988 vline(0, hmid, vmid, thick); in draw_box_drawings_up_double_and_right_single()
1015 hline(0, vmid, hmid, thick); in draw_box_drawings_up_single_and_left_double()
1028 vline(0, hmid, vmid, thick); in draw_box_drawings_up_double_and_left_single()
1042 hline(0, vmid, hmid, thick); in draw_box_drawings_double_up_and_left()
1095 hline(0, vmid, hmid, thick); in draw_box_drawings_vertical_single_and_left_double()
1119 vline(0, hmid, vmid, thick); in draw_box_drawings_double_vertical_and_left()
1173 vline(0, hmid, vmid, thick); in draw_box_drawings_up_single_and_horizontal_double()
1188 vline(0, hmid, vmid, thick); in draw_box_drawings_up_double_and_horizontal_single()
1199 vline(0, hmid, vmid, thick); in draw_box_drawings_double_up_and_horizontal()
[all …]
/dports/science/py-pymol/pymol-open-source-2.4.0/data/shaders/
H A Dconnector.shared12 float hmid = step(abs(drawVector.x), .5);
15 // if not midpoint (hmid=0., vmid=0.),
17 float right = (1.-hmid) * step(0., drawVector.x) + hmid * .5;
69 float hmid = step(abs(drawVector.x), 1.);
72 // if not midpoint (hmid=0., vmid=0.),
74 float right = (1.-hmid) * step(0., drawVector.x) + hmid * ((1. + drawVector.x) / 2.);
85 float hmid = step(abs(drawVector.x), 1.);
87 float rightorig = (1.-hmid) * step(0., drawVector.x) + hmid * ((1. + drawVector.x) / 2.);
89 …float right = rightorig + (1.-hmid) * (rightorig - .5) * clamp(abs(drawVector.x)-1., 0., 2. * min(…
/dports/math/octave-forge-ltfat/ltfat/src/modules/libltfat/src/
H A Ddgtrealmp_guts.c184 ltfat_int muse = cvalPos2.m - pos.m + kmid2.hmid; in LTFAT_NAME()
442 atinprod *= k->mods[ltfat_positiverem(pos.n, k->kNo)][-2*pos.m + k->mid.hmid]; in LTFAT_NAME()
455 atinprod *= k->mods[ltfat_positiverem(pos.n, k->kNo)][2*posinkern + k->mid.hmid]; in LTFAT_NAME()
484 *atinprod *= k->mods[ltfat_positiverem(pos.n, k->kNo)][-2*pos.m + k->mid.hmid]; in LTFAT_NAME()
495 *atinprod *= k->mods[ltfat_positiverem(pos.n, k->kNo)][2*posinkern + k->mid.hmid]; in LTFAT_NAME()
551 ltfat_int posinkern = kmid2.hmid - 2 * pos.m; in LTFAT_NAME()
552 ltfat_int posinkern2 = kmid2.hmid + 2 * (p->M2[w2] - 1 - pos.m) + 1 - in LTFAT_NAME()
608 kmid2->hmid = (k->mid.hmid - m2off) / k->Mstep; in LTFAT_NAME()
611 *m2start = pos->m - kmid2->hmid; in LTFAT_NAME()
616 kstart2->m = k->mid.hmid - m2off - kmid2->hmid * k->Mstep; in LTFAT_NAME()
H A Ddgtrealmp_kernel.c60 kernlarge, Mmax, Nshort, ktmp->mid.hmid, ktmp->mid.wmid, kernlarge); in LTFAT_NAME()
88 ktmp->size.height, ktmp->size.width, ktmp->mid.hmid, ktmp->mid.wmid, modNo, in LTFAT_NAME()
153 for (ltfat_int m = ktmp->mid.hmid - 2; in LTFAT_NAME()
214 ltfat_int xval = m - mid.hmid; in LTFAT_NAME()
270 anchor->hmid = 0; anchor->wmid = 0; in LTFAT_NAME()
311 anchor->hmid = lastrow; in LTFAT_NAME()
H A Ddgtrealmp_private.h50 ltfat_int hmid; member
/dports/graphics/openfx-misc/openfx-misc-3ab0531/Shadertoy/presets/default/
H A Dsea-natron.frag.glsl145 float hmid = map(p);
146 if(hmid < 0.0) {
148 hx = hmid;
151 hm = hmid;
/dports/science/py-pymol/pymol-open-source-2.4.0/layer2/
H A DRepLabel.cpp555 float right = (1.f - hmid) * ((dVector[0] > 0.f) ? 1.f : 0.f) + hmid * .5f; in RepLabelRenderBackgroundInImmediate()
570 float right = (1.f - hmid) * ((dVector[0] > 0.f) ? 1.f : 0.f) + hmid * (.5f + dVector[0]); in RepLabelRenderBackgroundInImmediate()
610 short hmid = 0, vmid = 0; in RepLabelRenderBackgroundInImmediate() local
613 hmid = (fabs(dVector[0]) < .5f); in RepLabelRenderBackgroundInImmediate()
621 if (hmid){ in RepLabelRenderBackgroundInImmediate()
838 float right = (1.f - hmid) * ((dVector[0] > 0.f) ? 1.f : 0.f) + hmid * .5f; in RepLabelRenderRayBackground()
846 short hmid = (fabs(dVector[0]) < 1.f); in RepLabelRenderRayBackground() local
849 if (hmid){ in RepLabelRenderRayBackground()
884 short hmid = 0, vmid = 0; in RepLabelRenderRayBackground() local
886 hmid = (fabs(dVector[0]) < 1.); in RepLabelRenderRayBackground()
[all …]
/dports/games/libretro-shaders-slang/slang-shaders-9850d68939b86262eae9f0da01ff1c11daafcdc3/procedural/
H A Dtdm-seascape.slang178 float hmid = map(p);
179 if(hmid < 0.0) {
181 hx = hmid;
184 hm = hmid;
/dports/games/libretro-shaders-glsl/glsl-shaders-7052b09dc657d56bea443d5661dccbebcafe32dc/procedural/
H A Dtdm-seascape.glsl255 float hmid = map(p);
256 if(hmid < 0.0) {
258 hx = hmid;
261 hm = hmid;
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/sparc/sparc/
H A Dmsiiep.c212 bus_space_handle_t hmid; in msiiep_attach() local
217 if (bus_space_map(ma->ma_bustag, MSIIEP_MID_PA, 4, 0, &hmid) == 0) { in msiiep_attach()
221 mid = bus_space_read_4(ma->ma_bustag, hmid, 0); in msiiep_attach()
225 hmid); in msiiep_attach()
/dports/misc/pear-Services_Weather/Services_Weather-1.4.6/Weather/
H A DWeatherdotcom.php593 $weatherReturn["humidity"] = round($this->_weather->hmid, 1);
684 "humidity" => round($this->_forecast->day[$i]->part[0]->hmid, 1)
694 "humidity" => round($this->_forecast->day[$i]->part[1]->hmid, 1)
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/rasops/
H A Drasops.c1683 int c, i, hmid, vmid, wi, he; in rasops_make_box_chars_alpha() local
1689 hmid = (wi + 1) >> 1; in rasops_make_box_chars_alpha()
1696 ddata = data + hmid; in rasops_make_box_chars_alpha()
1704 ddata = data + wi * vmid + hmid; in rasops_make_box_chars_alpha()
1712 ddata = data + wi * vmid + hmid; in rasops_make_box_chars_alpha()
1713 for (i = hmid; i < wi; i++) { in rasops_make_box_chars_alpha()
1721 for (i = 0; i <= hmid; i++) { in rasops_make_box_chars_alpha()
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_generators.py1240 def advance_hard(vmid=(m-1)/2.0, hmid=(n-1)/2.0, len=len): argument
1253 d = (i1 - vmid)**2 + (j1 - hmid)**2
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_generators.py1240 def advance_hard(vmid=(m-1)/2.0, hmid=(n-1)/2.0, len=len): argument
1253 d = (i1 - vmid)**2 + (j1 - hmid)**2
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_generators.py1239 def advance_hard(vmid=(m-1)/2.0, hmid=(n-1)/2.0, len=len): argument
1252 d = (i1 - vmid)**2 + (j1 - hmid)**2
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_generators.py1535 def advance_hard(vmid=(m-1)/2.0, hmid=(n-1)/2.0, len=len): argument
1548 d = (i1 - vmid)**2 + (j1 - hmid)**2
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_generators.py1535 def advance_hard(vmid=(m-1)/2.0, hmid=(n-1)/2.0, len=len): argument
1548 d = (i1 - vmid)**2 + (j1 - hmid)**2
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_generators.py1536 def advance_hard(vmid=(m-1)/2.0, hmid=(n-1)/2.0, len=len): argument
1549 d = (i1 - vmid)**2 + (j1 - hmid)**2
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_generators.py1535 def advance_hard(vmid=(m-1)/2.0, hmid=(n-1)/2.0, len=len): argument
1548 d = (i1 - vmid)**2 + (j1 - hmid)**2
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_generators.py1535 def advance_hard(vmid=(m-1)/2.0, hmid=(n-1)/2.0, len=len): argument
1548 d = (i1 - vmid)**2 + (j1 - hmid)**2
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_generators.py1535 def advance_hard(vmid=(m-1)/2.0, hmid=(n-1)/2.0, len=len): argument
1548 d = (i1 - vmid)**2 + (j1 - hmid)**2
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_generators.py1709 def advance_hard(vmid=(m-1)/2.0, hmid=(n-1)/2.0, len=len): argument
1722 d = (i1 - vmid)**2 + (j1 - hmid)**2
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_generators.py1709 def advance_hard(vmid=(m-1)/2.0, hmid=(n-1)/2.0, len=len): argument
1722 d = (i1 - vmid)**2 + (j1 - hmid)**2
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dhistory.cpp265 hyperpoint hmid = mid(prev, next); in smoothen_line() local
267 transmatrix at = rgpushxto0(hmid); in smoothen_line()
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_generators.py1718 def advance_hard(vmid=(m-1)/2.0, hmid=(n-1)/2.0, len=len): argument
1731 d = (i1 - vmid)**2 + (j1 - hmid)**2

12345678