Home
last modified time | relevance | path

Searched refs:refy (Results 1 – 25 of 361) sorted by relevance

12345678910>>...15

/dports/math/grace/grace-5.1.25/src/
H A Dplotone.h53 int refn, double *refx, double *refy, double offset);
55 int refn, double *refx, double *refy, double offset);
57 int refn, double *refx, double *refy, double offset);
59 int refn, double *refx, double *refy, double offset);
61 int refn, double *refx, double *refy, double offset);
63 int refn, double *refx, double *refy, double offset);
H A Dplotone.c430 double *refx, *refy; in xyplot() local
436 refy = NULL; in xyplot()
515 if (refy == NULL) { in xyplot()
608 refy[j] = 0.0; in xyplot()
644 if (refy != NULL) { in xyplot()
645 xfree(refy); in xyplot()
1190 wp.y = refy[i]; in drawsetline()
1363 wp.y += refy[i]; in drawsetavalues()
1510 wp1.y += refy[i]; in drawseterrbars()
1640 wp.y = refy[i]; in drawsetbars()
[all …]
/dports/devel/p5-Data-Compare/Data-Compare-1.22/lib/Data/
H A DCompare.pm132 my $refy = ref $y;
134 if(exists($handler{$refx}) && exists($handler{$refx}{$refy})) {
135 $rval = &{$handler{$refx}{$refy}}($x, $y, $opts);
136 } elsif(exists($handler{$refy}) && exists($handler{$refy}{$refx})) {
137 $rval = &{$handler{$refy}{$refx}}($x, $y, $opts);
140 elsif(!$refx && !$refy) { # both are scalars
145 elsif ($refx ne $refy) { # not the same type
/dports/graphics/xfig/xfig-3.2.8a/src/
H A De_scale.c801 y1 = round(refy + (c->nwcorner.y - refy) * sy); in scale_compound()
803 y2 = round(refy + (c->secorner.y - refy) * sy); in scale_compound()
861 p1y = round(refy + (line->points->y - refy) * scaley); in rescale_dimension_line()
863 p2y = round(refy + (line->points->next->y - refy) * scaley); in rescale_dimension_line()
1038 p->y = round(refy + (p->y - refy) * sy); in scale_line()
1066 p->y = round(refy + (p->y - refy) * sy); in scale_spline()
1083 a->point[i].y = round(refy + (a->point[i].y - refy) * sy); in scale_arc()
1118 e->center.y = round(refy + (e->center.y - refy) * sy); in scale_ellipse()
1120 e->start.y = round(refy + (e->start.y - refy) * sy); in scale_ellipse()
1122 e->end.y = round(refy + (e->end.y - refy) * sy); in scale_ellipse()
[all …]
H A De_scale.h26 int refx, int refy);
30 float scalex, float scaley, int refx, int refy);
/dports/cad/jspice3/jspice3-2.5/src/lib/sced/
H A Dinit.c936 ghost_line(x,y,refx,refy) in ghost_line() argument
938 int x, y, refx, refy; in ghost_line()
950 int x, y, refx, refy; in ghost_line_snap()
960 ghost_box(x,y,refx,refy) in ghost_box() argument
962 int x, y, refx, refy; in ghost_box()
969 BB.kaBottom = refy;
980 int x, y, refx, refy; in ghost_box_snap()
987 BB.kaBottom = refy;
998 int x, y, refx, refy; in ghost_wires()
1010 int x, y, refx, refy; in ghost_move()
[all …]
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Common/
H A DObject.pm77 my $refy = (ref $y) || '_notype_';
79 if ($refx ne $refy) { # same type required, beware CODE() of Perl subroutines passed in Tokens
85 $refx = $refy = '_notype_'; }
87 elsif ($refy eq 'CODE') {
92 $refx = $refy = '_notype_'; }
/dports/x11-toolkits/Xmt/xmt400/Xmt/
H A DDialogPos.c53 Position refx, refy; local
61 XtTranslateCoords(ref,ref->core.width/2, ref->core.height/2, &refx, &refy);
65 y = refy - dialog->core.height/2;
/dports/devel/p5-Log-Log4perl/Log-Log4perl-1.54/t/lib/
H A DLog4perlInternalTest.pm57 my $refy = ref $y;
59 unless ($refx || $refy) { # both are scalars
63 elsif ($refx ne $refy) { # not the same type
/dports/science/votca/votca-2021.2-18560-gfbe18d971/tools/src/tests/
H A Dtest_table.cc152 Eigen::VectorXd refy = Eigen::VectorXd::Zero(9); in BOOST_AUTO_TEST_CASE() local
153 refy << 1.50946, 1.70595, 1.91384, 2.13995, 2.38747, 2.65889, 2.95692, in BOOST_AUTO_TEST_CASE()
156 bool equal = tb.y().isApprox(refy, 1e-5); in BOOST_AUTO_TEST_CASE()
162 std::cout << refy.transpose() << std::endl; in BOOST_AUTO_TEST_CASE()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/tools/tools-9c102e0/src/tests/
H A Dtest_table.cc152 Eigen::VectorXd refy = Eigen::VectorXd::Zero(9); in BOOST_AUTO_TEST_CASE() local
153 refy << 1.50946, 1.70595, 1.91384, 2.13995, 2.38747, 2.65889, 2.95692, in BOOST_AUTO_TEST_CASE()
156 bool equal = tb.y().isApprox(refy, 1e-5); in BOOST_AUTO_TEST_CASE()
162 std::cout << refy.transpose() << std::endl; in BOOST_AUTO_TEST_CASE()
/dports/biology/emboss/EMBOSS-6.6.0/plplot/
H A Dplsym.c419 PLINT vert, refx, refy, x, y; in c_plmtex() local
524 refy = plP_mmpcy(refymm); in c_plmtex()
526 plP_text(0, just, xform, x, y, refx, refy, text); in c_plmtex()
544 PLINT x, y, refx, refy; in c_plptex() local
589 refy = plP_mmpcy(refymm); in c_plptex()
591 plP_text(0, just, xform, x, y, refx, refy, text); in c_plptex()
705 ly = refy + ROUND(ypmm * (xform[2] * x + xform[3] * y)); in plchar()
727 ly = refy + ROUND(ypmm * (xform[2] * x + xform[3] * y)); in plchar()
731 ly = refy + ROUND(ypmm * (xform[2] * x + xform[3] * y)); in plchar()
738 ly = refy + ROUND(ypmm * (xform[2] * x + xform[3] * y)); in plchar()
[all …]
/dports/math/asymptote/asymptote-2.67/examples/
H A Dconicurv.asy23 triple refy=refsize*(0,-Sin(theta),Cos(theta));
38 draw(Label("$y$",1),refo--refo+refy,SW,Arrow3);
41 draw(Label("$\vec{R}_N$",1),centre--centre+vecsize*refy,E,Arrow3);
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/examples/
H A Dconicurv.asy23 triple refy=refsize*(0,-Sin(theta),Cos(theta));
38 draw(Label("$y$",1),refo--refo+refy,SW,Arrow3);
41 draw(Label("$\vec{R}_N$",1),centre--centre+vecsize*refy,E,Arrow3);
/dports/cad/lepton-eda/lepton-eda-1.9.17/contrib/sarlacc_schem/
H A Dsarlacc_schem.c234 int refx,refy,ref_vis; in parse_component() local
254 refy = CONVY(y + CONV16(localbuf,6)); in parse_component()
361 refx,refy,GRAPHIC_COLOR,TEXTSIZE,0,mirror); in parse_component()
363 refx,refy,GRAPHIC_COLOR,TEXTSIZE,0,angle); in parse_component()
366 if (value[0] && refx==valx && refy==valy) { in parse_component()
368 refy += scale; in parse_component()
371 refx,refy,ATTRIBUTE_COLOR,TEXTSIZE,ref_vis,refdes); in parse_component()
/dports/cad/geda/geda-gaf-1.8.2/utils/src/
H A Dsarlacc_schem.c235 int refx,refy,ref_vis; in parse_component() local
255 refy = CONVY(y + CONV16(localbuf,6)); in parse_component()
362 refx,refy,GRAPHIC_COLOR,TEXTSIZE,0,mirror); in parse_component()
364 refx,refy,GRAPHIC_COLOR,TEXTSIZE,0,angle); in parse_component()
367 if (value[0] && refx==valx && refy==valy) { in parse_component()
369 refy += scale; in parse_component()
372 refx,refy,ATTRIBUTE_COLOR,TEXTSIZE,ref_vis,refdes); in parse_component()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/autorouter/
H A Dar_autoplacer.cpp174 for( int refy = rect.GetY(), endy = rect.GetBottom(); refy < endy; refy += step ) in fillMatrix() local
177 int idy = (refy - coord_orgin.y) / step; in fillMatrix()
198 if( ( seg_startY > refy ) && ( seg_endY > refy ) ) in fillMatrix()
202 if( ( seg_startY <= refy ) && (seg_endY <= refy ) ) in fillMatrix()
214 double newrefy = (double) ( refy - seg_startY ); in fillMatrix()
/dports/multimedia/vlc/vlc-3.0.16/contrib/src/libmpeg2/
H A Dlibmpeg2-mc-neon.patch269 + "vld1.u8 {q2}, [%[refy]]\n"
278 + [refy]"r"(ref + stride), [refxy]"r"(ref + stride + 1)
293 + "vld1.u8 {d2}, [%[refy]]\n"
302 + [refy]"r"(ref + stride), [refxy]"r"(ref + stride + 1)
317 + "vld1.u8 {q2}, [%[refy]]\n"
328 + [refy]"r"(ref + stride), [refxy]"r"(ref + stride + 1)
343 + "vld1.u8 {d2}, [%[refy]]\n"
354 + [refy]"r"(ref + stride), [refxy]"r"(ref + stride + 1)
/dports/math/ngraph/Ngraph-6.3.54-src/src/
H A Dorect.c243 int i,snum,*sdata,refx,refy,x1,y1,x2,y2,width; in rectzoom() local
250 refy=(*(int *)argv[4]); in rectzoom()
260 y1=(y1-refy)*zoom+refy; in rectzoom()
262 y2=(y2-refy)*zoom+refy; in rectzoom()
H A Dolegend.c238 int refx,refy; in legendzoom() local
244 refy=(*(int *)argv[4]); in legendzoom()
255 else pdata[i]=(pdata[i]-refy)*zoom+refy; in legendzoom()
H A Domark.c167 int i,x,y,size,refx,refy,width,snum,*sdata; in markzoom() local
174 refy=(*(int *)argv[4]); in markzoom()
183 y=(y-refy)*zoom+refy; in markzoom()
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/da/
H A Ddacreate.c8 PetscInt refine = 0,dim = da->dim,maxnlevels = 100,refx[100],refy[100],refz[100],n,i; in DMSetFromOptions_DA() local
43 ierr = DMDAGetRefinementFactor(da,&refx[0],&refy[0],&refz[0]);CHKERRQ(ierr); in DMSetFromOptions_DA()
46 refy[i] = refy[0]; in DMSetFromOptions_DA()
59 …tArray("-da_refine_hierarchy_y","Refinement factor for each level","None",refy,&n,&flg);CHKERRQ(ie… in DMSetFromOptions_DA()
61 dd->refine_y = refy[0]; in DMSetFromOptions_DA()
64 ierr = PetscArraycpy(dd->refine_y_hier,refy,n);CHKERRQ(ierr); in DMSetFromOptions_DA()
100 dd->refine_y = refy[da->levelup - da->leveldown]; in DMSetFromOptions_DA()
105 dd->coarsen_y = refy[da->levelup - da->leveldown - 1]; in DMSetFromOptions_DA()
/dports/math/plplot-ada/plplot-5.15.0/src/
H A Dplsym.c81 PLINT refx, PLINT refy, PLFLT scale, PLFLT xpmm, PLFLT ypmm,
598 PLINT vert, refx, refy, x, y; in c_plmtex() local
716 refy = plP_mmpcy( refymm ); in c_plmtex()
718 plP_text( 0, just, xform, x, y, refx, refy, text ); in c_plmtex()
736 PLINT x, y, refx, refy; in c_plptex() local
790 refy = plP_mmpcy( refymm ); in c_plptex()
792 plP_text( 0, just, xform, x, y, refx, refy, text ); in c_plptex()
871 PLINT refx, PLINT refy, PLFLT scale, PLFLT xpmm, PLFLT ypmm, in plchar() argument
947 ly = refy + ROUND( ypmm * ( xform[2] * x + xform[3] * y ) ); in plchar()
951 ly = refy + ROUND( ypmm * ( xform[2] * x + xform[3] * y ) ); in plchar()
[all …]
/dports/math/plplot/plplot-5.15.0/src/
H A Dplsym.c81 PLINT refx, PLINT refy, PLFLT scale, PLFLT xpmm, PLFLT ypmm,
598 PLINT vert, refx, refy, x, y; in c_plmtex() local
716 refy = plP_mmpcy( refymm ); in c_plmtex()
718 plP_text( 0, just, xform, x, y, refx, refy, text ); in c_plmtex()
736 PLINT x, y, refx, refy; in c_plptex() local
790 refy = plP_mmpcy( refymm ); in c_plptex()
792 plP_text( 0, just, xform, x, y, refx, refy, text ); in c_plptex()
871 PLINT refx, PLINT refy, PLFLT scale, PLFLT xpmm, PLFLT ypmm, in plchar() argument
947 ly = refy + ROUND( ypmm * ( xform[2] * x + xform[3] * y ) ); in plchar()
951 ly = refy + ROUND( ypmm * ( xform[2] * x + xform[3] * y ) ); in plchar()
[all …]
/dports/science/chemtool-devel/chemtool-1.7alpha15/
H A Dtempl.c15 int refx,refy; in main() local
73 refy=yr; in main()
160 fprintf(fpout,"attach %d %d\n",refx,refy); in main()

12345678910>>...15