Home
last modified time | relevance | path

Searched defs:ScalarType (Results 1 – 21 of 21) sorted by relevance

/external/deqp/framework/referencerenderer/
DrrGenericVector.hpp70 explicit GenericVec4 (const tcu::Vector<ScalarType, 4>& value) in GenericVec4()
93 GenericVec4& operator= (const tcu::Vector<ScalarType, 4>& value) in operator =()
/external/gemmlowp/test/
Dtest_fixedpoint.cc125 using ScalarType = typename SimdTypeTraits::ScalarRawType; typedef in gemmlowp::__anon843601290111::TestFixedPoint
370 void test_convert(FixedPoint<ScalarType, tIntegerBits> x) { in test_convert()
377 void test_Rescale(FixedPoint<ScalarType, tIntegerBits_a> a) { in test_Rescale()
394 void test_mul(FixedPoint<ScalarType, tIntegerBits_a> a, in test_mul()
422 void test_ExactMulByPot(FixedPoint<ScalarType, tIntegerBits_a> a) { in test_ExactMulByPot()
/external/gemmlowp/internal/
Dsimd_wrappers.h46 using ScalarType = tScalarType; member
63 using ScalarType = tScalarType; member
/external/ComputeLibrary/src/cpu/kernels/elementwise_binary/generic/sve/
Dimpl.h74 using ScalarType = typename wrapper::sve_scalar<VectorType>::type; in elementwise_arithmetic_op() local
/external/eigen/unsupported/Eigen/src/SpecialFunctions/
DSpecialFunctionsPacketMath.h44 typedef typename unpacket_traits<Packet>::type ScalarType; in pndtri() typedef
/external/ComputeLibrary/src/cpu/kernels/fuse_batch_normalization/generic/
Dimpl.cpp34 using ScalarType = T; in fused_batch_normalization_conv() typedef
/external/ComputeLibrary/src/cpu/kernels/fuse_batch_normalization/nhwc/neon/
Dimpl.cpp34 using ScalarType = T; in fused_batch_normalization_dwc_nhwc() typedef
/external/ComputeLibrary/src/cpu/kernels/fuse_batch_normalization/nchw/
Dall.cpp35 using ScalarType = T; in fused_batch_normalization_dwc_nchw() typedef
/external/deqp/framework/common/
DtcuTexLookupVerifier.cpp570 const Vector<ScalarType, 4>& result) in isNearestSampleResultValid()
597 const Vector<ScalarType, 4>& result) in isNearestSampleResultValid()
631 const Vector<ScalarType, 4>& result) in isNearestSampleResultValid()
2444 const Vector<ScalarType, 4>& result) in isGatherOffsetsResultValid()
2519 const Vector<ScalarType, 4>& result) in is2DArrayGatherOffsetsResultValid()
2569 const Vector<ScalarType, 4>& result) in isGatherResultValid()
2626 const Vector<ScalarType, 4>& result) in isCubeGatherResultValid()
/external/skia/src/sksl/ir/
DSkSLType.cpp273 class ScalarType final : public Type { class
277 ScalarType(std::string_view name, const char* abbrev, NumberKind numberKind, int8_t priority, in ScalarType() function in SkSL::ScalarType
/external/angle/src/common/
Dgl_enum_utils_autogen.h147 ScalarType, enumerator
362 ScalarType, enumerator
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp1016 ScalarType getSwizzledComp (const tcu::Vector<ScalarType, 4>& vec, vk::VkComponentSwizzle comp, int… in getSwizzledComp()
1029 tcu::Vector<ScalarType, 4> swizzle (const tcu::Vector<ScalarType, 4>& vec, const vk::VkComponentMap… in swizzle()
/external/ComputeLibrary/src/core/NEON/
DSVEMath.inl247 using ScalarType = float; typedef
/external/clang/lib/Sema/
DSemaTemplateVariadic.cpp1009 QualType ScalarType; in BuildEmptyCXXFoldExpr() local
DSemaExpr.cpp1273 QualType ScalarType = in handleComplexIntConversion() local
1282 QualType ScalarType = in handleComplexIntConversion() local
1295 QualType ScalarType = in handleComplexIntConversion() local
7956 QualType ScalarType = LHSVecType ? RHSType : LHSType; in CheckVectorOperands() local
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp1043 Type *ScalarType = Val->getScalarType(); in getVectorInstrCost() local
DX86ISelLowering.cpp4515 MVT ScalarType = ResultVT.getVectorElementType().getSimpleVT(); in insert128BitVector() local
/external/llvm/lib/IR/
DAutoUpgrade.cpp1381 MDNode *ScalarType = MDNode::get(I->getContext(), Elts); in UpgradeInstWithTBAATag() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp2395 Type *ScalarType = Val->getScalarType(); in getVectorInstrCost() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp3773 MDNode *ScalarType = MDNode::get(Context, Elts); in UpgradeTBAANode() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp4614 auto extend = [&](Value *ScalarRoot, Value *Ex, Type *ScalarType) { in vectorizeTree()