/external/libaom/test/ |
D | hadamard_test.cc | 35 template <typename OutputType> 36 void Hadamard4x4(const OutputType *a, OutputType *out) { in Hadamard4x4() 37 OutputType b[8]; in Hadamard4x4() 49 template <typename OutputType> 50 void ReferenceHadamard4x4(const int16_t *a, int a_stride, OutputType *b) { in ReferenceHadamard4x4() 51 OutputType input[16]; in ReferenceHadamard4x4() 52 OutputType buf[16]; in ReferenceHadamard4x4() 55 input[i * 4 + j] = static_cast<OutputType>(a[i * a_stride + j]); in ReferenceHadamard4x4() 64 OutputType temp = b[j * 4 + i]; in ReferenceHadamard4x4() 71 template <typename OutputType> [all …]
|
D | fdct4x4_test.cc | 35 template <typename OutputType> 36 using FdctFunc = void (*)(const int16_t *in, OutputType *out, int stride); 38 template <typename OutputType> 39 using FhtFunc = void (*)(const int16_t *in, OutputType *out, int stride, 42 template <typename OutputType> 44 std::tuple<FdctFunc<OutputType>, FhtFunc<OutputType>, aom_bit_depth_t, int>; 58 template <typename OutputType> 59 class Trans4x4FDCT : public libaom_test::TransformTestBase<OutputType>, 60 public ::testing::TestWithParam<Fdct4x4Param<OutputType>> { 64 using TxfmBaseOutType = libaom_test::TransformTestBase<OutputType>; [all …]
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | CodedOutputStreamTest.java | 59 OutputType getOutputType(); in getOutputType() 82 public OutputType getOutputType() { in getOutputType() 83 return OutputType.STREAM; in getOutputType() 107 public OutputType getOutputType() { in getOutputType() 108 return OutputType.ARRAY; in getOutputType() 145 public OutputType getOutputType() { in getOutputType() 146 return OutputType.NIO_HEAP; in getOutputType() 188 public OutputType getOutputType() { in getOutputType() 189 return unsafe ? OutputType.NIO_DIRECT_SAFE : OutputType.NIO_DIRECT_UNSAFE; in getOutputType() 193 private enum OutputType { enum in CodedOutputStreamTest [all …]
|
/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | CodedOutputStreamTest.java | 59 OutputType getOutputType(); in getOutputType() 82 public OutputType getOutputType() { in getOutputType() 83 return OutputType.STREAM; in getOutputType() 107 public OutputType getOutputType() { in getOutputType() 108 return OutputType.ARRAY; in getOutputType() 145 public OutputType getOutputType() { in getOutputType() 146 return OutputType.NIO_HEAP; in getOutputType() 188 public OutputType getOutputType() { in getOutputType() 189 return unsafe ? OutputType.NIO_DIRECT_SAFE : OutputType.NIO_DIRECT_UNSAFE; in getOutputType() 193 private enum OutputType { enum in CodedOutputStreamTest [all …]
|
/external/gemmlowp/internal/ |
D | output.h | 50 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 …]
|
D | output_msa.h | 30 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 …]
|
D | output_sse.h | 30 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 …]
|
D | output_neon.h | 30 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/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | vertexconversion.h | 30 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/ |
D | esextcTextureBorderClampSamplingTexture.hpp | 41 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 …]
|
D | esextcTextureBorderClampSamplingTexture.cpp | 40 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() 66 …OutputType 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/clang/lib/Driver/ |
D | Action.cpp | 76 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/tensorflow/tensorflow/lite/kernels/ |
D | arg_min_max_test.cc | 124 TensorType OutputType() const { return std::get<2>(GetParam()); } in OutputType() function in tflite::__anona9f91d8f0111::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/webrtc/api/test/ |
D | frame_generator_interface.cc | 18 FrameGeneratorInterface::OutputType type) { in OutputTypeToString() 20 case OutputType::kI420: in OutputTypeToString() 22 case OutputType::kI420A: in OutputTypeToString() 24 case OutputType::kI010: in OutputTypeToString() 26 case OutputType::kNV12: in OutputTypeToString()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | spacetobatch_functor.h | 52 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_t, OutputType>(t, output); in SubtleMustCopyFlat()
|
D | multinomial_op.cc | 44 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 …]
|
D | multinomial_op_gpu.cu.cc | 41 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 ()() 113 MultinomialKernel<OutputType>, config.block_count, in operator ()()
|
/external/cronet/net/base/ |
D | parse_number_unittest.cc | 73 template <typename OutputType, typename ParseFunc, typename ExpectationType> 79 OutputType parsed_number1; in ExpectParseIntSuccess() 82 EXPECT_EQ(static_cast<OutputType>(expected_output), parsed_number1); in ExpectParseIntSuccess() 87 OutputType parsed_number2; in ExpectParseIntSuccess() 90 EXPECT_EQ(static_cast<OutputType>(expected_output), parsed_number2); in ExpectParseIntSuccess() 96 template <typename OutputType, typename ParseFunc> 101 const OutputType kBogusOutput(23614); in ExpectParseIntFailure() 104 OutputType parsed_number1 = kBogusOutput; in ExpectParseIntFailure() 111 OutputType parsed_number2 = kBogusOutput; in ExpectParseIntFailure()
|
/external/rust/crates/plotters/src/series/ |
D | surface.rs | 12 type OutputType; typedef 17 result: Self::OutputType, in make_coord() argument 28 type OutputType = $out; 31 $result: Self::OutputType, 99 SurfaceFunc: Fn(D::Input1Type, D::Input2Type) -> D::OutputType, 104 style: StyleConfig<'a, D::OutputType>, 113 SurfaceFunc: Fn(D::Input1Type, D::Input2Type) -> D::OutputType, 162 pub fn style_func<F: Fn(&D::OutputType) -> ShapeStyle>(mut self, f: &'a F) -> Self { in style_func() 181 ) -> <$dir as Direction<X, Y, Z>>::OutputType, 203 SurfaceFunc: Fn(D::Input1Type, D::Input2Type) -> D::OutputType,
|
/external/libcups/filter/ |
D | rastertopwg.c | 203 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/XNNPACK/test/ |
D | subgraph-unary-tester.h | 22 template <typename InputType, typename OutputType = InputType, size_t min_dim = 0> class UnaryTest … 50 operator_output = std::vector<OutputType>(num_output_elements); in UnaryTest() 51 subgraph_output = std::vector<OutputType>(num_output_elements); in UnaryTest() 88 std::vector<OutputType> operator_output; 89 std::vector<OutputType> subgraph_output;
|
/external/deqp/external/openglcts/modules/common/ |
D | glcShaderConstExprTests.cpp | 72 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/libcups/examples/ |
D | custom.drv | 34 *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/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
D | IcuConverterConfig.java | 18 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()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | gpu_conv_runner.cc | 69 template <typename ElementType, typename OutputType> 74 DeviceMemory<OutputType> output_buf, in RunGpuConvUnfused() 115 template <typename ElementType, typename BiasType, typename OutputType> 120 DeviceMemory<OutputType> output_buf, in RunGpuConvForwardActivation() 124 se::DeviceMemory<OutputType> side_input(params.fusion->side_input_buf); in RunGpuConvForwardActivation() 185 template <typename ElementType, typename BiasType, typename OutputType, 192 DeviceMemory<OutputType> output_buf, in RunGpuConvInternalImpl() 201 return RunGpuConvForwardActivation<ElementType, BiasType, OutputType>( in RunGpuConvInternalImpl() 210 template <typename ElementType, typename BiasType, typename OutputType, 217 DeviceMemory<OutputType> output_buf, in RunGpuConvInternalImpl() [all …]
|