/external/gemmlowp/meta/ |
D | transform_kernels_arm_32.h | 27 inline void Transform1DKernel<int32_t, uint8_t, Requantize, 16, 0>::Transform( in Transform() function 102 inline void Transform1DKernel<int32_t, uint8_t, Requantize, 16, 1>::Transform( in Transform() function 199 inline void Transform1DKernel<int32_t, uint8_t, Requantize, 16, 2>::Transform( in Transform() function 296 inline void Transform1DKernel<int32_t, uint8_t, Requantize, 16, 3>::Transform( in Transform() function 395 inline void Transform1DKernel<int32_t, uint8_t, Requantize, 16, 4>::Transform( in Transform() function 492 inline void Transform1DKernel<int32_t, uint8_t, Requantize, 16, 5>::Transform( in Transform() function 598 inline void Transform1DKernel<int32_t, uint8_t, Requantize, 16, 6>::Transform( in Transform() function 703 inline void Transform1DKernel<int32_t, uint8_t, Requantize, 16, 7>::Transform( in Transform() function 810 inline void Transform1DKernel<int32_t, uint8_t, Requantize, 16, 8>::Transform( in Transform() function 914 inline void Transform1DKernel<int32_t, uint8_t, Requantize, 16, 9>::Transform( in Transform() function [all …]
|
D | transform_kernels_arm_64.h | 27 inline void Transform1DKernel<int32_t, uint8_t, Requantize, 16, 0>::Transform( in Transform() function 100 inline void Transform1DKernel<int32_t, uint8_t, Requantize, 16, 1>::Transform( in Transform() function 195 inline void Transform1DKernel<int32_t, uint8_t, Requantize, 16, 2>::Transform( in Transform() function 290 inline void Transform1DKernel<int32_t, uint8_t, Requantize, 16, 3>::Transform( in Transform() function 387 inline void Transform1DKernel<int32_t, uint8_t, Requantize, 16, 4>::Transform( in Transform() function 482 inline void Transform1DKernel<int32_t, uint8_t, Requantize, 16, 5>::Transform( in Transform() function 586 inline void Transform1DKernel<int32_t, uint8_t, Requantize, 16, 6>::Transform( in Transform() function 690 inline void Transform1DKernel<int32_t, uint8_t, Requantize, 16, 7>::Transform( in Transform() function 796 inline void Transform1DKernel<int32_t, uint8_t, Requantize, 16, 8>::Transform( in Transform() function 898 inline void Transform1DKernel<int32_t, uint8_t, Requantize, 16, 9>::Transform( in Transform() function [all …]
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/color/ |
D | transform.rs | 26 pub struct Transform { struct 35 impl MulAssign for Transform { argument 41 impl Mul for Transform { implementation 59 impl Default for Transform { implementation 72 impl TryFrom<&ResolvedPaint<'_>> for Transform { implementation
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/color/ |
D | transform.rs | 26 pub struct Transform { struct 35 impl MulAssign for Transform { implementation 41 impl Mul for Transform { implementation 59 impl Default for Transform { implementation 72 impl TryFrom<&ResolvedPaint<'_>> for Transform { implementation
|
/external/stg/ |
D | proto_reader.cc | 108 Id Transformer::Transform(const proto::STG& x) { in Transform() function in stg::proto::__anon21a0925e0111::Transformer 280 std::vector<Id> Transformer::Transform( in Transform() function in stg::proto::__anon21a0925e0111::Transformer 291 std::map<std::string, Id> Transformer::Transform( in Transform() function in stg::proto::__anon21a0925e0111::Transformer 304 stg::Special::Kind Transformer::Transform(Special::Kind x) { in Transform() function in stg::proto::__anon21a0925e0111::Transformer 317 stg::PointerReference::Kind Transformer::Transform(PointerReference::Kind x) { in Transform() function in stg::proto::__anon21a0925e0111::Transformer 330 stg::Qualifier Transformer::Transform(Qualified::Qualifier x) { in Transform() function in stg::proto::__anon21a0925e0111::Transformer 345 stg::Primitive::Encoding Transformer::Transform(Primitive::Encoding x) { in Transform() function in stg::proto::__anon21a0925e0111::Transformer 368 stg::BaseClass::Inheritance Transformer::Transform(BaseClass::Inheritance x) { in Transform() function in stg::proto::__anon21a0925e0111::Transformer 379 stg::StructUnion::Kind Transformer::Transform(StructUnion::Kind x) { in Transform() function in stg::proto::__anon21a0925e0111::Transformer 390 stg::ElfSymbol::SymbolType Transformer::Transform(ElfSymbol::SymbolType x) { in Transform() function in stg::proto::__anon21a0925e0111::Transformer [all …]
|
D | proto_writer.cc | 61 struct Transform { struct 62 Transform(const Graph& graph, proto::STG& stg, MapId& map_id) in Transform() argument 95 std::unordered_map<uint32_t, Id> GetInternalIdByExternalIdMap() { in GetInternalIdByExternalIdMap() 103 const Graph& graph; 104 proto::STG& stg; 105 std::unordered_map<Id, uint32_t> external_id_by_internal_id; 106 std::unordered_set<uint32_t> used_ids; 109 MapId& map_id;
|
/external/rust/android-crates-io/crates/icu_locale_core/src/extensions/transform/ |
D | mod.rs | 92 pub struct Transform { struct 100 impl Transform { argument 274 impl FromStr for Transform { implementation 285 impl writeable::Writeable for Transform { implementation
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | ObjectTransformLayer.h | 37 void setTransform(TransformFunction Transform) { in setTransform() 43 TransformFunction Transform; variable 120 TransformFtor Transform; variable 125 LegacyObjectTransformLayer(BaseLayerT &BaseLayer, TransformFtor Transform) in LegacyObjectTransformLayer()
|
D | IRTransformLayer.h | 36 void setTransform(TransformFunction Transform) { in setTransform() 50 TransformFunction Transform; variable 119 TransformFtor Transform; variable 124 BaseLayerT &BaseLayer, TransformFtor Transform) in LegacyIRTransformLayer()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | ObjectTransformLayer.h | 39 void setTransform(TransformFunction Transform) { in setTransform() 45 TransformFunction Transform; variable
|
D | IRTransformLayer.h | 35 void setTransform(TransformFunction Transform) { in setTransform() 49 TransformFunction Transform; variable
|
/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/transforms/ |
D | sme_transpose_interleave_2VL.hpp | 187 void Transform<2, 1, true, VLType::SME>( in Transform() function 200 void Transform<2, 1, true, VLType::SME>( in Transform() function 213 void Transform<2, 1, true, VLType::SME>( in Transform() function
|
D | a64_transpose_interleave_48.hpp | 207 void Transform<12, 1, true, VLType::None>( in Transform() function 220 void Transform<24, 1, true, VLType::None>( in Transform() function 233 void Transform<6, 1, true, VLType::None>( in Transform() function
|
D | sve_transpose_interleave_3VL.hpp | 136 void Transform<3, 1, true, VLType::SVE>( in Transform() function 149 void Transform<3, 1, true, VLType::SVE>( in Transform() function 162 void Transform<3, 1, true, VLType::SVE>( in Transform() function
|
D | a64_transpose_interleave_24.hpp | 234 void Transform<6, 1, true, VLType::None>( in Transform() function 247 void Transform<12, 1, true, VLType::None>( in Transform() function 260 void Transform<12, 1, true, VLType::None>( in Transform() function
|
D | sve_transpose_interleave_4VL.hpp | 150 void Transform<4, 1, true, VLType::SVE>( in Transform() function 163 void Transform<4, 1, true, VLType::SVE>( in Transform() function 176 void Transform<4, 1, true, VLType::SVE>( in Transform() function
|
D | a64_transpose_interleave_64.hpp | 217 void Transform<16, 1, true, VLType::None>( in Transform() function 230 void Transform<32, 1, true, VLType::None>( in Transform() function 243 void Transform<32, 1, true, VLType::None>( in Transform() function
|
D | sme_transpose_interleave_1VL.hpp | 175 void Transform<1, 1, true, VLType::SME>( in Transform() function 188 void Transform<1, 1, true, VLType::SME>( in Transform() function 201 void Transform<1, 1, true, VLType::SME>( in Transform() function
|
D | sme_transpose_interleave_4VL.hpp | 150 void Transform<4, 1, true, VLType::SME>( in Transform() function 163 void Transform<4, 1, true, VLType::SME>( in Transform() function 176 void Transform<4, 1, true, VLType::SME>( in Transform() function
|
D | a32_transpose_interleave_8way_32bit.hpp | 33 void TransformImpl<8, 1, true, 4, 4, VLType::None>::Transform( in Transform() function in TransformImpl::None 48 void TransformImpl<16, 1, true, 2, 2, VLType::None>::Transform( in Transform() function in TransformImpl::None 120 void TransformImpl<16, 1, true, 2, 2, VLType::None>::Transform( in Transform() function in TransformImpl::None
|
D | sve_transpose_interleave_4VL_1x4.hpp | 297 void Transform<4, 4, true, VLType::SVE>( in Transform() function 310 void Transform<4, 4, true, VLType::SVE>( in Transform() function
|
D | a64_transpose_interleave_4_1x4.hpp | 313 void Transform<4, 4, true, VLType::None>( in Transform() function 326 void Transform<4, 4, true, VLType::None>( in Transform() function
|
/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/ |
D | transform.cpp | 48 static void Transform(TOut* out, const TIn* const in, const int stride, in Transform() function 108 static void Transform(T* out, const T* const in, const int stride, in Transform() function 116 void Transform( in Transform() function
|
/external/go-cmp/cmp/ |
D | path.go | 300 type Transform struct{ *transform } argument 306 func (tf Transform) Type() reflect.Type { return tf.typ } 307 func (tf Transform) Values() (vx, vy reflect.Value) { return tf.vx, tf.vy } 308 func (tf Transform) String() string { return fmt.Sprintf("%s()", tf.trans.name) } 311 func (tf Transform) Name() string { return tf.trans.name } 314 func (tf Transform) Func() reflect.Value { return tf.trans.fnc } 318 func (tf Transform) Option() Option { return tf.trans }
|
/external/brotli/csharp/org/brotli/dec/ |
D | Transform.cs | 9 internal sealed class Transform class 17 internal Transform(string prefix, int type, string suffix) in Transform() method in Org.Brotli.Dec.Transform
|