Home
last modified time | relevance | path

Searched refs:prod (Results 1 – 25 of 402) sorted by relevance

12345678910>>...17

/external/llvm-project/llvm/test/CodeGen/ARM/
Dneon-v8.1a.ll23 %prod = call <4 x i16> @llvm.arm.neon.vqrdmulh.v4i16(<4 x i16> %mhs, <4 x i16> %rhs)
24 %retval = call <4 x i16> @llvm.sadd.sat.v4i16(<4 x i16> %acc, <4 x i16> %prod)
31 %prod = call <8 x i16> @llvm.arm.neon.vqrdmulh.v8i16(<8 x i16> %mhs, <8 x i16> %rhs)
32 %retval = call <8 x i16> @llvm.sadd.sat.v8i16(<8 x i16> %acc, <8 x i16> %prod)
39 %prod = call <2 x i32> @llvm.arm.neon.vqrdmulh.v2i32(<2 x i32> %mhs, <2 x i32> %rhs)
40 %retval = call <2 x i32> @llvm.sadd.sat.v2i32(<2 x i32> %acc, <2 x i32> %prod)
47 %prod = call <4 x i32> @llvm.arm.neon.vqrdmulh.v4i32(<4 x i32> %mhs, <4 x i32> %rhs)
48 %retval = call <4 x i32> @llvm.sadd.sat.v4i32(<4 x i32> %acc, <4 x i32> %prod)
55 %prod = call <4 x i16> @llvm.arm.neon.vqrdmulh.v4i16(<4 x i16> %mhs, <4 x i16> %rhs)
56 %retval = call <4 x i16> @llvm.ssub.sat.v4i16(<4 x i16> %acc, <4 x i16> %prod)
[all …]
/external/eigen/test/
Devaluators.cpp8 prod(const Lhs& lhs, const Rhs& rhs) in prod() function
158 VERIFY_IS_APPROX_EVALUATOR2(d, prod(a,b), a*b); in test_evaluators()
159 VERIFY_IS_APPROX_EVALUATOR2(d.noalias(), prod(a,b), a*b); in test_evaluators()
160 VERIFY_IS_APPROX_EVALUATOR2(d, prod(a,b) + c, a*b + c); in test_evaluators()
161 VERIFY_IS_APPROX_EVALUATOR2(d, s * prod(a,b), s * a*b); in test_evaluators()
162 VERIFY_IS_APPROX_EVALUATOR2(d, prod(a,b).transpose(), (a*b).transpose()); in test_evaluators()
163 VERIFY_IS_APPROX_EVALUATOR2(d, prod(a,b) + prod(b,c), a*b + b*c); in test_evaluators()
167 copy_using_evaluator(a, prod(a,a)); in test_evaluators()
172 add_assign_using_evaluator(c.noalias(), prod(a,b)); in test_evaluators()
177 subtract_assign_using_evaluator(c.noalias(), prod(a,b)); in test_evaluators()
[all …]
Dzerosized.cpp17 VERIFY(m.prod()==1); in zeroReduction()
59 …Matrix<Scalar,Dynamic,Dynamic> prod = m.template block<MatrixType::RowsAtCompileTime,0>(0,0,rows,0… in zeroSizedMatrix() local
60 VERIFY(prod.rows()==rows && prod.cols()==cols); in zeroSizedMatrix()
61 VERIFY(prod.isZero()); in zeroSizedMatrix()
62 prod = m.template block<1,0>(0,0) * m.template block<0,1>(0,0); in zeroSizedMatrix()
63 VERIFY(prod.size()==1); in zeroSizedMatrix()
64 VERIFY(prod.isZero()); in zeroSizedMatrix()
/external/protobuf/
DREADME.md57prod:protobuf%2Fgithub%2Fmaster%2Fubuntu%2Fcpp_distcheck%2Fcontinuous)<br/>[![Build status](https:…
58prod:protobuf%2Fgithub%2Fmaster%2Fubuntu%2Fjava_compatibility%2Fcontinuous)<br/>[![Build status](h…
59prod:protobuf%2Fgithub%2Fmaster%2Fubuntu%2Fpython27%2Fcontinuous)<br/>[![Build status](https://sto…
60prod:protobuf%2Fgithub%2Fmaster%2Fmacos%2Fobjectivec_cocoapods_integration%2Fcontinuous)<br/>[![Bu…
61prod:protobuf%2Fgithub%2Fmaster%2Fubuntu%2Fcsharp%2Fcontinuous) | | [![Build status](https://ci.ap…
62prod:protobuf%2Fgithub%2Fmaster%2Fubuntu%2Fjavascript%2Fcontinuous) | [![Build status](https://sto…
63prod:protobuf%2Fgithub%2Fmaster%2Fubuntu%2Fruby23%2Fcontinuous)<br/>[![Build status](https://stora…
65prod:protobuf%2Fgithub%2Fmaster%2Fubuntu%2Fphp_all%2Fcontinuous)<br/>[![Build status](https://stor…
/external/llvm/test/CodeGen/ARM/
Dneon-v8.1a.ll23 %prod = call <4 x i16> @llvm.arm.neon.vqrdmulh.v4i16(<4 x i16> %mhs, <4 x i16> %rhs)
24 %retval = call <4 x i16> @llvm.arm.neon.vqadds.v4i16(<4 x i16> %acc, <4 x i16> %prod)
31 %prod = call <8 x i16> @llvm.arm.neon.vqrdmulh.v8i16(<8 x i16> %mhs, <8 x i16> %rhs)
32 %retval = call <8 x i16> @llvm.arm.neon.vqadds.v8i16(<8 x i16> %acc, <8 x i16> %prod)
39 %prod = call <2 x i32> @llvm.arm.neon.vqrdmulh.v2i32(<2 x i32> %mhs, <2 x i32> %rhs)
40 %retval = call <2 x i32> @llvm.arm.neon.vqadds.v2i32(<2 x i32> %acc, <2 x i32> %prod)
47 %prod = call <4 x i32> @llvm.arm.neon.vqrdmulh.v4i32(<4 x i32> %mhs, <4 x i32> %rhs)
48 %retval = call <4 x i32> @llvm.arm.neon.vqadds.v4i32(<4 x i32> %acc, <4 x i32> %prod)
55 %prod = call <4 x i16> @llvm.arm.neon.vqrdmulh.v4i16(<4 x i16> %mhs, <4 x i16> %rhs)
56 %retval = call <4 x i16> @llvm.arm.neon.vqsubs.v4i16(<4 x i16> %acc, <4 x i16> %prod)
[all …]
/external/skqp/src/core/
DSkMathPriv.h103 unsigned prod = a*b + 1; in SkMulDiv255Trunc() local
104 return (prod + (prod >> 8)) >> 8; in SkMulDiv255Trunc()
113 unsigned prod = a*b + 255; in SkMulDiv255Ceiling() local
114 return (prod + (prod >> 8)) >> 8; in SkMulDiv255Ceiling()
119 static inline unsigned SkDiv255Round(unsigned prod) { in SkDiv255Round() argument
120 prod += 128; in SkDiv255Round()
121 return (prod + (prod >> 8)) >> 8; in SkDiv255Round()
/external/skqp/include/core/
DSkMath.h60 unsigned prod = a*b + (1 << (shift - 1)); in SkMul16ShiftRound() local
61 return (prod + (prod >> shift)) >> shift; in SkMul16ShiftRound()
71 unsigned prod = a*b + 128; in SkMulDiv255Round() local
72 return (prod + (prod >> 8)) >> 8; in SkMulDiv255Round()
/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dfilters_neon.c26 int64_t prod = 0; in WebRtcIsacfix_AutocorrNeon() local
48 prod = vaddvq_s64(tmpb_v); in WebRtcIsacfix_AutocorrNeon()
50 prod = vget_lane_s64(vadd_s64(vget_low_s64(tmpb_v), vget_high_s64(tmpb_v)), in WebRtcIsacfix_AutocorrNeon()
54 temp = (uint32_t)(prod >> 31); in WebRtcIsacfix_AutocorrNeon()
57 r[0] = (int32_t)(prod >> scaling); in WebRtcIsacfix_AutocorrNeon()
94 prod = vaddvq_s64(tmpb_v); in WebRtcIsacfix_AutocorrNeon()
96 prod = vget_lane_s64(vadd_s64(vget_low_s64(tmpb_v), vget_high_s64(tmpb_v)), in WebRtcIsacfix_AutocorrNeon()
107 r[i] = (int32_t)((prod + prod_tail) >> scaling); in WebRtcIsacfix_AutocorrNeon()
Dfilters.c26 int64_t prod = 0; in WebRtcIsacfix_AutocorrC() local
34 prod += x[i] * x[i]; in WebRtcIsacfix_AutocorrC()
38 temp = (uint32_t)(prod >> 31); in WebRtcIsacfix_AutocorrC()
44 r[0] = (int32_t)(prod >> scaling); in WebRtcIsacfix_AutocorrC()
48 prod = 0; in WebRtcIsacfix_AutocorrC()
50 prod += x[j] * x[i + j]; in WebRtcIsacfix_AutocorrC()
52 sum = (int32_t)(prod >> scaling); in WebRtcIsacfix_AutocorrC()
/external/llvm/test/CodeGen/AArch64/
Darm64-neon-v8.1a.ll32 %prod = call <4 x i16> @llvm.aarch64.neon.sqrdmulh.v4i16(<4 x i16> %mhs, <4 x i16> %rhs)
33 %retval = call <4 x i16> @llvm.aarch64.neon.sqadd.v4i16(<4 x i16> %acc, <4 x i16> %prod)
42 %prod = call <8 x i16> @llvm.aarch64.neon.sqrdmulh.v8i16(<8 x i16> %mhs, <8 x i16> %rhs)
43 %retval = call <8 x i16> @llvm.aarch64.neon.sqadd.v8i16(<8 x i16> %acc, <8 x i16> %prod)
52 %prod = call <2 x i32> @llvm.aarch64.neon.sqrdmulh.v2i32(<2 x i32> %mhs, <2 x i32> %rhs)
53 %retval = call <2 x i32> @llvm.aarch64.neon.sqadd.v2i32(<2 x i32> %acc, <2 x i32> %prod)
62 %prod = call <4 x i32> @llvm.aarch64.neon.sqrdmulh.v4i32(<4 x i32> %mhs, <4 x i32> %rhs)
63 %retval = call <4 x i32> @llvm.aarch64.neon.sqadd.v4i32(<4 x i32> %acc, <4 x i32> %prod)
72 %prod = call <4 x i16> @llvm.aarch64.neon.sqrdmulh.v4i16(<4 x i16> %mhs, <4 x i16> %rhs)
73 %retval = call <4 x i16> @llvm.aarch64.neon.sqsub.v4i16(<4 x i16> %acc, <4 x i16> %prod)
[all …]
Ddp-3source.ll39 %prod = mul i64 %ext1, %ext2
40 %res = add i64 %acc, %prod
49 %prod = mul i64 %ext1, %ext2
50 %res = sub i64 %acc, %prod
59 %prod = mul i64 %ext1, %ext2
60 %res = add i64 %acc, %prod
69 %prod = mul i64 %ext1, %ext2
70 %res = sub i64 %acc, %prod
113 %prod = mul i32 %lhs, %rhs
114 %res = sub i32 0, %prod
[all …]
Dfp-dp3.ll90 %prod = fmul float %b, %c
91 %sum = fadd float %a, %prod
102 %prod = fmul float %b, %c
103 %diff = fsub float %a, %prod
115 %prod = fmul float %b, %c
116 %diff = fsub float %nega, %prod
129 %prod = fmul float %b, %c
130 %sum = fadd float %nega, %prod
142 %prod = fmul float %b, %c
143 %sum = fadd float %a, %prod
[all …]
Dmul-lohi.ll17 %prod = mul i128 %lhs, %rhs
18 ret i128 %prod
32 %prod = mul i128 %lhs, %rhs
33 ret i128 %prod
44 %prod = mul i128 %lhs, %rhs
45 ret i128 %prod
/external/llvm-project/llvm/test/CodeGen/AArch64/
Ddp-3source.ll39 %prod = mul i64 %ext1, %ext2
40 %res = add i64 %acc, %prod
49 %prod = mul i64 %ext1, %ext2
50 %res = sub i64 %acc, %prod
59 %prod = mul i64 %ext1, %ext2
60 %res = add i64 %acc, %prod
69 %prod = mul i64 %ext1, %ext2
70 %res = sub i64 %acc, %prod
113 %prod = mul i32 %lhs, %rhs
114 %res = sub i32 0, %prod
[all …]
Darm64-neon-v8.1a.ll35 %prod = call <4 x i16> @llvm.aarch64.neon.sqrdmulh.v4i16(<4 x i16> %mhs, <4 x i16> %rhs)
36 %retval = call <4 x i16> @llvm.aarch64.neon.sqadd.v4i16(<4 x i16> %acc, <4 x i16> %prod)
45 %prod = call <8 x i16> @llvm.aarch64.neon.sqrdmulh.v8i16(<8 x i16> %mhs, <8 x i16> %rhs)
46 %retval = call <8 x i16> @llvm.aarch64.neon.sqadd.v8i16(<8 x i16> %acc, <8 x i16> %prod)
55 %prod = call <2 x i32> @llvm.aarch64.neon.sqrdmulh.v2i32(<2 x i32> %mhs, <2 x i32> %rhs)
56 %retval = call <2 x i32> @llvm.aarch64.neon.sqadd.v2i32(<2 x i32> %acc, <2 x i32> %prod)
65 %prod = call <4 x i32> @llvm.aarch64.neon.sqrdmulh.v4i32(<4 x i32> %mhs, <4 x i32> %rhs)
66 %retval = call <4 x i32> @llvm.aarch64.neon.sqadd.v4i32(<4 x i32> %acc, <4 x i32> %prod)
75 %prod = call <4 x i16> @llvm.aarch64.neon.sqrdmulh.v4i16(<4 x i16> %mhs, <4 x i16> %rhs)
76 %retval = call <4 x i16> @llvm.aarch64.neon.sqsub.v4i16(<4 x i16> %acc, <4 x i16> %prod)
[all …]
Dfp-dp3.ll90 %prod = fmul float %b, %c
91 %sum = fadd float %a, %prod
102 %prod = fmul float %b, %c
103 %diff = fsub float %a, %prod
115 %prod = fmul float %b, %c
116 %diff = fsub float %nega, %prod
129 %prod = fmul float %b, %c
130 %sum = fadd float %nega, %prod
142 %prod = fmul float %b, %c
143 %sum = fadd float %a, %prod
[all …]
Dmul-lohi.ll19 %prod = mul i128 %lhs, %rhs
20 ret i128 %prod
34 %prod = mul i128 %lhs, %rhs
35 ret i128 %prod
46 %prod = mul i128 %lhs, %rhs
47 ret i128 %prod
/external/skia/src/core/
DSkMathPriv.h103 unsigned prod = a*b + 1; in SkMulDiv255Trunc() local
104 return (prod + (prod >> 8)) >> 8; in SkMulDiv255Trunc()
113 unsigned prod = a*b + 255; in SkMulDiv255Ceiling() local
114 return (prod + (prod >> 8)) >> 8; in SkMulDiv255Ceiling()
119 static inline unsigned SkDiv255Round(unsigned prod) { in SkDiv255Round() argument
120 prod += 128; in SkDiv255Round()
121 return (prod + (prod >> 8)) >> 8; in SkDiv255Round()
/external/python/cpython3/Parser/
Dasdl_c.py304 def visitProduct(self, prod, name): argument
306 self.get_args(prod.fields),
307 self.get_args(prod.attributes),
389 def visitProduct(self, prod, name): argument
479 def visitProduct(self, prod, name): argument
485 for f in prod.fields:
486 self.visitFieldDeclaration(f, name, prod=prod, depth=1)
487 for a in prod.attributes:
488 self.visitFieldDeclaration(a, name, prod=prod, depth=1)
490 for f in prod.fields:
[all …]
/external/angle/infra/config/generated/
Dcr-buildbucket.cfg26 …properties: "{\"$build/goma\":{\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\…
43 …properties: "{\"$build/goma\":{\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\…
60 …properties: "{\"$build/goma\":{\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\…
77 …properties: "{\"$build/goma\":{\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\…
94 …properties: "{\"$build/goma\":{\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\…
112 …properties: "{\"$build/goma\":{\"enable_ats\":true,\"rpc_extra_params\":\"?prod\",\"server_host\":…
130 …properties: "{\"$build/goma\":{\"enable_ats\":true,\"rpc_extra_params\":\"?prod\",\"server_host\":…
148 …properties: "{\"$build/goma\":{\"enable_ats\":true,\"rpc_extra_params\":\"?prod\",\"server_host\":…
166 …properties: "{\"$build/goma\":{\"enable_ats\":true,\"rpc_extra_params\":\"?prod\",\"server_host\":…
184 …properties: "{\"$build/goma\":{\"enable_ats\":true,\"rpc_extra_params\":\"?prod\",\"server_host\":…
[all …]
/external/cldr/tools/scripts/ansible/
Dhosts4 [prod]
7 # "surveytool" includes both prod and staging
10 prod
18 prod
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_segment_op_test.py35 def prod(values): function
88 (ragged_math_ops.segment_prod, prod, [0, 0, 1, 1, 2, 2]),
89 (ragged_math_ops.segment_prod, prod, [0, 0, 0, 1, 1, 1]),
90 (ragged_math_ops.segment_prod, prod, [5, 4, 3, 2, 1, 0]),
91 (ragged_math_ops.segment_prod, prod, [0, 0, 0, 10, 10, 10]),
120 (ragged_math_ops.segment_prod, prod, [0, 0, 1, 1, 2, 2]),
121 (ragged_math_ops.segment_prod, prod, [0, 0, 0, 1, 1, 1]),
122 (ragged_math_ops.segment_prod, prod, [5, 4, 3, 2, 1, 0]),
123 (ragged_math_ops.segment_prod, prod, [0, 0, 0, 10, 10, 10]),
/external/eigen/bench/btl/libs/ublas/
Dublas_interface.hh92 X = prod(A,B); in matrix_vector_product_slow()
96 X = prod(A,B); in matrix_matrix_product_slow()
106 X.assign(prod(A,B)); in matrix_vector_product()
110 X.assign(prod(trans(A),B)); in atv_product()
114 X.assign(prod(A,B)); in matrix_matrix_product()
127 X.assign(prod(trans(A),A)); in ata_product()
132 X.assign(prod(A,trans(A))); in aat_product()
/external/llvm-project/polly/test/Isl/CodeGen/
Dreduction_simple_binary.ll5 ; int prod;
8 ; prod *= i;
13 @prod = common global i32 0, align 4
26 %tmp1 = load i32, i32* @prod, align 4
28 store i32 %mul3, i32* @prod, align 4
/external/eigen/Eigen/src/Core/products/
DGeneralMatrixMatrixTriangular.h202 …static void run(MatrixType& mat, const ProductType& prod, const typename MatrixType::Scalar& alpha…
210 … internal::add_const_on_value_type<ActualLhs>::type actualLhs = LhsBlasTraits::extract(prod.lhs());
216 … internal::add_const_on_value_type<ActualRhs>::type actualRhs = RhsBlasTraits::extract(prod.rhs());
218 …= alpha * LhsBlasTraits::extractScalarFactor(prod.lhs().derived()) * RhsBlasTraits::extractScalarF…
250 …static void run(MatrixType& mat, const ProductType& prod, const typename MatrixType::Scalar& alpha…
256 … internal::add_const_on_value_type<ActualLhs>::type actualLhs = LhsBlasTraits::extract(prod.lhs());
262 … internal::add_const_on_value_type<ActualRhs>::type actualRhs = RhsBlasTraits::extract(prod.rhs());
264 …= alpha * LhsBlasTraits::extractScalarFactor(prod.lhs().derived()) * RhsBlasTraits::extractScalarF…
299 …angularViewImpl<MatrixType,UpLo,Dense>::_assignProduct(const ProductType& prod, const Scalar& alph…
302 …eigen_assert(derived().nestedExpression().rows() == prod.rows() && derived().cols() == prod.cols()…
[all …]

12345678910>>...17