Home
last modified time | relevance | path

Searched refs:newIndices (Results 1 – 25 of 126) sorted by relevance

123456

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/
H A DChangeSignatureTests.java434 int[] newIndices, in helperDoAllWithExceptions() argument
543 int[] newIndices= {0}; in testFailAdd2() local
554 int[] newIndices= {0}; in testFailAdd3() local
565 int[] newIndices= {0}; in testFailAdd4() local
594 int[] newIndices= {0}; in testFailDoAll6() local
612 int[] newIndices= {0}; in testFailDoAll7() local
627 int[] newIndices= {0}; in testFailDoAll8() local
1530 int[] newIndices= {}; in testAll56() local
1871 int[] newIndices= {}; in testImport05() local
1889 int[] newIndices= {}; in testImport06() local
[all …]
H A DChangeSignatureTests1d8.java77 int[] newIndices= { 1 }; in testLambda1() local
78 helperAdd(signature, newParamInfo, newIndices); in testLambda1()
89 int[] newIndices= { 0 }; in testLambda2() local
90 helperAdd(signature, newParamInfo, newIndices); in testLambda2()
/dports/x11-wm/compiz/compiz-0.8.8/src/
H A Dprivates.c36 char *newIndices; in allocatePrivateIndex() local
48 newIndices = (char *) realloc (*indices, (*len + 1) * sizeof (char)); in allocatePrivateIndex()
49 if (!newIndices) in allocatePrivateIndex()
52 newIndices[*len] = 1; in allocatePrivateIndex()
53 *indices = newIndices; in allocatePrivateIndex()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/modules/Utilities/src/MultiIndices/
H A DMultiIndexSet.cpp401 vector<unsigned> newIndices; in Expand() local
410 newIndices.push_back(global2active.at(neighbor)); in Expand()
415 return newIndices; in Expand()
422 vector<unsigned> newIndices; in ForciblyExpand() local
428 ForciblyActivate(neighbor,newIndices); in ForciblyExpand()
431 return newIndices; in ForciblyExpand()
447 ForciblyActivate(ind,newIndices); in ForciblyActivate()
457 vector<unsigned int> newIndices; in ForciblyActivate() local
461 ForciblyActivate(iter->second,newIndices); in ForciblyActivate()
465 ForciblyActivate(newGlobalInd,newIndices); in ForciblyActivate()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/src/cpp/
H A DMeshFecData.cpp127 unsigned int* newIndices = NULL; in setNumIndices() local
132 newIndices = new unsigned int[numberVerticesByElem * numIndices]; in setNumIndices()
159 indices = newIndices; in setNumIndices()
167 if (newIndices != NULL) in setNumIndices()
169 delete [] newIndices; in setNumIndices()
H A DMeshData.cpp249 unsigned int* newIndices = NULL; in setNumIndices() local
253 newIndices = new unsigned int[numberVerticesByElem * numIndices]; in setNumIndices()
268 indices = newIndices; in setNumIndices()
275 if (newIndices != NULL) in setNumIndices()
277 delete [] newIndices; in setNumIndices()
/dports/math/openturns/openturns-1.18/python/doc/examples/data_analysis/manage_data_and_samples/
H A Dplot_randomize_sample_lines.py26 newIndices = mixingDistribution.getSample(1)[0, :] variable
30 print("New indices : ", newIndices)
34 print(sample[[int(i) for i in newIndices]])
/dports/math/osi/Osi-0.108.6/Osi/src/Osi/
H A DOsiCuts.cpp289 int *newIndices = vector.getIndices(); in insertIfNotDuplicate() local
291 CoinSort_2(newIndices, newIndices + numberElements, newElements); in insertIfNotDuplicate()
307 if (indices[j] != newIndices[j]) in insertIfNotDuplicate()
335 int *newIndices = vector.getIndices(); in insertIfNotDuplicate() local
337 CoinSort_2(newIndices, newIndices + numberElements, newElements); in insertIfNotDuplicate()
353 if (indices[j] != newIndices[j]) in insertIfNotDuplicate()
/dports/math/clp/Clp-1.17.3/Osi/src/Osi/
H A DOsiCuts.cpp289 int *newIndices = vector.getIndices(); in insertIfNotDuplicate() local
291 CoinSort_2(newIndices, newIndices + numberElements, newElements); in insertIfNotDuplicate()
307 if (indices[j] != newIndices[j]) in insertIfNotDuplicate()
335 int *newIndices = vector.getIndices(); in insertIfNotDuplicate() local
337 CoinSort_2(newIndices, newIndices + numberElements, newElements); in insertIfNotDuplicate()
353 if (indices[j] != newIndices[j]) in insertIfNotDuplicate()
/dports/math/ogdf/OGDF/src/coin/Osi/
H A DOsiCuts.cpp300 int * newIndices = vector.getIndices(); in insertIfNotDuplicate() local
302 CoinSort_2(newIndices,newIndices+numberElements,newElements); in insertIfNotDuplicate()
318 if (indices[j]!=newIndices[j]) in insertIfNotDuplicate()
345 int * newIndices = vector.getIndices(); in insertIfNotDuplicate() local
347 CoinSort_2(newIndices,newIndices+numberElements,newElements); in insertIfNotDuplicate()
363 if (indices[j]!=newIndices[j]) in insertIfNotDuplicate()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/eigen/vtkeigen/eigen/src/SparseCore/
H A DCompressedStorage.h183 internal::scoped_array<StorageIndex> newIndices(m_allocatedSize);
187 internal::smart_copy(m_indices, m_indices+id, newIndices.ptr());
193 internal::smart_copy(m_indices+id, m_indices+m_size, newIndices.ptr()+id+1);
196 std::swap(m_indices,newIndices.ptr());
235 internal::scoped_array<StorageIndex> newIndices(size); in reallocate()
239 internal::smart_copy(m_indices, m_indices+copySize, newIndices.ptr()); in reallocate()
242 std::swap(m_indices,newIndices.ptr()); in reallocate()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/thirdparty/bcd/ext/eigen/Eigen/src/SparseCore/
H A DCompressedStorage.h183 internal::scoped_array<StorageIndex> newIndices(m_allocatedSize);
187 internal::smart_copy(m_indices, m_indices+id, newIndices.ptr());
193 internal::smart_copy(m_indices+id, m_indices+m_size, newIndices.ptr()+id+1);
196 std::swap(m_indices,newIndices.ptr());
235 internal::scoped_array<StorageIndex> newIndices(size); in reallocate()
239 internal::smart_copy(m_indices, m_indices+copySize, newIndices.ptr()); in reallocate()
242 std::swap(m_indices,newIndices.ptr()); in reallocate()
/dports/graphics/blender/blender-2.91.0/extern/Eigen3/Eigen/src/SparseCore/
H A DCompressedStorage.h183 internal::scoped_array<StorageIndex> newIndices(m_allocatedSize);
187 internal::smart_copy(m_indices, m_indices+id, newIndices.ptr());
193 internal::smart_copy(m_indices+id, m_indices+m_size, newIndices.ptr()+id+1);
196 std::swap(m_indices,newIndices.ptr());
235 internal::scoped_array<StorageIndex> newIndices(size); in reallocate()
239 internal::smart_copy(m_indices, m_indices+copySize, newIndices.ptr()); in reallocate()
242 std::swap(m_indices,newIndices.ptr()); in reallocate()
/dports/math/eigen3/eigen-3.3.9/Eigen/src/SparseCore/
H A DCompressedStorage.h183 internal::scoped_array<StorageIndex> newIndices(m_allocatedSize);
187 internal::smart_copy(m_indices, m_indices+id, newIndices.ptr());
193 internal::smart_copy(m_indices+id, m_indices+m_size, newIndices.ptr()+id+1);
196 std::swap(m_indices,newIndices.ptr());
235 internal::scoped_array<StorageIndex> newIndices(size); in reallocate()
239 internal::smart_copy(m_indices, m_indices+copySize, newIndices.ptr()); in reallocate()
242 std::swap(m_indices,newIndices.ptr()); in reallocate()
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/Eigen/src/SparseCore/
H A DCompressedStorage.h183 internal::scoped_array<StorageIndex> newIndices(m_allocatedSize);
187 internal::smart_copy(m_indices, m_indices+id, newIndices.ptr());
193 internal::smart_copy(m_indices+id, m_indices+m_size, newIndices.ptr()+id+1);
196 std::swap(m_indices,newIndices.ptr());
235 internal::scoped_array<StorageIndex> newIndices(size); in reallocate()
239 internal::smart_copy(m_indices, m_indices+copySize, newIndices.ptr()); in reallocate()
242 std::swap(m_indices,newIndices.ptr()); in reallocate()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/Eigen3/src/itkeigen/Eigen/src/SparseCore/
H A DCompressedStorage.h183 internal::scoped_array<StorageIndex> newIndices(m_allocatedSize);
187 internal::smart_copy(m_indices, m_indices+id, newIndices.ptr());
193 internal::smart_copy(m_indices+id, m_indices+m_size, newIndices.ptr()+id+1);
196 std::swap(m_indices,newIndices.ptr());
235 internal::scoped_array<StorageIndex> newIndices(size); in reallocate()
239 internal::smart_copy(m_indices, m_indices+copySize, newIndices.ptr()); in reallocate()
242 std::swap(m_indices,newIndices.ptr()); in reallocate()
/dports/math/py-cvxpy/cvxpy-1.1.17/cvxpy/cvxcore/include/Eigen/src/SparseCore/
H A DCompressedStorage.h183 internal::scoped_array<StorageIndex> newIndices(m_allocatedSize);
187 internal::smart_copy(m_indices, m_indices+id, newIndices.ptr());
193 internal::smart_copy(m_indices+id, m_indices+m_size, newIndices.ptr()+id+1);
196 std::swap(m_indices,newIndices.ptr());
235 internal::scoped_array<StorageIndex> newIndices(size); in reallocate()
239 internal::smart_copy(m_indices, m_indices+copySize, newIndices.ptr()); in reallocate()
242 std::swap(m_indices,newIndices.ptr()); in reallocate()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/eigen/Eigen/src/SparseCore/
H A DCompressedStorage.h183 internal::scoped_array<StorageIndex> newIndices(m_allocatedSize);
187 internal::smart_copy(m_indices, m_indices+id, newIndices.ptr());
193 internal::smart_copy(m_indices+id, m_indices+m_size, newIndices.ptr()+id+1);
196 std::swap(m_indices,newIndices.ptr());
235 internal::scoped_array<StorageIndex> newIndices(size); in reallocate()
239 internal::smart_copy(m_indices, m_indices+copySize, newIndices.ptr()); in reallocate()
242 std::swap(m_indices,newIndices.ptr()); in reallocate()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/eigen/Eigen/src/SparseCore/
H A DCompressedStorage.h183 internal::scoped_array<StorageIndex> newIndices(m_allocatedSize);
187 internal::smart_copy(m_indices, m_indices+id, newIndices.ptr());
193 internal::smart_copy(m_indices+id, m_indices+m_size, newIndices.ptr()+id+1);
196 std::swap(m_indices,newIndices.ptr());
235 internal::scoped_array<StorageIndex> newIndices(size); in reallocate()
239 internal::smart_copy(m_indices, m_indices+copySize, newIndices.ptr()); in reallocate()
242 std::swap(m_indices,newIndices.ptr()); in reallocate()
/dports/math/R-cran-RcppEigen/RcppEigen/inst/include/Eigen/src/SparseCore/
H A DCompressedStorage.h183 internal::scoped_array<StorageIndex> newIndices(m_allocatedSize);
187 internal::smart_copy(m_indices, m_indices+id, newIndices.ptr());
193 internal::smart_copy(m_indices+id, m_indices+m_size, newIndices.ptr()+id+1);
196 std::swap(m_indices,newIndices.ptr());
235 internal::scoped_array<StorageIndex> newIndices(size); in reallocate()
239 internal::smart_copy(m_indices, m_indices+copySize, newIndices.ptr()); in reallocate()
242 std::swap(m_indices,newIndices.ptr()); in reallocate()
/dports/science/getdp/getdp-3.4.0-source/contrib/eigen/Eigen/src/SparseCore/
H A DCompressedStorage.h183 internal::scoped_array<StorageIndex> newIndices(m_allocatedSize);
187 internal::smart_copy(m_indices, m_indices+id, newIndices.ptr());
193 internal::smart_copy(m_indices+id, m_indices+m_size, newIndices.ptr()+id+1);
196 std::swap(m_indices,newIndices.ptr());
235 internal::scoped_array<StorageIndex> newIndices(size); in reallocate()
239 internal::smart_copy(m_indices, m_indices+copySize, newIndices.ptr()); in reallocate()
242 std::swap(m_indices,newIndices.ptr()); in reallocate()
/dports/devel/vcglib/vcglib-2020.09/eigenlib/Eigen/src/SparseCore/
H A DCompressedStorage.h183 internal::scoped_array<StorageIndex> newIndices(m_allocatedSize);
187 internal::smart_copy(m_indices, m_indices+id, newIndices.ptr());
193 internal::smart_copy(m_indices+id, m_indices+m_size, newIndices.ptr()+id+1);
196 std::swap(m_indices,newIndices.ptr());
235 internal::scoped_array<StorageIndex> newIndices(size); in reallocate()
239 internal::smart_copy(m_indices, m_indices+copySize, newIndices.ptr()); in reallocate()
242 std::swap(m_indices,newIndices.ptr()); in reallocate()
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/Eigen/src/SparseCore/
H A DCompressedStorage.h183 internal::scoped_array<StorageIndex> newIndices(m_allocatedSize);
187 internal::smart_copy(m_indices, m_indices+id, newIndices.ptr());
193 internal::smart_copy(m_indices+id, m_indices+m_size, newIndices.ptr()+id+1);
196 std::swap(m_indices,newIndices.ptr());
235 internal::scoped_array<StorageIndex> newIndices(size); in reallocate()
239 internal::smart_copy(m_indices, m_indices+copySize, newIndices.ptr()); in reallocate()
242 std::swap(m_indices,newIndices.ptr()); in reallocate()
/dports/science/pcmsolver/pcmsolver-1.3.0/external/eigen3/include/eigen3/Eigen/src/SparseCore/
H A DCompressedStorage.h183 internal::scoped_array<StorageIndex> newIndices(m_allocatedSize);
187 internal::smart_copy(m_indices, m_indices+id, newIndices.ptr());
193 internal::smart_copy(m_indices+id, m_indices+m_size, newIndices.ptr()+id+1);
196 std::swap(m_indices,newIndices.ptr());
235 internal::scoped_array<StorageIndex> newIndices(size); in reallocate()
239 internal::smart_copy(m_indices, m_indices+copySize, newIndices.ptr()); in reallocate()
242 std::swap(m_indices,newIndices.ptr()); in reallocate()
/dports/misc/opennn/opennn-5.0.5/eigen/Eigen/src/SparseCore/
H A DCompressedStorage.h183 internal::scoped_array<StorageIndex> newIndices(m_allocatedSize);
187 internal::smart_copy(m_indices, m_indices+id, newIndices.ptr());
193 internal::smart_copy(m_indices+id, m_indices+m_size, newIndices.ptr()+id+1);
196 std::swap(m_indices,newIndices.ptr());
235 internal::scoped_array<StorageIndex> newIndices(size); in reallocate()
239 internal::smart_copy(m_indices, m_indices+copySize, newIndices.ptr()); in reallocate()
242 std::swap(m_indices,newIndices.ptr()); in reallocate()

123456