Home
last modified time | relevance | path

Searched refs:inputIndex (Results 1 – 25 of 1304) sorted by relevance

12345678910>>...53

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/LevelSetsv4/include/
H A DitkDiscreteLevelSetImage.hxx32 InputType inputIndexA = inputIndex; in EvaluateGradient()
33 InputType inputIndexB = inputIndex; in EvaluateGradient()
75 InputType inputIndexA = inputIndex; in EvaluateForwardGradient()
93 inputIndexA[dim] = inputIndex[dim]; in EvaluateForwardGradient()
107 InputType inputIndexA = inputIndex; in EvaluateBackwardGradient()
140 InputType inputIndexA = inputIndex; in EvaluateHessian()
141 InputType inputIndexB = inputIndex; in EvaluateHessian()
236 InputType inputIndexA = inputIndex; in EvaluateLaplacian()
237 InputType inputIndexB = inputIndex; in EvaluateLaplacian()
298 InputType inputIndexA = inputIndex; in EvaluateGradient()
[all …]
H A DitkDiscreteLevelSetImage.h62 OutputType Evaluate( const InputType& inputIndex ) const override = 0;
65 GradientType EvaluateGradient( const InputType& inputIndex ) const override;
68 HessianType EvaluateHessian( const InputType& inputIndex ) const override;
71 OutputRealType EvaluateLaplacian( const InputType& inputIndex ) const override;
74 OutputRealType EvaluateMeanCurvature( const InputType& inputIndex ) const override;
76 virtual GradientType EvaluateForwardGradient( const InputType& inputIndex ) const;
78 virtual GradientType EvaluateBackwardGradient( const InputType& inputIndex ) const;
81 void Evaluate( const InputType& inputIndex, LevelSetDataType& data ) const override;
85 void EvaluateGradient( const InputType& inputIndex, LevelSetDataType& data ) const override;
89 void EvaluateHessian( const InputType& inputIndex, LevelSetDataType& data ) const override;
[all …]
H A DitkLevelSetEquationChanAndVeseInternalTerm.hxx68 ::Initialize( const LevelSetInputIndexType& inputIndex ) in Initialize() argument
72 InputPixelType pixel = this->m_Input->GetPixel( inputIndex ); in Initialize()
75 this->ComputeProduct( inputIndex, prod ); in Initialize()
96 ::UpdatePixel( const LevelSetInputIndexType& inputIndex, in UpdatePixel() argument
101 InputPixelType input = this->m_Input->GetPixel( inputIndex ); in UpdatePixel()
115 ::Value( const LevelSetInputIndexType& inputIndex ) in Value() argument
123 const InputPixelType pixel = this->m_Input->GetPixel( inputIndex ); in Value()
126 this->ComputeProductTerm( inputIndex, prod ); in Value()
143 ::Value( const LevelSetInputIndexType& inputIndex, const LevelSetDataType& data ) in Value() argument
151 const InputPixelType pixel = this->m_Input->GetPixel( inputIndex ); in Value()
[all …]
H A DitkShiSparseLevelSetImage.hxx38 ::Evaluate( const InputType& inputIndex ) const in Evaluate()
40 InputType mapIndex = inputIndex - this->m_DomainOffset; in Evaluate()
79 ::EvaluateHessian( const InputType& itkNotUsed( inputIndex ) ) const in EvaluateHessian()
92 ::EvaluateLaplacian( const InputType& itkNotUsed( inputIndex ) ) const in EvaluateLaplacian()
105 ::EvaluateMeanCurvature( const InputType& itkNotUsed( inputIndex ) ) const in EvaluateMeanCurvature()
118 ::EvaluateHessian( const InputType& inputIndex, LevelSetDataType& data ) const in EvaluateHessian() argument
125 data.Hessian.m_Value = this->EvaluateHessian( inputIndex ); in EvaluateHessian()
133 ::EvaluateLaplacian( const InputType& inputIndex, LevelSetDataType& data ) const in EvaluateLaplacian() argument
140 data.Laplacian.m_Value = this->EvaluateLaplacian( inputIndex ); in EvaluateLaplacian()
148 ::EvaluateMeanCurvature( const InputType& inputIndex, LevelSetDataType& data ) const in EvaluateMeanCurvature() argument
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DThaiShaping.cpp177 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
182 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
187 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
192 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
197 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
202 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
294 le_int32 inputIndex; in compose() local
300 for (inputIndex = 0; inputIndex < charCount; inputIndex += 1) { in compose()
301 LEUnicode ch = input[inputIndex + offset]; in compose()
310 for (int j = conInput + 1; j < inputIndex; j += 1) { in compose()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DThaiShaping.cpp177 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
182 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
187 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
192 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
197 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
202 glyphStorage.setCharIndex(outputIndex, inputIndex, success); in doTransition()
294 le_int32 inputIndex; in compose() local
300 for (inputIndex = 0; inputIndex < charCount; inputIndex += 1) { in compose()
301 LEUnicode ch = input[inputIndex + offset]; in compose()
310 for (int j = conInput + 1; j < inputIndex; j += 1) { in compose()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/sci_gateway/c/
H A Dsci_uicontrol.c108 int inputIndex = 0, beginIndex = 0; in sci_uicontrol() local
292 for (inputIndex = 0; inputIndex < iPropertiesCount; inputIndex++) in sci_uicontrol()
412 for (inputIndex = beginIndex; inputIndex < Rhs; inputIndex = inputIndex + 2) in sci_uicontrol()
415 if ((!checkInputArgumentType(pvApiCtx, inputIndex, sci_strings))) in sci_uicontrol()
424 sciErr = getVarAddressFromPosition(pvApiCtx, inputIndex, &piAddr); in sci_uicontrol()
584 …for (inputIndex = 1; inputIndex < iPropertiesCount; inputIndex++) /* Style has already been set … in sci_uicontrol()
586 if (propertiesValuesIndices[inputIndex] == PARENT_NOT_FOUND) in sci_uicontrol()
592 else if (propertiesValuesIndices[inputIndex] != NOT_FOUND) in sci_uicontrol()
603 …if (inputIndex == user_data_property || inputIndex == userdata_property) /* User data settings */ in sci_uicontrol()
612 switch (getInputArgumentType(pvApiCtx, propertiesValuesIndices[inputIndex])) in sci_uicontrol()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageGrid/include/
H A DitkMirrorPadImageFilter.hxx278 if ( inputIndex > outputIndex ) in BuildInterRegions()
280 outputRegionStart[0] = inputIndex; in BuildInterRegions()
281 inputRegionStart[0] = inputIndex; in BuildInterRegions()
291 if ( ( inputIndex + inputSize ) in BuildInterRegions()
347 inputRegionStart[regCtr] = inputIndex; in BuildPreRegions()
361 inputRegionStart[regCtr] = inputIndex; in BuildPreRegions()
423 inputRegionStart[regCtr] = inputIndex; in BuildPostRegions()
431 inputRegionStart[regCtr] = inputIndex; in BuildPostRegions()
563 inputIndex[dimCtr], in GenerateInputRequestedRegion()
727 inputIndex[dimCtr], in DynamicThreadedGenerateData()
[all …]
/dports/math/vtk6/VTK-6.2.0/Filters/Core/
H A DvtkAppendFilter.cxx155 for (int inputIndex = 0; inputIndex < numInputs; ++inputIndex) in RequestData() local
157 vtkDataSet* dataSet = inputs->GetItem(inputIndex); in RequestData()
178 for (int inputIndex = 0; inputIndex < numInputs; ++inputIndex) in RequestData() local
223 for (int inputIndex = 0; inputIndex < numInputs; ++inputIndex) in RequestData() local
245 for (int inputIndex = 0, abort = 0; inputIndex < numInputs && !abort; ++inputIndex) in RequestData() local
247 vtkDataSet* dataSet = inputs->GetItem(inputIndex); in RequestData()
340 for (int inputIndex = 0; inputIndex < numInputs; ++inputIndex) in GetNonEmptyInputs() local
394 for (int inputIndex = 0; inputIndex < numInputs; ++inputIndex) in AppendArrays() local
483 for (int inputIndex = 0; inputIndex < numInputs; ++inputIndex) in AppendArrays() local
533 for (int inputIndex = 0; inputIndex < numInputs; ++inputIndex) in AppendArrays() local
[all …]
/dports/devel/tpasm/tpasm1.11/processors/
H A D8051.c501 inputIndex; in ParseRegister() local
507 inputIndex+=2; in ParseRegister()
512 inputIndex+=1; in ParseRegister()
517 inputIndex+=4; in ParseRegister()
521 if(line[inputIndex+1]>='0'&&line[inputIndex+1]<='7') in ParseRegister()
531 inputIndex+=1; in ParseRegister()
536 inputIndex+=2; in ParseRegister()
559 inputIndex; in ParseIndirectOperand() local
566 inputIndex++; in ParseIndirectOperand()
624 inputIndex; in ParseOperand() local
[all …]
H A Dctxp1.c568 inputIndex; in ParseRegister() local
573 if((line[inputIndex]=='R')||(line[inputIndex]=='r')) in ParseRegister()
575 inputIndex++; in ParseRegister()
577 while(line[inputIndex]>='0'&&line[inputIndex]<='9') in ParseRegister()
581 inputIndex++; in ParseRegister()
604 inputIndex; in ParseIndirectRegister() local
609 inputIndex++; in ParseIndirectRegister()
636 inputIndex; in ParseCFlag() local
639 if((line[inputIndex]=='C')||(line[inputIndex]=='c')) in ParseCFlag()
641 inputIndex++; in ParseCFlag()
[all …]
/dports/devel/spark/spark-2.1.1/sql/core/src/main/scala/org/apache/spark/sql/execution/window/
H A DWindowFunctionFrame.scala109 inputIndex = 0
110 while (inputIndex < offset) {
112 inputIndex += 1
114 inputIndex = offset
118 if (inputIndex >= 0 && inputIndex < input.size) {
125 inputIndex += 1
279 inputIndex = 0
292 inputIndex += 1
337 inputIndex = 0
349 tmp.skip(inputIndex)
[all …]
/dports/devel/tpasm/tpasm1.11/
H A Dparser.c335 inputIndex; in ParseQuotedNumber() local
341 inputIndex++; in ParseQuotedNumber()
361 inputIndex; in ParseDecimalOrPostfixNumber() local
577 inputIndex; in ParseASCIIConstant() local
1195 inputIndex, in ProcessTextSubsitutions() local
1204 inputIndex=0; in ProcessTextSubsitutions()
1213 inputIndex++; in ProcessTextSubsitutions()
1217 inputIndex++; in ProcessTextSubsitutions()
1243 inputIndex++; in ProcessTextSubsitutions()
1253 inputIndex++; in ProcessTextSubsitutions()
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimImageCombiner.cpp96 ossim_uint32 inputIndex = 0; in getBoundingRect() local
98 for(inputIndex = 0;inputIndex < getNumberOfInputs(); ++inputIndex) in getBoundingRect()
103 ossimIrect rect = theFullResBounds[inputIndex]; in getBoundingRect()
580 for(ossim_uint32 inputIndex = 0; inputIndex < maxIndex; ++inputIndex) in getNumberOfOverlappingImages() local
582 if(!theFullResBounds[inputIndex].hasNans()) in getNumberOfOverlappingImages()
606 ossim_uint32 inputIndex; in getOverlappingImages() local
608 for(inputIndex = 0; inputIndex < getNumberOfInputs(); ++inputIndex) in getOverlappingImages()
610 if(!theFullResBounds[inputIndex].hasNans()) in getOverlappingImages()
615 result.push_back(inputIndex); in getOverlappingImages()
670 for(ossim_uint32 inputIndex = 0; inputIndex < inputSize; ++inputIndex) in precomputeBounds() local
[all …]
/dports/math/vtk8/VTK-8.2.0/Filters/Core/Testing/Cxx/
H A DTestAppendFilter.cxx181 for (size_t inputIndex = 0; inputIndex < inputs.size(); ++inputIndex) in PrintAndCheck() local
199 for (size_t inputIndex = 0; inputIndex < inputs.size(); ++inputIndex) in PrintAndCheck() local
233 for (size_t inputIndex = 0; inputIndex < inputs.size(); ++inputIndex) in PrintAndCheck() local
236 selector(inputs[inputIndex])->GetAbstractAttribute(attributeIndex); in PrintAndCheck()
241 << "' but input " << inputIndex << " did not.\n"; in PrintAndCheck()
258 for (size_t inputIndex = 0; inputIndex < inputs.size(); ++inputIndex) in PrintAndCheck() local
261 selector(inputs[inputIndex])->GetAbstractAttribute(attributeIndex); in PrintAndCheck()
272 for (size_t inputIndex = 1; inputIndex < inputs.size(); ++inputIndex) in PrintAndCheck() local
307 for (size_t inputIndex = 0; inputIndex < inputs.size(); ++inputIndex) in PrintAndCheck() local
366 for (size_t inputIndex = 0; inputIndex < inputs.size(); ++inputIndex) in AppendDatasetsAndPrint() local
[all …]
/dports/math/vtk6/VTK-6.2.0/Filters/Core/Testing/Cxx/
H A DTestAppendFilter.cxx177 for (size_t inputIndex = 0; inputIndex < inputs.size(); ++inputIndex) in PrintAndCheck() local
195 for (size_t inputIndex = 0; inputIndex < inputs.size(); ++inputIndex) in PrintAndCheck() local
229 for (size_t inputIndex = 0; inputIndex < inputs.size(); ++inputIndex) in PrintAndCheck() local
232 selector(inputs[inputIndex])->GetAbstractAttribute(attributeIndex); in PrintAndCheck()
237 << "' but input " << inputIndex << " did not.\n"; in PrintAndCheck()
254 for (size_t inputIndex = 0; inputIndex < inputs.size(); ++inputIndex) in PrintAndCheck() local
257 selector(inputs[inputIndex])->GetAbstractAttribute(attributeIndex); in PrintAndCheck()
268 for (size_t inputIndex = 1; inputIndex < inputs.size(); ++inputIndex) in PrintAndCheck() local
303 for (size_t inputIndex = 0; inputIndex < inputs.size(); ++inputIndex) in PrintAndCheck() local
362 for (size_t inputIndex = 0; inputIndex < inputs.size(); ++inputIndex) in AppendDatasetsAndPrint() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/android/java/src/org/chromium/ui/text/
H A DSpanApplier.java95 int inputIndex = 0; in applySpans() local
99 validateSpanInfo(span, input, inputIndex); in applySpans()
100 output.append(input, inputIndex, span.mStartTagIndex); in applySpans()
104 output.append(input, inputIndex, span.mEndTagIndex); in applySpans()
105 inputIndex = span.mEndTagIndex + span.mEndTag.length(); in applySpans()
108 output.append(input, inputIndex, input.length()); in applySpans()
177 int inputIndex = 0; in removeSpanText() local
181 validateSpanInfo(span, input, inputIndex); in removeSpanText()
182 output.append(input, inputIndex, span.mStartTagIndex); in removeSpanText()
183 inputIndex = span.mEndTagIndex + span.mEndTag.length(); in removeSpanText()
[all …]
/dports/math/eigen3/eigen-3.3.9/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorBroadcasting.h173 Index inputIndex = 0;
190 inputIndex += index;
198 return m_impl.coeff(inputIndex);
203 Index inputIndex = 0;
220 inputIndex += index;
228 return m_impl.coeff(inputIndex);
255 Index inputIndex = 0;
282 inputIndex += innermostLoc;
290 values[0] = m_impl.coeff(inputIndex);
307 Index inputIndex = 0;
[all …]
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorBroadcasting.h173 Index inputIndex = 0;
190 inputIndex += index;
198 return m_impl.coeff(inputIndex);
203 Index inputIndex = 0;
220 inputIndex += index;
228 return m_impl.coeff(inputIndex);
255 Index inputIndex = 0;
282 inputIndex += innermostLoc;
290 values[0] = m_impl.coeff(inputIndex);
307 Index inputIndex = 0;
[all …]
/dports/math/R-cran-RcppEigen/RcppEigen/inst/include/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorBroadcasting.h173 Index inputIndex = 0;
190 inputIndex += index;
198 return m_impl.coeff(inputIndex);
203 Index inputIndex = 0;
220 inputIndex += index;
228 return m_impl.coeff(inputIndex);
255 Index inputIndex = 0;
282 inputIndex += innermostLoc;
290 values[0] = m_impl.coeff(inputIndex);
307 Index inputIndex = 0;
[all …]
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorBroadcasting.h173 Index inputIndex = 0;
190 inputIndex += index;
198 return m_impl.coeff(inputIndex);
203 Index inputIndex = 0;
220 inputIndex += index;
228 return m_impl.coeff(inputIndex);
255 Index inputIndex = 0;
282 inputIndex += innermostLoc;
290 values[0] = m_impl.coeff(inputIndex);
307 Index inputIndex = 0;
[all …]
/dports/science/pcmsolver/pcmsolver-1.3.0/external/eigen3/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorBroadcasting.h173 Index inputIndex = 0;
190 inputIndex += index;
198 return m_impl.coeff(inputIndex);
203 Index inputIndex = 0;
220 inputIndex += index;
228 return m_impl.coeff(inputIndex);
255 Index inputIndex = 0;
282 inputIndex += innermostLoc;
290 values[0] = m_impl.coeff(inputIndex);
307 Index inputIndex = 0;
[all …]
/dports/misc/opennn/opennn-5.0.5/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorBroadcasting.h173 Index inputIndex = 0;
190 inputIndex += index;
198 return m_impl.coeff(inputIndex);
203 Index inputIndex = 0;
220 inputIndex += index;
228 return m_impl.coeff(inputIndex);
255 Index inputIndex = 0;
282 inputIndex += innermostLoc;
290 values[0] = m_impl.coeff(inputIndex);
307 Index inputIndex = 0;
[all …]
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorBroadcasting.h173 Index inputIndex = 0;
190 inputIndex += index;
198 return m_impl.coeff(inputIndex);
203 Index inputIndex = 0;
220 inputIndex += index;
228 return m_impl.coeff(inputIndex);
255 Index inputIndex = 0;
282 inputIndex += innermostLoc;
290 values[0] = m_impl.coeff(inputIndex);
307 Index inputIndex = 0;
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/eigen_3.3.3/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorBroadcasting.h173 Index inputIndex = 0;
190 inputIndex += index;
198 return m_impl.coeff(inputIndex);
203 Index inputIndex = 0;
220 inputIndex += index;
228 return m_impl.coeff(inputIndex);
255 Index inputIndex = 0;
282 inputIndex += innermostLoc;
290 values[0] = m_impl.coeff(inputIndex);
307 Index inputIndex = 0;
[all …]

12345678910>>...53