Home
last modified time | relevance | path

Searched refs:upto (Results 1 – 25 of 2900) sorted by relevance

12345678910>>...116

/dports/devel/py-cld/chromium_compact_language_detector-20150113/
H A Dpycldmodule.cc399 unsigned int upto = 0; in PyInit_cld2full() local
402 if (upto == PyTuple_Size(pyEncs)) { in PyInit_cld2full()
410 if (upto != PyTuple_Size(pyEncs)) { in PyInit_cld2full()
419 upto = 0; in PyInit_cld2full()
423 if (upto == PyTuple_Size(pyLangs)) { in PyInit_cld2full()
433 upto++, in PyInit_cld2full()
440 if (upto != PyTuple_Size(pyLangs)) { in PyInit_cld2full()
454 upto = 0; in PyInit_cld2full()
460 PyTuple_SET_ITEM(detLangs, upto++, PyUnicode_FromString("AFAR")); in PyInit_cld2full()
462 PyTuple_SET_ITEM(detLangs, upto++, PyUnicode_FromString("AKAN")); in PyInit_cld2full()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Util/
H A DUnicodeUtil.cs125 int upto = 0; in UTF16toUTF8()
184 result.length = upto; in UTF16toUTF8()
194 int upto = 0; in UTF16toUTF8()
251 result.length = upto; in UTF16toUTF8()
264 int upto = 0; in UTF16toUTF8()
316 result.length = upto; in UTF16toUTF8()
339 int upto = offset; in UTF8toUTF16()
341 upto--; in UTF8toUTF16()
353 while (upto < end) in UTF8toUTF16()
373 ch = ((b & 0xf) << 12) + ((utf8[upto] & 0x3f) << 6) + (utf8[upto + 1] & 0x3f); in UTF8toUTF16()
[all …]
/dports/editors/ted/Ted-2.23/utilPs/
H A DpsT42.c153 upto= pad* ( upto / pad ); in psTtfLocaChunk()
192 upto= pad* ( upto / pad ); in psTtfHmtxChunk()
197 return upto; in psTtfHmtxChunk()
208 upto= pad* ( upto / pad ); in psTtfHmtxChunk()
245 upto= pad* ( upto / pad ); in psTtfVmtxChunk()
250 return upto; in psTtfVmtxChunk()
261 upto= pad* ( upto / pad ); in psTtfVmtxChunk()
363 pos= upto; in utilTtfWriteT42Sfnts()
381 pos= upto; in utilTtfWriteT42Sfnts()
399 pos= upto; in utilTtfWriteT42Sfnts()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Index/
H A DReusableStringReader.cs30 internal int upto; field in Lucene.Net.Index.ReusableStringReader
37 this.upto = 0; in Init()
49 TextSupport.GetCharsFromString(s, upto, upto + len, c, off); in Read()
50 upto += len; in Read()
62 TextSupport.GetCharsFromString(s, upto, upto + left, c, off); in Read()
65 upto = s.Length; in Read()
81 upto += 1; in Read()
101 string result = s.Substring(upto, i - upto); in ReadLine()
104 if (c == '\r' && upto < s.Length && s[upto] == '\n') in ReadLine()
106 upto++; in ReadLine()
[all …]
H A DByteSliceReader.cs36 public int upto; field in Lucene.Net.Index.ByteSliceReader
67 limit = upto + firstSize - 4; in Init()
80 if (upto == limit) in ReadByte()
82 return buffer[upto++]; in ReadByte()
93 @out.WriteBytes(buffer, upto, limit - upto);
94 size += limit - upto;
99 @out.WriteBytes(buffer, upto, limit - upto);
100 size += limit - upto;
133 limit = upto + newSize - 4; in NextSlice()
141 int numLeft = limit - upto; in ReadBytes()
[all …]
H A DByteSliceWriter.cs29 private int upto; field in Lucene.Net.Index.ByteSliceWriter
44 upto = address & DocumentsWriter.BYTE_BLOCK_MASK; in Init()
46 System.Diagnostics.Debug.Assert(upto < slice.Length); in Init()
53 if (slice[upto] != 0) in WriteByte()
55 upto = pool.AllocSlice(slice, upto); in WriteByte()
60 slice[upto++] = b; in WriteByte()
61 System.Diagnostics.Debug.Assert(upto != slice.Length); in WriteByte()
69 if (slice[upto] != 0) in WriteBytes()
72 upto = pool.AllocSlice(slice, upto); in WriteBytes()
77 slice[upto++] = b[offset++]; in WriteBytes()
[all …]
H A DNormsWriterPerField.cs42 internal int upto; field in Lucene.Net.Index.NormsWriterPerField
49 docIDs = ArrayUtil.Shrink(docIDs, upto); in Reset()
50 norms = ArrayUtil.Shrink(norms, upto); in Reset()
51 upto = 0; in Reset()
64 upto = 0; in Abort()
77 if (docIDs.Length <= upto) in Finish()
80 docIDs = ArrayUtil.Grow(docIDs, 1 + upto); in Finish()
81 norms = ArrayUtil.Grow(norms, 1 + upto); in Finish()
84 norms[upto] = Similarity.EncodeNorm(norm); in Finish()
85 docIDs[upto] = docState.docID; in Finish()
[all …]
/dports/editors/ted/Ted-2.23/textEncoding/
H A DbidiTreeBuilder.c50 int upto ) in bidiTreeBuilderAddRun() argument
52 if ( from > upto ) in bidiTreeBuilderAddRun()
53 { LLDEB(from,upto); return -1; } in bidiTreeBuilderAddRun()
66 { LDEB(upto); return -1; } in bidiTreeBuilderAddRun()
93 if ( from >= upto ) in bidiTreeBuilderAddRun()
94 { LLDEB(from,upto); return -1; } in bidiTreeBuilderAddRun()
99 { LDEB(upto); return -1; } in bidiTreeBuilderAddRun()
101 btb->btbOffset= upto; in bidiTreeBuilderAddRun()
105 if ( from >= upto ) in bidiTreeBuilderAddRun()
106 { LLDEB(from,upto); return -1; } in bidiTreeBuilderAddRun()
[all …]
H A DbidiTree.c55 int upto ) in bidiNodeAddChild() argument
124 child->bnUpto= upto; in bidiNodeAddChild()
144 int upto ) in bidiStretchNode() argument
148 if ( bn->bnUpto < upto ) in bidiStretchNode()
235 { from++; upto--; } in bidiTraverseNodeImpl()
294 if ( from < upto ) in bidiTraverseNodeImpl()
298 from, upto ) ) in bidiTraverseNodeImpl()
340 if ( from < upto ) in bidiTraverseNodeImpl()
344 from, upto ) ) in bidiTraverseNodeImpl()
354 int upto, in bidiTraverseNode() argument
[all …]
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/index/
H A DByteSliceReader.cpp17 upto = 0; in ByteSliceReader()
47 limit = upto + firstSize - 4; in init()
58 BOOST_ASSERT(upto <= limit); in readByte()
59 if (upto == limit) { in readByte()
62 return buffer[upto++]; in readByte()
70 out->writeBytes(buffer.get(), upto, limit - upto); in writeTo()
71 size += limit - upto; in writeTo()
74 out->writeBytes(buffer.get(), upto, limit - upto); in writeTo()
75 size += limit-upto; in writeTo()
102 limit = upto + newSize - 4; in nextSlice()
[all …]
H A DByteSliceWriter.cpp16 upto = 0; in ByteSliceWriter()
26 upto = (address & DocumentsWriter::BYTE_BLOCK_MASK); in init()
28 BOOST_ASSERT(upto < slice.size()); in init()
33 if (slice[upto] != 0) { in writeByte()
34 upto = pool->allocSlice(slice, upto); in writeByte()
39 slice[upto++] = b; in writeByte()
40 BOOST_ASSERT(upto != slice.size()); in writeByte()
46 if (slice[upto] != 0) { in writeBytes()
48 upto = pool->allocSlice(slice, upto); in writeBytes()
53 slice[upto++] = b[offset++]; in writeBytes()
[all …]
H A DNormsWriterPerField.cpp21 upto = 0; in NormsWriterPerField()
35 norms.resize(MiscUtils::getShrinkSize(norms.size(), upto)); in reset()
36 upto = 0; in reset()
40 upto = 0; in abort()
50 if (docIDs.size() <= upto) { in finish()
51 BOOST_ASSERT(docIDs.size() == upto); in finish()
52 docIDs.resize(MiscUtils::getNextSize(1 + upto)); in finish()
53 norms.resize(MiscUtils::getNextSize(1 + upto)); in finish()
56 norms[upto] = Similarity::encodeNorm(norm); in finish()
57 docIDs[upto] = docState->docID; in finish()
[all …]
/dports/devel/cquery/cquery-20180718/third_party/msgpack-c/erb/v1/
H A Dcpp03_msgpack_tuple.hpp.erb55 <%0.upto(GENERATION_LIMIT) {|i|%>
56 <%0.upto(i) {|j|%>
68 <%0.upto(GENERATION_LIMIT) {|i|%>
69 <%0.upto(i) {|j|%>
90 <%0.upto(GENERATION_LIMIT) {|i|%>
103 <%0.upto(i) {|j|%>
122 <%0.upto(GENERATION_LIMIT) {|i|%>
126 return tuple<A0<%1.upto(i) {|j|%>, A<%=j%><%}%>>(a0<%1.upto(i) {|j|%>, a<%=j%><%}%>);
153 <%0.upto(i) {|j|%>
183 <%0.upto(i) {|j|%>
[all …]
/dports/devel/msgpack/msgpack-c-cpp-3.3.0/erb/v1/
H A Dcpp03_msgpack_tuple.hpp.erb55 <%0.upto(GENERATION_LIMIT) {|i|%>
56 <%0.upto(i) {|j|%>
68 <%0.upto(GENERATION_LIMIT) {|i|%>
69 <%0.upto(i) {|j|%>
90 <%0.upto(GENERATION_LIMIT) {|i|%>
103 <%0.upto(i) {|j|%>
122 <%0.upto(GENERATION_LIMIT) {|i|%>
126 return tuple<A0<%1.upto(i) {|j|%>, A<%=j%><%}%>>(a0<%1.upto(i) {|j|%>, a<%=j%><%}%>);
153 <%0.upto(i) {|j|%>
183 <%0.upto(i) {|j|%>
[all …]
/dports/math/p5-Math-Prime-XS/Math-Prime-XS-0.27/t/
H A Disprime-vs-sieve.t17 my $upto = 0;
21 while ($upto < $prime) {
23 if (is_prime($upto)) {
24 diag "oops, is_prime($upto) true but sieve_primes() doesn't give $upto";
27 $upto++;
35 $upto++;
39 while ($upto < $limit) {
41 if (is_prime($upto)) {
42 diag "oops, is_prime($upto) true but sieve_primes() doesn't give $upto";
45 $upto++;
/dports/audio/Maaate/Maaate-0.3.1/src/plugins/
H A Dtools.cc75 double square_window ( unsigned int upto, int x) { in square_window() argument
77 if ((x >= 0) &&( x <= (int) upto)) { in square_window()
87 double hamming_window ( unsigned int upto, int x) { in hamming_window() argument
89 if ((x >= 0) &&( x <= (int) upto)) { in hamming_window()
90 return 0.54 - 0.46 * cos( 2 * PI * x/upto); in hamming_window()
99 double welch_window ( unsigned int upto, int x) { in welch_window() argument
101 if ((x >= 0) &&( x <= (int) upto)) { in welch_window()
102 return 1 - pow( ((x - 0.5*upto) / (0.5 * upto)) , 2 ); in welch_window()
111 double bartlett_window ( unsigned int upto, int x) { in bartlett_window() argument
113 if ((x >= 0) &&( x <= (int) upto)) { in bartlett_window()
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmGeneratorExpressionLexer.cxx10 if (upto != c) { in InsertText()
11 result.emplace_back(cmGeneratorExpressionToken::Text, upto, c - upto); in InsertText()
27 const char* upto = c; in Tokenize() local
36 upto = c + 2; in Tokenize()
42 InsertText(upto, c, result); in Tokenize()
44 upto = c + 1; in Tokenize()
48 InsertText(upto, c, result); in Tokenize()
50 upto = c + 1; in Tokenize()
53 InsertText(upto, c, result); in Tokenize()
55 upto = c + 1; in Tokenize()
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmGeneratorExpressionLexer.cxx10 if (upto != c) { in InsertText()
11 result.emplace_back(cmGeneratorExpressionToken::Text, upto, c - upto); in InsertText()
27 const char* upto = c; in Tokenize() local
36 upto = c + 2; in Tokenize()
42 InsertText(upto, c, result); in Tokenize()
44 upto = c + 1; in Tokenize()
48 InsertText(upto, c, result); in Tokenize()
50 upto = c + 1; in Tokenize()
53 InsertText(upto, c, result); in Tokenize()
55 upto = c + 1; in Tokenize()
[all …]
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmGeneratorExpressionLexer.cxx10 if (upto != c) { in InsertText()
11 result.emplace_back(cmGeneratorExpressionToken::Text, upto, c - upto); in InsertText()
27 const char* upto = c; in Tokenize() local
36 upto = c + 2; in Tokenize()
42 InsertText(upto, c, result); in Tokenize()
44 upto = c + 1; in Tokenize()
48 InsertText(upto, c, result); in Tokenize()
50 upto = c + 1; in Tokenize()
53 InsertText(upto, c, result); in Tokenize()
55 upto = c + 1; in Tokenize()
[all …]
/dports/devel/p5-Data-MessagePack-Stream/Data-MessagePack-Stream-0.07/msgpack-0.5.7/src/msgpack/type/
H A Dtuple.hpp.erb67 <%0.upto(GENERATION_LIMIT) {|i|%>
68 <%0.upto(i) {|j|%>
80 <%0.upto(GENERATION_LIMIT) {|i|%>
81 <%0.upto(i) {|j|%>
98 <%0.upto(GENERATION_LIMIT) {|i|%>
110 <%0.upto(i) {|j|%>
123 return tuple<A0<%1.upto(i) {|j|%>, A<%=j%><%}%>>(a0<%1.upto(i) {|j|%>, a<%=j%><%}%>);
143 <%0.upto(i) {|j|%>
162 <%0.upto(i) {|j|%>
183 <%0.upto(i) {|j|%>
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/sim/arm/
H A Darmrdi.c361 unsigned i, upto; in RDI_CPUread() local
397 upto++; in RDI_CPUread()
413 int i, upto; in RDI_CPUwrite() local
425 upto++; in RDI_CPUwrite()
465 unsigned upto; in RDI_CPread() local
476 upto += rmap[r]; in RDI_CPread()
600 unsigned upto; in RDI_CPwrite() local
632 upto += rmap[r]; in RDI_CPwrite()
680 buffer[upto + 1]); in RDI_CPwrite()
682 buffer[upto + 2]); in RDI_CPwrite()
[all …]
/dports/devel/gdb761/gdb-7.6.1/sim/arm/
H A Darmrdi.c360 unsigned i, upto; in RDI_CPUread() local
396 upto++; in RDI_CPUread()
412 int i, upto; in RDI_CPUwrite() local
424 upto++; in RDI_CPUwrite()
464 unsigned upto; in RDI_CPread() local
475 upto += rmap[r]; in RDI_CPread()
599 unsigned upto; in RDI_CPwrite() local
631 upto += rmap[r]; in RDI_CPwrite()
679 buffer[upto + 1]); in RDI_CPwrite()
681 buffer[upto + 2]); in RDI_CPwrite()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/arm/
H A Darmrdi.c361 unsigned i, upto; in RDI_CPUread() local
397 upto++; in RDI_CPUread()
413 int i, upto; in RDI_CPUwrite() local
425 upto++; in RDI_CPUwrite()
465 unsigned upto; in RDI_CPread() local
476 upto += rmap[r]; in RDI_CPread()
600 unsigned upto; in RDI_CPwrite() local
632 upto += rmap[r]; in RDI_CPwrite()
680 buffer[upto + 1]); in RDI_CPwrite()
682 buffer[upto + 2]); in RDI_CPwrite()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/arm/
H A Darmrdi.c361 unsigned i, upto; in RDI_CPUread() local
397 upto++; in RDI_CPUread()
413 int i, upto; in RDI_CPUwrite() local
425 upto++; in RDI_CPUwrite()
465 unsigned upto; in RDI_CPread() local
476 upto += rmap[r]; in RDI_CPread()
600 unsigned upto; in RDI_CPwrite() local
632 upto += rmap[r]; in RDI_CPwrite()
680 buffer[upto + 1]); in RDI_CPwrite()
682 buffer[upto + 2]); in RDI_CPwrite()
[all …]
/dports/devel/p5-Log-Contextual/Log-Contextual-0.007000/lib/Log/Contextual/
H A DWarnLogger.pm30 my $upto = $ENV{$self->{env_prefix} . '_UPTO'};
31 return unless $upto;
32 $upto = lc $upto;
34 return $self->{level_num}{$level} >= $self->{level_num}{$upto};
69 my $upto = $ENV{$upto_field};
71 if ($upto) {
72 $upto = lc $upto;
74 croak "Unrecognized log level '$upto' in \$ENV{$upto_field}"
75 if not defined $self->{level_num}{$upto};
77 return $self->{level_num}{$level} >= $self->{level_num}{$upto};

12345678910>>...116