Home
last modified time | relevance | path

Searched refs:NumberOfElements (Results 1 – 25 of 548) sorted by relevance

12345678910>>...22

/dports/audio/mous/mous-2.0.1/deps/MAC_SDK/Source/MACLib/Old/
H A DAnti-Predictor.h19 virtual void AntiPredict(int *pInputArray, int *pOutputArray, int NumberOfElements) { } in AntiPredict() argument
39 void AntiPredict(int *pInputArray, int *pOutputArray, int NumberOfElements);
48 void AntiPredict(int *pInputArray, int *pOutputArray, int NumberOfElements);
60 void AntiPredict(int *pInputArray, int *pOutputArray, int NumberOfElements);
69 void AntiPredict(int *pInputArray, int *pOutputArray, int NumberOfElements);
78 void AntiPredict(int *pInputArray, int *pOutputArray, int NumberOfElements);
91 void AntiPredict(int *pInputArray, int *pOutputArray, int NumberOfElements);
100 void AntiPredict(int *pInputArray, int *pOutputArray, int NumberOfElements);
109 void AntiPredict(int *pInputArray, int *pOutputArray, int NumberOfElements);
118 void AntiPredict(int *pInputArray, int *pOutputArray, int NumberOfElements);
[all …]
H A DAntiPredictorExtraHigh.cpp21 AntiPredictor.AntiPredict(pInputArray, pOutputArray, NumberOfElements); in AntiPredict()
61 AntiPredictor.AntiPredict(pInputArray, pOutputArray, NumberOfElements); in AntiPredict()
107 memcpy(pInputArray, pOutputArray, NumberOfElements * 4); in AntiPredict()
115 AntiPredictor.AntiPredict(pInputArray, pOutputArray, NumberOfElements); in AntiPredict()
152 memcpy(pInputArray, pOutputArray, NumberOfElements * 4); in AntiPredict()
160 AntiPredictor.AntiPredict(pInputArray, pOutputArray, NumberOfElements); in AntiPredict()
196 if (NumberOfElements < nMaxElements) { in AntiPredict()
197 memcpy(pOutputArray, pInputArray, NumberOfElements * 4); in AntiPredict()
227 short *IPAdaptFactor = (short *) calloc(NumberOfElements, 2); in AntiPredict()
228 short *IPShort = (short *) calloc(NumberOfElements, 2); in AntiPredict()
[all …]
H A DAntiPredictorHigh.cpp19 if (NumberOfElements < 32) in AntiPredict()
21 memcpy(pOutputArray, pInputArray, NumberOfElements * 4); in AntiPredict()
33 for (q = 8; q < NumberOfElements; q++) in AntiPredict()
55 for (q = 8; q < NumberOfElements; q++) in AntiPredict()
76 if (NumberOfElements < 8) in AntiPredict()
78 memcpy(pOutputArray, pInputArray, NumberOfElements * 4); in AntiPredict()
104 if (NumberOfElements < 16) in AntiPredict()
151 for (q = 13; q < NumberOfElements; q++) in AntiPredict()
247 for (q = 13; q < NumberOfElements; q++) in AntiPredict()
271 if (NumberOfElements < 20) in AntiPredict()
[all …]
H A DAntiPredictorNormal.cpp11 …iPredictorNormal0000To3320::AntiPredict(int *pInputArray, int *pOutputArray, int NumberOfElements) in AntiPredict() argument
19 if (NumberOfElements < 32) in AntiPredict()
21 memcpy(pOutputArray, pInputArray, NumberOfElements * 4); in AntiPredict()
41 for (ip = &pInputArray[8]; ip < &pInputArray[NumberOfElements]; ip++, op++, op1++, op2++) { in AntiPredict()
121 if (NumberOfElements < 8) in AntiPredict()
123 memcpy(pOutputArray, pInputArray, NumberOfElements * 4); in AntiPredict()
141 for (q = 5; q < NumberOfElements; q++) in AntiPredict()
169 for (q = 5; q < NumberOfElements; q++) in AntiPredict()
189 if (NumberOfElements < 8) in AntiPredict()
191 memcpy(pOutputArray, pInputArray, NumberOfElements * 4); in AntiPredict()
[all …]
H A DAntiPredictorFast.cpp11 …tiPredictorFast0000To3320::AntiPredict(int *pInputArray, int *pOutputArray, int NumberOfElements) { in AntiPredict() argument
14 if (NumberOfElements < 32) { in AntiPredict()
15 memcpy(pOutputArray, pInputArray, NumberOfElements * 4); in AntiPredict()
38 …for (op = &pOutputArray[8], ip = &pInputArray[8]; ip < &pInputArray[NumberOfElements]; ip++, op++,… in AntiPredict()
55 …redictorFast3320ToCurrent::AntiPredict(int *pInputArray, int *pOutputArray, int NumberOfElements) { in AntiPredict() argument
58 if (NumberOfElements < 3) { in AntiPredict()
71 for (ip = &pInputArray[2]; ip < &pInputArray[NumberOfElements]; ip++) { in AntiPredict()
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-orderedhashtable.cc101 CHECK_EQ(0, set->NumberOfElements()); in TEST()
109 CHECK_EQ(1, set->NumberOfElements()); in TEST()
116 CHECK_EQ(1, set->NumberOfElements()); in TEST()
124 CHECK_EQ(2, set->NumberOfElements()); in TEST()
131 CHECK_EQ(2, set->NumberOfElements()); in TEST()
140 CHECK_EQ(3, set->NumberOfElements()); in TEST()
148 CHECK_EQ(3, set->NumberOfElements()); in TEST()
158 CHECK_EQ(4, set->NumberOfElements()); in TEST()
167 CHECK_EQ(4, set->NumberOfElements()); in TEST()
183 CHECK_EQ(0, map->NumberOfElements()); in TEST()
[all …]
H A Dtest-dictionary.cc56 CHECK_EQ(1, table->NumberOfElements()); in TestHashMap()
64 CHECK_EQ(1, table->NumberOfElements()); in TestHashMap()
70 CHECK_EQ(1, table->NumberOfElements()); in TestHashMap()
77 CHECK_EQ(0, table->NumberOfElements()); in TestHashMap()
86 CHECK_EQ(table->NumberOfElements(), i + 1); in TestHashMap()
128 CHECK_EQ(1, table->NumberOfElements()); in TestHashSet()
134 CHECK_EQ(1, table->NumberOfElements()); in TestHashSet()
140 CHECK_EQ(1, table->NumberOfElements()); in TestHashSet()
158 CHECK_EQ(table->NumberOfElements(), i + 2); in TestHashSet()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.incubator.jpackage/unix/native/libapplauncher/
H A DPosixPlatform.cpp117 size_t NumberOfElements, const char *Source) { in CopyString() argument
118 strncpy(Destination, Source, NumberOfElements); in CopyString()
120 if (NumberOfElements > 0) { in CopyString()
121 Destination[NumberOfElements - 1] = '\0'; in CopyString()
126 size_t NumberOfElements, const wchar_t *Source) { in CopyString() argument
127 wcsncpy(Destination, Source, NumberOfElements); in CopyString()
129 if (NumberOfElements > 0) { in CopyString()
130 Destination[NumberOfElements - 1] = '\0'; in CopyString()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/ofstd/include/dcmtk/ofstd/
H A Dofsetit.h78 unsigned int num = ofset.NumberOfElements(); in ResetEnd()
91 if( pos == ofset.NumberOfElements() ) in Object()
101 if( pos < ofset.NumberOfElements() ) in Next()
109 unsigned int num = ofset.NumberOfElements(); in Prev()
/dports/math/gap/gap-4.11.0/pkg/recog-1.3.2/misc/steve/
H A Dutils.gi95 local NumberOfElements, gens, Limit, nmr, x;
96 NumberOfElements := ValueOption("NumberOfElements");
97 if NumberOfElements = fail then
98 NumberOfElements := 5;
107 until nmr >= NumberOfElements or Size(gens) > Limit;
120 D := DerivedSubgroupApproximation( D : NumberOfElements := base);
/dports/math/vtk6/VTK-6.2.0/Imaging/General/
H A DvtkImageMedian3D.cxx32 this->NumberOfElements = 0; in vtkImageMedian3D()
47 os << indent << "NumberOfElements: " << this->NumberOfElements << endl; in PrintSelf()
76 this->NumberOfElements = volume; in SetKernelSize()
196 int NumberOfElements; in vtkImageMedian3DExecute() local
268 NumberOfElements = self->GetNumberOfElements(); in vtkImageMedian3DExecute()
303 Median = Sort + (NumberOfElements / 2) + 4; in vtkImageMedian3DExecute()
317 NumberOfElements, in vtkImageMedian3DExecute()
H A DvtkImageMedian3D.h45 vtkGetMacro(NumberOfElements,int);
51 int NumberOfElements; variable
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dswiss-name-dictionary.cc27 int nof = table->NumberOfElements(); in DeleteEntry()
45 DCHECK_LE(table->NumberOfElements(), MaxUsableCapacity(new_capacity)); in Rehash()
56 new_table->SetNumberOfElements(table->NumberOfElements()); in Rehash()
82 NumberOfElements() != other.NumberOfElements() || in EqualsForTesting()
189 int nof = table->NumberOfElements(); in Shrink()
223 std::vector<Entry> data(NumberOfElements(), dummy); in Rehash()
/dports/devel/agar/agar-1.5.0/math/
H A Dm_sparse_output.c618 int NumberOfElements; in spFileStats() local
643 NumberOfElements = 0; in spFileStats()
650 { NumberOfElements++; in spFileStats()
664 NumberOfElements - Matrix->Fillins); in spFileStats()
667 (double)(NumberOfElements - Matrix->Fillins) / (double)Size); in spFileStats()
672 NumberOfElements); in spFileStats()
674 (double)NumberOfElements / (double)Size); in spFileStats()
676 (100.0*(double)NumberOfElements)/((double)Size*(double)Size)); in spFileStats()
/dports/cad/ngspice_rework/ngspice-35/src/maths/sparse/
H A Dspoutput.c692 int NumberOfElements; in spFileStats() local
716 NumberOfElements = 0; in spFileStats()
725 NumberOfElements++; in spFileStats()
739 NumberOfElements - Matrix->Fillins); in spFileStats()
742 (double)(NumberOfElements - Matrix->Fillins) / (double)Size); in spFileStats()
747 NumberOfElements); in spFileStats()
749 (double)NumberOfElements / (double)Size); in spFileStats()
751 (double)(100.0*NumberOfElements)/(double)(Size*Size)); in spFileStats()
/dports/cad/jspice3/jspice3-2.5/src/lib/sparse/
H A Dspoutput.c691 int NumberOfElements; local
715 NumberOfElements = 0;
722 { NumberOfElements++;
736 NumberOfElements - Matrix->Fillins);
739 (double)(NumberOfElements - Matrix->Fillins) / (double)Size);
744 NumberOfElements);
746 (double)NumberOfElements / (double)Size);
748 (double)(100.0*NumberOfElements)/(double)(Size*Size));
/dports/math/scilab/scilab-6.1.1/scilab/modules/sparse/src/c/
H A DspOutput.c825 int NumberOfElements; in spFileStats() local
858 NumberOfElements = 0; in spFileStats()
867 NumberOfElements++; in spFileStats()
885 NumberOfElements - Matrix->Fillins); in spFileStats()
888 (double)(NumberOfElements - Matrix->Fillins) / (double)Size); in spFileStats()
893 NumberOfElements); in spFileStats()
895 (double)NumberOfElements / (double)Size); in spFileStats()
897 (double)(100.0 * NumberOfElements) / (double)(Size * Size)); in spFileStats()
/dports/science/fasthenry/fasthenry-3.0wr/src/fasthenry/sparse/
H A DspOutput.c691 int NumberOfElements; local
715 NumberOfElements = 0;
722 { NumberOfElements++;
736 NumberOfElements - Matrix->Fillins);
739 (double)(NumberOfElements - Matrix->Fillins) / (double)Size);
744 NumberOfElements);
746 (double)NumberOfElements / (double)Size);
748 (double)(100.0*NumberOfElements)/(double)(Size*Size));
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Numerics/include/mirtk/
H A DMatrix.h126 int NumberOfElements() const;
543 inline int Matrix::NumberOfElements() const in NumberOfElements() function
740 const int n = this->NumberOfElements();
749 const int n = this->NumberOfElements();
758 const int n = this->NumberOfElements();
767 const int n = this->NumberOfElements();
776 const int n = this->NumberOfElements();
814 const int n = this->NumberOfElements();
833 const int n = this->NumberOfElements();
845 const int n = this->NumberOfElements();
[all …]
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/cineon.imageio/
H A Dcineoninput.cpp95 for (int i = 0; i < m_cin.header.NumberOfElements(); i++) { in open()
107 m_cin.header.NumberOfElements(), typedesc); in open()
112 for (int i = 0; i < m_cin.header.NumberOfElements(); i++) { in open()
215 for (int i = 0; i < m_cin.header.NumberOfElements(); i++) in open()
218 TypeDesc(TypeDesc::STRING, m_cin.header.NumberOfElements()), in open()
246 for (int i = 0; i < m_cin.header.NumberOfElements(); i++) { \ in open()
250 TypeDesc(TypeDesc::t, m_cin.header.NumberOfElements()), \ in open()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/cineon.imageio/
H A Dcineoninput.cpp95 for (int i = 0; i < m_cin.header.NumberOfElements(); i++) { in open()
107 m_cin.header.NumberOfElements(), typedesc); in open()
112 for (int i = 0; i < m_cin.header.NumberOfElements(); i++) { in open()
215 for (int i = 0; i < m_cin.header.NumberOfElements(); i++) in open()
218 TypeDesc(TypeDesc::STRING, m_cin.header.NumberOfElements()), in open()
246 for (int i = 0; i < m_cin.header.NumberOfElements(); i++) { \ in open()
250 TypeDesc(TypeDesc::t, m_cin.header.NumberOfElements()), \ in open()
/dports/www/node10/node-v10.24.1/deps/v8/src/objects/
H A Dhash-table-inl.h14 int HashTableBase::NumberOfElements() const { in NumberOfElements() function
25 SetNumberOfElements(NumberOfElements() + 1); in ElementAdded()
29 SetNumberOfElements(NumberOfElements() - 1); in ElementRemoved()
34 SetNumberOfElements(NumberOfElements() - n); in ElementsRemoved()
H A Dordered-hash-table.cc45 int nof = table->NumberOfElements(); in EnsureGrowable()
60 int nof = table->NumberOfElements(); in Shrink()
107 int nof = table->NumberOfElements(); in Add()
122 int length = table->NumberOfElements(); in ConvertToKeysArray()
162 int nof = table->NumberOfElements(); in Rehash()
205 int nof = table->NumberOfElements(); in Delete()
252 int nof = table->NumberOfElements(); in Add()
375 int nof = table->NumberOfElements(); in Add()
405 int nof = table->NumberOfElements(); in Add()
439 int nof = table->NumberOfElements(); in Delete()
[all …]
/dports/math/vtk8/VTK-8.2.0/Imaging/General/
H A DvtkImageMedian3D.h50 vtkGetMacro(NumberOfElements,int);
57 int NumberOfElements; variable
/dports/math/vtk9/VTK-9.1.0/Imaging/General/
H A DvtkImageMedian3D.h49 vtkGetMacro(NumberOfElements, int);
56 int NumberOfElements; variable

12345678910>>...22