Home
last modified time | relevance | path

Searched refs:ytemp (Results 1 – 25 of 228) sorted by relevance

12345678910

/dports/math/xblas/xblas-1.0.248/testing/test-gbmv/
H A Dgbmv-support.c74 float ytemp; in sgbmv_commit() local
83 ytemp = y_i[(j - 1) * inc]; in sgbmv_commit()
88 ytemp = y_i[(j - 1) * inc]; in sgbmv_commit()
95 ytemp = y_i[(i - 1) * inc]; in sgbmv_commit()
114 float ytemp; in sgbmv_copy() local
220 float ytemp[2]; in cgbmv_commit() local
268 float ytemp[2]; in cgbmv_copy() local
382 double ytemp; in dgbmv_commit() local
422 double ytemp; in dgbmv_copy() local
528 double ytemp[2]; in zgbmv_commit() local
[all …]
/dports/astro/libgal/libgal-0.5.0/odeint/
H A Dgal_rkfs67.c221 ytemp = malloc ( n * sizeof ( double ) ) ; in gal_rkfs67()
222 if ( ytemp == NULL ) { in gal_rkfs67()
240 ytemp[i] = y[i] + B(1,0) * h * dydx[i] ; in gal_rkfs67()
242 ( *derivs ) ( x + A(1) * h, ytemp, ak2, derivsp ) ; in gal_rkfs67()
247 ( *derivs ) ( x + A(2) * h, ytemp, ak3, derivsp ) ; in gal_rkfs67()
252 ( *derivs ) ( x + A(3) * h, ytemp, ak4, derivsp) ; in gal_rkfs67()
257 ( *derivs ) ( x + A(4) * h, ytemp, ak5, derivsp ) ; in gal_rkfs67()
262 ( *derivs ) ( x + A(5) * h, ytemp, ak6, derivsp ) ; in gal_rkfs67()
267 ( *derivs ) ( x + A(6) * h, ytemp, ak7, derivsp ) ; in gal_rkfs67()
272 ( *derivs ) ( x + A(7) * h, ytemp, ak8, derivsp ) ; in gal_rkfs67()
[all …]
H A Dgal_rkfs56.c190 ytemp = malloc ( n * sizeof ( double ) ) ; in gal_rkfs56()
191 if ( ytemp == NULL ) { in gal_rkfs56()
207 ytemp[i] = y[i] + B(1,0) * h * dydx[i] ; in gal_rkfs56()
209 ( *derivs ) ( x + A(1) * h, ytemp, ak2, derivsp ) ; in gal_rkfs56()
214 ( *derivs ) ( x + A(2) * h, ytemp, ak3, derivsp ) ; in gal_rkfs56()
219 ( *derivs ) ( x + A(3) * h, ytemp, ak4, derivsp ) ; in gal_rkfs56()
224 ( *derivs ) ( x + A(4) * h, ytemp, ak5, derivsp ) ; in gal_rkfs56()
229 ( *derivs ) ( x + A(5) * h, ytemp, ak6, derivsp ) ; in gal_rkfs56()
234 ( *derivs ) ( x + A(6) * h, ytemp, ak7, derivsp ) ; in gal_rkfs56()
239 ( *derivs ) ( x + A(7) * h, ytemp, ak8, derivsp ) ; in gal_rkfs56()
[all …]
H A Dgal_rkfs78.c275 ytemp = malloc ( n * sizeof ( double ) ) ; in gal_rkfs78()
276 if ( ytemp == NULL ) { in gal_rkfs78()
297 ytemp[i] = y[i] + B(1,0) * h * dydx[i] ; in gal_rkfs78()
299 ( *derivs ) ( x + A(1) * h, ytemp, ak2, derivsp ) ; in gal_rkfs78()
304 ( *derivs ) ( x + A(2) * h, ytemp, ak3, derivsp ) ; in gal_rkfs78()
309 ( *derivs ) ( x + A(3) * h, ytemp, ak4, derivsp ) ; in gal_rkfs78()
314 ( *derivs ) ( x + A(4) * h, ytemp, ak5, derivsp ) ; in gal_rkfs78()
319 ( *derivs ) ( x + A(5) * h, ytemp, ak6, derivsp ) ; in gal_rkfs78()
324 ( *derivs ) ( x + A(6) * h, ytemp, ak7, derivsp ) ; in gal_rkfs78()
329 ( *derivs ) ( x + A(7) * h, ytemp, ak8, derivsp ) ; in gal_rkfs78()
[all …]
H A Dgal_rkfcks45.c129 double *ak2, *ak3, *ak4, *ak5, *ak6, *ytemp ; in gal_rkfcks45() local
170 ytemp = malloc ( n * sizeof ( double ) ) ; in gal_rkfcks45()
171 if ( ytemp == NULL ) { in gal_rkfcks45()
185 ytemp[i] = y[i] + B(1,0) * h * dydx[i] ; in gal_rkfcks45()
187 ( *derivs ) ( x + A(1) * h, ytemp, ak2, derivsp ) ; in gal_rkfcks45()
190 ytemp[i] = y[i] + h * (B(2,0) * dydx[i] + B(2,1) * ak2[i]) ; in gal_rkfcks45()
192 ( *derivs ) ( x + A(2) * h, ytemp, ak3, derivsp ) ; in gal_rkfcks45()
197 ( *derivs ) ( x + A(3) * h, ytemp, ak4, derivsp ) ; in gal_rkfcks45()
202 ( *derivs ) ( x + A(4) * h, ytemp, ak5, derivsp ) ; in gal_rkfcks45()
207 ( *derivs )(x + A(5) * h, ytemp, ak6, derivsp ) ; in gal_rkfcks45()
[all …]
H A Dgal_rkfs45.c122 double *ak2, *ak3, *ak4, *ak5, *ak6, *ytemp ; in gal_rkfs45() local
163 ytemp = malloc ( n * sizeof ( double ) ) ; in gal_rkfs45()
164 if ( ytemp == NULL ) { in gal_rkfs45()
178 ytemp[i] = y[i] + B(1,0) * h * dydx[i] ; in gal_rkfs45()
180 ( *derivs ) ( x + A(1) * h, ytemp, ak2, derivsp ) ; in gal_rkfs45()
183 ytemp[i] = y[i] + h * (B(2,0) * dydx[i] + B(2,1) * ak2[i]) ; in gal_rkfs45()
185 ( *derivs ) ( x + A(2) * h, ytemp, ak3, derivsp ) ; in gal_rkfs45()
190 ( *derivs ) ( x + A(3) * h, ytemp, ak4, derivsp ) ; in gal_rkfs45()
195 ( *derivs ) ( x + A(4) * h, ytemp, ak5, derivsp ) ; in gal_rkfs45()
200 ( *derivs )(x + A(5) * h, ytemp, ak6, derivsp ) ; in gal_rkfs45()
[all …]
H A Dgal_rkfqs.c79 double errmax, h, htemp, xnew, *yerr, *ytemp ; in gal_rkfqs() local
98 ytemp = malloc ( sizeof ( double ) * n ) ; in gal_rkfqs()
99 if ( ytemp == NULL ) { in gal_rkfqs()
112 … if ( ( jstat = ( *rkfs ) ( y, dydx, n, *x, h, ytemp, yerr, derivs, derivsp ) ) != GAL_SUCCESS ) { in gal_rkfqs()
113 free ( ytemp ) ; in gal_rkfqs()
151 y[i] = ytemp[i] ; in gal_rkfqs()
158 free ( ytemp ) ; in gal_rkfqs()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Dr_draw.c659 unsigned ytemp;
671 ytemp = position>>4;
672 ytemp = ytemp & 4032;
678 ytemp = position>>4;
679 ytemp = ytemp & 4032;
685 ytemp = position>>4;
686 ytemp = ytemp & 4032;
692 ytemp = position>>4;
693 ytemp = ytemp & 4032;
704 ytemp = position>>4;
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/data_structures/macros/
H A Dcell2mat.sci41 ytemp=list(1:size(c,1));
43 ytemp(i)=c{i,1};
45 ytemp(i)=[ytemp(i) c{i,j}];
48 y=ytemp(i);
50 y=[y;ytemp(i)];
71 ytemp(l)=ylist(i);
73 ytemp(l)=[ytemp(l);ylist(i)];
80 for i=1:size(ytemp(l),1)
85 ysize=[size(ytemp(1),1),csize(3:n)]
89 ysize=[size(ytemp(1)),csize(3:n)]
[all …]
/dports/math/xblas/xblas-1.0.248/m4/test-gbmv/
H A Dgbmv-support.m486 DECLARE(ytemp, $1_type)
95 GET_VECTOR_ELEMENT(ytemp, y_i, (j-1)*inc, $1_type)
96 SET_VECTOR_ELEMENT(AB_i, (ku+row-j + lda*(j-1))*inc, ytemp, $1_type)
100 GET_VECTOR_ELEMENT(ytemp, y_i, (j-1)*inc, $1_type)
107 GET_VECTOR_ELEMENT(ytemp, y_i, (i-1)*inc, $1_type)
112 GET_VECTOR_ELEMENT(ytemp, y_i, (i-1)*inc, $1_type)
133 DECLARE(ytemp, $1_type)
148 SET_VECTOR_ELEMENT(y_i, (j-1)*inc, ytemp, $1_type)
153 SET_VECTOR_ELEMENT(y_i, (j-1)*inc, ytemp, $1_type)
160 SET_VECTOR_ELEMENT(y_i, (i-1)*inc, ytemp, $1_type)
[all …]
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Dr_draw.c658 unsigned ytemp;
670 ytemp = position>>4;
671 ytemp = ytemp & 4032;
677 ytemp = position>>4;
678 ytemp = ytemp & 4032;
684 ytemp = position>>4;
685 ytemp = ytemp & 4032;
691 ytemp = position>>4;
692 ytemp = ytemp & 4032;
703 ytemp = position>>4;
[all …]
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/
H A Dr_draw.c658 unsigned ytemp;
670 ytemp = position>>4;
671 ytemp = ytemp & 4032;
677 ytemp = position>>4;
678 ytemp = ytemp & 4032;
684 ytemp = position>>4;
685 ytemp = ytemp & 4032;
691 ytemp = position>>4;
692 ytemp = ytemp & 4032;
703 ytemp = position>>4;
[all …]
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Dr_draw.c878 unsigned ytemp;
890 ytemp = position>>4;
891 ytemp = ytemp & 4032;
897 ytemp = position>>4;
898 ytemp = ytemp & 4032;
904 ytemp = position>>4;
905 ytemp = ytemp & 4032;
911 ytemp = position>>4;
912 ytemp = ytemp & 4032;
923 ytemp = position>>4;
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/elementary_functions/tests/nonreg_tests/
H A Dbug_8297_cat_old.sci81 ytemp = cell();
83 ytemp = [];
115 ytemp{size(ytemp,"*")+1} = permutevarj{k};
118 ytemp= [ytemp (permutevarj(1+lj*(i-1):lj*i)).'];
122 ytemp = matrix(ytemp,1,-1);
127 ydimsize = size(ytemp,2)/(prod(sizevarless(1)));
138 if typeof(ytemp)=="ce"
141 y{index(k)} = ytemp{ceindex(k)};
144 y(index) = ytemp((1:ydimsize*prodxdimless)+ydimsize*prodxdimless*(i));
154 ysize(dims) = size(ytemp,2)/prod(sizevarless(1));
[all …]
/dports/games/triplane/triplane-classic-1.08.r20130224/src/gfx/
H A Dfont.cpp182 int ytemp, xtemp, temp, valileveys; in count_scale() local
192 for (ytemp = 0; ytemp < height; ytemp++) { in count_scale()
193 if (kuvadata[xtemp + ytemp * char_width[temp]] != 255) in count_scale()
206 for (ytemp = 0; ytemp < height; ytemp++) { in count_scale()
207 if (kuvadata[xtemp + ytemp * char_width[temp]] != 255) in count_scale()
/dports/finance/quantlib/QuantLib-1.20/ql/math/ode/
H A Dadaptiverungekutta.hpp179 std::vector<T> yerr(n),ytemp(n); in rkqs() local
184 rkck(y,dydx,x,h,ytemp,yerr,derivs); in rkqs()
212 y[i]=ytemp[i]; in rkqs()
232 ytemp[i]=y[i]+b21*h*dydx[i]; in rkck()
235 ak2=derivs(x+a2*h,ytemp); in rkck()
237 ytemp[i]=y[i]+h*(b31*dydx[i]+b32*ak2[i]); in rkck()
240 ak3=derivs(x+a3*h,ytemp); in rkck()
242 ytemp[i]=y[i]+h*(b41*dydx[i]+b42*ak2[i]+b43*ak3[i]); in rkck()
245 ak4=derivs(x+a4*h,ytemp); in rkck()
250 ak5=derivs(x+a5*h,ytemp); in rkck()
[all …]
/dports/science/packmol/packmol-18.169/
H A Dsetibox.f9012 double precision :: x, y, z, sizemin(3), boxl(3), xtemp, ytemp, ztemp local
16 ytemp = y - sizemin(2)
19 iboxy = int(ytemp/boxl(2)) + 1
22 if(ytemp.le.0) iboxy = 1
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/analysis/
H A DInterpolation.cpp206 double *ytemp = (double *)malloc(n*sizeof(double));
207 if (!ytemp){
215 ytemp[i] = c->y(i);
220 ytemp[i] = c->x(i);
226 free(xtemp); free(ytemp);
233 free(xtemp); free(ytemp); free(p);
239 free(xtemp); free(ytemp); free(p); free(xtemp2);
245 ytemp2[i] = ytemp[p[i]];
248 free(ytemp);
/dports/math/dsdp/DSDP5.8/src/solver/
H A Ddsdpsetup.c285 DSDPVec ytemp=dsdp->ytemp; in DSDPComputeDataNorms() local
288 info = DSDPComputeANorm2(dsdp,ytemp);DSDPCHKERR(info); in DSDPComputeDataNorms()
290 info = DSDPVecGetC(ytemp,&dsdp->cnorm);DSDPCHKERR(info); in DSDPComputeDataNorms()
292 info = DSDPVecSetR(ytemp,0);DSDPCHKERR(info); in DSDPComputeDataNorms()
293 info = DSDPVecSetC(ytemp,0);DSDPCHKERR(info); in DSDPComputeDataNorms()
294 info = DSDPVecNorm1(ytemp,&dsdp->anorm);DSDPCHKERR(info); in DSDPComputeDataNorms()
297 info=DSDPVecCopy(dsdp->b,ytemp);DSDPCHKERR(info); in DSDPComputeDataNorms()
298 info = DSDPVecSetR(ytemp,0);DSDPCHKERR(info); in DSDPComputeDataNorms()
299 info = DSDPVecSetC(ytemp,0);DSDPCHKERR(info); in DSDPComputeDataNorms()
300 info = DSDPVecNorm2(ytemp,&dsdp->bnorm);DSDPCHKERR(info); in DSDPComputeDataNorms()
[all …]
/dports/math/casadi/casadi-3.5.5/external_packages/DSDP/src/solver/
H A Ddsdpsetup.c285 DSDPVec ytemp=dsdp->ytemp; in DSDPComputeDataNorms() local
288 info = DSDPComputeANorm2(dsdp,ytemp);DSDPCHKERR(info); in DSDPComputeDataNorms()
290 info = DSDPVecGetC(ytemp,&dsdp->cnorm);DSDPCHKERR(info); in DSDPComputeDataNorms()
292 info = DSDPVecSetR(ytemp,0);DSDPCHKERR(info); in DSDPComputeDataNorms()
293 info = DSDPVecSetC(ytemp,0);DSDPCHKERR(info); in DSDPComputeDataNorms()
294 info = DSDPVecNorm1(ytemp,&dsdp->anorm);DSDPCHKERR(info); in DSDPComputeDataNorms()
297 info=DSDPVecCopy(dsdp->b,ytemp);DSDPCHKERR(info); in DSDPComputeDataNorms()
298 info = DSDPVecSetR(ytemp,0);DSDPCHKERR(info); in DSDPComputeDataNorms()
299 info = DSDPVecSetC(ytemp,0);DSDPCHKERR(info); in DSDPComputeDataNorms()
300 info = DSDPVecNorm2(ytemp,&dsdp->bnorm);DSDPCHKERR(info); in DSDPComputeDataNorms()
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/
H A Dgenerate_voronoi.py137 ytemp = bbox.height
139 ytemp = 0
142ytemp = (c.lines[edge[0]][2] - bbox.width * c.lines[edge[0]][0]) / c.lines[edge[0]][1]
143 …2, y2] = clip_line(c.vertices[edge[1]][0], c.vertices[edge[1]][1], xtemp, ytemp, bbox.width, bbox.…
147 ytemp = 0
151 ytemp = bbox.height
153 ytemp = 0
156 ytemp = c.lines[edge[0]][2] / c.lines[edge[0]][1]
157 …[x1, y1, x2, y2] = clip_line(xtemp, ytemp, c.vertices[edge[2]][0], c.vertices[edge[2]][1], bbox.wi…
/dports/math/casadi/casadi-3.5.5/external_packages/casadi-sundials/idas/
H A Didas_sptfqmr.c89 #define ytemp (idaspils_mem->s_ytemp) macro
208 ytemp = N_VClone(vec_tmpl); in IDASptfqmr()
209 if (ytemp == NULL) { in IDASptfqmr()
218 N_VDestroy(ytemp); in IDASptfqmr()
226 N_VDestroy(ytemp); in IDASptfqmr()
233 N_VConst(ONE, ytemp); in IDASptfqmr()
234 sqrtN = SUNRsqrt(N_VDotProd(ytemp, ytemp)); in IDASptfqmr()
241 N_VDestroy(ytemp); in IDASptfqmr()
480 N_VDestroy(ytemp); in IDASptfqmrFree()
/dports/devel/boost-docs/boost_1_72_0/boost/random/
H A Dfaure.hpp140 ytemp.resize(static_cast<std::size_t>(hisum)); // cast safe because log is small in update()
145 *first = compute_recip(seq, ytemp.rbegin()); in update()
156 RealType ztemp = ytemp[static_cast<std::size_t>(i)] * upper_element(i, i, hisum); in update()
158 ztemp += ytemp[static_cast<std::size_t>(j)] * upper_element(i, j, hisum); in update()
161 ytemp[static_cast<std::size_t>(i)] = std::fmod(ztemp, static_cast<RealType>(qs_base)); in update()
163 *first += ytemp[static_cast<std::size_t>(i)] / r; in update()
235 std::vector<RealType> ytemp; member
/dports/devel/boost-python-libs/boost_1_72_0/boost/random/
H A Dfaure.hpp140 ytemp.resize(static_cast<std::size_t>(hisum)); // cast safe because log is small in update()
145 *first = compute_recip(seq, ytemp.rbegin()); in update()
156 RealType ztemp = ytemp[static_cast<std::size_t>(i)] * upper_element(i, i, hisum); in update()
158 ztemp += ytemp[static_cast<std::size_t>(j)] * upper_element(i, j, hisum); in update()
161 ytemp[static_cast<std::size_t>(i)] = std::fmod(ztemp, static_cast<RealType>(qs_base)); in update()
163 *first += ytemp[static_cast<std::size_t>(i)] / r; in update()
235 std::vector<RealType> ytemp; member
/dports/devel/R-cran-BH/BH/inst/include/boost/random/
H A Dfaure.hpp140 ytemp.resize(static_cast<std::size_t>(hisum)); // cast safe because log is small in update()
145 *first = compute_recip(seq, ytemp.rbegin()); in update()
156 RealType ztemp = ytemp[static_cast<std::size_t>(i)] * upper_element(i, i, hisum); in update()
158 ztemp += ytemp[static_cast<std::size_t>(j)] * upper_element(i, j, hisum); in update()
161 ytemp[static_cast<std::size_t>(i)] = std::fmod(ztemp, static_cast<RealType>(qs_base)); in update()
163 *first += ytemp[static_cast<std::size_t>(i)] / r; in update()
235 std::vector<RealType> ytemp; member

12345678910