Home
last modified time | relevance | path

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

1234567

/external/libaom/libaom/test/
Dfdct4x4_test.cc36 template <typename OutputType>
37 using FdctFunc = void (*)(const int16_t *in, OutputType *out, int stride);
39 template <typename OutputType>
40 using FhtFunc = void (*)(const int16_t *in, OutputType *out, int stride,
43 template <typename OutputType>
45 std::tuple<FdctFunc<OutputType>, FhtFunc<OutputType>, aom_bit_depth_t, int>;
59 template <typename OutputType>
60 class Trans4x4FDCT : public libaom_test::TransformTestBase<OutputType>,
61 public ::testing::TestWithParam<Fdct4x4Param<OutputType>> {
65 using TxfmBaseOutType = libaom_test::TransformTestBase<OutputType>;
[all …]
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DCodedOutputStreamTest.java57 OutputType getOutputType(); in getOutputType()
80 public OutputType getOutputType() { in getOutputType()
81 return OutputType.STREAM; in getOutputType()
105 public OutputType getOutputType() { in getOutputType()
106 return OutputType.ARRAY; in getOutputType()
143 public OutputType getOutputType() { in getOutputType()
144 return OutputType.NIO_HEAP; in getOutputType()
186 public OutputType getOutputType() { in getOutputType()
187 return unsafe ? OutputType.NIO_DIRECT_SAFE : OutputType.NIO_DIRECT_UNSAFE; in getOutputType()
191 private enum OutputType { enum in CodedOutputStreamTest
[all …]
/external/angle/src/libANGLE/renderer/d3d/d3d9/
Dvertexconversion.h30 typedef T OutputType; typedef
40 typedef ToT OutputType; typedef
50 typedef T OutputType;
60 typedef float OutputType;
87 typedef float OutputType;
151 typedef typename Converter::OutputType OutputType;
156 static const std::size_t finalSize = WidenRule::finalWidth * sizeof(OutputType);
160 OutputType *out = reinterpret_cast<OutputType *>(output);
166 copyComponent(out, ein, 0, static_cast<OutputType>(DefaultValueRule::zero()));
167 copyComponent(out, ein, 1, static_cast<OutputType>(DefaultValueRule::zero()));
[all …]
/external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
DesextcTextureBorderClampSamplingTexture.hpp41 template <typename InputType, typename OutputType>
49 glw::GLuint depth, InputType initValue, InputType initBorderColor, OutputType expectedValue,
50 OutputType expectedBorderColor, glw::GLenum inputType, glw::GLenum outputType);
110 inline OutputType get_expected_value(void) const in get_expected_value()
114 inline OutputType get_expected_border_color(void) const in get_expected_border_color()
142 OutputType m_expected_value;
143 OutputType m_expected_border_color;
291 template <typename InputType, typename OutputType>
298 const TestConfiguration<InputType, OutputType>& configuration);
312 bool checkResult(OutputType expectedValue, OutputType expectedBorderColor, glw::GLint layer);
[all …]
DesextcTextureBorderClampSamplingTexture.cpp40 template <typename InputType, typename OutputType>
41 const glw::GLuint TextureBorderClampSamplingTexture<InputType, OutputType>::m_texture_unit = 0;
61 template <typename InputType, typename OutputType>
62 TestConfiguration<InputType, OutputType>::TestConfiguration( in TestConfiguration()
66OutputType expectedValue, OutputType expectedBorderColor, glw::GLenum inputType, glw::GLenum outpu… in TestConfiguration()
92 template <typename InputType, typename OutputType>
93 TestConfiguration<InputType, OutputType>::TestConfiguration(const TestConfiguration& configuration) in TestConfiguration()
120 template <typename InputType, typename OutputType>
121 TextureBorderClampSamplingTexture<InputType, OutputType>::TextureBorderClampSamplingTexture( in TextureBorderClampSamplingTexture()
123 const TestConfiguration<InputType, OutputType>& configuration) in TextureBorderClampSamplingTexture()
[all …]
/external/gemmlowp/internal/
Doutput.h50 using OutputBufferType = typename BufferEvalImplType::OutputType;
52 using OutputType = RegisterBlock<OutputScalarType, kRows, kCols>; member
56 OutputType Eval(InputType input, int, int) const { in Eval()
57 OutputType output; in Eval()
69 using OutputType = RegisterBuffer<std::int32_t, Size>;
75 OutputType Eval(InputType input) const {
81 OutputType output;
96 typedef RegisterBlock<std::int32_t, Rows, Cols> OutputType;
101 OutputType Eval(InputType input, int row, int col) const {
102 OutputType output;
[all …]
Doutput_msa.h30 typedef RegBufferUint8<4> OutputType;
36 OutputType Eval(InputType input) const {
37 OutputType output;
59 typedef RegBufferUint8<8> OutputType;
65 OutputType Eval(InputType input) const {
66 OutputType output;
111 typedef RegBufferUint8<16> OutputType;
117 OutputType Eval(InputType input) const {
118 OutputType output;
129 typedef RegBufferUint8<32> OutputType;
[all …]
Doutput_sse.h30 typedef RegBufferUint8<4> OutputType;
36 OutputType Eval(InputType input) const {
37 OutputType output;
49 typedef RegBufferUint8<8> OutputType;
55 OutputType Eval(InputType input) const {
56 OutputType output;
69 typedef RegBufferUint8<16> OutputType;
75 OutputType Eval(InputType input) const {
76 OutputType output;
88 typedef RegBufferUint8<32> OutputType;
[all …]
Doutput_neon.h30 typedef RegBufferUint8<4> OutputType;
36 OutputType Eval(InputType input) const {
37 OutputType output;
49 typedef RegBufferUint8<8> OutputType;
55 OutputType Eval(InputType input) const {
56 OutputType output;
68 typedef RegBufferUint8<16> OutputType;
74 OutputType Eval(InputType input) const {
75 OutputType output;
90 typedef RegBufferUint8<32> OutputType;
[all …]
/external/clang/lib/Driver/
DAction.cpp76 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) in PreprocessJobAction() argument
77 : JobAction(PreprocessJobClass, Input, OutputType) {} in PreprocessJobAction()
81 PrecompileJobAction::PrecompileJobAction(Action *Input, types::ID OutputType) in PrecompileJobAction() argument
82 : JobAction(PrecompileJobClass, Input, OutputType) {} in PrecompileJobAction()
86 AnalyzeJobAction::AnalyzeJobAction(Action *Input, types::ID OutputType) in AnalyzeJobAction() argument
87 : JobAction(AnalyzeJobClass, Input, OutputType) {} in AnalyzeJobAction()
91 MigrateJobAction::MigrateJobAction(Action *Input, types::ID OutputType) in MigrateJobAction() argument
92 : JobAction(MigrateJobClass, Input, OutputType) {} in MigrateJobAction()
96 CompileJobAction::CompileJobAction(Action *Input, types::ID OutputType) in CompileJobAction() argument
97 : JobAction(CompileJobClass, Input, OutputType) {} in CompileJobAction()
[all …]
/external/llvm-project/libc/utils/MPFRWrapper/
DMPFRUtils.h135 template <Operation op, typename InputType, typename OutputType>
136 class MPFRMatcher : public testing::Matcher<OutputType> {
138 OutputType matchValue;
145 bool match(OutputType libcResult) {
208 template <Operation op, typename InputType, typename OutputType>
212 cpp::IsSame<InputType, OutputType>::Value &&
217 cpp::IsSame<OutputType, BinaryOutput<InputType>>::Value) ||
220 cpp::IsFloatingPointType<OutputType>::Value &&
221 cpp::IsSame<InputType, BinaryInput<OutputType>>::Value) ||
225 OutputType>::value) ||
[all …]
/external/tensorflow/tensorflow/lite/kernels/
Darg_min_max_test.cc124 TensorType OutputType() const { return std::get<2>(GetParam()); } in OutputType() function in tflite::__anon5be04bb10111::ArgMinMaxOpTest
128 if (OutputType() == TensorType_INT32) { in ValidateOutput()
144 ConstantAxis(), OutputType()); in TEST_P()
154 ConstantAxis(), OutputType()); in TEST_P()
164 ConstantAxis(), OutputType()); in TEST_P()
174 ConstantAxis(), OutputType()); in TEST_P()
184 ConstantAxis(), OutputType()); in TEST_P()
194 ConstantAxis(), OutputType()); in TEST_P()
204 ConstantAxis(), OutputType()); in TEST_P()
214 ConstantAxis(), OutputType()); in TEST_P()
[all …]
/external/skia/src/gpu/glsl/
DGrGLSLVertexGeoBuilder.cpp53 static const char* output_type_name(GrGLSLGeometryBuilder::OutputType out) { in output_type_name()
54 using OutputType = GrGLSLGeometryBuilder::OutputType; in output_type_name() typedef
56 case OutputType::kPoints: return "points"; in output_type_name()
57 case OutputType::kLineStrip: return "line_strip"; in output_type_name()
58 case OutputType::kTriangleStrip: return "triangle_strip"; in output_type_name()
63 void GrGLSLGeometryBuilder::configure(InputType inputType, OutputType outputType, int maxVertices, in configure()
/external/llvm-project/clang/lib/Driver/
DAction.cpp319 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) in PreprocessJobAction() argument
320 : JobAction(PreprocessJobClass, Input, OutputType) {} in PreprocessJobAction()
324 PrecompileJobAction::PrecompileJobAction(Action *Input, types::ID OutputType) in PrecompileJobAction() argument
325 : JobAction(PrecompileJobClass, Input, OutputType) {} in PrecompileJobAction()
328 types::ID OutputType) in PrecompileJobAction() argument
329 : JobAction(Kind, Input, OutputType) { in PrecompileJobAction()
336 Action *Input, types::ID OutputType, const char *ModuleName) in HeaderModulePrecompileJobAction() argument
337 : PrecompileJobAction(HeaderModulePrecompileJobClass, Input, OutputType), in HeaderModulePrecompileJobAction()
342 AnalyzeJobAction::AnalyzeJobAction(Action *Input, types::ID OutputType) in AnalyzeJobAction() argument
343 : JobAction(AnalyzeJobClass, Input, OutputType) {} in AnalyzeJobAction()
[all …]
/external/skqp/src/gpu/glsl/
DGrGLSLVertexGeoBuilder.cpp59 static const char* output_type_name(GrGLSLGeometryBuilder::OutputType out) { in output_type_name()
60 using OutputType = GrGLSLGeometryBuilder::OutputType; in output_type_name() typedef
62 case OutputType::kPoints: return "points"; in output_type_name()
63 case OutputType::kLineStrip: return "line_strip"; in output_type_name()
64 case OutputType::kTriangleStrip: return "triangle_strip"; in output_type_name()
70 void GrGLSLGeometryBuilder::configure(InputType inputType, OutputType outputType, int maxVertices, in configure()
/external/tensorflow/tensorflow/core/kernels/
Dspacetobatch_functor.h52 template <typename InputType, typename OutputType>
53 void SubtleMustCopyFlatHelper(const Tensor& t, OutputType* output) { in SubtleMustCopyFlatHelper()
67 template <typename OutputType>
68 void SubtleMustCopyFlat(const Tensor& t, OutputType* output) { in SubtleMustCopyFlat()
70 SubtleMustCopyFlatHelper<int32, OutputType>(t, output); in SubtleMustCopyFlat()
72 SubtleMustCopyFlatHelper<int64, OutputType>(t, output); in SubtleMustCopyFlat()
Dmultinomial_op.cc44 template <typename Device, typename T, typename OutputType>
53 typename TTypes<OutputType>::Matrix output);
70 template <typename T, typename OutputType>
71 struct MultinomialFunctor<CPUDevice, T, OutputType> {
79 typename TTypes<OutputType>::Matrix output) { in operator ()()
148 template <typename Device, typename T, typename OutputType>
211 functor::MultinomialFunctor<Device, T, OutputType>()( in DoCompute()
215 samples_t->matrix<OutputType>()); in DoCompute()
220 template <typename Device, typename T, typename OutputType>
221 class StatefulMultinomialOp : public MultinomialOp<Device, T, OutputType> {
[all …]
Dmultinomial_op_gpu.cu.cc41 template <typename OutputType>
46 OutputType* __restrict__ output) { in MultinomialKernel()
50 using UnsignedOutputType = typename std::make_unsigned<OutputType>::type; in MultinomialKernel()
57 template <typename T, typename OutputType>
58 struct MultinomialFunctor<GPUDevice, T, OutputType> {
66 typename TTypes<OutputType>::Matrix output) { in operator ()()
119 MultinomialKernel<OutputType>, config.block_count, in operator ()()
/external/libcups/filter/
Drastertopwg.c203 strlcpy(outheader.OutputType, "Automatic", in main()
204 sizeof(outheader.OutputType)); in main()
206 strlcpy(outheader.OutputType, "Graphics", sizeof(outheader.OutputType)); in main()
208 strlcpy(outheader.OutputType, "Photo", sizeof(outheader.OutputType)); in main()
210 strlcpy(outheader.OutputType, "Text", sizeof(outheader.OutputType)); in main()
212 strlcpy(outheader.OutputType, "TextAndGraphics", in main()
213 sizeof(outheader.OutputType)); in main()
217 outheader.OutputType[0] = '\0'; in main()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_conv_runner.cc75 template <typename ElementType, typename OutputType>
81 DeviceMemory<OutputType> output_buf, in RunGpuConvForward()
95 template <typename ElementType, typename BiasType, typename OutputType>
101 DeviceMemory<OutputType> output_buf, in RunGpuConvForwardActivation()
111 se::DeviceMemory<OutputType> side_input(params.fusion->side_input_buf); in RunGpuConvForwardActivation()
146 template <typename ElementType, typename BiasType, typename OutputType,
154 DeviceMemory<OutputType> output_buf, in RunGpuConvInternalImpl()
185 return RunGpuConvForwardActivation<ElementType, BiasType, OutputType>( in RunGpuConvInternalImpl()
194 template <typename ElementType, typename BiasType, typename OutputType,
202 DeviceMemory<OutputType> output_buf, in RunGpuConvInternalImpl()
[all …]
/external/libcups/examples/
Dcustom.drv34 *Choice "Auto/Automatic Selection" "<</OutputType(Auto)>>setpagedevice"
35 Choice "Text/Optimize for Text" "<</OutputType(Text)>>setpagedevice"
36 Choice "Graph/Optimize for Graphics" "<</OutputType(Graph)>>setpagedevice"
37 Choice "Photo/Optimize for Photos" "<</OutputType(Photo)>>setpagedevice"
/external/angle/src/tests/deqp_support/
DglcShaderConstExprTests_override.cpp74 template <typename OutputType>
82 OutputType expectedOutput);
91 OutputType m_expectedOutput;
94 template <typename OutputType>
95 ExecutorTestCase<OutputType>::ExecutorTestCase(deqp::Context &context, in ExecutorTestCase()
99 OutputType expectedOutput) in ExecutorTestCase()
106 template <typename OutputType>
107 ExecutorTestCase<OutputType>::~ExecutorTestCase(void) in ~ExecutorTestCase()
153 template <typename OutputType>
154 tcu::TestNode::IterateResult ExecutorTestCase<OutputType>::iterate(void) in iterate()
[all …]
/external/deqp/external/openglcts/modules/common/
DglcShaderConstExprTests.cpp72 template <typename OutputType>
77 OutputType expectedOutput);
86 OutputType m_expectedOutput;
89 template <typename OutputType>
90 ExecutorTestCase<OutputType>::ExecutorTestCase(deqp::Context& context, const char* name, glu::Shade… in ExecutorTestCase()
91 const ShaderSpec& shaderSpec, OutputType expectedOutput) in ExecutorTestCase()
99 template <typename OutputType>
100 ExecutorTestCase<OutputType>::~ExecutorTestCase(void) in ~ExecutorTestCase()
145 template <typename OutputType>
146 tcu::TestNode::IterateResult ExecutorTestCase<OutputType>::iterate(void) in iterate()
[all …]
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorReductionCuda.h273 template <typename Self, typename Op, typename OutputType, bool PacketAccess, typename Enabled = vo…
275 static void run(const Self&, Op&, const GpuDevice&, OutputType*, typename Self::Index) { in run()
281 template <typename Self, typename Op, typename OutputType, bool PacketAccess>
283 Self, Op, OutputType, PacketAccess,
285 internal::is_same<float, OutputType>::value ||
286 internal::is_same<double, OutputType>::value,
288 …static void run(const Self& self, Op& reducer, const GpuDevice& device, OutputType* output, typena…
358 template <typename OutputType>
359 static void run(const Self& self, Op& reducer, const GpuDevice& device, OutputType* output) {
367 …FullReductionLauncher<Self, Op, OutputType, reducer_traits<Op, GpuDevice>::PacketAccess>::run(self…
[all …]
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DIcuConverterConfig.java18 import org.unicode.icu.tool.cldrtoicu.LdmlConverter.OutputType;
46 private ImmutableSet<OutputType> outputTypes = OutputType.ALL;
81 public Builder setOutputTypes(Iterable<OutputType> types) { in setOutputTypes()
139 private final ImmutableSet<OutputType> outputTypes;
159 Arrays.asList(OutputType.values())); in IcuConverterConfig()
183 public Set<OutputType> getOutputTypes() { in getOutputTypes()

1234567