Home
last modified time | relevance | path

Searched refs:nsx (Results 1 – 25 of 2132) sorted by relevance

12345678910>>...86

/dports/games/torcs/torcs-1.3.7/data/cars/models/acura-nsx-sz/
H A Dacura-nsx-sz.acc7 texture "acura-nsx-sz.rgb" base
8 texture "acura-nsx-sz.rgb" tiled
9 texture "acura-nsx-sz.rgb" skids
10 texture "acura-nsx-sz.rgb" shad
811 texture "acura-nsx-sz.rgb" base
812 texture "acura-nsx-sz.rgb" tiled
813 texture "acura-nsx-sz.rgb" skids
814 texture "acura-nsx-sz.rgb" shad
899 texture "acura-nsx-sz.rgb" base
900 texture "acura-nsx-sz.rgb" tiled
[all …]
H A Dacura-nsx-sz-lod2.acc7 texture "acura-nsx-sz.rgb" base
8 texture "acura-nsx-sz.rgb" tiled
9 texture "acura-nsx-sz.rgb" skids
10 texture "acura-nsx-sz.rgb" shad
H A Dacura-nsx-sz-lod1.acc7 texture "acura-nsx-sz.rgb" base
8 texture "acura-nsx-sz.rgb" tiled
9 texture "acura-nsx-sz.rgb" skids
10 texture "acura-nsx-sz.rgb" shad
/dports/science/quantum-espresso/q-e-qe-6.7.0/Modules/
H A Dinput_parameters.f9033 USE parameters, ONLY : nsx, natx, sc_size
400 INTEGER :: lback(nsx) = -1
401 INTEGER :: l1back(nsx) = -1
414 LOGICAL :: reserv(nsx) = .FALSE.
417 LOGICAL :: backall(nsx) = .FALSE.
482 REAL(DP) :: angle1(nsx) = 0.0_DP
483 REAL(DP) :: angle2(nsx) = 0.0_DP
1107 INTEGER :: nhgrp(nsx)=0
1130 REAL(DP) :: amprp(nsx) = 0.0_DP
1300 LOGICAL :: cntr(nsx)=.false.
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/upas/nfs/
H A Dsx.c9 int nsx; in Brdsx() local
11 nsx = 0; in Brdsx()
14 sx = erealloc(sx, (nsx+1)*sizeof sx[0]); in Brdsx()
15 sx[nsx++] = x; in Brdsx()
19 x->nsx = nsx; in Brdsx()
39 for(i=0; i<sx->nsx; i++) in sxwalk()
58 for(i=0; i<sx->nsx; i++) in freesx()
197 for(i=0; i<sx->nsx; i++){ in sxfmt()
214 return sx->nsx >= 2 in oksx()
H A Dimap.c921 if(i >= sx->nsx)
931 sx->sx[i]->nsx = 0;
946 if(i != sx->nsx)
1045 for(i=0; i<v->nsx; i++){
1402 z->nuid = sx->nsx-2;
1441 if(sx->sx[3]->nsx%2){
1448 for(i=0; i<sx->nsx; i+=2){
1515 if(v->nsx == 0)
1520 for(i=0; i<v->nsx; i++){
1571 if(v->nsx%2){
[all …]
/dports/games/burrtools/burrtools-0.6.3/src/lib/
H A Dvoxel_2.cpp119 unsigned int nsx = maxx-minx+1; in transform() local
125 if ((nsx < sx) || (nsy < sy) || (nsz < sz)) { in transform()
129 int dx = (nsx < sx) ? (sx-nsx)/2 : 0; in transform()
146 nsx = (sx > nsx) ? sx : nsx; in transform()
151 int voxelsn = nsx*nsy*nsz; in transform()
220 sx = nsx; in transform()
326 int nsx = getX(); in resizeInclude() local
335 nsx -= px; in resizeInclude()
338 nsx ++; in resizeInclude()
360 if (px >= (int)getX()) nsx += (px-getX()+1); in resizeInclude()
[all …]
H A Dvoxel_1.cpp105 unsigned int nsx = maxx-minx+1; in transform() local
116 if ((nsx < sx) || (nsy < sy)) { in transform()
120 int dx = (nsx < sx) ? (sx-nsx)/2 : 0; in transform()
133 nsx = (sx > nsx) ? sx : nsx; in transform()
137 int voxelsn = nsx*nsy*nsz; in transform()
199 sx = nsx; in transform()
365 sx = nsx; in scale()
378 int nsx = getX(); in resizeInclude() local
387 nsx -= px; in resizeInclude()
390 nsx ++; in resizeInclude()
[all …]
H A Dvoxel_4.cpp208 unsigned int nsx = ((sx+2)/3)*amount*3; in scale() local
211 voxel_type * s2 = new voxel_type[nsx*nsy*nsz]; in scale()
212 memset(s2, VX_EMPTY, nsx*nsy*nsz); in scale()
276 …s2[(bx*amount*3+ax) + nsx * ((by*amount*3+ay) + nsy * (bz*amount*3+az))] = get(3*bx+x, 3*by+y, 3*b… in scale()
287 sx = nsx; in scale()
318 int nsx = getX(); in resizeInclude() local
327 nsx += 6; in resizeInclude()
343 if (px >= (int)getX()) nsx += (px-getX()+1); in resizeInclude()
347 if (nsx % 6) nsx += 6-nsx%6; in resizeInclude()
351 resize(nsx, nsy, nsz, 0); in resizeInclude()
H A Dvoxel_0.cpp71 int nsx = abs(tx)+1; in transform() local
75 voxel_type * s = new voxel_type[nsx*nsy*nsz]; in transform()
76 memset(s, VX_EMPTY, nsx*nsy*nsz); in transform()
91 s[tx + nsx*(ty + nsy*tz)] = space[index]; in transform()
99 sx = nsx; in transform()
277 unsigned int nsx = sx/by; in scaleDown() local
291 sx = nsx; in scaleDown()
309 int nsx = getX(); in resizeInclude() local
318 nsx -= px; in resizeInclude()
331 if (px >= (int)getX()) nsx += (px-getX()+1); in resizeInclude()
[all …]
H A Dvoxel_3.cpp277 unsigned int nsx = ((sx+4)/5)*amount*5; in scale() local
280 voxel_type * s2 = new voxel_type[nsx*nsy*nsz]; in scale()
281 memset(s2, VX_EMPTY, nsx*nsy*nsz); in scale()
431 … s2[(bx*amount*5+ax) + nsx * ((by*amount*5+ay) + nsy * (bz*amount*5+az))] = value; in scale()
440 sx = nsx; in scale()
458 int nsx = getX(); in resizeInclude() local
467 nsx += 5; in resizeInclude()
483 if (px >= (int)getX()) nsx += (px-getX()+1); in resizeInclude()
487 if (nsx % 5) nsx += 5-nsx%5; in resizeInclude()
491 resize(nsx, nsy, nsz, 0); in resizeInclude()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/test/
H A Dredundantcast.cxx121 …(void) const_cast<S &&>(nsx()); // expected-error {{redundant const_cast from 'S' xvalue to 'S &&'… in testConstCast()
124 (void) const_cast<S const &&>(nsx()); in testConstCast()
243 …(void) static_cast<S>(nsx()); // expected-error {{static_cast from 'S' xvalue to 'S' prvalue is re… in testStaticCast()
244 /* => */ (void) S(nsx()); in testStaticCast()
246 …(void) static_cast<S &&>(nsx()); // expected-error {{static_cast from 'S' xvalue to 'S &&' xvalue … in testStaticCast()
247 …(void) static_cast<S const>(nsx()); // expected-error {{static_cast from 'S' xvalue to 'const S' p… in testStaticCast()
248 /* => */ (void) CS(nsx()); in testStaticCast()
249 (void) static_cast<S const &>(nsx()); in testStaticCast()
250 …(void) static_cast<S const &&>(nsx()); // expected-error {{static_cast from 'S' xvalue to 'const S… in testStaticCast()
251 /* => */ (void) const_cast<S const &&>(nsx()); in testStaticCast()
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/test/
H A Dredundantcast.cxx125 …(void) const_cast<S &&>(nsx()); // expected-error {{redundant const_cast from 'S' xvalue to 'S &&'… in testConstCast()
128 (void) const_cast<S const &&>(nsx()); in testConstCast()
247 …(void) static_cast<S>(nsx()); // expected-error {{static_cast from 'S' xvalue to 'S' prvalue is re… in testStaticCast()
248 /* => */ (void) S(nsx()); in testStaticCast()
250 …(void) static_cast<S &&>(nsx()); // expected-error {{static_cast from 'S' xvalue to 'S &&' xvalue … in testStaticCast()
251 …(void) static_cast<S const>(nsx()); // expected-error {{static_cast from 'S' xvalue to 'const S' p… in testStaticCast()
252 /* => */ (void) CS(nsx()); in testStaticCast()
253 (void) static_cast<S const &>(nsx()); in testStaticCast()
254 …(void) static_cast<S const &&>(nsx()); // expected-error {{static_cast from 'S' xvalue to 'const S… in testStaticCast()
255 /* => */ (void) const_cast<S const &&>(nsx()); in testStaticCast()
/dports/science/cdcl/dcl-5.4.8-C/src/math1/sublib/
H A Ddxfloc.c27 static integer n, nsx; in dxfloc_() local
35 nsx = 1; in dxfloc_()
38 nsx *= ns[n]; in dxfloc_()
39 *ncp += (np[n + 1] - 1) * nsx; in dxfloc_()
/dports/science/libgridxc/libgridxc-libgridxc-0.9.6/Testers/
H A Dtest6.f9016 nsx = 20, &! number of s mesh values for Fx(s) variable
60 fx(nsx,nf), fxc(nkf,nkg,nz,nf), grho(3,nspin), &
62 pi, rho(nspin), rhoTot, s, smesh(nsx), zeta, zmesh(nz)
68 a = log(dsnds1) / (nsx-1)
69 b = smax / (exp(a*(nsx-1)) - 1)
70 do isx = 1,nsx
93 do isx = 1,nsx
136 do isx = 1,nsx
/dports/science/siesta/siesta-4.1.5/Src/SiestaXC/Testers/
H A Dtest6.f9016 nsx = 20, &! number of s mesh values for Fx(s) variable
60 fx(nsx,nf), fxc(nkf,nkg,nz,nf), grho(3,nspin), &
62 pi, rho(nspin), rhoTot, s, smesh(nsx), zeta, zmesh(nz)
68 a = log(dsnds1) / (nsx-1)
69 b = smax / (exp(a*(nsx-1)) - 1)
70 do isx = 1,nsx
93 do isx = 1,nsx
136 do isx = 1,nsx
/dports/science/xcrysden/xcrysden-1.6.2/F/
H A Dfhi_inpini2ftn34.f53 read(1,*) nsx,nax,nx,ngwx1,ngwx88
78 do i=1,nsx
109 write(2,*) nsx
110 write(2,'(a10)') (name(i),i=1,nsx)
116 read(3,*) nsx
117 read(3,*) (nat(i),i=1,nsx)
/dports/science/quantum-espresso/q-e-qe-6.7.0/CPV/src/
H A Dpres_ai_mod.f9014 use parameters, only: nsx
20 logical :: cntr(nsx)
22 real(dp) :: P_ext, P_in, P_fin, rho_thr, step_rad(nsx)
45 t_gauss_, jellium_, cntr_(nsx)
46 REAL(dp) :: P_ext_, P_in_, P_fin_, rho_thr_, step_rad_(nsx), &
H A DldaU_cp.f9011 USE parameters, ONLY: nsx
15 real(DP) :: Hubbard_U(nsx)
18 integer :: Hubbard_l(nsx), Hubbard_lmax=0, ldmx=0, nwfcU
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/library/
H A Dos.h61 if (![[nsx name] isEqualToString:NSAccessibilityException]) { \
62 NSLog(@"Exception thrown: %@ %@", [nsx name], [nsx reason]); \
76 @catch (NSException *nsx) { \
/dports/science/cdcl/dcl-5.4.8-C/src/grph2/uepack/
H A Duezchk.c49 static integer npx[2], nqx[2], nsx[2]; in uezchk_() local
80 nsx[0] = *mx; in uezchk_()
81 nsx[1] = *ny; in uezchk_()
86 rminz = rvmin_(&z__[z_offset], nsx, npx, nqx, &c__2); in uezchk_()
87 rmaxz = rvmax_(&z__[z_offset], nsx, npx, nqx, &c__2); in uezchk_()
/dports/math/gap/gap-4.11.0/pkg/XMod-2.77/tst/manual/
H A Disoclinic.tst30 gap> nsx := NormalSubXMods( X24 );;
31 gap> Length( nsx );
33 gap> ids := List( nsx, n -> IdGroup(n) );;
35 gap> Xn1 := nsx[pos1];;
45 gap> Xn2 := nsx[pos2];;
49 gap> Xn3 := nsx[pos3];;
58 gap> Xn4 := nsx[pos4];;
123 gap> IsAspherical2DimensionalGroup( nsx[ pos7 ] );
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dreadability-static-accessed-through-instance.cpp6 int nsx; member
25 int nsx; member
146 c1->nsx; // OK, nsx is a non-static member. in static_through_instance()
191 ct.nsx; // OK, nsx is a non-static member in static_through_instance()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dreadability-static-accessed-through-instance.cpp6 int nsx; member
25 int nsx; member
146 c1->nsx; // OK, nsx is a non-static member. in static_through_instance()
191 ct.nsx; // OK, nsx is a non-static member in static_through_instance()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/test/clang-tidy/checkers/
H A Dreadability-static-accessed-through-instance.cpp6 int nsx; member
25 int nsx; member
146 c1->nsx; // OK, nsx is a non-static member. in static_through_instance()
191 ct.nsx; // OK, nsx is a non-static member in static_through_instance()

12345678910>>...86