Home
last modified time | relevance | path

Searched refs:scalx (Results 1 – 25 of 32) sorted by relevance

12

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/math-emu/
H A Ddp_sqrt.c24 unsigned int scalx, yh; in ieee754dp_sqrt() local
72 scalx = 0; in ieee754dp_sqrt()
75 scalx += 256; in ieee754dp_sqrt()
78 scalx -= 256; in ieee754dp_sqrt()
142 scalx -= 1; in ieee754dp_sqrt()
146 y.bexp += scalx; in ieee754dp_sqrt()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/math-emu/
H A Ddp_sqrt.c24 unsigned int scalx, yh; in ieee754dp_sqrt() local
72 scalx = 0; in ieee754dp_sqrt()
75 scalx += 256; in ieee754dp_sqrt()
78 scalx -= 256; in ieee754dp_sqrt()
142 scalx -= 1; in ieee754dp_sqrt()
146 y.bexp += scalx; in ieee754dp_sqrt()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/math-emu/
H A Ddp_sqrt.c24 unsigned int scalx, yh; in ieee754dp_sqrt() local
72 scalx = 0; in ieee754dp_sqrt()
75 scalx += 256; in ieee754dp_sqrt()
78 scalx -= 256; in ieee754dp_sqrt()
142 scalx -= 1; in ieee754dp_sqrt()
146 y.bexp += scalx; in ieee754dp_sqrt()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwdft/zora/
H A Dcalc_zora_so.F14 & zorax, scalx,! out
40 double precision scalx(nbf,nbf)
90 scalx(i,j) = scalx(i,j) + ac_scl_x
110 scalx(i,j) = scalx(i,j) + 2.0d0*ac_scl_x
H A Dcalc_zora_EFGZ4_SO.F19 & scalx, ! out
38 double precision scalx(nbf,nbf)
106 scalx(i,j) = scalx(i,j) + ac_scl_x
121 scalx(i,j) = scalx(i,j) + 2.0d0*ac_scl_x
H A Dcalc_zora_NMRCS_SR.F300 & scalx, ! out
339 double precision scalx(nbf,nbf),
411 scalx(i,j) = scalx(i,j) + ac_nmrsf(1)
422 scalx(i,j) = scalx(i,j) + 2.0d0*ac_nmrsf(1)
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwdft/zora/
H A Dcalc_zora_so.F14 & zorax, scalx,! out
40 double precision scalx(nbf,nbf)
90 scalx(i,j) = scalx(i,j) + ac_scl_x
110 scalx(i,j) = scalx(i,j) + 2.0d0*ac_scl_x
H A Dcalc_zora_EFGZ4_SO.F19 & scalx, ! out
38 double precision scalx(nbf,nbf)
106 scalx(i,j) = scalx(i,j) + ac_scl_x
121 scalx(i,j) = scalx(i,j) + 2.0d0*ac_scl_x
H A Dcalc_zora_NMRCS_SR.F300 & scalx, ! out
339 double precision scalx(nbf,nbf),
411 scalx(i,j) = scalx(i,j) + ac_nmrsf(1)
422 scalx(i,j) = scalx(i,j) + 2.0d0*ac_nmrsf(1)
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dpowell_int.c65 AO_DEFINE_SCALAR(int,scalx) ;
101 if( AO_VALUE(scalx) == SC_BALL ){ in xreduce()
262 AO_VALUE(scalx) = 0 ; in powell_newuoa()
340 AO_VALUE(scalx) = con_meth ; in powell_newuoa_con()
367 if( AO_VALUE(scalx) != SC_BOX ) xreduce( ndim, xtest ) ; in powell_newuoa_con()
397 AO_VALUE(scalx) = 0 ; in powell_newuoa_con()
556 if( AO_VALUE(scalx) != SC_BOX ) xreduce( ndim, x01[0] ) ; in powell_newuoa_constrained()
670 if( AO_VALUE(scalx) != SC_BOX ) xreduce(ndim,x01[tt]) ; in powell_newuoa_constrained()
684 if( AO_VALUE(scalx) != SC_BOX ) xreduce(ndim,x01[tbest]) ; in powell_newuoa_constrained()
695 AO_VALUE(scalx) = 0 ; in powell_newuoa_constrained()
[all …]
/dports/lang/yorick/yorick-y_2_2_04/gist/
H A Dgist.c454 GpReal scalx, offx, scaly, offy; in DecorateLines() local
483 dx= scalx*(x1-x0); in DecorateLines()
861 GpReal scalx, offx, scaly, offy; in GaFillMarker() local
863 x0= x0*scalx + offx; in GaFillMarker()
925 dxscale= 0.3333333333*scale*scalx; in GaVectors()
935 xc= scalx*x[ij]+offx; in GaVectors()
1296 x1= scalx*x[0]+offx; in DoSmoothing()
1300 x0= scalx*x[nn-1]+offx; in DoSmoothing()
1317 x1= scalx*x[i]+offx; in DoSmoothing()
1345 x1= scalx*x[0]+offx; in DoSmoothing()
[all …]
H A Dtick.c32 static GpReal scalx, offx, scaly, offy; variable
720 qx[i]= px[i]= scalx*ticks[i]+offx; in DrawXTicks()
975 tick0= scalx*ticks[i]+offx; in DrawXLabels()
978 if (i!=omitX) GtText(scalx*ticks[i]+offx, place, label); in DrawXLabels()
1002 if (i==0 && nLabel==1) tick0= scalx*ticks[i]+offx; in DrawXLabels()
1015 exploc= scalx*exploc+offx; in DrawXLabels()
1093 if (i==0 && nLabel==1) tick0= scalx*ticks[i]+offx; in DrawYLabels()
1159 scalx= (xmax-xmin)/(wxmax-wxmin); in GaAltTick()
1160 offx= xmin - scalx*wxmin; in GaAltTick()
1226 xOrigin= scalx*xOrigin+offx; in GaAltTick()
[all …]
H A Dengine.c301 GpReal scalx= map->x.scale, offx= map->x.offset; in GpIntPoints() local
310 point[i].x= (short)(scalx*x[i]+offx); in GpIntPoints()
321 GpReal scalx= map->x.scale, offx= map->x.offset; in GpIntSegs() local
330 seg[i].x1= (short)(scalx*x1[i]+offx); in GpIntSegs()
332 seg[i].x2= (short)(scalx*x2[i]+offx); in GpIntSegs()
/dports/math/py-iminuit/iminuit-2.8.4/extern/root/math/minuit2/src/
H A DMnContours.cxx112 double scalx = 1. / (ex.second - ex.first); in Contour() local
139 double bigdis = scalx * scalx * dx * dx + scaly * scaly * dy * dy; in Contour()
144 double dist = scalx * scalx * distx * distx + scaly * scaly * disty * disty; in Contour()
167 double scalfac = sca * std::max(std::fabs(xdir * scalx), std::fabs(ydir * scaly)); in Contour()
/dports/biology/biosig/biosig-2.3.3/biosig4matlab/t501_VisualizeCoupling/
H A Dshowfield_general.m81 scalx=1;
82 drawhead(0,.0,rmax,scalx);
95 function drawhead(x,y,size,scalx);
97 cirx=(x+scalx*size*cos((1:1000)*2*pi/1000) )';ciry=(y+size*sin((1:1000)*2*pi/1000))';
H A Dplot_coherence_rand.m194 scalx=1.0;
199 drawhead(meanx+wfaktor/4+head_right,.45+wfaktor/4+head_up,.43,scalx);
249 function drawhead(x,y,size,scalx);
251 cirx=(x+scalx*size*cos((1:1000)*2*pi/1000) )';ciry=(y+size*sin((1:1000)*2*pi/1000))';
H A Dplot_coupling.m197 scalx=1.0;
202 drawhead(meanx+wfaktor/4+head_right,.45+wfaktor/4+head_up,.43,scalx);
252 function drawhead(x,y,size,scalx);
254 cirx=(x+scalx*size*cos((1:1000)*2*pi/1000) )';ciry=(y+size*sin((1:1000)*2*pi/1000))';
H A Dplot_coherence_dots.m198 scalx=1.0;
203 drawhead(meanx+wfaktor/4+head_right,.45+wfaktor/4+head_up,.43,scalx);
293 function drawhead(x,y,size,scalx);
295 cirx=(x+scalx*size*cos((1:1000)*2*pi/1000) )';ciry=(y+size*sin((1:1000)*2*pi/1000))';
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/uwin/
H A Dsupport.c527 long mx,scalx;
557 scalx=0;
560 if(mx==0) {x *= b54 ; scalx-=0x01b00000;}
564 if(mx>0x5ff00000) {px[n0] -= 0x20000000; scalx+= 0x10000000;}
565 if(mx<0x1ff00000) {px[n0] += 0x20000000; scalx-= 0x10000000;}
590 end: py[n0]=py[n0]+scalx; /* ...scale back y */
/dports/shells/ksh93/ast-93u/src/lib/libast/uwin/
H A Dsupport.c527 long mx,scalx;
557 scalx=0;
560 if(mx==0) {x *= b54 ; scalx-=0x01b00000;}
564 if(mx>0x5ff00000) {px[n0] -= 0x20000000; scalx+= 0x10000000;}
565 if(mx<0x1ff00000) {px[n0] += 0x20000000; scalx-= 0x10000000;}
590 end: py[n0]=py[n0]+scalx; /* ...scale back y */
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/uwin/
H A Dsupport.c527 long mx,scalx;
557 scalx=0;
560 if(mx==0) {x *= b54 ; scalx-=0x01b00000;}
564 if(mx>0x5ff00000) {px[n0] -= 0x20000000; scalx+= 0x10000000;}
565 if(mx<0x1ff00000) {px[n0] += 0x20000000; scalx-= 0x10000000;}
590 end: py[n0]=py[n0]+scalx; /* ...scale back y */
/dports/math/freefem++/FreeFem-sources-4.6/src/Graphics/
H A Dmacrgraf.cpp161 int scalx(float x);
759 int scalx(float x) in scalx() function
780 int newx = scalx(x), newy = scaly(y); in pointe()
789 int newx = scalx(x), newy = scaly(y); in rmoveto()
798 int newx = scalx(x), newy = scaly(y); in rlineto()
810 MoveTo(scalx(poly[0]),scaly( poly[1])); in raffpoly()
812 LineTo(scalx(poly[2*i]),scaly( poly[2*i+1])); in raffpoly()
823 MoveTo(scalx(poly[0]),scaly( poly[1])); in fillpoly()
825 LineTo(scalx(poly[2*i]),scaly( poly[2*i+1])); in fillpoly()
834 fprintf(psfile,"%d %d ", scalx(poly[2*i]),height-scaly( poly[2*i+1])); in fillpoly()
H A Dsansrgraph.cpp451 float scalx(int i);
461 int scalx(reel x) in scalx() function
477 currx = scalx(x); in rmoveto()
488 int newx = scalx(x), newy = scaly(y); in rlineto()
579 fprintf(psfile,"%d %d ", scalx(poly[2*i]),height-scaly( poly[2*i+1])); in fillpoly()
585 EM_ASM_INT({ffjs_fillpoly_begin($0,$1)},scalx(poly[0]),scaly(poly[1])); in fillpoly()
586 for(i=1;i<n;i++)EM_ASM_INT({ffjs_fillpoly_next($0,$1)},scalx(poly[2*i]),scaly(poly[2*i+1])); in fillpoly()
H A DXrgraph.cpp598 int scalx(reel x) in scalx() function
609 XDrawPoint(display, win, gc, scalx(x), scaly(y)); in pointe()
614 currx = scalx(x); in rmoveto()
620 int newx = scalx(x), newy = scaly(y); in rlineto()
714 scalx(centrex) - r, scaly(centrey) - r, width, height, 0, 360 * 64); in cercle()
736 poly0[i].x =scalx(poly[2*i]); in fillpoly()
747 fprintf(psfile,"%d %d ", scalx(poly[2*i]),height-scaly( poly[2*i+1])); in fillpoly()
H A Dglrgraph.hpp173 int scalx(float x);
917 int scalx(float x) in scalx() function
938 int newx = scalx(x), newy = scaly(y); in pointe()
947 int newx = scalx(x), newy = scaly(y); in rmoveto()
957 int newx = scalx(x), newy = scaly(y); in rlineto()
973 glVertex2i(scalx(poly[2*i]),height-scaly( poly[2*i+1])); in fillpoly()
979 fprintf(psfile,"%d %d ", scalx(poly[2*i]),height-scaly( poly[2*i+1])); in fillpoly()

12