Home
last modified time | relevance | path

Searched refs:InputValueType (Results 1 – 22 of 22) sorted by relevance

/dports/devel/folly/folly-2021.12.27.00/folly/experimental/channels/
H A DTransform-inl.h56 typename InputValueType,
300 typename InputValueType,
338 typename InputValueType,
464 typename InputValueType,
493 typename InputValueType,
505 InputValueType,
542 InputValueType, in transform()
555 InputValueType, in transform()
600 InputValueType, in resumableTransform()
615 InputValueType, in resumableTransform()
[all …]
H A DTransform.h78 typename InputValueType = typename ReceiverType::ValueType,
81 folly::Try<InputValueType>>::value_type>
102 typename InputValueType = typename ReceiverType::ValueType,
105 std::declval<folly::Try<InputValueType>>()))::value_type>
180 typename InputValueType = typename ReceiverType::ValueType,
183 folly::Try<InputValueType>>::value_type>
211 typename InputValueType = typename ReceiverType::ValueType,
214 std::declval<folly::Try<InputValueType>>()))::value_type>
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/cont/testing/
H A DUnitTestArrayHandleTransform.cxx113 template <typename InputValueType>
116 using OutputValueType = typename vtkm::VecTraits<InputValueType>::ComponentType;
119 vtkm::cont::ArrayHandleTransform<vtkm::cont::ArrayHandle<InputValueType>, MySquare>;
122 vtkm::cont::ArrayHandleTransform<vtkm::cont::ArrayHandleCounting<InputValueType>, MySquare>;
132 vtkm::cont::ArrayHandleCounting<InputValueType> counting = vtkm::cont::make_ArrayHandleCounting( in operator ()()
133 InputValueType(OutputValueType(0)), InputValueType(1), ARRAY_SIZE); in operator ()()
146 vtkm::cont::ArrayHandle<InputValueType> input; in operator ()()
149 using Portal = typename vtkm::cont::ArrayHandle<InputValueType>::PortalControl; in operator ()()
154 portal.Set(index, TestValue(index, InputValueType())); in operator ()()
165 portal.Set(index, TestValue(index * index, InputValueType())); in operator ()()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/testing/
H A DUnitTestArrayHandleTransform.cxx99 template <typename InputValueType>
102 using OutputValueType = typename vtkm::VecTraits<InputValueType>::ComponentType;
105 vtkm::cont::ArrayHandleTransform<vtkm::cont::ArrayHandle<InputValueType>, MySquare>;
108 vtkm::cont::ArrayHandleTransform<vtkm::cont::ArrayHandleCounting<InputValueType>, MySquare>;
120 vtkm::cont::ArrayHandleCounting<InputValueType> counting = in operator ()()
122 InputValueType(OutputValueType(0)), InputValueType(1), ARRAY_SIZE); in operator ()()
136 vtkm::cont::ArrayHandle<InputValueType> input; in operator ()()
139 using Portal = typename vtkm::cont::ArrayHandle<InputValueType>::WritePortalType; in operator ()()
145 portal.Set(index, TestValue(index, InputValueType())); in operator ()()
162 portal.Set(index, TestValue(index * index, InputValueType())); in operator ()()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/ConnectedComponents/include/
H A DitkVectorConnectedComponentImageFilter.h120 using InputValueType = typename TInputImage::PixelType::ValueType; variable
122 virtual void SetDistanceThreshold(const InputValueType & thresh) in SetDistanceThreshold()
125 virtual InputValueType GetDistanceThreshold() in GetDistanceThreshold()
131 ( Concept::HasNumericTraits< InputValueType > ) );
133 ( Concept::IsFloatingPoint< InputValueType > ) );
/dports/math/vtk8/VTK-8.2.0/IO/Asynchronous/
H A DvtkThreadedImageWriter.cxx49 struct InputValueType struct in __anonb552ac3f0111::vtkSharedData
55 InputValueType() in InputValueType() function
62 typedef std::queue<InputValueType> InputQueueType;
63 typedef std::map<vtkTypeUInt32, InputValueType> InputMapType;
158 vtkSharedData::InputValueType value; in PushImageToQueue()
179 InputValueType& input = this->Inputs.front(); in GetNextInputToProcess()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageIntensity/include/
H A DitkSymmetricEigenAnalysisImageFilter.h208 using InputValueType = typename InputPixelType::ValueType; variable
249 ( Concept::HasNumericTraits< InputValueType > ) );
302 using InputValueType = typename InputPixelType::ValueType; variable
338 ( Concept::HasNumericTraits< InputValueType > ) );
H A DitkVectorRescaleIntensityImageFilter.h116 using InputValueType = typename InputPixelType::ValueType; variable
118 using InputRealType = typename NumericTraits< InputValueType >::RealType;
151 ( Concept::HasNumericTraits< InputValueType > ) );
H A DitkVectorExpandImageFilter.h106 using InputValueType = typename InputPixelType::ValueType; variable
152 ( Concept::HasNumericTraits< InputValueType > ) );
/dports/science/InsightToolkit/ITK-5.0.1/Examples/Filtering/
H A DGradientVectorFlowImageFilter.cxx77 using InputValueType = float; in main() typedef
79 using InputPixelType = itk::Vector< InputValueType, Dimension >; in main()
/dports/devel/thrust/thrust-1.9.5/thrust/system/detail/sequential/
H A Dreduce_by_key.h55 typedef typename thrust::iterator_traits<InputIterator2>::value_type InputValueType; in reduce_by_key() typedef
73 InputValueType value = *values_first; in reduce_by_key()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/DiffusionTensorImage/include/
H A DitkTensorFractionalAnisotropyImageFilter.h95 using InputValueType = typename InputPixelType::ValueType; variable
110 ( Concept::HasNumericTraits< InputValueType > ) );
H A DitkTensorRelativeAnisotropyImageFilter.h94 using InputValueType = typename InputPixelType::ValueType; variable
109 ( Concept::HasNumericTraits< InputValueType > ) );
/dports/math/vtk6/VTK-6.2.0/Web/Core/
H A DvtkDataEncoder.cxx52 struct InputValueType struct in __anona91927370111::vtkSharedData
58 InputValueType() : OutputStamp(0), Image(NULL), Quality(100) in InputValueType() argument
63 typedef std::map<vtkTypeUInt32, InputValueType > InputMapType;
163 vtkSharedData::InputValueType &value = this->Inputs[key]; in PushAndTakeReference()
/dports/net/storj/storj-1.45.3/vendor/github.com/graphql-go/graphql/
H A Dintrospection.go36 var InputValueType *Object var
238 InputValueType = NewObject(ObjectConfig{
293 Type: NewNonNull(NewList(NewNonNull(InputValueType))),
349 NewNonNull(InputValueType),
614 Type: NewList(NewNonNull(InputValueType)),
634 InputValueType.ensureCache()
/dports/math/vtk8/VTK-8.2.0/Web/Core/
H A DvtkDataEncoder.cxx58 struct InputValueType struct in __anon4f72b0bb0111::vtkSharedData
65 InputValueType() : OutputStamp(0), Image(nullptr), Quality(100), Encoding(ENCODING_BASE64) in InputValueType() function
70 typedef std::map<vtkTypeUInt32, InputValueType > InputMapType;
170 vtkSharedData::InputValueType &value = this->Inputs[key]; in PushAndTakeReference()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dennwc/graphql/
H A Dintrospection.go36 var InputValueType *Object var
238 InputValueType = NewObject(ObjectConfig{
293 Type: NewNonNull(NewList(NewNonNull(InputValueType))),
341 NewNonNull(InputValueType),
600 Type: NewList(NewNonNull(InputValueType)),
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/graphql-go/graphql/
H A Dintrospection.go36 var InputValueType *Object var
238 InputValueType = NewObject(ObjectConfig{
293 Type: NewNonNull(NewList(NewNonNull(InputValueType))),
341 NewNonNull(InputValueType),
600 Type: NewList(NewNonNull(InputValueType)),
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DVolumeToMesh.h1755 InputValueType iso) in SeamLineWeights()
2104 InputValueType iso,
2135 InputValueType mIsovalue;
2152 InputValueType iso, in MergeVoxelRegions()
3229 InputValueType iso);
3256 InputValueType iso) in IdentifyIntersectingVoxels()
3359 InputValueType iso);
3383 InputValueType iso) in MaskIntersectingVoxels()
3732 InputValueType iso);
3760 InputValueType iso) in ComputeAuxiliaryData()
[all …]
H A DLevelSetUtil.h1162 using InputValueType = typename InputTreeType::ValueType; member
1171 InputValueType iso) in MaskIsovalueCrossingVoxels()
1191 const InputValueType iso = mIsovalue; in operator()
1271 InputValueType mIsovalue;
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkPlane.cxx238 typedef typename vtkDataArrayAccessor<InputArrayType>::APIType InputValueType; typedef
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkPlane.cxx238 using InputValueType = vtk::GetAPIType<InputArrayType>; typedef