Home
last modified time | relevance | path

Searched refs:Lmax (Results 1 – 25 of 883) sorted by path

12345678910>>...36

/dports/audio/py-gtts/gTTS-2.2.1/gtts/tests/
H A Dtest_utils.py6 Lmax = 10 variable
12 assert _minimize(_in, delim, Lmax) == _out
18 assert _minimize(_in, delim, Lmax) == _out
24 assert _minimize(_in, delim, Lmax) == _out
30 assert _minimize(_in, delim, Lmax) == _out
/dports/biology/canu/canu-2.2/src/gfa/
H A Dbed.C124 uint32 Lmax = 0; in loadFile() local
128 while (AS_UTL_readLine(L, Llen, Lmax, F)) { in loadFile()
H A Dgfa.C316 uint32 Lmax = 0; in loadFile() local
320 while (AS_UTL_readLine(L, Llen, Lmax, F)) { in loadFile()
/dports/biology/canu/canu-2.2/src/haplotyping/
H A DsplitHaplotype.C294 uint32 Lmax = 0; in getMinFreqFromHistogram() local
295 char *L = new char [Lmax]; in getMinFreqFromHistogram()
302 while (AS_UTL_readLine(L, Llen, Lmax, H)) { in getMinFreqFromHistogram()
/dports/biology/canu/canu-2.2/src/meryl/src/meryl-import/
H A Dmeryl-import.C153 uint32 Lmax = 1023; in main() local
154 char *L = new char [Lmax + 1]; in main()
177 while (AS_UTL_readLine(L, Llen, Lmax, K) == true) { in main()
/dports/biology/canu/canu-2.2/src/stores/
H A DovStoreDump.C278 uint32 Lmax = 0; in loadBogartStatus() local
282 while (AS_UTL_readLine(L, Llen, Lmax, E)) { in loadBogartStatus()
/dports/biology/canu/canu-2.2/src/utgcns/
H A Dutgcns.C456 uint32 Lmax = 1024; in loadProcessList() local
458 char *L = new char [Lmax]; in loadProcessList()
467 while (AS_UTL_readLine(L, Llen, Lmax, F)) { in loadProcessList()
/dports/biology/canu/canu-2.2/src/utility/src/tests/
H A Dfasta-fastq.C58 uint32 Lmax = 0; in checkLineLength() local
67 while (AS_UTL_readLine(L, Llen, Lmax, F) == true) { in checkLineLength()
/dports/biology/canu/canu-2.2/src/utility/src/utility/
H A Dfiles.C156 if ((L == NULL) || (Lmax == 0))
159 L[Lmax-2] = 0;
160 L[Lmax-1] = 0;
162 fgets(L, Lmax, F);
171 while ((L[Lmax-2] != 0) && (L[Lmax-2] != '\n')) {
174 assert(Llen == Lmax - 1);
176 resizeArray(L, Llen, Lmax, Lmax + growth); // Grow the array.
177 L[Lmax-2] = 0;
178 L[Lmax-1] = 0;
205 if ((L == NULL) || (Lmax == 0)) in AS_UTL_readLine()
[all …]
H A Dfiles.H41 bool AS_UTL_readLine(char *&L, uint32 &Llen, uint32 &Lmax, FILE *F);
H A DsampledDistribution.H56 uint32 Lmax = 1024; in loadDistribution() local
57 char *L = new char [Lmax]; in loadDistribution()
61 while (AS_UTL_readLine(L, Llen, Lmax, D) == true) { in loadDistribution()
/dports/biology/hhsuite/hh-suite-3.3.0/src/
H A Dhhblits.cpp983 int Lmax = 0; // length of longest HMM to be realigned in perform_realign() local
1007 if (hit_cur.L > Lmax) { in perform_realign()
1008 Lmax = hit_cur.L; in perform_realign()
1020 int t_maxres = Lmax + 2; in perform_realign()
1986 int Lmax = 0; // length of longest HMM to be realigned in premerge() local
1994 if (hit_cur.L > Lmax) { in premerge()
1995 Lmax = hit_cur.L; in premerge()
2001 int t_maxres = Lmax + 2; in premerge()
/dports/biology/hmmer/hmmer-3.3/easel/
H A Desl_huffman.c111 hc->Lmax = 0; in esl_huffman_Build()
499 hc->Lmax = 1; in huffman_codelengths()
513 hc->Lmax = 0; in huffman_codelengths()
515 hc->Lmax = ESL_MAX(hc->len[i], hc->Lmax); in huffman_codelengths()
517 return (hc->Lmax > eslHUFFMAN_MAXCODE ? eslERANGE : eslOK); in huffman_codelengths()
H A Desl_huffman.h21 int Lmax; // max code length: \max_i L[i] member
/dports/biology/infernal/infernal-1.1.3/easel/
H A Desl_huffman.c111 hc->Lmax = 0; in esl_huffman_Build()
499 hc->Lmax = 1; in huffman_codelengths()
513 hc->Lmax = 0; in huffman_codelengths()
515 hc->Lmax = ESL_MAX(hc->len[i], hc->Lmax); in huffman_codelengths()
517 return (hc->Lmax > eslHUFFMAN_MAXCODE ? eslERANGE : eslOK); in huffman_codelengths()
H A Desl_huffman.h21 int Lmax; // max code length: \max_i L[i] member
/dports/biology/py-biopython/biopython-1.79/Tests/PAML/Results/baseml/SE/
H A DSE-4_1.out18 ln Lmax (unconstrained) = -316.049385
H A DSE-4_3.out18 ln Lmax (unconstrained) = -316.049385
H A DSE-4_4.out18 ln Lmax (unconstrained) = -316.049385
H A DSE-4_4c.out18 ln Lmax (unconstrained) = -316.049385
H A DSE-4_5.out16 ln Lmax (unconstrained) = -316.049385
H A DSE-4_6.out16 ln Lmax (unconstrained) = -316.049385
H A DSE-4_7.out16 ln Lmax (unconstrained) = -316.049385
/dports/biology/py-biopython/biopython-1.79/Tests/PAML/Results/baseml/alpha1rho1/
H A Dalpha1rho1-4_1.out18 ln Lmax (unconstrained) = -316.049385
H A Dalpha1rho1-4_6.out16 ln Lmax (unconstrained) = -316.049385

12345678910>>...36