Home
last modified time | relevance | path

Searched refs:numWords (Results 1 – 25 of 545) sorted by relevance

12345678910>>...22

/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/util/collection/
H A DBitSet.scala74 val smaller = math.min(numWords, other.numWords)
75 assert(newBS.numWords >= numWords)
76 assert(newBS.numWords >= other.numWords)
91 assert(newBS.numWords >= numWords)
92 assert(newBS.numWords >= other.numWords)
93 val smaller = math.min(numWords, other.numWords)
116 val smaller = math.min(numWords, other.numWords)
122 if (ind < numWords) {
137 val smaller = math.min(numWords, other.numWords)
143 if (ind < numWords) {
[all …]
/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclCompCmdsGR.c99 numWords = parsePtr->numWords; in TclCompileGlobalCmd()
197 numWords = parsePtr->numWords; in TclCompileIfCmd()
856 numWords = parsePtr->numWords; in TclCompileLappendCmd()
971 numWords = parsePtr->numWords; in TclCompileLassignCmd()
1181 numWords = parsePtr->numWords; in TclCompileListCmd()
1204 numWords = parsePtr->numWords; in TclCompileListCmd()
1966 numWords = parsePtr->numWords; in TclCompileNamespaceUpvarCmd()
1967 if ((numWords % 2) || (numWords < 4)) { in TclCompileNamespaceUpvarCmd()
2425 int numWords = parsePtr->numWords; in TclCompileReturnCmd() local
2680 numWords = parsePtr->numWords; in TclCompileUpvarCmd()
[all …]
H A DtclCompCmdsSZ.c142 numWords = parsePtr->numWords; in TclCompileSetCmd()
143 if ((numWords != 2) && (numWords != 3)) { in TclCompileSetCmd()
233 int i, numWords = parsePtr->numWords, numArgs; in TclCompileStringCatCmd() local
482 if (parsePtr->numWords < 3 || parsePtr->numWords > 6) { in TclCompileStringIsCmd()
508 if (parsePtr->numWords != 3 && parsePtr->numWords != 4) { in TclCompileStringIsCmd()
744 if (parsePtr->numWords < 3 || parsePtr->numWords > 4) { in TclCompileStringMatchCmd()
1003 if (parsePtr->numWords < 4 || parsePtr->numWords > 5) { in TclCompileStringReplaceCmd()
1776 numWords = parsePtr->numWords-1; in TclCompileSwitchCmd()
1931 bodyToken[numWords] = bodyTokenArray + numWords; in TclCompileSwitchCmd()
1958 } else if (numWords % 2 || numWords == 0) { in TclCompileSwitchCmd()
[all …]
H A DtclCompCmds.c146 numWords = parsePtr->numWords; in TclCompileAppendCmd()
147 if (numWords == 1) { in TclCompileAppendCmd()
232 if (++i < numWords) { in TclCompileAppendCmd()
601 if ((parsePtr->numWords < 2) || (parsePtr->numWords > 4)) { in TclCompileCatchCmd()
1084 if (parsePtr->numWords < 3 || parsePtr->numWords > 4) { in TclCompileDictIncrCmd()
1899 if (parsePtr->numWords<4 || parsePtr->numWords>100) { in TclCompileDictAppendCmd()
2345 if (parsePtr->numWords < 2 || parsePtr->numWords > 4) { in TclCompileErrorCmd()
2690 numWords = parsePtr->numWords; in CompileEachloopCmd()
2691 if ((numWords < 4) || (numWords%2 != 0)) { in CompileEachloopCmd()
2727 i < numWords-1; in CompileEachloopCmd()
[all …]
/dports/lang/tcl87/tcl8.7a5/generic/
H A DtclCompCmdsGR.c98 numWords = parsePtr->numWords; in TclCompileGlobalCmd()
198 numWords = parsePtr->numWords; in TclCompileIfCmd()
849 numWords = parsePtr->numWords; in TclCompileLappendCmd()
963 numWords = parsePtr->numWords; in TclCompileLassignCmd()
1171 numWords = parsePtr->numWords; in TclCompileListCmd()
1194 numWords = parsePtr->numWords; in TclCompileListCmd()
1945 numWords = parsePtr->numWords; in TclCompileNamespaceUpvarCmd()
1946 if ((numWords % 2) || (numWords < 4)) { in TclCompileNamespaceUpvarCmd()
2400 int numWords = parsePtr->numWords; in TclCompileReturnCmd() local
2654 numWords = parsePtr->numWords; in TclCompileUpvarCmd()
[all …]
H A DtclCompCmdsSZ.c136 numWords = parsePtr->numWords; in TclCompileSetCmd()
137 if ((numWords != 2) && (numWords != 3)) { in TclCompileSetCmd()
226 int i, numWords = parsePtr->numWords, numArgs; in TclCompileStringCatCmd() local
526 if (parsePtr->numWords < 3 || parsePtr->numWords > 6) { in TclCompileStringIsCmd()
800 if (parsePtr->numWords < 3 || parsePtr->numWords > 4) { in TclCompileStringMatchCmd()
1056 if (parsePtr->numWords < 4 || parsePtr->numWords > 5) { in TclCompileStringReplaceCmd()
1822 numWords = parsePtr->numWords-1; in TclCompileSwitchCmd()
1963 numWords = 0; in TclCompileSwitchCmd()
1977 bodyToken[numWords] = bodyTokenArray + numWords; in TclCompileSwitchCmd()
2004 } else if (numWords % 2 || numWords == 0) { in TclCompileSwitchCmd()
[all …]
H A DtclCompCmds.c134 numWords = parsePtr->numWords; in TclCompileAppendCmd()
135 if (numWords == 1) { in TclCompileAppendCmd()
220 if (++i < numWords) { in TclCompileAppendCmd()
586 if ((parsePtr->numWords < 2) || (parsePtr->numWords > 4)) { in TclCompileCatchCmd()
1068 if (parsePtr->numWords < 3 || parsePtr->numWords > 4) { in TclCompileDictIncrCmd()
1912 if (parsePtr->numWords<4 || parsePtr->numWords>100) { in TclCompileDictAppendCmd()
2358 if (parsePtr->numWords < 2 || parsePtr->numWords > 4) { in TclCompileErrorCmd()
2700 numWords = parsePtr->numWords; in CompileEachloopCmd()
2701 if ((numWords < 4) || (numWords%2 != 0)) { in CompileEachloopCmd()
2737 i < numWords-1; in CompileEachloopCmd()
[all …]
/dports/lang/tcl85/tcl8.5.19/generic/
H A DtclCompCmds.c248 numWords = parsePtr->numWords; in TclCompileAppendCmd()
1553 numWords = parsePtr->numWords; in TclCompileForeachCmd()
1970 numWords = parsePtr->numWords; in TclCompileIfCmd()
2389 numWords = parsePtr->numWords; in TclCompileLappendCmd()
2489 numWords = parsePtr->numWords; in TclCompileLassignCmd()
2721 numWords = parsePtr->numWords; in TclCompileListCmd()
3340 numWords = parsePtr->numWords; in TclCompileSetCmd()
5693 numWords = parsePtr->numWords; in TclCompileUpvarCmd()
5804 numWords = parsePtr->numWords; in TclCompileNamespaceCmd()
5885 numWords = parsePtr->numWords; in TclCompileGlobalCmd()
[all …]
/dports/math/vtk6/VTK-6.2.0/Parallel/Core/
H A DvtkSocketCommunicator.cxx738 int length = wordSize * numWords; in SendTagged()
781 this->FixByteOrder(data, wordSize, numWords); in ReceivedTaggedFromBuffer()
839 length = numWords* wordSize; in ReceiveTagged()
887 if ((numWords * wordSize) < length) in ReceiveTagged()
905 if (wordSize*numWords > 0) in ReceivePartialTagged()
914 this->FixByteOrder(data, wordSize, numWords); in ReceivePartialTagged()
931 << " length = " << numWords); in FixByteOrder()
937 << " length = " << numWords ); in FixByteOrder()
985 << " numWords=" << numWords; in LogTagged()
993 if((chars[numWords-1]) == 0 && in LogTagged()
[all …]
/dports/math/vtk9/VTK-9.1.0/Parallel/Core/
H A DvtkSocketCommunicator.cxx707 int length = wordSize * numWords; in SendTagged()
739 << (wordSize * numWords) in ReceivedTaggedFromBuffer()
751 this->FixByteOrder(data, wordSize, numWords); in ReceivedTaggedFromBuffer()
808 length = numWords * wordSize; in ReceiveTagged()
856 if ((numWords * wordSize) < length) in ReceiveTagged()
860 << (wordSize * numWords) in ReceiveTagged()
876 if (wordSize * numWords > 0) in ReceivePartialTagged()
885 this->FixByteOrder(data, wordSize, numWords); in ReceivePartialTagged()
951 << " numWords=" << numWords; in LogTagged()
958 if ((chars[numWords - 1]) == 0 && (static_cast<int>(strlen(chars)) == numWords - 1)) in LogTagged()
[all …]
/dports/math/vtk8/VTK-8.2.0/Parallel/Core/
H A DvtkSocketCommunicator.cxx734 int length = wordSize * numWords; in SendTagged()
777 this->FixByteOrder(data, wordSize, numWords); in ReceivedTaggedFromBuffer()
835 length = numWords* wordSize; in ReceiveTagged()
883 if ((numWords * wordSize) < length) in ReceiveTagged()
901 if (wordSize*numWords > 0) in ReceivePartialTagged()
910 this->FixByteOrder(data, wordSize, numWords); in ReceivePartialTagged()
927 << " length = " << numWords); in FixByteOrder()
933 << " length = " << numWords ); in FixByteOrder()
981 << " numWords=" << numWords; in LogTagged()
989 if((chars[numWords-1]) == 0 && in LogTagged()
[all …]
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclGeneric/
H A DtclCompCmds.c81 numWords = parsePtr->numWords;
249 if ((parsePtr->numWords != 2) && (parsePtr->numWords != 3)) {
746 numWords = parsePtr->numWords;
747 if ((numWords < 4) || (numWords%2 != 0)) {
1162 numWords = parsePtr->numWords;
1661 numWords = parsePtr->numWords;
1781 numWords = parsePtr->numWords;
1877 numWords = parsePtr->numWords;
2503 numWords = parsePtr->numWords;
2504 if ((numWords != 2) && (numWords != 3)) {
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/ppmtompeg/
H A Dbitio.c343 unsigned int numWords; in Bitio_Flush() local
361 numWords = ptr->currword; in Bitio_Flush()
364 numWords = ptr->currword+1; in Bitio_Flush()
366 for (i = 0; i < numWords; ++i) in Bitio_Flush()
371 if (nitems != numWords) { in Bitio_Flush()
383 bitsWritten += (numWords * 32); in Bitio_Flush()
384 bitsLeft -= (numWords * 32); in Bitio_Flush()
450 int numWords; in Bitio_WriteToSocket() local
465 numWords = ptr->currword; in Bitio_WriteToSocket()
471 for (i = 0; i < numWords; ++i) in Bitio_WriteToSocket()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/ds/
H A DBitmap.h45 bool ensureSpace(size_t numWords) { in ensureSpace() argument
47 return data.appendN(0, numWords); in ensureSpace()
50 size_t numWords() const { return data.length(); } in numWords() function
56 copyBitsFrom(size_t wordStart, size_t numWords, T* source) { in copyBitsFrom() argument
57 MOZ_ASSERT(wordStart + numWords <= data.length()); in copyBitsFrom()
58 for (size_t i = 0; i < numWords; i++) { in copyBitsFrom()
65 bitwiseOrRangeInto(size_t wordStart, size_t numWords, T* target) const { in bitwiseOrRangeInto() argument
66 for (size_t i = 0; i < numWords; i++) { in bitwiseOrRangeInto()
92 long count = other.numWords() - blockWord; in wordIntersectCount()
162 MOZ_ASSERT(numWords && in bitwiseOrRangeInto()
[all …]
/dports/www/firefox/firefox-99.0/js/src/ds/
H A DBitmap.h45 bool ensureSpace(size_t numWords) { in ensureSpace() argument
47 return data.appendN(0, numWords); in ensureSpace()
50 size_t numWords() const { return data.length(); } in numWords() function
56 copyBitsFrom(size_t wordStart, size_t numWords, T* source) { in copyBitsFrom() argument
57 MOZ_ASSERT(wordStart + numWords <= data.length()); in copyBitsFrom()
58 for (size_t i = 0; i < numWords; i++) { in copyBitsFrom()
65 bitwiseOrRangeInto(size_t wordStart, size_t numWords, T* target) const { in bitwiseOrRangeInto() argument
66 for (size_t i = 0; i < numWords; i++) { in bitwiseOrRangeInto()
92 long count = other.numWords() - blockWord; in wordIntersectCount()
162 MOZ_ASSERT(numWords && in bitwiseOrRangeInto()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/ds/
H A DBitmap.h45 bool ensureSpace(size_t numWords) { in ensureSpace() argument
47 return data.appendN(0, numWords); in ensureSpace()
50 size_t numWords() const { return data.length(); } in numWords() function
56 copyBitsFrom(size_t wordStart, size_t numWords, T* source) { in copyBitsFrom() argument
57 MOZ_ASSERT(wordStart + numWords <= data.length()); in copyBitsFrom()
58 for (size_t i = 0; i < numWords; i++) { in copyBitsFrom()
65 bitwiseOrRangeInto(size_t wordStart, size_t numWords, T* target) const { in bitwiseOrRangeInto() argument
66 for (size_t i = 0; i < numWords; i++) { in bitwiseOrRangeInto()
92 long count = other.numWords() - blockWord; in wordIntersectCount()
162 MOZ_ASSERT(numWords && in bitwiseOrRangeInto()
[all …]
/dports/multimedia/mpeg_encode/mpeg_encode/
H A Dbitio.c308 int numWords; local
324 numWords = ptr->currword;
327 numWords = ptr->currword+1;
335 if (nitems != numWords) {
337 (int)(numWords), nitems);
341 bitsWritten += (numWords * 32);
342 bitsLeft -= (numWords * 32);
401 int numWords; local
414 numWords = ptr->currword;
417 numWords = ptr->currword+1;
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/mpeg_encodedir/
H A Dbitio.c320 int numWords; local
336 numWords = ptr->currword;
339 numWords = ptr->currword+1;
347 if (nitems != numWords) {
349 (int)(numWords), nitems);
353 bitsWritten += (numWords * 32);
354 bitsLeft -= (numWords * 32);
413 int numWords; local
426 numWords = ptr->currword;
429 numWords = ptr->currword+1;
[all …]
/dports/math/vtk6/VTK-6.2.0/IO/XMLParser/
H A DvtkXMLDataParser.h57 size_t numWords, int wordType);
60 size_t numWords) in ReadInlineData() argument
62 numWords, VTK_CHAR); } in ReadInlineData()
69 size_t numWords, int wordType);
72 size_t numWords) in ReadAppendedData() argument
73 { return this->ReadAppendedData(offset, buffer, startWord, numWords, in ReadAppendedData()
80 size_t numWords, int wordType);
162 void PerformByteSwap(void* data, size_t numWords, size_t wordSize);
171 size_t numWords,
175 size_t numWords,
/dports/devel/spark/spark-2.1.1/common/sketch/src/main/java/org/apache/spark/util/sketch/
H A DBitArray.java29 static int numWords(long numBits) { in numWords() method in BitArray
33 long numWords = (long) Math.ceil(numBits / 64.0); in numWords() local
34 if (numWords > Integer.MAX_VALUE) { in numWords()
37 return (int) numWords; in numWords()
41 this(new long[numWords(numBits)]); in BitArray()
96 int numWords = in.readInt(); in readFrom() local
97 long[] data = new long[numWords]; in readFrom()
98 for (int i = 0; i < numWords; i++) { in readFrom()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/ds/
H A DBitmap.h44 bool ensureSpace(size_t numWords) { in ensureSpace() argument
46 return data.appendN(0, numWords); in ensureSpace()
49 size_t numWords() const { return data.length(); } in numWords() function
53 void copyBitsFrom(size_t wordStart, size_t numWords, uintptr_t* source) { in copyBitsFrom() argument
54 MOZ_ASSERT(wordStart + numWords <= data.length()); in copyBitsFrom()
57 std::copy(source, source + numWords, &data[wordStart]); in copyBitsFrom()
60 void bitwiseOrRangeInto(size_t wordStart, size_t numWords, in bitwiseOrRangeInto() argument
62 for (size_t i = 0; i < numWords; i++) { in bitwiseOrRangeInto()
88 long count = other.numWords() - blockWord; in wordIntersectCount()
152 void bitwiseOrRangeInto(size_t wordStart, size_t numWords,
/dports/math/vtk8/VTK-8.2.0/IO/XMLParser/
H A DvtkXMLDataParser.h62 size_t numWords, int wordType);
65 size_t numWords) in ReadInlineData() argument
67 numWords, VTK_CHAR); } in ReadInlineData()
75 size_t numWords, int wordType);
78 size_t numWords) in ReadAppendedData() argument
79 { return this->ReadAppendedData(offset, buffer, startWord, numWords, in ReadAppendedData()
87 size_t numWords, int wordType);
185 void PerformByteSwap(void* data, size_t numWords, size_t wordSize);
194 size_t numWords,
198 size_t numWords,
/dports/math/vtk9/VTK-9.1.0/IO/XMLParser/
H A DvtkXMLDataParser.h65 vtkTypeUInt64 startWord, size_t numWords, int wordType);
67 vtkXMLDataElement* element, int isAscii, char* buffer, vtkTypeUInt64 startWord, size_t numWords) in ReadInlineData() argument
69 return this->ReadInlineData(element, isAscii, buffer, startWord, numWords, VTK_CHAR); in ReadInlineData()
77 vtkTypeInt64 offset, void* buffer, vtkTypeUInt64 startWord, size_t numWords, int wordType);
79 vtkTypeInt64 offset, char* buffer, vtkTypeUInt64 startWord, size_t numWords) in ReadAppendedData() argument
81 return this->ReadAppendedData(offset, buffer, startWord, numWords, VTK_CHAR); in ReadAppendedData()
88 size_t ReadAsciiData(void* buffer, vtkTypeUInt64 startWord, size_t numWords, int wordType);
182 void PerformByteSwap(void* data, size_t numWords, size_t wordSize);
190 unsigned char* data, vtkTypeUInt64 startWord, size_t numWords, size_t wordSize);
192 unsigned char* data, vtkTypeUInt64 startWord, size_t numWords, size_t wordSize);
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/ds/
H A DBitmap.h36 bool ensureSpace(size_t numWords) { in ensureSpace() argument
38 return data.appendN(0, numWords); in ensureSpace()
41 size_t numWords() const { return data.length(); } in numWords() function
45 void copyBitsFrom(size_t wordStart, size_t numWords, uintptr_t* source) { in copyBitsFrom() argument
46 MOZ_ASSERT(wordStart + numWords <= data.length()); in copyBitsFrom()
47 mozilla::PodCopy(&data[wordStart], source, numWords); in copyBitsFrom()
50 void bitwiseOrRangeInto(size_t wordStart, size_t numWords, in bitwiseOrRangeInto() argument
52 for (size_t i = 0; i < numWords; i++) target[i] |= data[wordStart + i]; in bitwiseOrRangeInto()
75 long count = other.numWords() - blockWord; in wordIntersectCount()
135 void bitwiseOrRangeInto(size_t wordStart, size_t numWords,
/dports/math/py-graphillion/Graphillion-1.3/src/subsetting/util/
H A DMySet.hpp44 assert(i < numWords()); in word()
49 assert(i < numWords()); in word()
69 size_t numWords() const { in numWords() function in tdzdd::MyBitSet
78 for (size_t i = 0; i < numWords(); ++i) { in clear()
88 for (size_t i = 0; i < numWords(); ++i) { in empty()
122 uint64_t* q = p + numWords(); in pullout()
148 size_t n = std::min(numWords(), o.numWords()); in intersects()
179 wordPos = bitSet.numWords(); in operator ++()
239 size_t n = numWords(); in hash()
253 size_t n = numWords(); in operator ==()
[all …]

12345678910>>...22