Home
last modified time | relevance | path

Searched refs:cey (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/sdet/
H A Dsdet_img_edge.cxx174 double cex = ce.x(), cey = ce.y(); in detect_edge_tangent() local
176 if (cex<0||cey<0) continue; in detect_edge_tangent()
179 auto yc = static_cast<unsigned>(cey); in detect_edge_tangent()
182 edge_img(xc, yc, 1) = static_cast<float>(cey); in detect_edge_tangent()
249 double cey = cubic_intp->get_y(j); in detect_edge_tangent_interpolated() local
252 auto yc = static_cast<unsigned>(cey); in detect_edge_tangent_interpolated()
257 edge_img(xc, yc, 1) = static_cast<float>(cey); in detect_edge_tangent_interpolated()
341 double cey = pt.y(); in detect_edge_line_fitted() local
342 if (cex < 0 || cey < 0) continue; in detect_edge_line_fitted()
345 auto yc = static_cast<unsigned>(cey); in detect_edge_line_fitted()
[all …]
/dports/games/xscrabble/xscrabble-2.12/src/
H A Dmoves.c43 int csx,csy,cex,cey,empty; in validate() local
106 if (ey < BOARDSIZE-1) cey = ey+1; in validate()
107 else cey = ey; in validate()
109 for (checky = csy; checky <= cey; checky++) in validate()
188 cey = ey; in validate()
194 for (checky = csy; checky <= cey; checky++) in validate()
/dports/cad/gmsh/gmsh-4.9.2-source/Numeric/
H A DrobustPredicates.cpp3351 clift = cex * cex + cey * cey + cez * cez; in inspherefast()
3694 negate = -cey; in insphereslow()
4135 + (cex * cex + cey * cey + cez * cez) in insphereadapt()
4192 clift = cex * cex + cey * cey + cez * cez; in insphere()
4233 bexcey = bex * cey; in insphere()
4237 dexcey = dex * cey; in insphere()
4243 aexcey = aex * cey; in insphere()
4257 clift = cex * cex + cey * cey + cez * cez; in insphere()
4780 bexcey = bex * cey; in orient4d()
4784 dexcey = dex * cey; in orient4d()
[all …]
/dports/math/gap/gap-4.11.0/pkg/SmallGrp-1.4.1/small8/
H A Dsml1536.cey3 #W sml1536.cey GAP library of groups Hans Ulrich Besche
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Dmath_boolean.cc1917 double aey, bey, cey, dey; in inspherefast() local
1929 cey = pc[1] - pe[1]; in inspherefast()
1937 bc = bex * cey - cex * bey; in inspherefast()
1938 cd = cex * dey - dex * cey; in inspherefast()
1951 clift = cex * cex + cey * cey + cez * cez; in inspherefast()
2389 double aey, bey, cey, dey; in insphere() local
2409 cey = pc[1] - pe[1]; in insphere()
2419 bexcey = bex * cey; in insphere()
2423 dexcey = dex * cey; in insphere()
2429 aexcey = aex * cey; in insphere()
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Defl_ui_textpath.c802 double sx, sy, csx, csy, cex, cey, ex, ey; in _efl_ui_textpath_efl_gfx_entity_position_set() local
815 &cex, &cey, &ex, &ey); in _efl_ui_textpath_efl_gfx_entity_position_set()
821 cey += diff.y; in _efl_ui_textpath_efl_gfx_entity_position_set()
826 cex, cey, ex, ey); in _efl_ui_textpath_efl_gfx_entity_position_set()
837 double sx, sy, csx, csy, cex, cey, ex, ey; in _efl_ui_textpath_efl_gfx_entity_size_set() local
853 &cex, &cey, &ex, &ey); in _efl_ui_textpath_efl_gfx_entity_size_set()
859 cey += diff.h; in _efl_ui_textpath_efl_gfx_entity_size_set()
864 cex, cey, ex, ey); in _efl_ui_textpath_efl_gfx_entity_size_set()
/dports/math/libmesh/libmesh-1.6.2/contrib/tetgen/
H A Dpredicates.C3255 clift = cex * cex + cey * cey + cez * cez; in inspherefast()
3599 negate = -cey; in insphereslow()
4041 + (cex * cex + cey * cey + cez * cez) in insphereadapt()
4103 bexcey = bex * cey; in insphere()
4107 dexcey = dex * cey; in insphere()
4113 aexcey = aex * cey; in insphere()
4127 clift = cex * cex + cey * cey + cez * cez; in insphere()
4650 cey = pc[1] - pe[1]; in orient4d()
4664 bexcey = bex * cey; in orient4d()
4668 dexcey = dex * cey; in orient4d()
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/misc/tetgen_plugin/plugin/
H A Dpredicates.cxx3227 clift = cex * cex + cey * cey + cez * cez; in inspherefast()
3571 negate = -cey; in insphereslow()
4013 + (cex * cex + cey * cey + cez * cez) in insphereadapt()
4075 bexcey = bex * cey; in insphere()
4079 dexcey = dex * cey; in insphere()
4085 aexcey = aex * cey; in insphere()
4099 clift = cex * cex + cey * cey + cez * cez; in insphere()
4622 cey = pc[1] - pe[1]; in orient4d()
4636 bexcey = bex * cey; in orient4d()
4640 dexcey = dex * cey; in orient4d()
[all …]
/dports/math/tetgen/tetgen1.5.1/
H A Dpredicates.cxx3227 clift = cex * cex + cey * cey + cez * cez; in inspherefast()
3571 negate = -cey; in insphereslow()
4013 + (cex * cex + cey * cey + cez * cez) in insphereadapt()
4075 bexcey = bex * cey; in insphere()
4079 dexcey = dex * cey; in insphere()
4085 aexcey = aex * cey; in insphere()
4099 clift = cex * cex + cey * cey + cez * cez; in insphere()
4622 cey = pc[1] - pe[1]; in orient4d()
4636 bexcey = bex * cey; in orient4d()
4640 dexcey = dex * cey; in orient4d()
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/gamer/src/tetgen/src_c/
H A Dpredicates.cxx3240 REAL aey, bey, cey, dey; in inspherefast() local
3252 cey = pc[1] - pe[1]; in inspherefast()
3274 clift = cex * cex + cey * cey + cez * cez; in inspherefast()
3617 negate = -cey; in insphereslow()
4058 + (cex * cex + cey * cey + cez * cez) in insphereadapt()
4079 REAL aey, bey, cey, dey; in insphere() local
4099 cey = pc[1] - pe[1]; in insphere()
4109 bexcey = bex * cey; in insphere()
4113 dexcey = dex * cey; in insphere()
4119 aexcey = aex * cey; in insphere()
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/gamer/src/tetgen/
H A Dpredicates.cpp3243 REAL aey, bey, cey, dey; in inspherefast() local
3255 cey = pc[1] - pe[1]; in inspherefast()
3277 clift = cex * cex + cey * cey + cez * cez; in inspherefast()
3620 negate = -cey; in insphereslow()
4061 + (cex * cex + cey * cey + cez * cez) in insphereadapt()
4082 REAL aey, bey, cey, dey; in insphere() local
4102 cey = pc[1] - pe[1]; in insphere()
4112 bexcey = bex * cey; in insphere()
4116 dexcey = dex * cey; in insphere()
4122 aexcey = aex * cey; in insphere()
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/hxt/predicates/src/
H A Dpredicates.c2278 cey = (REAL) (pc[1] - pe[1]); in insphereadapt()
2290 Two_Product(bex, cey, bexcey1, bexcey0); in insphereadapt()
2411 bceps = (bex * ceytail + cey * bextail) in insphereadapt()
2417 aceps = (aex * ceytail + cey * aextail) in insphereadapt()
2430 + (cex * cex + cey * cey + cez * cez) in insphereadapt()
2457 REAL aey, bey, cey, dey; in insphere() local
2473 cey = pc[1] - pe[1]; in insphere()
2483 bexcey = bex * cey; in insphere()
2487 dexcey = dex * cey; in insphere()
2493 aexcey = aex * cey; in insphere()
[all …]
/dports/misc/urbit/urbit-urbit-0.6.0/noun/
H A Djets.c713 _cj_mine(u3_noun cey, u3_noun cor) in _cj_mine() argument
718 u3r_trel(cey, &p_cey, &q_cey, &r_cey); in _cj_mine()
826 u3_noun cey = _cj_je_fsck(clu); in u3j_mine() local
828 if ( u3_none != cey ) { in u3j_mine()
829 _cj_mine(cey, cor); in u3j_mine()
830 u3z(cey); in u3j_mine()
/dports/science/dftbplus/dftbplus-19.1/external/poisson/mudpack/
H A Dmud3sp.d49 c cyy(y)*pyy + cy(y)*py + cey(y)*p(x,y,z) +
53 c here cxx,cx,cex,cyy,cy,cey,czz,cz,cez are the known real coefficients
63 c cyy,cy,cey depend only on y
H A Ddmud3sp.f667 double precision cxx,cyy,czz,cx,cy,cz,cex,cey,cez,alfa,gbdy,
724 call cfy(y,cyy,cy,cey)
726 cemax = dmax1(abs(cey),cemax)
741 cofy(j,3) = cey-(cofy(j,1)+cofy(j,2))
898 double precision cxx,cyy,czz,cx,cy,cz,cex,cey,cez,alfa,gbdy,
968 call cfy(y,cyy,cy,cey)
984 call cfy(y,cyy,cy,cey)
H A Dmud3sp.f666 real cxx,cyy,czz,cx,cy,cz,cex,cey,cez,alfa,gbdy,x,y,z,c1,c2
722 call cfy(y,cyy,cy,cey)
724 cemax = amax1(abs(cey),cemax)
739 cofy(j,3) = cey-(cofy(j,1)+cofy(j,2))
896 real cxx,cyy,czz,cx,cy,cz,cex,cey,cez,alfa,gbdy,x,y,z,c1,c2
965 call cfy(y,cyy,cy,cey)
981 call cfy(y,cyy,cy,cey)
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/maloc/src/vsys/
H A Dvpred.c3371 REAL aey, bey, cey, dey; local
3383 cey = pc[1] - pe[1];
3405 clift = cex * cex + cey * cey + cez * cez;
3758 negate = -cey;
4204 + (cex * cex + cey * cey + cez * cez)
4230 REAL aey, bey, cey, dey; local
4250 cey = pc[1] - pe[1];
4260 bexcey = bex * cey;
4264 dexcey = dex * cey;
4270 aexcey = aex * cey;
[all …]
/dports/math/asymptote/asymptote-2.67/
H A Dpredicates.cc2508 cey = (REAL) (pc[1] - pe[1]); in insphereadapt()
2520 Two_Product(bex, cey, bexcey1, bexcey0); in insphereadapt()
2641 bceps = (bex * ceytail + cey * bextail) in insphereadapt()
2647 aceps = (aex * ceytail + cey * aextail) in insphereadapt()
2660 + (cex * cex + cey * cey + cez * cez) in insphereadapt()
2681 REAL aey, bey, cey, dey; in insphere() local
2704 cey = pc[1] - pe[1]; in insphere()
2714 bexcey = bex * cey; in insphere()
2718 dexcey = dex * cey; in insphere()
2724 aexcey = aex * cey; in insphere()
[all …]
/dports/cad/pcb/pcb-4.2.0/gts/
H A Dpredicates.c2461 cey = (REAL) (pc[1] - pe[1]); in insphereadapt()
2473 Two_Product(bex, cey, bexcey1, bexcey0); in insphereadapt()
2594 bceps = (bex * ceytail + cey * bextail) in insphereadapt()
2600 aceps = (aex * ceytail + cey * aextail) in insphereadapt()
2613 + (cex * cex + cey * cey + cez * cez) in insphereadapt()
2639 REAL aey, bey, cey, dey; local
2662 cey = pc[1] - pe[1];
2672 bexcey = bex * cey;
2676 dexcey = dex * cey;
2682 aexcey = aex * cey;
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/gts/src/
H A Dpredicates.c2415 cey = (REAL) (pc[1] - pe[1]); in insphereadapt()
2427 Two_Product(bex, cey, bexcey1, bexcey0); in insphereadapt()
2548 bceps = (bex * ceytail + cey * bextail) in insphereadapt()
2554 aceps = (aex * ceytail + cey * aextail) in insphereadapt()
2567 + (cex * cex + cey * cey + cez * cez) in insphereadapt()
2593 REAL aey, bey, cey, dey; local
2616 cey = pc[1] - pe[1];
2626 bexcey = bex * cey;
2630 dexcey = dex * cey;
2636 aexcey = aex * cey;
[all …]
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/
H A Dpredicates.cc2507 cey = (REAL) (pc[1] - pe[1]); in insphereadapt()
2519 Two_Product(bex, cey, bexcey1, bexcey0); in insphereadapt()
2640 bceps = (bex * ceytail + cey * bextail) in insphereadapt()
2646 aceps = (aex * ceytail + cey * aextail) in insphereadapt()
2659 + (cex * cex + cey * cey + cez * cez) in insphereadapt()
2680 REAL aey, bey, cey, dey; in insphere() local
2703 cey = pc[1] - pe[1]; in insphere()
2713 bexcey = bex * cey; in insphere()
2717 dexcey = dex * cey; in insphere()
2723 aexcey = aex * cey; in insphere()
[all …]
/dports/graphics/gts/gts-0.7.6/src/
H A Dpredicates.c2415 cey = (REAL) (pc[1] - pe[1]); in insphereadapt()
2427 Two_Product(bex, cey, bexcey1, bexcey0); in insphereadapt()
2548 bceps = (bex * ceytail + cey * bextail) in insphereadapt()
2554 aceps = (aex * ceytail + cey * aextail) in insphereadapt()
2567 + (cex * cex + cey * cey + cez * cez) in insphereadapt()
2593 REAL aey, bey, cey, dey; local
2616 cey = pc[1] - pe[1];
2626 bexcey = bex * cey;
2630 dexcey = dex * cey;
2636 aexcey = aex * cey;
[all …]
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/conch/ui/
H A Dtkvt100.py104 cey = ey * fontHeight + 3
105 items = self.canvas.find_overlapping(csx, csy, cex, cey)
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/conch/ui/
H A Dtkvt100.py69 cey = ey*fontHeight + 3
70 items = self.canvas.find_overlapping(csx,csy, cex,cey)
/dports/cad/yosys/yosys-yosys-0.12/passes/techmap/
H A Dextract_counter.cc315 RTLIL::SigSpec cey; in counter_tryextract() local
321 cey = sigmap(cemux->getPort(ID::Y)); in counter_tryextract()
322 pool<Cell*> cey_loads = get_other_cells(cey, index, cemux); in counter_tryextract()
389 if(!is_full_bus(cey, index, cemux, ID::Y, count_reg, ID::D)) in counter_tryextract()

1234567