Home
last modified time | relevance | path

Searched refs:xtemp (Results 226 – 250 of 302) sorted by relevance

12345678910>>...13

/dports/comms/xnec2c/xnec2c-3.4/src/
H A Dxnec2c.c53 data.x[idx] = save.xtemp[idx] * fr; in Frequency_Scale_Geometry()
69 data.px[idx] = save.xtemp[j] * fr; in Frequency_Scale_Geometry()
H A Dinput.c119 mem_realloc( (void **)&save.xtemp, mreq, "in input.c" ); in Read_Geometry()
152 save.xtemp[idx] = data.x[idx]; in Read_Geometry()
165 save.xtemp[j] = data.px[idx]; in Read_Geometry()
/dports/math/reduce/Reduce-svn5758-src/libraries/crlibm/tests/
H A Dtest_perf.c431 double xraw, xtemp, xtemp2; in generate_pow_exact_case_rn() local
465 xtemp = mult1db.d * xraw; /* Exact */ in generate_pow_exact_case_rn()
470 (xtemp2 == xtemp)) { in generate_pow_exact_case_rn()
/dports/math/crlibm/crlibm-1.0beta4/tests/
H A Dtest_perf.c431 double xraw, xtemp, xtemp2; in generate_pow_exact_case_rn() local
465 xtemp = mult1db.d * xraw; /* Exact */ in generate_pow_exact_case_rn()
470 (xtemp2 == xtemp)) { in generate_pow_exact_case_rn()
/dports/math/mfem/mfem-4.3/fem/
H A Dtmop.cpp2080 Vector xtemp = x; in UpdateGradientTargetSpecification() local
2083 for (int i = 0; i < cnt; i++) { xtemp(j*cnt+i) += dx; } in UpdateGradientTargetSpecification()
2086 UpdateTargetSpecification(xtemp, TSpecTemp); in UpdateGradientTargetSpecification()
2088 for (int i = 0; i < cnt; i++) { xtemp(j*cnt+i) -= dx; } in UpdateGradientTargetSpecification()
2108 Vector xtemp = x; in UpdateHessianTargetSpecification() local
2116 UpdateTargetSpecification(xtemp, TSpecTemp); in UpdateHessianTargetSpecification()
2129 xtemp(k1*cnt+i) += dx; in UpdateHessianTargetSpecification()
2130 xtemp(k2*cnt+i) += dx; in UpdateHessianTargetSpecification()
2134 UpdateTargetSpecification(xtemp, TSpecTemp); in UpdateHessianTargetSpecification()
2138 xtemp(k1*cnt+i) -= dx; in UpdateHessianTargetSpecification()
[all …]
/dports/math/aribas/aribas-1.64/src/
H A Darity.c2035 word2 *xtemp, *ytemp, *ztemp; local
2040 xtemp = hilf;
2041 ytemp = xtemp + 2*len;
2046 qlen = divbig(QQ,qlen,pp,plen,xtemp,&rlen,hilf);
2047 cpyarr(xtemp,qlen,QQ);
2048 q2len = divbig(QQ2,q2len,pp,plen,xtemp,&rlen,hilf);
2049 cpyarr(xtemp,q2len,QQ2);
2050 qlen = multbig(QQ,qlen,QQ2,q2len,xtemp,hilf);
2051 cpyarr(xtemp,qlen,QQ);
2055 alen = multbig(AA,alen,AA2,a2len,xtemp,hilf);
[all …]
/dports/finance/py-backtrader/backtrader-1.9.74.123/backtrader/plot/
H A Dplot.py203 xtemp = list()
207 xtemp.append(dt)
209 self.pinf.xstart = bisect.bisect_left(dts, xtemp[0])
210 self.pinf.xend = bisect.bisect_right(dts, xtemp[-1])
/dports/math/R/R-4.1.2/src/library/graphics/src/
H A Dplot.c1457 double *xtemp, *ytemp; in C_plotXY() local
1461 xtemp = (double *) alloca(2*n*sizeof(double)); in C_plotXY()
1479 xtemp[n0] = xx; ytemp[n0++] = yy; in C_plotXY()
1482 GPolyline(n0, xtemp, ytemp, DEVICE, dd); in C_plotXY()
1488 if(n0 > 0) GPolyline(n0, xtemp, ytemp, DEVICE, dd); in C_plotXY()
1495 double *xtemp, *ytemp; in C_plotXY() local
1499 xtemp = (double *) alloca(2*n*sizeof(double)); in C_plotXY()
1516 xtemp[n0] = xold; ytemp[n0++] = yy; in C_plotXY()
1517 xtemp[n0] = xx; ytemp[n0++] = yy; in C_plotXY()
1520 GPolyline(n0, xtemp, ytemp, DEVICE, dd); in C_plotXY()
[all …]
/dports/math/libRmath/R-4.1.1/src/library/graphics/src/
H A Dplot.c1457 double *xtemp, *ytemp; in C_plotXY() local
1461 xtemp = (double *) alloca(2*n*sizeof(double)); in C_plotXY()
1479 xtemp[n0] = xx; ytemp[n0++] = yy; in C_plotXY()
1482 GPolyline(n0, xtemp, ytemp, DEVICE, dd); in C_plotXY()
1488 if(n0 > 0) GPolyline(n0, xtemp, ytemp, DEVICE, dd); in C_plotXY()
1495 double *xtemp, *ytemp; in C_plotXY() local
1499 xtemp = (double *) alloca(2*n*sizeof(double)); in C_plotXY()
1516 xtemp[n0] = xold; ytemp[n0++] = yy; in C_plotXY()
1517 xtemp[n0] = xx; ytemp[n0++] = yy; in C_plotXY()
1520 GPolyline(n0, xtemp, ytemp, DEVICE, dd); in C_plotXY()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dmatrix.c908 matrix x, xinv, axinv, xtemp, error; in matrix_sqrt() local
913 matrix_initialize (&xtemp); in matrix_sqrt()
931 matrix_add (x, axinv, &xtemp); in matrix_sqrt()
932 matrix_scale (0.5, xtemp, &x); in matrix_sqrt()
934 matrix_multiply (x, x, &xtemp); in matrix_sqrt()
935 matrix_subtract (a, xtemp, &error); in matrix_sqrt()
953 matrix_destroy (&xtemp); in matrix_sqrt()
H A DFD2.c3858 xtemp = xpoint + ix - xc; in plot_line()
3859 if (xtemp < 0) xtemp += im_size; in plot_line()
3860 if (xtemp >= im_size) xtemp -= im_size; in plot_line()
3865 index = ytemp * im_size + xtemp; in plot_line()
3876 xtemp = xpoint + ix - xc; in plot_line()
3877 if (xtemp < 0) xtemp += im_size; in plot_line()
3878 if (xtemp >= im_size) xtemp -= im_size; in plot_line()
3883 index = ytemp * im_size + xtemp; in plot_line()
4540 xtemp = xpoint + ix - xc; in DrawSubWindow()
4541 if (xtemp < 0) xtemp += im_size; in DrawSubWindow()
[all …]
H A Dafni_graph.c2070 int index, ix, iy, xtemp,ytemp,ztemp , xoff,yoff ; in text_graphs() local
2090 xtemp = grapher->xpoint + ix - grapher->xc ; in text_graphs()
2091 if( xtemp < 0 ) xtemp += grapher->status->nx ; in text_graphs()
2092 else if( xtemp >= grapher->status->nx ) xtemp -= grapher->status->nx ; in text_graphs()
2099 index = ztemp + ytemp * grapher->status->nx + xtemp ; in text_graphs()
2248 int i, m, index, ix, iy, xtemp,ytemp,ztemp, xoff=0,yoff=0, its,ibot,itop; in plot_graphs() local
2430 xtemp = grapher->xpoint + ix - grapher->xc ; in plot_graphs()
2431 if( xtemp < 0 ) xtemp += grapher->status->nx ; /* wrap */ in plot_graphs()
2432 else if( xtemp >= grapher->status->nx ) xtemp -= grapher->status->nx ; in plot_graphs()
2440 index = ztemp + ytemp * grapher->status->nx + xtemp ; /* 3D index in dataset */ in plot_graphs()
[all …]
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/10step/
H A DDEXIEM.DP128 let xtemp = data -2 2
129 let xleft xright = xframe xtemp
130 delete xtemp
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/MCLDUGens/sc/HelpSource/Classes/
H A DSOMTrain.schelp126 o[\xtemp] = arr[0,2..].as(Array).postln;
129 o.("plot(xtemp, ytemp, '-@')");
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdopath.cxx472 tools::Long xtemp=dy2a-dx1a; if (dx1<0) xtemp=-xtemp; in CalcRect() local
474 aRectP2.AdjustX(xtemp ); in CalcRect()
476 aRectP3.AdjustX(xtemp ); in CalcRect()
479 tools::Long xtemp=dy1a-dx2a; if (dx2<0) xtemp=-xtemp; in CalcRect() local
481 aRectP3.AdjustX(xtemp ); in CalcRect()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdopath.cxx469 long xtemp=dy2a-dx1a; if (dx1<0) xtemp=-xtemp; in CalcRect() local
471 aRectP2.AdjustX(xtemp ); in CalcRect()
473 aRectP3.AdjustX(xtemp ); in CalcRect()
476 long xtemp=dy1a-dx2a; if (dx2<0) xtemp=-xtemp; in CalcRect() local
478 aRectP3.AdjustX(xtemp ); in CalcRect()
/dports/math/GiNaC/ginac-1.8.2/ginac/
H A Dinifcns_nstdsums.cpp2525 symbol xtemp("xtemp"); in convert_H_to_zeta() local
2528 return filter2(filter(H(m, xtemp).hold())).subs(xtemp == 1); in convert_H_to_zeta()
3225 symbol xtemp("xtemp"); in H_evalf() local
3227 return filter(H(x1, xtemp).hold()).subs(xtemp==x2).evalf(); in H_evalf()
3277 symbol xtemp("xtemp"); in H_evalf() local
3294 res *= trafo(H(m, xtemp).hold()); in H_evalf()
3300 return res.subs(xtemp == numeric(x)).evalf(); in H_evalf()
3316 res *= trafo(H(m, xtemp).hold()); in H_evalf()
3326 res *= trafo(H(m, xtemp).hold()); in H_evalf()
3329 return res.subs(xtemp == numeric(x)).evalf(); in H_evalf()
/dports/science/lammps/lammps-stable_29Sep2021/src/MESONT/
H A Dpair_mesocnt.cpp841 double x,xtemp,dxtemp; in read_data() local
847 if (i > 0) xtemp = x; in read_data()
852 dxtemp = x - xtemp; in read_data()
892 double x,y,xtemp,ytemp,dxtemp,dytemp; in read_data() local
895 if (i > 0) xtemp = x; in read_data()
912 dxtemp = x - xtemp; in read_data()
/dports/math/fricas/fricas-1.3.7/src/graph/view3D/
H A DsmoothShade3d.c211 int i,num,xtemp,numttt; in scanPhong() local
272 xtemp = xright; xright = xleft; xleft = xtemp; in scanPhong()
/dports/multimedia/ccextractor/ccextractor-0.85/src/gpacmp4/
H A Dmath.c420 Fixed x, y, xtemp; in gf_trig_pseudo_rotate() local
445 xtemp = x + (y << 1); in gf_trig_pseudo_rotate()
447 x = xtemp; in gf_trig_pseudo_rotate()
451 xtemp = x - (y << 1); in gf_trig_pseudo_rotate()
453 x = xtemp; in gf_trig_pseudo_rotate()
460 xtemp = x + (y >> i); in gf_trig_pseudo_rotate()
462 x = xtemp; in gf_trig_pseudo_rotate()
466 xtemp = x - (y >> i); in gf_trig_pseudo_rotate()
468 x = xtemp; in gf_trig_pseudo_rotate()
/dports/graphics/opencv/opencv-4.5.3/doc/tutorials/core/how_to_use_OpenCV_parallel_for_/
H A Dhow_to_use_OpenCV_parallel_for_.markdown92 xtemp = x*x - y*y + x0
94 x = xtemp
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/text/src/
H A Dtext_detector_swt.cpp455 float xtemp = component[j].x * cos(theta) + component[j].y * -sin(theta); in filterComponents() local
457 xmin = std::min(xtemp,xmin); in filterComponents()
458 xmax = std::max(xtemp,xmax); in filterComponents()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/utils/
H A Dmath.c420 Fixed x, y, xtemp; in gf_trig_pseudo_rotate() local
445 xtemp = x + ( y << 1 ); in gf_trig_pseudo_rotate()
447 x = xtemp; in gf_trig_pseudo_rotate()
450 xtemp = x - ( y << 1 ); in gf_trig_pseudo_rotate()
452 x = xtemp; in gf_trig_pseudo_rotate()
459 xtemp = x + ( y >> i ); in gf_trig_pseudo_rotate()
461 x = xtemp; in gf_trig_pseudo_rotate()
464 xtemp = x - ( y >> i ); in gf_trig_pseudo_rotate()
466 x = xtemp; in gf_trig_pseudo_rotate()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/utils/
H A Dmath.c420 Fixed x, y, xtemp; in gf_trig_pseudo_rotate() local
445 xtemp = x + ( y << 1 ); in gf_trig_pseudo_rotate()
447 x = xtemp; in gf_trig_pseudo_rotate()
450 xtemp = x - ( y << 1 ); in gf_trig_pseudo_rotate()
452 x = xtemp; in gf_trig_pseudo_rotate()
459 xtemp = x + ( y >> i ); in gf_trig_pseudo_rotate()
461 x = xtemp; in gf_trig_pseudo_rotate()
464 xtemp = x - ( y >> i ); in gf_trig_pseudo_rotate()
466 x = xtemp; in gf_trig_pseudo_rotate()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/
H A Dluaengine.cpp1830 int xtemp = x1-x2; in gui_drawline_internal() local
1839 if (xtemp == 0 && ytemp == 0) { in gui_drawline_internal()
1843 if (xtemp < 0) { in gui_drawline_internal()
1844 xtemp = -xtemp; in gui_drawline_internal()
1852 delta_x = xtemp << 1; in gui_drawline_internal()

12345678910>>...13