Home
last modified time | relevance | path

Searched refs:chq (Results 1 – 25 of 260) sorted by relevance

1234567891011

/dports/science/R-cran-DCluster/DCluster/man/
H A Dachisq.boot.Rd56 chq.perboot<-boot(sids, statistic=achisq.boot, R=niter)
57 plot(chq.perboot)#Display results
60 chq.mboot<-boot(sids, statistic=achisq.pboot, sim="parametric", ran.gen=multinom.sim, R=niter)
61 plot(chq.mboot)#Display results
64 chq.pboot<-boot(sids, statistic=achisq.pboot, sim="parametric", ran.gen=poisson.sim, R=niter)
65 plot(chq.pboot)#Display results
68 chq.pgboot<-boot(sids, statistic=achisq.pboot, sim="parametric", ran.gen=negbin.sim, R=niter)
69 plot(chq.pgboot)#Display results
/dports/x11-wm/e16/e16-1.0.24/src/
H A Dparse.c36 char chi, chf, chq; in parse() local
60 chq = (chi == '\'' || chi == '"') ? chi : '\0'; in parse()
61 if (chq) in parse()
67 p = strchr(p, chq); in parse()
/dports/comms/wsjtz/wsjtx/lib/qra/q65/
H A Dq65test.c218 float *rp, *rq, *chp, *chq; in wer_test_thread_awgnrayl() local
253 chq = (float*)malloc(nN*sizeof(float)); in wer_test_thread_awgnrayl()
285 normrnd_s(chq,nN,0,sigmach); in wer_test_thread_awgnrayl()
289 rq[k*nM+y[k]]+=A*chq[k]; in wer_test_thread_awgnrayl()
363 free(chq); in wer_test_thread_awgnrayl()
409 float *rp, *rq, *chp, *chq; in wer_test_thread_ff() local
448 chq = (float*)malloc(nN*sizeof(float)); in wer_test_thread_ff()
476 normrnd_s(chq,nN,0,sigmach); in wer_test_thread_ff()
482 rq[k*nBinsPerSymbol+y[k]*nBinsPerTone+nM]+=A*chq[k]; in wer_test_thread_ff()
548 free(chq); in wer_test_thread_ff()
/dports/comms/wsjtz/wsjtx/lib/qra/qracodes/
H A Dmain.c180 float *chq; //[qra_N]; channel gains (imag component) buffer member
250 float *chq=pdata->chq; // channel gains (imag component) in wer_test_thread() local
308 normrnd_s(chq,qra_N,0,sigmach); in wer_test_thread()
311 rq[k*qra_M+y[k]]+=A*chq[k]; in wer_test_thread()
470 wt[j].chq = (float*)malloc(pcode->N*sizeof(float)); in wer_test_proc()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dbetafit.c383 double chq,ccc,cdf ; in BFIT_compute() local
526 chq = cdf = 0.0 ; in BFIT_compute()
530 chq += SQR(hbin[ii]-ccc) / ccc ; in BFIT_compute()
535 ccc = chisq_t2p( chq , cdf ) ; in BFIT_compute()
543 chq = ccc = cdf = 0.0 ; in BFIT_compute()
554 bfr->chisq = chq ; in BFIT_compute()
H A D3dbetafit.c21 double chq,ccc,cdf ; in main() local
H A Dplug_betafit.c161 double chq,ccc,cdf ; in BFIT_main() local
/dports/science/code_saturne/code_saturne-7.1.0/src/atmo/
H A Dsolvar.f90271 chq = rom(iel)*act*act*fh*vtmod*(clatev - 2370.d0*(tssol - tkelvi))
321 chal1 = chq*hu*dqsat
333 chal2 = chq*(qv(iel)*(1.d0 - veg*(1.d0 - hu)) - hu*(qsat - tssol*dqsat))
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/
H A DSampleRegionWALObserver.java75 byte[] chf, byte[] chq, byte[] addf, byte[] addq) { in setTestValues() argument
83 this.changedQualifier = chq; in setTestValues()
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/admin/
H A Dcommande.php184 $chq = GETPOST('chq', 'alpha'); variable
187 $res = dolibarr_set_const($db, "FACTURE_CHQ_NUMBER", $chq, 'chaine', 0, '', $conf->entity);
H A Dpropal.php107 $chq = GETPOST('chq', 'alpha'); variable
110 $res = dolibarr_set_const($db, "FACTURE_CHQ_NUMBER", $chq, 'chaine', 0, '', $conf->entity);
H A Dfacture.php154 $chq = GETPOST('chq', 'alpha'); variable
157 $res = dolibarr_set_const($db, "FACTURE_CHQ_NUMBER", $chq, 'chaine', 0, '', $conf->entity);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/admin/
H A Dcommande.php180 $chq = GETPOST('chq', 'alpha'); variable
183 $res = dolibarr_set_const($db, "FACTURE_CHQ_NUMBER", $chq, 'chaine', 0, '', $conf->entity);
H A Dpropal.php109 $chq = GETPOST('chq', 'alpha'); variable
112 $res = dolibarr_set_const($db, "FACTURE_CHQ_NUMBER", $chq, 'chaine', 0, '', $conf->entity);
H A Dfacture.php151 $chq = GETPOST('chq', 'alpha'); variable
154 $res = dolibarr_set_const($db, "FACTURE_CHQ_NUMBER", $chq, 'chaine', 0, '', $conf->entity);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/flatfile/
H A Dsp_ascii.cpp2828 Char chq; in IfOHTaxIdMatchOHName() local
2840 chq = *q; in IfOHTaxIdMatchOHName()
2841 if(chq >= 'a' && chq <= 'z') in IfOHTaxIdMatchOHName()
2842 chq &= ~040; in IfOHTaxIdMatchOHName()
2843 if(chp != chq) in IfOHTaxIdMatchOHName()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Diuse.cpp6252 char *chq = &s[0]; in einkpc_download_memory_card() local
6253 const int quality = atoi( chq ); in einkpc_download_memory_card()
6262 char *chq = &photos[strqpos]; in einkpc_download_memory_card() local
6263 const int old_quality = atoi( chq ); in einkpc_download_memory_card()
6266 chq = &string_format( "%d", quality )[0]; in einkpc_download_memory_card()
6267 photos[strqpos] = *chq; in einkpc_download_memory_card()
6521 char *chq = &s[0]; in einktabletpc() local
6522 const int quality = atoi( chq ); in einktabletpc()
7651 char *chq = &s[0]; in camera() local
7652 const int quality = atoi( chq ); in camera()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Diuse.cpp6252 char *chq = &s[0]; in einkpc_download_memory_card() local
6253 const int quality = atoi( chq ); in einkpc_download_memory_card()
6262 char *chq = &photos[strqpos]; in einkpc_download_memory_card() local
6263 const int old_quality = atoi( chq ); in einkpc_download_memory_card()
6266 chq = &string_format( "%d", quality )[0]; in einkpc_download_memory_card()
6267 photos[strqpos] = *chq; in einkpc_download_memory_card()
6521 char *chq = &s[0]; in einktabletpc() local
6522 const int quality = atoi( chq ); in einktabletpc()
7651 char *chq = &s[0]; in camera() local
7652 const int quality = atoi( chq ); in camera()
/dports/chinese/wenju/wenju-1.6/src/tim/tables/
H A Dbxm.tim791 3chq=溜
1309 4chq=熘
1557 5chq=骝
2223 chq=留
/dports/chinese/scim-tables/scim-tables-0.5.10/tables/ko/
H A DHangul.txt.in2541 chq
/dports/textproc/scim-table-imengine/scim-tables-0.5.10/tables/ko/
H A DHangul.txt.in2541 chq
/dports/japanese/scim-tables/scim-tables-0.5.10/tables/ko/
H A DHangul.txt.in2541 chq
/dports/editors/texmacs/TeXmacs-1.99.4-src/TeXmacs/langs/natural/hyphen/
H A Dhyphen.spanish48 c4h 4ch. 2chb 2chc 2chd 2chf 2chg 2chh 2chj 2chk ch2l 2chm 2chn 2chp 2chq ch2r 2chs 2cht 2chv 2chw …
/dports/korean/scim-tables/scim-tables-0.5.10/tables/ko/
H A DHangul.txt.in2541 chq
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/hime/data/
H A Dhangul.cin251 chq

1234567891011