Home
last modified time | relevance | path

Searched refs:xtemp (Results 176 – 200 of 302) sorted by relevance

12345678910>>...13

/dports/science/PETSc/petsc-3.14.1/src/mat/impls/baij/seq/
H A Dbaijsolvnat4.c438 PetscScalar *xtemp=&x[idt]; in MatSolve_SeqBAIJ_4_NaturalOrdering_SSE_Demotion_usj() local
440 xtemp[3] = (PetscScalar)ttemp[3]; in MatSolve_SeqBAIJ_4_NaturalOrdering_SSE_Demotion_usj()
441 xtemp[2] = (PetscScalar)ttemp[2]; in MatSolve_SeqBAIJ_4_NaturalOrdering_SSE_Demotion_usj()
442 xtemp[1] = (PetscScalar)ttemp[1]; in MatSolve_SeqBAIJ_4_NaturalOrdering_SSE_Demotion_usj()
443 xtemp[0] = (PetscScalar)ttemp[0]; in MatSolve_SeqBAIJ_4_NaturalOrdering_SSE_Demotion_usj()
635 PetscScalar *xtemp=&x[idt]; in MatSolve_SeqBAIJ_4_NaturalOrdering_SSE_Demotion() local
637 xtemp[3] = (PetscScalar)ttemp[3]; in MatSolve_SeqBAIJ_4_NaturalOrdering_SSE_Demotion()
638 xtemp[2] = (PetscScalar)ttemp[2]; in MatSolve_SeqBAIJ_4_NaturalOrdering_SSE_Demotion()
639 xtemp[1] = (PetscScalar)ttemp[1]; in MatSolve_SeqBAIJ_4_NaturalOrdering_SSE_Demotion()
640 xtemp[0] = (PetscScalar)ttemp[0]; in MatSolve_SeqBAIJ_4_NaturalOrdering_SSE_Demotion()
/dports/math/xblas/xblas-1.0.248/testing/test-waxpby/
H A Ddo_test_waxpby.c134 float xtemp; in do_test_dwaxpby_d_s() local
628 float xtemp; in do_test_dwaxpby_s_d() local
1122 float xtemp; in do_test_dwaxpby_s_s() local
1627 float xtemp; in do_test_zwaxpby_z_c() local
2138 float xtemp; in do_test_zwaxpby_c_z() local
2649 float xtemp; in do_test_zwaxpby_c_c() local
3178 float xtemp; in do_test_cwaxpby_c_s() local
3699 float xtemp; in do_test_cwaxpby_s_c() local
4221 float xtemp; in do_test_cwaxpby_s_s() local
4749 float xtemp; in do_test_zwaxpby_z_d() local
[all …]
/dports/science/packmol/packmol-18.169/
H A Dcomputeg.f9029 double precision :: xtemp, ytemp, ztemp local
89 xtemp = xcart(icart,1) - sizemin(1)
93 iboxx = int(xtemp/boxl(1)) + 1
97 if(xtemp.le.0) iboxx = 1
/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcDynamicCount.cc493 double xpct, xtemp; in df1_chg_c() local
501 xtemp = cstep[CoordNo] * cstepscale[CoordNo]; in df1_chg_c()
504 xpct = xpct + xtemp; in df1_chg_c()
513 xpct = xpct - xtemp; in df1_chg_c()
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/Ylib/
H A Dmenus.c1039 INT xtemp, ytemp ; /* pixel location button was pushed */ local
1060 xtemp = event.xbutton.x ;
1065 xtemp = (INT) ( (DOUBLE) xtemp / infoS->scaleFactor ) ;
1068 *x = xtemp - infoS->xoffset ;
1326 INT xtemp, ytemp ; /* current position of pointer */ in TWmouse_tracking_pt() local
1330 xtemp = xoldL ; /* restore old point */ in TWmouse_tracking_pt()
1334 xtemp = event.xmotion.x ; in TWmouse_tracking_pt()
1338 if( xtemp == xoldL && ytemp == yoldL ){ in TWmouse_tracking_pt()
1345 xoldL = xtemp ; /* save current position for next call */ in TWmouse_tracking_pt()
1351 xtemp = (INT) ( (DOUBLE) xtemp / infoS->scaleFactor ) ; in TWmouse_tracking_pt()
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/bem/src/
H A Dtabipb.c321 double *xtemp, *xyz_temp; in output_potential() local
330 if ((xtemp = (double *) calloc(2 * nface, sizeof(double))) == NULL) { in output_potential()
353 xtemp[orderarr[i]] = xvct[i]; in output_potential()
354 xtemp[orderarr[i] + nface] = xvct[i + nface]; in output_potential()
361 xvct[i] = xtemp[i]; in output_potential()
362 xvct[i + nface] = xtemp[i + nface]; in output_potential()
433 free(xtemp); in output_potential()
/dports/devel/tbb/oneTBB-2020.3/examples/task_arena/fractal/
H A Dfractal.cpp33 double fx0, fy0, xtemp, x, y, mu; in calc_one_pixel() local
46 xtemp = x*x - y*y + fx0; in calc_one_pixel()
48 x = xtemp; in calc_one_pixel()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/task_arena/fractal/
H A Dfractal.cpp33 double fx0, fy0, xtemp, x, y, mu; in calc_one_pixel() local
46 xtemp = x*x - y*y + fx0; in calc_one_pixel()
48 x = xtemp; in calc_one_pixel()
/dports/devel/onetbb/oneTBB-2021.4.0/examples/task_arena/fractal/
H A Dfractal.cpp33 double fx0, fy0, xtemp, x, y, mu; in calc_one_pixel() local
48 xtemp = x * x - y * y + fx0; in calc_one_pixel()
50 x = xtemp; in calc_one_pixel()
/dports/misc/vxl/vxl-3.3.2/v3p/dcmtk/dcmimgle/include/
H A Ddiscalet.h536 T *xtemp = new T[this->Src_X]; in interpolatePixel() local
539 if ((xtemp == NULL) || (xvalue == NULL)) in interpolatePixel()
570 for (x = this->Src_X, p = sp, q = xtemp; x != 0; x--) in interpolatePixel()
597 for (x = 0, p = sp, q = xtemp; x < this->Src_X; x++) in interpolatePixel()
614 for (x = this->Dest_X, p = xtemp, q = sq; x != 0; x--) in interpolatePixel()
625 for (x = 0, p = xtemp; x < this->Src_X; x++, p++) in interpolatePixel()
667 delete[] xtemp; in interpolatePixel()
/dports/science/tinker/tinker/source/
H A Dsquare.f75 real*8 xtemp,stepsz
202 xtemp = xc(j)
203 xc(j) = xtemp + stepsz
206 xc(j) = xtemp
397 xtemp = xc(j)
398 xc(j) = xtemp + stepsz
401 xc(j) = xtemp
/dports/science/lammps/lammps-stable_29Sep2021/src/RIGID/
H A Dfix_ehex.cpp412 double xcom[3], xtemp[3]; in check_cluster() local
447 xtemp[k] = x[lid[i]][k] - x[lid[0]][k]; in check_cluster()
451 domain->minimum_image(xtemp); in check_cluster()
454 xcom[k] += mi * (x[lid[0]][k] + xtemp[k]) ; in check_cluster()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/v3p/netlib/arpack/
H A Ddsaitr.f257 & xtemp(2)
668 xtemp(1) = wnorm
669 xtemp(2) = rnorm
/dports/misc/vxl/vxl-3.3.2/v3p/netlib/arpack/
H A Ddsaitr.f257 & xtemp(2)
668 xtemp(1) = wnorm
669 xtemp(2) = rnorm
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/
H A DFilter.cpp241 vector<double> xtemp; in sortedCurveData() local
243 xtemp.push_back(c->x(i)); in sortedCurveData()
246 gsl_sort_index(&p[0], &xtemp[0], 1, datasize); in sortedCurveData()
/dports/devel/fpc-fcl-image/fpc-3.2.2/packages/fcl-image/src/
H A Dellipses.pp172 r, NumberPixels, xtemp,yt,yb : integer;
206 xtemp := round (x + xd);
208 if infoP^.x <> xtemp then // has correct record ?
230 if not GetInfoForX (xtemp, infoP) then // record exists already ?
231 infoP := NewInfoRec (xtemp); // create a new recod
246 xtemp := round(x - xd);
247 if infoM^.x <> xtemp then // has correct record ?
269 if not GetInfoForX (xtemp, infoM) then // record exists already ?
270 infoM := NewInfoRec (xtemp); // create a new recod
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-image/src/
H A Dellipses.pp172 r, NumberPixels, xtemp,yt,yb : integer;
206 xtemp := round (x + xd);
208 if infoP^.x <> xtemp then // has correct record ?
230 if not GetInfoForX (xtemp, infoP) then // record exists already ?
231 infoP := NewInfoRec (xtemp); // create a new recod
246 xtemp := round(x - xd);
247 if infoM^.x <> xtemp then // has correct record ?
269 if not GetInfoForX (xtemp, infoM) then // record exists already ?
270 infoM := NewInfoRec (xtemp); // create a new recod
/dports/net/hping3/hping3-20051105/lib/
H A Dnat-noise.htcl286 set xtemp {}
299 lappend xtemp $p
302 set xtl [expr {[llength $xtemp]-1}]
304 lappend temp [lindex $xtemp $j]
/dports/games/prboom/prboom-2.5.0/src/
H A Dr_drawspan.inl131 …const fixed_t xtemp = ((xfrac >> 16) + (filter_getDitheredPixelLevel(x1, y, ((xfrac>>8)&0xff)))) &…
134 const fixed_t xtemp = (xfrac >> 16) & 63;
137 const fixed_t spot = xtemp | ytemp;
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dr_drawspan.inl131 …const fixed_t xtemp = ((xfrac >> 16) + (filter_getDitheredPixelLevel(x1, y, ((xfrac>>8)&0xff)))) &…
134 const fixed_t xtemp = (xfrac >> 16) & 63;
137 const fixed_t spot = xtemp | ytemp;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/marl/examples/
H A Dfractal.cpp72 auto xtemp = x * x - y * y; in julia() local
74 x = xtemp + cx; in julia()
/dports/math/p5-Math-Prime-Util-GMP/Math-Prime-Util-GMP-0.52/
H A Dfactor.c910 mpz_t* xtemp; in _GMP_trial_factor() local
932 xtemp = xtree[1]; /* implies mindepth = 3 */ in _GMP_trial_factor()
938 mpz_set_ui(xtemp[j], 1); in _GMP_trial_factor()
941 mpz_mul_ui(xtemp[j&3], xtemp[j&3], p); in _GMP_trial_factor()
944 mpz_mul(xtemp[0], xtemp[0], xtemp[1]); /* Combine for final product*/ in _GMP_trial_factor()
945 mpz_mul(xtemp[2], xtemp[2], xtemp[3]); in _GMP_trial_factor()
946 mpz_mul(xtree[0][i], xtemp[0], xtemp[2]); in _GMP_trial_factor()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/linalg/bwc/flint-fft/
H A Dtransform_interface.c993 mp_limb_t * xtemp = malloc(nxtemp * sizeof(mp_limb_t)); in fft_combine_fppol() local
994 mpn_zero(xtemp, nxtemp); in fft_combine_fppol()
996 fft_addcombine_bits(xtemp, ptrs, fti->trunc0, fti->bits, rsize0, nxtemp); in fft_combine_fppol()
1024 mpn_rshift(temp, xtemp + w0, w1 - w0, bit0 % FLINT_BITS); in fft_combine_fppol()
1026 mpn_copyi(temp, xtemp + w0, w1 - w0); in fft_combine_fppol()
1040 free(xtemp); in fft_combine_fppol()
1108 mp_limb_t * xtemp = malloc(nxtemp * sizeof(mp_limb_t)); in fft_combine_fppol_mp() local
1109 mpn_zero(xtemp, nxtemp); in fft_combine_fppol_mp()
1143 mpn_rshift(temp, xtemp + w0, w1 - w0, bit0 % FLINT_BITS); in fft_combine_fppol_mp()
1145 mpn_copyi(temp, xtemp + w0, w1 - w0); in fft_combine_fppol_mp()
[all …]
/dports/cad/tochnog/Sources/test/
H A Dnodfor1.dat36 target_item 0 -node_dof 2 -xtemp
H A Dtemp4.dat31 target_item 1 -node_dof 1 -xtemp

12345678910>>...13