Home
last modified time | relevance | path

Searched refs:WordLength (Results 1 – 25 of 150) sorted by relevance

123456

/dports/biology/mothur/mothur-1.46.1/source/uchime_src/
H A Dalpha2.cpp10 const char *WordToStrAmino(unsigned Word, unsigned WordLength) in WordToStrAmino() argument
13 for (unsigned i = 0; i < WordLength; ++i) in WordToStrAmino()
16 Str[WordLength-i-1] = g_LetterToCharAmino[Letter]; in WordToStrAmino()
19 Str[WordLength] = 0; in WordToStrAmino()
25 for (unsigned i = 0; i < WordLength; ++i) in WordToStrAmino2()
28 Str[WordLength-i-1] = g_LetterToCharAmino[Letter]; in WordToStrAmino2()
31 Str[WordLength] = 0; in WordToStrAmino2()
35 const char *WordToStrNucleo(unsigned Word, unsigned WordLength) in WordToStrNucleo() argument
38 for (unsigned i = 0; i < WordLength; ++i) in WordToStrNucleo()
41 Str[WordLength-i-1] = g_LetterToCharNucleo[Letter]; in WordToStrNucleo()
[all …]
H A Dalpha.h45 const char *WordToStr(unsigned Word, unsigned WordLength, bool Nucleo);
46 const char *WordToStrNucleo(unsigned Word, unsigned WordLength);
47 const char *WordToStrAmino(unsigned Word, unsigned WordLength);
48 const char *WordToStrAmino2(unsigned Word, unsigned WordLength, char *Str);
H A Dwindex.h23 uint32 WordLength; member
52 void Init(bool Nucleo, unsigned WordLength);
54 void InitRed(unsigned WordLength);
/dports/graphics/tesseract/tesseract-5.0.0/src/ccutil/
H A Dbitvector.cpp91 int wordlen = WordLength(); in Serialize()
106 int wordlen = WordLength(); in DeSerialize()
154 int wordlen = WordLength(); in NextSetBit()
172 int wordlen = WordLength(); in NumSetBits()
187 int length = std::min(WordLength(), other.WordLength()); in operator |=()
193 int length = std::min(WordLength(), other.WordLength()); in operator &=()
197 for (int w = WordLength() - 1; w >= length; --w) { in operator &=()
202 int length = std::min(WordLength(), other.WordLength()); in operator ^=()
210 int length = std::min(v1.WordLength(), v2.WordLength()); in SetSubtract()
222 int initial_wordlength = WordLength(); in Alloc()
[all …]
H A Dbitvector.h47 explicit BitVector(int length) : bit_size_(length), array_(WordLength()) { in BitVector()
129 int WordLength() const { in WordLength() function
134 return WordLength() * sizeof(array_[0]); in ByteLength()
/dports/math/gap/gap-4.11.0/pkg/guava-3.15/tst/
H A Ddecoding.tst24 gap> e := ErrorVector(Random([1..WordLength(C)]), C);;
45 gap> e := ErrorVector(Random([1..WordLength(C)]), C);;
66 gap> e := ErrorVector(Random([1..WordLength(C)]), C);;
87 gap> e := ErrorVector(Random([1..WordLength(C)]), C);;
108 gap> e := ErrorVector(Random([1..WordLength(C)]), C);;
115 gap> e := ErrorVector(Random(Combinations([1..WordLength(C)],2)), C);;
136 gap> e := ErrorVector(Random([1..WordLength(C)]), C);;
143 gap> e := ErrorVector(Random(Combinations([1..WordLength(C)],2)), C);;
171 gap> e := ErrorVector(Random([1..WordLength(C)]), C);;
201 gap> e := ErrorVector(Random([1..WordLength(C)]), C);;
[all …]
/dports/converters/ascii2binary/ascii2binary-2.14/
H A DGetWord.c39 char * Get_Word(FILE *fp, char *delim, int *WordLength) in Get_Word() argument
56 *WordLength=Chars_Read; in Get_Word()
62 *WordLength=Chars_Read; in Get_Word()
/dports/textproc/uni2ascii/uni2ascii-4.18/
H A DGetWord.c24 char * Get_Word(FILE *fp, int *WordLength,int *eofptr) in Get_Word() argument
43 *WordLength=CharsRead; in Get_Word()
48 *WordLength=CharsRead; in Get_Word()
/dports/math/gap/gap-4.11.0/pkg/guava-3.15/lib/
H A Dcodeman.gi92 n := WordLength(C);
1420 n := WordLength(C1) + WordLength(C2);
1478 n := WordLength(C1) + WordLength(C2);
1646 n := WordLength(C1)+Maximum(WordLength(C1),WordLength(C2));
1647 diff := WordLength(C1)-WordLength(C2);
1690 n := WordLength(C1)+Maximum(WordLength(C1),WordLength(C2));
1691 diff := WordLength(C1)-WordLength(C2);
1737 elif WordLength(C1) <> WordLength(C2) then
1777 elif WordLength(C1) <> WordLength(C2) then
1804 elif WordLength(C1) <> WordLength(C2) then
[all …]
H A Dcodenorm.gi25 if i < 1 or i > WordLength( code ) then
57 return List( [ 1 .. WordLength( code ) ], x -> -1 );
67 if i < 1 or i > WordLength( code ) then
83 f[ j ] := WordLength( code );
113 return Minimum( List( [ 1 .. WordLength( code ) ],
167 n := WordLength( code );
205 n := WordLength( code );
263 if WordLength( arg[ i + 1 ] ) <> WordLength( arg[ 1 ] ) then
H A Dcodeops.gi396 n := WordLength(C);
483 n := WordLength(C);
557 n := WordLength(C);
994 mwg := WordLength(C);
1394 if WordLength(w) <> WordLength(C) then
1418 if WordLength(w) <> WordLength(C) then
1945 if WordLength(C1) <> WordLength(C2) or Size(C1) <> Size(C2)
1998 if WordLength(C1) <> WordLength(C2) or Size(C1) <> Size(C2)
2105 # if WordLength(C1) <> WordLength(C2) or Size(C1) <> Size(C2)
2358 if Int(WordLength(C)/(10^LogInt(WordLength(C),10))) = 8
[all …]
H A Dcodeword.gi15 ## WordLength
134 return Codeword(l, WordLength(C), LeftActingDomain(C));
195 return Codeword(s, WordLength(C), LeftActingDomain(C));
278 return Codeword(p, WordLength(C), LeftActingDomain(C));
290 return Codeword(VectorCodeword(w), WordLength(w), Field(VectorCodeword(w)));
307 return Codeword(VectorCodeword(w),WordLength(w), F);
312 return Codeword(VectorCodeword(w), WordLength(w), ffe);
317 return Codeword(VectorCodeword(w), WordLength(C), LeftActingDomain(C));
345 for power in Reversed([0..WordLength(w)-1]) do
661 for i in [1..WordLength(c)] do
[all …]
H A Dcodecstr.gi88 Append( i, List( [ 1..WordLength( D ) - 1 ],
92 for i in [ 2 .. WordLength( D ) ] do
93 NewG[ Dimension( C ) ][ WordLength( C ) + i - 1 ] :=
101 [ 2 .. WordLength( D ) ], y -> NewH[ x ][ y ] ) );
169 CoordinateSubCode( C, WordLength( C ), i ) ) );
175 x -> x{ [ 2 .. WordLength( D ) ] } );
336 if WordLength( L ) <> WordLength( B ) then
355 x -> NullWord( WordLength( L ) * m ) );
363 firstzeros := NullVector( ( i-1 ) * WordLength( L ),
365 lastzeros := NullVector( ( m-i ) * WordLength( L ),
[all …]
H A Dcodeword.gd94 #F WordLength( <v> ) . . . . . . . . . stores the wordlength of codeword <v>
96 DeclareAttribute("WordLength", IsCodeword);
H A Dcodecr.gi95 n := WordLength(code);
258 n := WordLength( code );
532 Random( [0..WordLength( code )] ),
537 Random( [0..WordLength( code )] ),
628 n := WordLength( code );
1019 n := WordLength( code );
1052 n := WordLength(code);
1803 if WordLength( code ) <= 100 then
1907 n := WordLength( code );
1940 return WordLength(code);
[all …]
H A Dcodemisc.gi67 n := WordLength( code );
204 alloneword := AllOneCodeword( WordLength( code ), GF(2) );
226 return( AllOneCodeword( WordLength( code ), GF(2) ) in code );
248 elif not ( Size( code ) in List( [ 0 .. WordLength( code ) ],
299 n := WordLength( code );
357 n := WordLength( code );
386 n := WordLength( code );
557 n := WordLength( C );
574 N := [ 1 .. WordLength( C ) ];
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32G4xx_HAL_Driver/inc/
H A Dstm32g4xx_hal_usart_ex.h133 if ((__HANDLE__)->Init.WordLength == USART_WORDLENGTH_9B) \
144 else if ((__HANDLE__)->Init.WordLength == USART_WORDLENGTH_8B) \
155 else if ((__HANDLE__)->Init.WordLength == USART_WORDLENGTH_7B) \
H A Dstm32g4xx_hal_uart_ex.h545 if ((__HANDLE__)->Init.WordLength == UART_WORDLENGTH_9B) \
556 else if ((__HANDLE__)->Init.WordLength == UART_WORDLENGTH_8B) \
567 else if ((__HANDLE__)->Init.WordLength == UART_WORDLENGTH_7B) \
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32H7xx_HAL_Driver/inc/
H A Dstm32h7xx_hal_usart_ex.h133 if ((__HANDLE__)->Init.WordLength == USART_WORDLENGTH_9B) \
144 else if ((__HANDLE__)->Init.WordLength == USART_WORDLENGTH_8B) \
155 else if ((__HANDLE__)->Init.WordLength == USART_WORDLENGTH_7B) \
H A Dstm32h7xx_hal_uart_ex.h764 if ((__HANDLE__)->Init.WordLength == UART_WORDLENGTH_9B) \
775 else if ((__HANDLE__)->Init.WordLength == UART_WORDLENGTH_8B) \
786 else if ((__HANDLE__)->Init.WordLength == UART_WORDLENGTH_7B) \
/dports/math/gap/gap-4.11.0/pkg/nq-2.5.4/src/
H A Dpc.c404 size += sizeof(gpower) * (WordLength(Power[g]) + 1);
420 size += sizeof(gpower) * (WordLength(Conjugate[h][g]) + 1);
424 size += sizeof(gpower) * (WordLength(Conjugate[-h][ g]) + 1);
429 size += sizeof(gpower) * (WordLength(Conjugate[ h][-g]) + 1);
434 size += sizeof(gpower) * (WordLength(Conjugate[-h][-g]) + 1);
H A Dpcarith.h19 extern int WordLength(word w);
/dports/science/py-pymol/pymol-open-source-2.4.0/layer0/
H A DWord.h24 #define WordLength 256 macro
26 typedef char WordType[WordLength];
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCPLYMeshFileLoader.cpp456 WordLength = -1; in allocateBuffer()
619 WordLength = -1; in getNextLine()
631 StartPointer += WordLength + 1; in getNextWord()
635 WordLength = -1; // in getNextWord()
650 WordLength = (s32)(pos-StartPointer); in getNextWord()
/dports/math/ntl/ntl-11.5.1/include/NTL/
H A DGF2E.h123 GF2E(INIT_ALLOC_TYPE) { _GF2E__rep.xrep.SetMaxLength(GF2E::WordLength()); } // allocates space in GF2E()
124 void allocate() { _GF2E__rep.xrep.SetMaxLength(GF2E::WordLength()); } in allocate()
136 static long WordLength() { return GF2EInfo->p.WordLength(); } in WordLength() function
138 static long storage() { return WV_storage(GF2E::WordLength()); } in storage()

123456