Home
last modified time | relevance | path

Searched refs:nsav (Results 1 – 25 of 38) sorted by relevance

12

/dports/math/gretl/gretl-2021d/cephes/
H A Dpolrt.c54 int i, j, nsav, n, n1, n2, nroot, iter, retry; in polrt() local
75 nsav = n; in polrt()
78 for (j=0; j<=nsav; j++) { in polrt()
164 q = &xcof[nsav]; in polrt()
/dports/math/p5-Math-Cephes/Math-Cephes-0.5305/libmd/
H A Dpolrt.c68 int i, j, nsav, n, n1, n2, nroot, iter, retry; local
85 nsav = n;
88 for( j=0; j<=nsav; j++ )
167 q = &xcof[nsav];
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/reax/
H A Dcontrol.blk6 $ nchaudixmolo,itrans,nsav,
H A Dreax_inout.F450 write (var,'(f7.4)')float(mdstep/nsav)/1d4
800 nsav=50
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dmri_genalign_util.c1424 nsav++ ; /* how many times THIS point was saved into a blok */ in create_GA_BLOK_set()
1429 if( nsav > 1 ) ndup++ ; /* count of points that had duplicate saves */ in create_GA_BLOK_set()
1443 for( nsav=dd=0 ; dd < nblok ; dd++ ){ in create_GA_BLOK_set()
1448 GA_BLOK_CLIP_intar( nelm[dd] , nalm[dd] , elm[dd] ) ; nsav++ ; in create_GA_BLOK_set()
1453 if( nsav == 0 ){ /* didn't find any blok arrays to keep!? */ in create_GA_BLOK_set()
1461 gbs->num = nsav ; in create_GA_BLOK_set()
1462 gbs->nelm = (int *) calloc(sizeof(int) ,nsav) ; in create_GA_BLOK_set()
1463 gbs->elm = (int **)calloc(sizeof(int *),nsav) ; in create_GA_BLOK_set()
1464 for( ntot=nsav=dd=0 ; dd < nblok ; dd++ ){ in create_GA_BLOK_set()
1466 gbs->nelm[nsav] = nelm[dd] ; ntot += nelm[dd] ; in create_GA_BLOK_set()
[all …]
H A Dthd_brainormalize.c281 int nnow , nall , nsav , nkill ; in clustedit3D() local
294 nsav = nkill = 0 ; in clustedit3D()
346 kk = nsav+nnow ; in clustedit3D()
350 memcpy(isav+nsav,inow,sizeof(short)*nnow) ; in clustedit3D()
351 memcpy(jsav+nsav,jnow,sizeof(short)*nnow) ; in clustedit3D()
352 memcpy(ksav+nsav,know,sizeof(short)*nnow) ; in clustedit3D()
353 nsav = kk ; in clustedit3D()
368 for( ii=0 ; ii < nsav ; ii++ ) in clustedit3D()
376 " saved=%d killed=%d nxyz=%d\n",nsav,nkill,nxyz) ; in clustedit3D()
H A Dimseq.c6757 static int nsav ; in ISQ_button2_EV() local
6828 if( bx != bxsav[nsav-1] || by != bysav[nsav-1] ){ in ISQ_button2_EV()
6841 bxsav[nsav] = bx ; bysav[nsav] = by ; in ISQ_button2_EV()
6842 if( nsav < NPTS_MAX ) nsav++ ; in ISQ_button2_EV()
6852 seq->dc->myGC , bxsav[nsav-1],bysav[nsav-1] , in ISQ_button2_EV()
6858 bxsav[nsav] = bxsav[0] ; bysav[nsav] = bysav[0] ; in ISQ_button2_EV()
6859 if( nsav < NPTS_MAX ) nsav++ ; in ISQ_button2_EV()
6913 if( bx == bxsav[nsav-1] && by == bysav[nsav-1] ) EXRETURN ; in ISQ_button2_EV()
6924 seq->dc->myGC , bxsav[nsav-1],bysav[nsav-1],bx,by ) ; in ISQ_button2_EV()
6930 bxsav[nsav] = bx ; bysav[nsav] = by ; in ISQ_button2_EV()
[all …]
H A Dthd_incorrelate.c167 int ntot,nsav,nblok , sgood , maxel ; in create_INCORR_BLOK_set() local
/dports/biology/fasta3/fasta-36.3.8/src/
H A Dtatstats.h84 int nsav, lowscor; /* number of saved runs, worst saved run */ member
H A Ddropfx2.c148 int nsav; /* number of saved runs, worst saved run */ member
H A Ddropfz3.c140 int nsav, lowscor; /* number of saved runs, worst saved run */ member
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/sdl/
H A Dsf_osfdlg.c1008 int nsav = nbareas; in sf_yesnooverlay() local
1046 c = checkmouse(nsav); in sf_yesnooverlay()
1058 nbareas = nsav; in sf_yesnooverlay()
/dports/games/katomic/katomic-21.12.3/po/hu/
H A Dkatomic.po446 #~ msgstr "Porosz sav (ciánsav)"
515 #~ msgstr "Szénsav"
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dstripack.c381 static integer k, n1, n2, lp, lsav, nsav, next; in bdyadd_() local
465 nsav = next; in bdyadd_()
488 next = nsav; in bdyadd_()
/dports/biology/fasta/fasta/
H A Dprss.c87 int nsav, lowscor; /* number of saved runs, worst saved variable
H A Dprdf.c127 int nsav, lowscor; /* number of saved runs, worst saved variable
H A Dssearch.c175 int nsav, lowscor; /* number of saved runs, worst saved variable
H A Dfffasta.c331 int nsav, lowscor; /* number of saved runs, worst saved variable
/dports/math/nfft/nfft-3.5.2/3rdparty/cstripack/
H A Dcstripack.c442 static int k, n1, n2, lp, lsav, nsav, next; in bdyadd_() local
527 nsav = next; in bdyadd_()
550 next = nsav; in bdyadd_()
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dtripack.c829 integer k, n1, n2, lp, lsav, nsav, next; in bdyadd_() local
903 nsav = next; in bdyadd_()
926 next = nsav; in bdyadd_()
H A Dstripack.c449 integer k, n1, n2, lp, lsav, nsav, next; in sph_bdyadd_() local
536 nsav = next; in sph_bdyadd_()
559 next = nsav; in sph_bdyadd_()
/dports/math/gretl/gretl-2021d/po/
H A Dtr.po149 msgstr "birim kök sıfır önsavı: a = 1"
471 msgstr "Sıfır önsavı"
1958 "İlinti olmadığı sıfır önsavı altında:\n"
6904 msgstr "Normal dağılım önsavı sınaması"
6908 msgstr "Gama dağılımı önsavı sınaması"
8061 msgstr "Almaşık önsav"
8433 msgstr "Sıfır önsavı: Ortalamalar farkı = %g\n"
8481 msgstr "Sıfır önsavı: anakütle ortalaması = %g\n"
8501 msgstr "Sıfır önsavı: anakütle varyansı = %g\n"
8516 msgstr "Sıfır önsavı: anakütledeki orantı = %g\n"
[all …]
/dports/www/gallery2/gallery2/modules/getid3/lib/getid3/
H A Dmodule.audio-video.quicktime.inc911 case 'nsav': // NoSAVe atom
/dports/games/katomic/katomic-21.12.3/levels/
H A Ddefault_levels.dat2191 Name[hu]=Ciánsav
4030 Name[hu]=Szénsav
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckuusr.c1893 int nsav = (sizeof(savtab) / sizeof(struct keytab)) - 1; variable
10053 x = cmkey(savtab,nsav,"option","keymap",xxstring);

12