Home
last modified time | relevance | path

Searched refs:nxa (Results 1 – 25 of 298) sorted by relevance

12345678910>>...12

/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/url/
H A Dtoascii.window.js.ini29 [xn--a.xn--nxa (using URL)]
32 [xn--a.xn--nxa (using URL.host)]
35 [xn--a.xn--nxa (using URL.hostname)]
38 [xn--a.xn--nxa (using <a>)]
41 [xn--a.xn--nxa (using <a>.host)]
44 [xn--a.xn--nxa (using <a>.hostname)]
47 [xn--a.xn--nxa (using <area>)]
50 [xn--a.xn--nxa (using <area>.host)]
53 [xn--a.xn--nxa (using <area>.hostname)]
191 [x01234567890123456789012345678901234567890123456789012345678901x.xn--nxa (using URL)]
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/url/
H A Dtoascii.window.js.ini29 [xn--a.xn--nxa (using URL)]
32 [xn--a.xn--nxa (using URL.host)]
35 [xn--a.xn--nxa (using URL.hostname)]
38 [xn--a.xn--nxa (using <a>)]
41 [xn--a.xn--nxa (using <a>.host)]
44 [xn--a.xn--nxa (using <a>.hostname)]
47 [xn--a.xn--nxa (using <area>)]
50 [xn--a.xn--nxa (using <area>.host)]
53 [xn--a.xn--nxa (using <area>.hostname)]
191 [x01234567890123456789012345678901234567890123456789012345678901x.xn--nxa (using URL)]
[all …]
/dports/lang/onyx/onyx-5.1.2/lib/libonyx/doc/latex/
H A Dnxa.tex35 % nxa portion of Onyx Manual.
39 \subsection{nxa} subsection
40 \label{nxa} label
41 \index{nxa@\classname{nxa}{}}
53 \index{nxa_malloc@\cfunc{nxa\_malloc}{}}
84 \index{nxa_calloc@\cfunc{nxa\_calloc}{}}
118 \index{nxa_realloc@\cfunc{nxa\_realloc}{}}
151 \index{nxa_free_e@\cfunc{nxa\_free\_e}{}}
155 \index{nxa_free@\cfunc{nxa\_free}{}}
177 \index{nxa_collect@\cfunc{nxa\_collect}{}}
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/meta/url/
H A Dtoascii.window.js.ini29 [xn--a.xn--nxa (using URL)]
32 [xn--a.xn--nxa (using URL.host)]
35 [xn--a.xn--nxa (using URL.hostname)]
38 [xn--a.xn--nxa (using <a>)]
41 [xn--a.xn--nxa (using <a>.host)]
44 [xn--a.xn--nxa (using <a>.hostname)]
47 [xn--a.xn--nxa (using <area>)]
50 [xn--a.xn--nxa (using <area>.host)]
53 [xn--a.xn--nxa (using <area>.hostname)]
272 [x01234567890123456789012345678901234567890123456789012345678901x.xn--nxa (using URL)]
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/url/
H A Dtoascii.window.js.ini29 [xn--a.xn--nxa (using URL)]
32 [xn--a.xn--nxa (using URL.host)]
35 [xn--a.xn--nxa (using URL.hostname)]
38 [xn--a.xn--nxa (using <a>)]
41 [xn--a.xn--nxa (using <a>.host)]
44 [xn--a.xn--nxa (using <a>.hostname)]
47 [xn--a.xn--nxa (using <area>)]
50 [xn--a.xn--nxa (using <area>.host)]
53 [xn--a.xn--nxa (using <area>.hostname)]
272 [x01234567890123456789012345678901234567890123456789012345678901x.xn--nxa (using URL)]
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dmri_subset.c14 int nxa , nxb , ny , ii , jj , ps , ia ; in mri_subset_x2D() local
19 nxa = ima->nx ; ny = ima->ny ; nxb = ng ; in mri_subset_x2D()
27 ia = glist[ii] ; if( ia < 0 || ia >= nxa ) continue ; in mri_subset_x2D()
29 apt = aar + ps*(ia+jj*nxa) ; in mri_subset_x2D()
H A D3dmatmult.c75 int nxa, nya, nza, nxya; in multiply_dsets() local
87 nxa = DSET_NX(opts->dsetA); nxb = DSET_NX(opts->dsetB); in multiply_dsets()
91 if( nxa != nyb ) { in multiply_dsets()
92 fprintf(stderr,"** matrices do not match, %d cols != %d rows\n",nxa,nyb); in multiply_dsets()
134 nxya = nxa * nya; /* note slice slizes */ in multiply_dsets()
169 for(ind = 0; ind < nxa; ind++ ) in multiply_dsets()
170 sum += sliceA[nxa*row+ind] * sliceB[nxb*ind+col]; in multiply_dsets()
H A Dmri_fft_complex.c231 int nxa,nya,nza , nxb,nyb,nzb , Lxx,Lyy,Lzz , Lxyz,ii ; in mri_fft_3Dconvolve() local
240 nxa = aim->nx ; nya = aim->ny ; nza = aim->nz ; in mri_fft_3Dconvolve()
245 Lxx = (nxa > 1 && nxb > 1) ? csfft_nextup_one35(nxa+nxb) : 0 ; in mri_fft_3Dconvolve()
260 paim = mri_zeropad_3D( 0,Lxx-nxa , 0,Lyy-nya , 0,Lzz-nza , faim ) ; /* 2) */ in mri_fft_3Dconvolve()
H A DXphace.c466 int nxa,nxb , nya,nyb ; in PH_loadim() local
493 nxa = (P_ima != NULL) ? P_ima->nx : 0 ; in PH_loadim()
498 P_nx = MAX(nxa,nxb) ; if( P_nx == 0 ) P_nx = 256 ; in PH_loadim()
501 if( nxa > 0 && (nxa != P_nx || nya != P_ny) ){ in PH_loadim()
/dports/science/dftbplus/dftbplus-19.1/external/poisson/mudpack/
H A Ddmud3pn.f57 iparm(2) = nxa
91 if (nxa.eq.0) isx = 5
225 iparm(2) = nxa
549 nxa = iparm(2)
833 if (nxa.ne.0) then
1044 if (nxa.eq.0) then
1085 if (nxa.eq.0) then
1126 if (nxa.eq.0) then
1178 if (nxa.ne.0) then
1355 if (nxa.eq.0) then
[all …]
H A Dmud3pn.f56 iparm(2) = nxa
88 if (nxa.eq.0) isx = 5
220 iparm(2) = nxa
252 if (nxa.eq.0) isx = 5
541 nxa = iparm(2)
569 if (nxa.eq.0) isx = 5
806 if (nxa.ne.0) then
1020 if (nxa.eq.0) then
1058 if (nxa.eq.0) then
1096 if (nxa.eq.0) then
[all …]
H A Ddmud3sp.f90 nxa = iparm(2)
151 if (nxa.eq.0.and.nxb.ne.0) return
611 if (nxa.eq.1) ist = 2
695 if (nxa.eq.1) ist = 2
772 if (nxa.eq.2) then
866 if (nxa.eq.0.or.(nxa.eq.2.and.nxb.eq.2)) then
923 if (nxa.eq.1) ist = 2
932 if (nxa.eq.2) then
1031 if (nxa.eq.1) then
1141 nper = nxa*nyc*nze
[all …]
H A Dmud3sp.f90 nxa = iparm(2)
151 if (nxa.eq.0.and.nxb.ne.0) return
610 if (nxa.eq.1) ist = 2
693 if (nxa.eq.1) ist = 2
770 if (nxa.eq.2) then
864 if (nxa.eq.0.or.(nxa.eq.2.and.nxb.eq.2)) then
920 if (nxa.eq.1) ist = 2
929 if (nxa.eq.2) then
1028 if (nxa.eq.1) then
1138 nper = nxa*nyc*nze
[all …]
H A Ddmud3.f84 nxa = iparm(2)
187 if (nxa.eq.0) then
878 if (nxa.eq.1) ist = 2
940 if (nxa.eq.2) then
1053 if (nxa.eq.0.or.(nxa.eq.2.and.nxb.eq.2)) then
1066 if (nxa.eq.1) then
1144 if (nxa.ne.0) then
1311 if (nxa.eq.1) ist = 2
1321 if (nxa.eq.2) then
1421 if (nxa.eq.1) then
[all …]
H A Dmud3.f84 nxa = iparm(2)
194 if (nxa.eq.0) then
897 if (nxa.eq.1) ist = 2
959 if (nxa.eq.2) then
1072 if (nxa.eq.0.or.(nxa.eq.2.and.nxb.eq.2)) then
1085 if (nxa.eq.1) then
1163 if (nxa.ne.0) then
1330 if (nxa.eq.1) ist = 2
1340 if (nxa.eq.2) then
1440 if (nxa.eq.1) then
[all …]
H A Dmuh3.f87 nxa = iparm(2)
193 if (nxa.eq.0) then
227 if (nxa.eq.0) iisx = 5
238 if (nxa.eq.0) iisx = 5
982 if (nxa.eq.2) then
1089 if (nxa.eq.0.or.(nxa.eq.2.and.nxb.eq.2)) then
1100 if (nxa.eq.1) then
1203 if (nxa.ne.0) then
1378 if (nxa.eq.2) then
1477 if (nxa.eq.1) then
[all …]
H A Ddmuh3.f87 nxa = iparm(2)
193 if (nxa.eq.0) then
928 if (nxa.eq.1) ist = 2
985 if (nxa.eq.2) then
1092 if (nxa.eq.0.or.(nxa.eq.2.and.nxb.eq.2)) then
1103 if (nxa.eq.1) then
1206 if (nxa.ne.0) then
1382 if (nxa.eq.2) then
1481 if (nxa.eq.1) then
1659 nper = nxa*nyc*nze
[all …]
H A Dmud3ln.f39 integer nxa,nyc,nze,nper
45 nper = nxa*nyc*nze
50 if (nxa.ne.0) then
279 call per3vb(nx,ny,nz,phi,nxa,nyc,nze)
319 call per3vb(nx,ny,nz,phi,nxa,nyc,nze)
359 call per3vb(nx,ny,nz,phi,nxa,nyc,nze)
371 integer nxa,nyc,nze,nper
377 nper = nxa*nyc*nze
602 call per3vb(nx,ny,nz,phi,nxa,nyc,nze)
698 integer nxa,nyc,nze,nper
[all …]
H A Ddmud3ln.f39 integer nxa,nyc,nze,nper
45 nper = nxa*nyc*nze
50 if (nxa.ne.0) then
273 call per3vb(nx,ny,nz,phi,nxa,nyc,nze)
312 call per3vb(nx,ny,nz,phi,nxa,nyc,nze)
351 call per3vb(nx,ny,nz,phi,nxa,nyc,nze)
363 integer nxa,nyc,nze,nper
369 nper = nxa*nyc*nze
588 call per3vb(nx,ny,nz,phi,nxa,nyc,nze)
682 integer nxa,nyc,nze,nper
[all …]
H A Dmudcom.f239 if (nxa.eq.1) then
275 if (nxa.eq.1) then
415 if (nxa.eq.1) then
449 if (nxa.eq.0) then
472 if (nxa.ne.0) then
495 if (nxa.eq.0) then
549 if (nxa.eq.0) then
569 if (nxa.ne.0) then
1074 if (nxa.eq.1) then
1142 if (nxa.eq.1) then
[all …]
H A Ddmudcom.f244 if (nxa.eq.1) then
281 if (nxa.eq.1) then
424 if (nxa.eq.1) then
560 if (nxa.eq.0) then
584 if (nxa.ne.0) then
1108 if (nxa.eq.1) then
1177 if (nxa.eq.1) then
1419 if (nxa.eq.0) then
1437 if (nxa.eq.0) then
1975 integer nx,i,nxa,k
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DfindLinks.cpp15 } nxa; typedef
63 nxa na; in recurFindLinkedEdges()
86 nxa na; in createEdgeLinks()
96 li.l = List_Create(20, 1, sizeof(nxa)); in createEdgeLinks()
136 nxa na; in orientAndSortEdges()
247 nxa na; in recurFindLinkedFaces()
266 nxa na; in createFaceLinks()
276 li.l = List_Create(20, 1, sizeof(nxa)); in createFaceLinks()
/dports/math/scilab/scilab-6.1.1/scilab/modules/optimization/src/fortran/
H A Dn1qn1.f100 nxa=nw+n
101 nga=nxa+n
105 1 niter,nsim,iprint,lp,zm,zm(nd),zm(nw),zm(nxa),zm(nga),
/dports/devel/ros-catkin/catkin-0.8.9/cmake/templates/
H A Dsetup.bat.in25 set _PYTHONEXE=%%~nxa
26 set _PYTHON="%%~dpa%%~nxa"
/dports/science/nwchem-data/nwchem-7.0.2-release/src/argos/
H A Dargos_diana_supimp.F13 integer nfr,nxa

12345678910>>...12