Home
last modified time | relevance | path

Searched refs:wo2 (Results 1 – 25 of 115) sorted by relevance

12345

/dports/math/asymptote/asymptote-2.67/examples/
H A Dfin.asy95 real wo2 = 0.5*w;
96 draw((0,0,wo2)--(0,t,wo2)--(L,t,wo2)--(L,0,wo2)--cycle);
99 surface square = surface(shift(-0.5,-0.5,wo2)*unitsquare3);
101 surface topsquare = surface(shift(-0.5,0,wo2)*scale(1,0.5,1)*unitsquare3);
102 surface leftsquare = surface(shift(-0.5,-0.5,wo2)*scale(0.5,1,1)*unitsquare3);
103 surface rightsquare = surface(shift(0,-0.5,wo2)*scale(0.5,1,1)*unitsquare3);
104 surface NEcorner = surface(shift(0,0,wo2)*scale(0.5,0.5,1)*unitsquare3);
105 surface SEcorner = surface(shift(0,-0.5,wo2)*scale(0.5,0.5,1)*unitsquare3);
106 surface SWcorner = surface(shift(-0.5,-0.5,wo2)*scale(0.5,0.5,1)*unitsquare3);
107 surface NWcorner = surface(shift(-0.5,0,wo2)*scale(0.5,0.5,1)*unitsquare3);
[all …]
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/examples/
H A Dfin.asy95 real wo2 = 0.5*w;
96 draw((0,0,wo2)--(0,t,wo2)--(L,t,wo2)--(L,0,wo2)--cycle);
99 surface square = surface(shift(-0.5,-0.5,wo2)*unitsquare3);
101 surface topsquare = surface(shift(-0.5,0,wo2)*scale(1,0.5,1)*unitsquare3);
102 surface leftsquare = surface(shift(-0.5,-0.5,wo2)*scale(0.5,1,1)*unitsquare3);
103 surface rightsquare = surface(shift(0,-0.5,wo2)*scale(0.5,1,1)*unitsquare3);
104 surface NEcorner = surface(shift(0,0,wo2)*scale(0.5,0.5,1)*unitsquare3);
105 surface SEcorner = surface(shift(0,-0.5,wo2)*scale(0.5,0.5,1)*unitsquare3);
106 surface SWcorner = surface(shift(-0.5,-0.5,wo2)*scale(0.5,0.5,1)*unitsquare3);
107 surface NWcorner = surface(shift(-0.5,0,wo2)*scale(0.5,0.5,1)*unitsquare3);
[all …]
/dports/games/simutrans/simutrans-121.0/obj/
H A Dwayobj.cc117 wayobj_t *wo2 = next_gr->get_wayobj( desc->get_wtyp() ); in ~wayobj_t() local
118 if( wo2 ) { in ~wayobj_t()
119 wo2->mark_image_dirty( wo2->get_front_image(), 0 ); in ~wayobj_t()
120 wo2->mark_image_dirty( wo2->get_image(), 0 ); in ~wayobj_t()
121 wo2->set_dir( wo2->get_dir() & ~ribi_t::backward(ribi_t::nsew[i]) ); in ~wayobj_t()
122 wo2->mark_image_dirty( wo2->get_front_image(), 0 ); in ~wayobj_t()
123 wo2->mark_image_dirty( wo2->get_image(), 0 ); in ~wayobj_t()
124 wo2->set_flag(obj_t::dirty); in ~wayobj_t()
393 if( wo2 ) { in extend_wayobj()
394 wo2->set_dir( wo2->get_dir() | ribi_t::backward(ribi_t::nsew[i]) ); in extend_wayobj()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/imdi/
H A Dimdi_k.c1022 wo2 = (wo2 >> 23); /* Extract weighting value */ in imdi_k4()
1359 wo2 = (wo2 >> 23); /* Extract weighting value */ in imdi_k5()
1713 wo2 = (wo2 >> 23); /* Extract weighting value */ in imdi_k6()
2085 wo2 = (wo2 >> 23); /* Extract weighting value */ in imdi_k7()
3348 wo2 = (wo2 >> 23); /* Extract weighting value */ in imdi_k11()
3704 wo2 = (wo2 >> 23); /* Extract weighting value */ in imdi_k12()
4078 wo2 = (wo2 >> 23); /* Extract weighting value */ in imdi_k13()
4471 wo2 = (wo2 >> 23); /* Extract weighting value */ in imdi_k14()
5757 wo2 = (wo2 >> 23); /* Extract weighting value */ in imdi_k18()
6116 wo2 = (wo2 >> 23); /* Extract weighting value */ in imdi_k19()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/imdi/
H A Dimdi_k.c1022 wo2 = (wo2 >> 23); /* Extract weighting value */ in imdi_k4()
1359 wo2 = (wo2 >> 23); /* Extract weighting value */ in imdi_k5()
1713 wo2 = (wo2 >> 23); /* Extract weighting value */ in imdi_k6()
2085 wo2 = (wo2 >> 23); /* Extract weighting value */ in imdi_k7()
3348 wo2 = (wo2 >> 23); /* Extract weighting value */ in imdi_k11()
3704 wo2 = (wo2 >> 23); /* Extract weighting value */ in imdi_k12()
4078 wo2 = (wo2 >> 23); /* Extract weighting value */ in imdi_k13()
4471 wo2 = (wo2 >> 23); /* Extract weighting value */ in imdi_k14()
5757 wo2 = (wo2 >> 23); /* Extract weighting value */ in imdi_k18()
6116 wo2 = (wo2 >> 23); /* Extract weighting value */ in imdi_k19()
[all …]
/dports/math/pdal/PDAL-2.3.0/test/unit/io/
H A DGDALWriterTest.cpp223 Options wo2 = wo; in TEST() local
225 wo2.add("origin_x", -2); in TEST()
226 wo2.add("origin_y", -2); in TEST()
227 wo2.add("width", 7); in TEST()
228 wo2.add("height", 9); in TEST()
498 Options wo2; in TEST() local
501 wo2.add("resolution", 2); in TEST()
502 wo2.add("radius", 2.7); in TEST()
505 w.setOptions(wo2); in TEST()
714 Options wo2; in TEST() local
[all …]
/dports/graphics/frei0r-plugins-opencv/frei0r-1.7.0-18-g86475d3/src/filter/defish0r/
H A Ddefish0r.c125 int i,j,ww,wi2,hi2,wo2,ho2; in fishmap() local
135 wi2=wi/2; hi2=hi/2; wo2=wo/2; ho2=ho/2; in fishmap()
141 jj=(j-wo2)*paro; in fishmap()
185 int i,j,ww,wi2,hi2,wo2,ho2; in defishmap() local
195 wi2=wi/2; hi2=hi/2; wo2=wo/2; ho2=ho/2; in defishmap()
201 jj=(j-wo2)*paro; //aspect.... in defishmap()
/dports/graphics/frei0r/frei0r-1.7.0-18-g86475d3/src/filter/defish0r/
H A Ddefish0r.c125 int i,j,ww,wi2,hi2,wo2,ho2; in fishmap() local
135 wi2=wi/2; hi2=hi/2; wo2=wo/2; ho2=ho/2; in fishmap()
141 jj=(j-wo2)*paro; in fishmap()
185 int i,j,ww,wi2,hi2,wo2,ho2; in defishmap() local
195 wi2=wi/2; hi2=hi/2; wo2=wo/2; ho2=ho/2; in defishmap()
201 jj=(j-wo2)*paro; //aspect.... in defishmap()
/dports/graphics/frei0r-plugins-gavl/frei0r-1.7.0-18-g86475d3/src/filter/defish0r/
H A Ddefish0r.c125 int i,j,ww,wi2,hi2,wo2,ho2; in fishmap() local
135 wi2=wi/2; hi2=hi/2; wo2=wo/2; ho2=ho/2; in fishmap()
141 jj=(j-wo2)*paro; in fishmap()
185 int i,j,ww,wi2,hi2,wo2,ho2; in defishmap() local
195 wi2=wi/2; hi2=hi/2; wo2=wo/2; ho2=ho/2; in defishmap()
201 jj=(j-wo2)*paro; //aspect.... in defishmap()
/dports/games/xoids/xoids-1.5/
H A Doids_x.c374 float wo2, ho2, x2, y2; local
376 wo2 = w / 2;
403 x2 = x - wo2;
406 m = floor(x2 * cos_table[alpha] + y2 * sin_table[alpha] + wo2);
791 XSetClipOrigin(display, theGC, (int) obj->x - obj->wo2, (int) obj->y - obj->ho2);
1262 …XFillRectangle(display, theDrawable, theGC, (int) obj->ox - obj->wo2, (int) obj->oy - obj->ho2, ob…
1277 …XFillRectangle(display, theDrawable, theGC, (int) obj->x - obj->wo2, (int) obj->y - obj->ho2, obj-…
1349 (int) obj->x - obj->wo2, (int) obj->y - obj->ho2,
1352 (int) obj->x - obj->wo2, (int) obj->y - obj->ho2
1359 (int) obj->ox - obj->wo2, (int) obj->oy - obj->ho2,
[all …]
H A Doids.h168 wo2, member
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Dresampling_convolution.hxx123 int wo2 = 2*wo - 2; in resamplingExpandLine2() local
148 ? wo2 - m in resamplingExpandLine2()
186 int wo2 = 2*wo - 2; in resamplingReduceLine2() local
210 ? wo2 - m in resamplingReduceLine2()
300 int wo2 = 2*wo - 2; in doxygen_overloaded_function() local
321 vigra_precondition(-lbound < wo && wo2 - hbound >= 0, in doxygen_overloaded_function()
328 wo2 - m : in doxygen_overloaded_function()
/dports/games/stormbaancoureur/stormbaancoureur-2.1.6/src-stormbaancoureur/
H A Dmain.cxx106 WorldObject *wo2 = static_cast<WorldObject*>(dGeomGetData(o2)); in near_callback() local
115 assert(wo2); in near_callback()
119 if (wo2->name == "respawnpoint") in near_callback()
120 respawn_point_hit = dynamic_cast<RespawnPoint*>(wo2); in near_callback()
129 DynamicObject *dynamic_ground = dynamic_cast<DynamicObject*>(wo2); in near_callback()
191 if ((wo1->name == "ferriswheelcart" || wo2->name == "ferriswheelcart") && is_tyre) in near_callback()
/dports/science/elk/elk-7.2.42/src/
H A Drhomaguk.f90204 mag1(i)=mag1(i)+wo2*(a1*a2+b1*b2)
205 mag2(i)=mag2(i)+wo2*(a1*b2-b1*a2)
H A Drhomagk.f90222 mag1(i)=mag1(i)+wo2*(a1*a2+b1*b2)
223 mag2(i)=mag2(i)+wo2*(a1*b2-b1*a2)
/dports/graphics/panomatic/panomatic-0.9.4/vigra/include/vigra/
H A Dresampling_convolution.hxx111 int wo2 = 2*wo - 2; in main()
132 vigra_precondition(-lbound < wo && wo2 - hbound >= 0, in main()
139 wo2 - m : in main()
/dports/devel/radare2/radare2-5.1.1/test/db/cmd/
H A Dcmd_wox209 NAME=wo2 on woe
214 wo2
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_write_once_node.cpp184 write_once_node wo2(precedes(b1)); in test_deduction_guides() local
185 static_assert(std::is_same_v<decltype(wo2), write_once_node<int>>); in test_deduction_guides()
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_write_once_node.cpp184 write_once_node wo2(precedes(b1)); in test_deduction_guides() local
185 static_assert(std::is_same_v<decltype(wo2), write_once_node<int>>); in test_deduction_guides()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_write_once_node.cpp184 write_once_node wo2(precedes(b1)); in test_deduction_guides() local
185 static_assert(std::is_same_v<decltype(wo2), write_once_node<int>>); in test_deduction_guides()
/dports/devel/onetbb/oneTBB-2021.4.0/test/tbb/
H A Dtest_write_once_node.cpp201 write_once_node wo2(precedes(b1)); in test_deduction_guides() local
202 static_assert(std::is_same_v<decltype(wo2), write_once_node<int>>); in test_deduction_guides()
/dports/graphics/colmap/colmap-3.6/lib/VLFeat/
H A Dhog.c768 float ho, hx, hy, wo1, wo2, wx1, wx2, wy1, wy2 ; in vl_hog_put_polar_field() local
782 wo2 = ho - bino ; in vl_hog_put_polar_field()
783 wo1 = 1.0f - wo2 ; in vl_hog_put_polar_field()
791 orientationWeights[1] = wo2 ; in vl_hog_put_polar_field()
793 orientationBins[0] = (bino + ((wo1 > wo2) ? 0 : 1)) % period ; in vl_hog_put_polar_field()
/dports/games/crashtest/crashtest-1.1/src-crashtest/
H A Dcrashtest.cxx128 WorldObject *wo2 = static_cast<WorldObject*>(dGeomGetData(o2)); in near_callback() local
137 assert(wo2); in near_callback()
152 if (wo1->name == "ground" || wo2->name == "ground") in near_callback()
/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Dico.c774 double wo2, ho2; member
928 ip->wo2 = polyW / 2.0; in initPoly()
1018 pv2->x = (int) ((pxv->x + 1.0) * ip->wo2) + currX; in drawPoly()
/dports/x11/ico/ico-1.0.5/
H A Dico.c156 double wo2, ho2; member
486 closure->wo2 = icoW / 2.0; in initPoly()
603 pv2->x = (int) ((pxv->x + 1.0) * closure->wo2) + icoX; in drawPoly()

12345