Home
last modified time | relevance | path

Searched refs:OutputType (Results 1 – 25 of 3140) sorted by relevance

12345678910>>...126

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Nonunit/IntegratedTest/test/
H A DitkBasicFiltersPrintTest.cxx82 using OutputType = itk::Image<float,2>; in itkBasicFiltersPrintTest() typedef
96 itk::AcosImageFilter<InputType,OutputType>::New(); in itkBasicFiltersPrintTest()
108 itk::AsinImageFilter<InputType,OutputType>::New(); in itkBasicFiltersPrintTest()
116 itk::AtanImageFilter<InputType,OutputType>::New(); in itkBasicFiltersPrintTest()
172 itk::CastImageFilter<InputType,OutputType>::New(); in itkBasicFiltersPrintTest()
196 itk::CosImageFilter<InputType,OutputType>::New(); in itkBasicFiltersPrintTest()
200 itk::CropImageFilter<InputType,OutputType>::New(); in itkBasicFiltersPrintTest()
260 itk::ExpImageFilter<InputType,OutputType>::New(); in itkBasicFiltersPrintTest()
268 itk::ExpandImageFilter<InputType,OutputType>::New(); in itkBasicFiltersPrintTest()
272 itk::ExtractImageFilter<InputType,OutputType>::New(); in itkBasicFiltersPrintTest()
[all …]
H A DitkBasicFiltersPrintTest2.cxx112 using OutputType = itk::Image<float,2>; in itkBasicFiltersPrintTest2() typedef
168 itk::JoinImageFilter<InputType,OutputType>::New(); in itkBasicFiltersPrintTest2()
186 itk::Log10ImageFilter<InputType,OutputType>::New(); in itkBasicFiltersPrintTest2()
190 itk::LogImageFilter<InputType,OutputType>::New(); in itkBasicFiltersPrintTest2()
202 itk::MeanImageFilter<InputType,OutputType>::New(); in itkBasicFiltersPrintTest2()
254 itk::PadImageFilter<InputType,OutputType>::New(); in itkBasicFiltersPrintTest2()
266 itk::RandomImageSource<OutputType>::New(); in itkBasicFiltersPrintTest2()
314 itk::SinImageFilter<InputType,OutputType>::New(); in itkBasicFiltersPrintTest2()
334 itk::SqrtImageFilter<InputType,OutputType>::New(); in itkBasicFiltersPrintTest2()
358 itk::TanImageFilter<InputType,OutputType>::New(); in itkBasicFiltersPrintTest2()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/tests/Xslt/XslCompiledTransformApi/
H A DXsltArgumentList.cs633 …[InlineData(XslInputType.URI, ReaderType.XmlValidatingReader, OutputType.Stream, NavType.XPathDocu…
707 …[InlineData(XslInputType.URI, ReaderType.XmlValidatingReader, OutputType.Stream, NavType.XPathDocu…
734 …[InlineData(XslInputType.URI, ReaderType.XmlValidatingReader, OutputType.Stream, NavType.XPathDocu…
836 …[InlineData(XslInputType.URI, ReaderType.XmlValidatingReader, OutputType.Stream, NavType.XPathDocu…
884 …[InlineData(XslInputType.URI, ReaderType.XmlValidatingReader, OutputType.Stream, NavType.XPathDocu…
919 …[InlineData(XslInputType.URI, ReaderType.XmlValidatingReader, OutputType.Stream, NavType.XPathDocu…
950 …[InlineData(XslInputType.URI, ReaderType.XmlValidatingReader, OutputType.Stream, NavType.XPathDocu…
1669 …[InlineData(XslInputType.URI, ReaderType.XmlValidatingReader, OutputType.Stream, NavType.XPathDocu…
1670 …[InlineData(XslInputType.URI, ReaderType.XmlValidatingReader, OutputType.Writer, NavType.XPathDocu…
2640 …[InlineData(XslInputType.URI, ReaderType.XmlValidatingReader, OutputType.Stream, NavType.XPathDocu…
[all …]
H A DXslCompiledTransform.cs1075 Transform((string) "fruits.xml", (OutputType) outputType, navType); in LoadGeneric3()
1185 Transform((string) "fruits.xml", (OutputType) outputType, navType); in LoadGeneric6()
1753 [InlineData("showParam.txt", OutputType.Stream, NavType.XPathDocument)]
2225 [InlineData(OutputType.Stream, NavType.XPathDocument)]
2226 [InlineData(OutputType.Writer, NavType.XPathDocument)]
2227 [InlineData(OutputType.TextWriter, NavType.XPathDocument)]
2229 public void TransformGeneric4(OutputType outputType, NavType navType) in TransformGeneric4()
2290 Transform((string) "data.xml", (OutputType) outputType, navType); in TransformGeneric7()
2328 Transform((string) "data.xml", (OutputType) outputType, navType); in TransformGeneric9()
2368 Transform((string) "data.xml", (OutputType) outputType, navType); in TransformGeneric11()
[all …]
/dports/devel/raknet/raknet-3.9.2_10,1/Source/
H A DThreadPool.h28 template <class InputType, class OutputType>
61 void AddOutput(OutputType outputData);
82 OutputType GetOutput(void);
114 OutputType GetOutputAtIndex(unsigned index);
283 template <class InputType, class OutputType>
293 template <class InputType, class OutputType>
299 template <class InputType, class OutputType>
392 void ThreadPool<InputType, OutputType>::AddOutput(OutputType outputData) in AddOutput()
427 OutputType ThreadPool<InputType, OutputType>::GetOutput(void) in GetOutput()
430 OutputType output; in GetOutput()
[all …]
/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Dcpp11_userdefined_literals.i19 struct OutputType { struct
21 OutputType(int v) : val(v) {} in OutputType() argument
25 OutputType operator "" _myRawLiteral(const char * value) { return OutputType(10); }
28 OutputType operator "" _mySuffixIntegral(unsigned long long) { return OutputType(20); }
29 OutputType operator "" _mySuffixFloat(long double) { return OutputType(30); }
32 OutputType operator "" _mySuffix1(const char * string_values, size_t num_chars) { return OutputType
33 OutputType operator "" _mySuffix2(const wchar_t * string_values, size_t num_chars) { return OutputT…
34 OutputType operator "" _mySuffix3(const char16_t * string_values, size_t num_chars) { return Output…
35 OutputType operator "" _mySuffix4(const char32_t * string_values, size_t num_chars) { return Output…
37 OutputType operator"" _myRawLiteralIgnored(const char * value) { return OutputType(15); }
[all …]
/dports/math/libmesh/libmesh-1.6.2/include/systems/
H A Dfem_context.h355 template<typename OutputType>
364 template<typename OutputType>
375 template<typename OutputType>
384 template<typename OutputType>
398 template<typename OutputType>
410 template<typename OutputType>
420 template<typename OutputType>
431 template<typename OutputType>
442 template<typename OutputType>
456 template<typename OutputType>
[all …]
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/
H A Doutputtype.cpp26 output_type = OutputType::LEGACY; in ParseOutputType()
32 output_type = OutputType::BECH32; in ParseOutputType()
35 output_type = OutputType::BECH32M; in ParseOutputType()
56 case OutputType::P2SH_SEGWIT: in GetDestinationForKey()
57 case OutputType::BECH32: { in GetDestinationForKey()
91 case OutputType::LEGACY: in AddAndGetDestinationForScript()
93 case OutputType::P2SH_SEGWIT: in AddAndGetDestinationForScript()
94 case OutputType::BECH32: { in AddAndGetDestinationForScript()
115 return OutputType::LEGACY; in OutputTypeFromDestination()
119 return OutputType::BECH32; in OutputTypeFromDestination()
[all …]
/dports/net-p2p/bitcoin/bitcoin-22.0/src/
H A Doutputtype.cpp26 output_type = OutputType::LEGACY; in ParseOutputType()
32 output_type = OutputType::BECH32; in ParseOutputType()
35 output_type = OutputType::BECH32M; in ParseOutputType()
56 case OutputType::P2SH_SEGWIT: in GetDestinationForKey()
57 case OutputType::BECH32: { in GetDestinationForKey()
91 case OutputType::LEGACY: in AddAndGetDestinationForScript()
93 case OutputType::P2SH_SEGWIT: in AddAndGetDestinationForScript()
94 case OutputType::BECH32: { in AddAndGetDestinationForScript()
115 return OutputType::LEGACY; in OutputTypeFromDestination()
119 return OutputType::BECH32; in OutputTypeFromDestination()
[all …]
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/
H A Doutputtype.cpp26 output_type = OutputType::LEGACY;
32 output_type = OutputType::BECH32;
35 output_type = OutputType::BECH32M;
56 case OutputType::P2SH_SEGWIT:
57 case OutputType::BECH32: {
91 case OutputType::LEGACY:
93 case OutputType::P2SH_SEGWIT:
94 case OutputType::BECH32: {
115 return OutputType::LEGACY;
119 return OutputType::BECH32;
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/
H A Doutputtype.cpp22 const std::array<OutputType, 3> OUTPUT_TYPES = {OutputType::LEGACY, OutputType::P2SH_SEGWIT, Output…
27 output_type = OutputType::LEGACY; in ParseOutputType()
30 output_type = OutputType::P2SH_SEGWIT; in ParseOutputType()
33 output_type = OutputType::BECH32; in ParseOutputType()
53 case OutputType::P2SH_SEGWIT: in GetDestinationForKey()
54 case OutputType::BECH32: { in GetDestinationForKey()
58 if (type == OutputType::P2SH_SEGWIT) { in GetDestinationForKey()
87 case OutputType::LEGACY: in AddAndGetDestinationForScript()
89 case OutputType::P2SH_SEGWIT: in AddAndGetDestinationForScript()
90 case OutputType::BECH32: { in AddAndGetDestinationForScript()
[all …]
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/
H A Doutputtype.cpp22 const std::array<OutputType, 3> OUTPUT_TYPES = {OutputType::LEGACY, OutputType::P2SH_SEGWIT, Output…
27 output_type = OutputType::LEGACY; in ParseOutputType()
30 output_type = OutputType::P2SH_SEGWIT; in ParseOutputType()
33 output_type = OutputType::BECH32; in ParseOutputType()
53 case OutputType::P2SH_SEGWIT: in GetDestinationForKey()
54 case OutputType::BECH32: { in GetDestinationForKey()
58 if (type == OutputType::P2SH_SEGWIT) { in GetDestinationForKey()
87 case OutputType::LEGACY: in AddAndGetDestinationForScript()
89 case OutputType::P2SH_SEGWIT: in AddAndGetDestinationForScript()
90 case OutputType::BECH32: { in AddAndGetDestinationForScript()
[all …]
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/
H A Doutputtype.cpp22 const std::array<OutputType, 3> OUTPUT_TYPES = {OutputType::LEGACY, OutputType::P2SH_SEGWIT, Output…
27 output_type = OutputType::LEGACY; in ParseOutputType()
30 output_type = OutputType::P2SH_SEGWIT; in ParseOutputType()
33 output_type = OutputType::BECH32; in ParseOutputType()
53 case OutputType::P2SH_SEGWIT: in GetDestinationForKey()
54 case OutputType::BECH32: { in GetDestinationForKey()
58 if (type == OutputType::P2SH_SEGWIT) { in GetDestinationForKey()
87 case OutputType::LEGACY: in AddAndGetDestinationForScript()
89 case OutputType::P2SH_SEGWIT: in AddAndGetDestinationForScript()
90 case OutputType::BECH32: { in AddAndGetDestinationForScript()
[all …]
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/
H A Doutputtype.cpp22 const std::array<OutputType, 3> OUTPUT_TYPES = {OutputType::LEGACY, OutputType::P2SH_SEGWIT, Output…
27 output_type = OutputType::LEGACY; in ParseOutputType()
30 output_type = OutputType::P2SH_SEGWIT; in ParseOutputType()
33 output_type = OutputType::BECH32; in ParseOutputType()
53 case OutputType::P2SH_SEGWIT: in GetDestinationForKey()
54 case OutputType::BECH32: { in GetDestinationForKey()
58 if (type == OutputType::P2SH_SEGWIT) { in GetDestinationForKey()
87 case OutputType::LEGACY: in AddAndGetDestinationForScript()
89 case OutputType::P2SH_SEGWIT: in AddAndGetDestinationForScript()
90 case OutputType::BECH32: { in AddAndGetDestinationForScript()
[all …]
/dports/science/avogadrolibs/avogadrolibs-1.94.0/avogadro/core/
H A Datomtyper-inline.h28 template <typename OutputType>
33 template <typename OutputType>
38 template <typename OutputType>
47 template <typename OutputType>
58 template <typename OutputType>
59 OutputType AtomTyper<OutputType>::atomType(const Atom& atom) in atomType()
61 OutputType result; in atomType()
75 template <typename OutputType>
76 Array<OutputType> AtomTyper<OutputType>::types() const in types()
81 template <typename OutputType>
[all …]
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/avogadro/core/
H A Datomtyper-inline.h28 template <typename OutputType>
33 template <typename OutputType>
38 template <typename OutputType>
47 template <typename OutputType>
58 template <typename OutputType>
59 OutputType AtomTyper<OutputType>::atomType(const Atom& atom) in atomType()
61 OutputType result; in atomType()
75 template <typename OutputType>
76 Array<OutputType> AtomTyper<OutputType>::types() const in types()
81 template <typename OutputType>
[all …]
/dports/graphics/vulkan-tools/Vulkan-Tools-1.2.203/vulkaninfo/
H A Doutputprinter.h69 OutputType output_type = OutputType::text;
80 case (OutputType::text): in Printer()
86 case (OutputType::html): in Printer()
180 case (OutputType::json): in Printer()
194 case (OutputType::text): in ~Printer()
197 case (OutputType::html): in ~Printer()
203 case (OutputType::json): in ~Printer()
223 case (OutputType::text): in FinishOutput()
226 case (OutputType::html): in FinishOutput()
232 case (OutputType::json): in FinishOutput()
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/Fingerprints/
H A DTopologicalTorsionGenerator.cpp20 template <typename OutputType>
29 template <typename OutputType>
30 OutputType TopologicalTorsionArguments<OutputType>::getResultSize() const { in getResultSize()
31 OutputType result = 1; in getResultSize()
36 template <typename OutputType>
42 template <typename OutputType>
43 OutputType TopologicalTorsionAtomEnv<OutputType>::getBitId( in getBitId()
51 OutputType bitId = d_bitId; in getBitId()
73 template <typename OutputType>
147 OutputType code; in getEnvironments()
[all …]
H A DRDKitFPGenerator.cpp60 template <typename OutputType>
61 OutputType RDKitFPArguments<OutputType>::getResultSize() const { in getResultSize()
65 template <typename OutputType>
74 template <typename OutputType>
91 template <typename OutputType>
92 OutputType RDKitFPAtomEnv<OutputType>::getBitId( in getBitId()
99 OutputType bit_id = d_bitId; in getBitId()
122 template <typename OutputType>
127 template <typename OutputType>
128 std::vector<AtomEnvironment<OutputType> *>
[all …]
H A DAtomPairGenerator.cpp53 template <typename OutputType>
54 OutputType AtomPairArguments<OutputType>::getResultSize() const { in getResultSize()
55 OutputType result = 1; in getResultSize()
60 template <typename OutputType>
73 template <typename OutputType>
82 template <typename OutputType>
83 OutputType AtomPairAtomEnv<OutputType>::getBitId( in getBitId()
138 template <typename OutputType>
146 template <typename OutputType>
209 template <typename OutputType>
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-tools/src/vulkaninfo/
H A Doutputprinter.h74 case (OutputType::text): in output_type()
80 case (OutputType::html): in output_type()
174 case (OutputType::json): in output_type()
188 case (OutputType::text): in ~Printer()
191 case (OutputType::html): in ~Printer()
197 case (OutputType::json): in ~Printer()
217 case (OutputType::text): in FinishOutput()
220 case (OutputType::html): in FinishOutput()
226 case (OutputType::json): in FinishOutput()
299 case (OutputType::html):
[all …]
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/
H A Doutputtype.cpp23 output_type = OutputType::LEGACY; in ParseOutputType()
26 output_type = OutputType::P2SH_SEGWIT; in ParseOutputType()
29 output_type = OutputType::BECH32; in ParseOutputType()
48 case OutputType::LEGACY: return key.GetID(); in GetDestinationForKey()
49 case OutputType::P2SH_SEGWIT: in GetDestinationForKey()
50 case OutputType::BECH32: { in GetDestinationForKey()
54 if (type == OutputType::P2SH_SEGWIT) { in GetDestinationForKey()
82 case OutputType::LEGACY: in AddAndGetDestinationForScript()
84 case OutputType::P2SH_SEGWIT: in AddAndGetDestinationForScript()
85 case OutputType::BECH32: { in AddAndGetDestinationForScript()
[all …]
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/
H A Doutputtype.cpp23 output_type = OutputType::LEGACY; in ParseOutputType()
26 output_type = OutputType::P2SH_SEGWIT; in ParseOutputType()
29 output_type = OutputType::BECH32; in ParseOutputType()
48 case OutputType::LEGACY: return key.GetID(); in GetDestinationForKey()
49 case OutputType::P2SH_SEGWIT: in GetDestinationForKey()
50 case OutputType::BECH32: { in GetDestinationForKey()
54 if (type == OutputType::P2SH_SEGWIT) { in GetDestinationForKey()
82 case OutputType::LEGACY: in AddAndGetDestinationForScript()
84 case OutputType::P2SH_SEGWIT: in AddAndGetDestinationForScript()
85 case OutputType::BECH32: { in AddAndGetDestinationForScript()
[all …]
/dports/net-p2p/litecoin/litecoin-0.18.1/src/
H A Doutputtype.cpp23 output_type = OutputType::LEGACY; in ParseOutputType()
26 output_type = OutputType::P2SH_SEGWIT; in ParseOutputType()
29 output_type = OutputType::BECH32; in ParseOutputType()
48 case OutputType::LEGACY: return key.GetID(); in GetDestinationForKey()
49 case OutputType::P2SH_SEGWIT: in GetDestinationForKey()
50 case OutputType::BECH32: { in GetDestinationForKey()
54 if (type == OutputType::P2SH_SEGWIT) { in GetDestinationForKey()
82 case OutputType::LEGACY: in AddAndGetDestinationForScript()
84 case OutputType::P2SH_SEGWIT: in AddAndGetDestinationForScript()
85 case OutputType::BECH32: { in AddAndGetDestinationForScript()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/ImageFunction/include/
H A DitkLinearInterpolateImageFunction.h68 using OutputType = typename Superclass::OutputType; variable
100 OutputType EvaluateAtContinuousIndex(const in EvaluateAtContinuousIndex()
146 return ( static_cast< OutputType >( val0 ) ); in EvaluateOptimized()
152 return ( static_cast< OutputType >( val0 ) ); in EvaluateOptimized()
182 return ( static_cast< OutputType >( val00 ) ); in EvaluateOptimized()
189 return ( static_cast< OutputType >( val00 ) ); in EvaluateOptimized()
199 return ( static_cast< OutputType >( val00 ) ); in EvaluateOptimized()
213 return ( static_cast< OutputType >( val00 ) ); in EvaluateOptimized()
225 return ( static_cast< OutputType >( valx0 ) ); in EvaluateOptimized()
265 return ( static_cast< OutputType >( val000 ) ); in EvaluateOptimized()
[all …]

12345678910>>...126