Home
last modified time | relevance | path

Searched refs:copyValues (Results 1 – 25 of 149) sorted by relevance

123456

/dports/math/mdal/MDAL-release-0.9.0/mdal/frmts/
H A Dmdal_tuflowfv.cpp48 return copyValues; in activeData()
148 return copyValues; in verticalLevelCountData()
169 return copyValues; in verticalLevelData()
191 return copyValues; in faceToVolumeData()
212 copyValues in scalarVolumesData()
220 copyValues in scalarVolumesData()
224 return copyValues; in scalarVolumesData()
246 copyValues in vectorVolumesData()
253 copyValues in vectorVolumesData()
262 copyValues in vectorVolumesData()
[all …]
H A Dmdal_cf.cpp691 copyValues in scalarData()
699 size_t count_dim1 = timeFirstDim ? 1 : copyValues; in scalarData()
700 size_t count_dim2 = timeFirstDim ? copyValues : 1; in scalarData()
711 for ( size_t i = 0; i < copyValues; ++i ) in scalarData()
719 return copyValues; in scalarData()
741 copyValues in vectorData()
747 copyValues in vectorData()
755 size_t count_dim1 = timeFirstDim ? 1 : copyValues; in vectorData()
756 size_t count_dim2 = timeFirstDim ? copyValues : 1; in vectorData()
785 for ( size_t i = 0; i < copyValues; ++i ) in vectorData()
[all …]
H A Dmdal_xdmf.cpp45 std::vector<hsize_t> MDAL::XdmfDataset::selections( size_t copyValues ) in selections() argument
50 ret[0] = copyValues; in selections()
56 ret[1] = copyValues; in selections()
69 size_t copyValues = std::min( nValues - indexStart, count ); in scalarData() local
72 std::vector<hsize_t> counts = selections( copyValues ); in scalarData()
78 memcpy( buffer, input, copyValues * sizeof( double ) ); in scalarData()
79 return copyValues; in scalarData()
91 size_t copyValues = std::min( nValues - indexStart, count ); in vectorData() local
94 std::vector<hsize_t> counts = selections( copyValues ); in vectorData()
100 for ( size_t j = 0; j < copyValues; ++j ) in vectorData()
[all …]
/dports/graphics/qgis/qgis-3.22.3/external/mdal/frmts/
H A Dmdal_tuflowfv.cpp48 return copyValues; in activeData()
148 return copyValues; in verticalLevelCountData()
169 return copyValues; in verticalLevelData()
191 return copyValues; in faceToVolumeData()
212 copyValues in scalarVolumesData()
220 copyValues in scalarVolumesData()
224 return copyValues; in scalarVolumesData()
246 copyValues in vectorVolumesData()
253 copyValues in vectorVolumesData()
262 copyValues in vectorVolumesData()
[all …]
H A Dmdal_cf.cpp692 copyValues in scalarData()
700 size_t count_dim1 = timeFirstDim ? 1 : copyValues; in scalarData()
701 size_t count_dim2 = timeFirstDim ? copyValues : 1; in scalarData()
712 for ( size_t i = 0; i < copyValues; ++i ) in scalarData()
720 return copyValues; in scalarData()
742 copyValues in vectorData()
748 copyValues in vectorData()
756 size_t count_dim1 = timeFirstDim ? 1 : copyValues; in vectorData()
757 size_t count_dim2 = timeFirstDim ? copyValues : 1; in vectorData()
786 for ( size_t i = 0; i < copyValues; ++i ) in vectorData()
[all …]
H A Dmdal_xdmf.cpp45 std::vector<hsize_t> MDAL::XdmfDataset::selections( size_t copyValues ) in selections() argument
50 ret[0] = copyValues; in selections()
56 ret[1] = copyValues; in selections()
69 size_t copyValues = std::min( nValues - indexStart, count ); in scalarData() local
72 std::vector<hsize_t> counts = selections( copyValues ); in scalarData()
78 memcpy( buffer, input, copyValues * sizeof( double ) ); in scalarData()
79 return copyValues; in scalarData()
91 size_t copyValues = std::min( nValues - indexStart, count ); in vectorData() local
94 std::vector<hsize_t> counts = selections( copyValues ); in vectorData()
100 for ( size_t j = 0; j < copyValues; ++j ) in vectorData()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/external/mdal/frmts/
H A Dmdal_tuflowfv.cpp48 return copyValues; in activeData()
148 return copyValues; in verticalLevelCountData()
169 return copyValues; in verticalLevelData()
191 return copyValues; in faceToVolumeData()
212 copyValues in scalarVolumesData()
220 copyValues in scalarVolumesData()
224 return copyValues; in scalarVolumesData()
246 copyValues in vectorVolumesData()
253 copyValues in vectorVolumesData()
262 copyValues in vectorVolumesData()
[all …]
H A Dmdal_cf.cpp691 copyValues in scalarData()
699 size_t count_dim1 = timeFirstDim ? 1 : copyValues; in scalarData()
700 size_t count_dim2 = timeFirstDim ? copyValues : 1; in scalarData()
711 for ( size_t i = 0; i < copyValues; ++i ) in scalarData()
719 return copyValues; in scalarData()
741 copyValues in vectorData()
747 copyValues in vectorData()
755 size_t count_dim1 = timeFirstDim ? 1 : copyValues; in vectorData()
756 size_t count_dim2 = timeFirstDim ? copyValues : 1; in vectorData()
785 for ( size_t i = 0; i < copyValues; ++i ) in vectorData()
[all …]
H A Dmdal_xdmf.cpp45 std::vector<hsize_t> MDAL::XdmfDataset::selections( size_t copyValues ) in selections() argument
50 ret[0] = copyValues; in selections()
56 ret[1] = copyValues; in selections()
69 size_t copyValues = std::min( nValues - indexStart, count ); in scalarData() local
72 std::vector<hsize_t> counts = selections( copyValues ); in scalarData()
78 memcpy( buffer, input, copyValues * sizeof( double ) ); in scalarData()
79 return copyValues; in scalarData()
91 size_t copyValues = std::min( nValues - indexStart, count ); in vectorData() local
94 std::vector<hsize_t> counts = selections( copyValues ); in vectorData()
100 for ( size_t j = 0; j < copyValues; ++j ) in vectorData()
[all …]
/dports/math/mdal/MDAL-release-0.9.0/mdal/
H A Dmdal_memory_data_model.cpp39 size_t copyValues = std::min( nValues - indexStart, count ); in activeData() local
41 return copyValues; in activeData()
101 size_t copyValues = std::min( nValues - indexStart, count ); in scalarData() local
103 return copyValues; in scalarData()
115 size_t copyValues = std::min( nValues - indexStart, count ); in vectorData() local
117 return copyValues; in vectorData()
163 return copyValues; in verticalLevelCountData()
176 return copyValues; in verticalLevelData()
189 return copyValues; in faceToVolumeData()
203 return copyValues; in scalarVolumesData()
[all …]
/dports/graphics/qgis/qgis-3.22.3/external/mdal/
H A Dmdal_memory_data_model.cpp39 size_t copyValues = std::min( nValues - indexStart, count ); in activeData() local
41 return copyValues; in activeData()
101 size_t copyValues = std::min( nValues - indexStart, count ); in scalarData() local
103 return copyValues; in scalarData()
115 size_t copyValues = std::min( nValues - indexStart, count ); in vectorData() local
117 return copyValues; in vectorData()
163 return copyValues; in verticalLevelCountData()
176 return copyValues; in verticalLevelData()
189 return copyValues; in faceToVolumeData()
203 return copyValues; in scalarVolumesData()
[all …]
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/LinearAlgebra/src/
H A DEigen.cpp395 copyValues( values ); in getAllEigenValuesAndVectors()
481 copyValues(values); in getFewEigenValuesAndVectors()
504 copyValues(values); in getFewEigenValuesAndVectors()
518 copyValues(values); in getFewEigenValuesAndVectors()
542 copyValues(values); in getFewEigenValuesAndVectors()
564 copyValues(values); in getFewEigenValuesAndVectors()
577 copyValues(values); in getFewEigenValuesAndVectors()
595 copyValues(values); in getFewEigenValues()
607 copyValues(values); in getFewEigenValues()
624 copyValues(values); in getFewEigenValues()
[all …]
H A DEigenRep.h294 void copyValues( Vector_<float>& values );
295 void copyValues( Vector_<double>& values );
296 void copyValues( Vector_<std::complex<float> >& values );
297 void copyValues( Vector_<std::complex<double> >& values );
/dports/devel/sope2/SOPE/sope-appserver/NGObjWeb/DynamicElements/
H A DWOCopyValue.m30 copyValues = {
42 copyValues
56 WOAssociation *copyValues; field
111 self->copyValues = OWGetProperty(_config, @"copyValues");
117 if ([self->copyValues isValueConstant]) {
118 statVals = [[self->copyValues valueInContext:nil] retain];
119 [self->copyValues release];
120 self->copyValues = nil;
226 if (self->copyValues != nil) {
227 [self copyValuesInDictionary:[self->copyValues valueInContext:_ctx]
/dports/devel/sope/SOPE/sope-appserver/NGObjWeb/DynamicElements/
H A DWOCopyValue.m30 copyValues = {
42 copyValues
56 WOAssociation *copyValues; field
111 self->copyValues = OWGetProperty(_config, @"copyValues");
117 if ([self->copyValues isValueConstant]) {
118 statVals = [[self->copyValues valueInContext:nil] retain];
119 [self->copyValues release];
120 self->copyValues = nil;
226 if (self->copyValues != nil) {
227 [self copyValuesInDictionary:[self->copyValues valueInContext:_ctx]
/dports/graphics/qgis-ltr/qgis-3.16.16/external/mdal/
H A Dmdal_memory_data_model.cpp39 size_t copyValues = std::min( nValues - indexStart, count ); in activeData() local
40 memcpy( buffer, mActive.data() + indexStart, copyValues * sizeof( int ) ); in activeData()
41 return copyValues; in activeData()
101 size_t copyValues = std::min( nValues - indexStart, count ); in scalarData() local
102 memcpy( buffer, mValues.data() + indexStart, copyValues * sizeof( double ) ); in scalarData()
103 return copyValues; in scalarData()
115 size_t copyValues = std::min( nValues - indexStart, count ); in vectorData() local
116 memcpy( buffer, mValues.data() + 2 * indexStart, 2 * copyValues * sizeof( double ) ); in vectorData()
117 return copyValues; in vectorData()
/dports/graphics/Coin/coin-Coin-4.0.0/src/base/
H A DSbViewVolume.cpp404 vv.copyValues(ret); in narrow()
423 vv.copyValues(ret); in narrow()
448 this->dpvv.copyValues(*this); in ortho()
465 this->dpvv.copyValues(*this); in perspective()
486 this->dpvv.copyValues(*this); in frustum()
506 this->dpvv.copyValues(*this); in rotateCamera()
519 this->dpvv.copyValues(*this); in translateCamera()
550 dpnarrowed.copyValues(narrowed); in zNarrow()
578 this->dpvv.copyValues(*this); in scaleWidth()
591 this->dpvv.copyValues(*this); in scaleHeight()
[all …]
/dports/www/aria2/aria2-1.36.0/src/
H A DBtDependency.cc65 void copyValues(const std::shared_ptr<FileEntry>& d, in copyValues() function
132 copyValues(fileEntries[0], dependantFileEntries[0]); in resolve()
154 copyValues(*d, e); in resolve()
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/utilint/
H A DStatGroup.java176 Map<StatDefinition, Stat<?>> copyValues = in cloneGroup() local
181 copyValues.put(s.getDefinition(), s.copyAndClear()); in cloneGroup()
183 copyValues.put(s.getDefinition(), s.copy()); in cloneGroup()
186 return new StatGroup(groupName, groupDescription, copyValues); in cloneGroup()
/dports/www/limesurvey/limesurvey/application/extensions/bootstrap/tests/unit/
H A DTbArrayTest.php68 $array = TbArray::copyValues(array('key'), $a, $b);
72 $array = TbArray::copyValues(array('key'), $a, $b, true);
/dports/science/hypre/hypre-2.23.0/src/multivector/
H A Dmultivector.c63 mv_MultiVectorCreateCopy( mv_MultiVectorPtr x, HYPRE_Int copyValues ) { in mv_MultiVectorCreateCopy() argument
75 data = (ii->CopyCreateMultiVector)( x->data, copyValues ); in mv_MultiVectorCreateCopy()
H A Dtemp_multivector.h84 mv_TempMultiVectorCreateCopy( void*, HYPRE_Int copyValues );
/dports/devel/spark/spark-2.1.1/mllib/src/main/scala/org/apache/spark/ml/feature/
H A DIDF.scala93 copyValues(new IDFModel(uid, idf).setParent(this))
147 copyValues(copied, extra).setParent(parent)
H A DMaxAbsScaler.scala82 copyValues(new MaxAbsScalerModel(uid, Vectors.dense(maxAbs)).setParent(this))
141 copyValues(copied, extra).setParent(parent)
H A DPCA.scala100 copyValues(new PCAModel(uid, pcaModel.pc, pcaModel.explainedVariance).setParent(this))
171 copyValues(copied, extra).setParent(parent)

123456