Home
last modified time | relevance | path

Searched full:prod (Results 1 – 25 of 661) sorted by relevance

12345678910>>...27

/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-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/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/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()
165 // check that prod works even with aliasing present 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()
[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/libxml2/test/schemas/
Dnvdcve_0.xml27 <prod vendor="adobe" name="flash_player">
53 </prod>
75 <prod vendor="herosoft" name="hero_dvd_player">
77 </prod>
98 <prod vendor="ibm" name="lotus_quickr">
100 </prod>
124 <prod vendor="ibm" name="lotus_quickr">
126 </prod>
149 <prod vendor="ibm" name="lotus_quickr">
151 </prod>
[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/llvm-project/llvm/test/CodeGen/AArch64/
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 …]
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 …]
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/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 …]
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/compiler-rt/lib/builtins/hexagon/
Ddfdiv.S23 #define PROD r7:6 macro
98 PROD = extractu(DENOM,#SF_MANTBITS,#DF_MANTBITS-SF_MANTBITS) define
153 PROD = mpyu(RECIPEST,REMHI); \
162 Q += QSHIFTINSN(PROD, # ## ( QSHIFT )); \
171 DIV_ITER1B(ASR,31,15,PROD=# ( 0 );)
187 Q = add(Q,PROD)
196 PROD = neg(Q) define
199 if (!Q_POSITIVE) Q = PROD
228 PROD = abs(Q) define
241 // Q is 2's complement, PROD is abs(Q)
[all …]
Ddfsqrt.S37 #define PROD r15:14 macro
80 PROD = extractu(A,#SF_MANTBITS+1,#DF_MANTBITS-SF_MANTBITS) define
136 PROD = asl(FRACRAD,SHIFTAMT) // fracrad<<(2+exp1) define
176 PROD = mpyu(ROOTHI,ROOTHI) define
180 ERROR -= asl(PROD,#15)
181 PROD = mpyu(ROOTHI,ROOTLO) define
185 ERROR -= lsr(PROD,#16)
198 PROD = mpyu(ROOTHI,ROOTHI) define
202 ERROR -= asl(PROD,#31)
203 PROD = mpyu(ROOTLO,ROOTLO) define
[all …]
/external/skqp/docker/
Dcloudbuild.yaml1 # Builds both skia-release:prod and a new fiddler using Google Container
14 args: ['build', '-t', 'gcr.io/$PROJECT_ID/skia-release:prod', './docker/skia-release']
18 args: ['build', '-t', 'gcr.io/$PROJECT_ID/skia-wasm-release:prod', './docker/skia-wasm-release']
21 - name: 'gcr.io/skia-public/infra:prod'
29 - name: 'gcr.io/skia-public/infra:prod'
41 'gcr.io/$PROJECT_ID/skia-wasm-release:prod',
51 'gcr.io/skia-public/infra:prod',
62 'gcr.io/skia-public/infra:prod',
87 - 'gcr.io/$PROJECT_ID/skia-release:prod'
88 - 'gcr.io/$PROJECT_ID/skia-wasm-release:prod'
/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/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()
126 // X = prod(trans(A),A); in ata_product()
127 X.assign(prod(trans(A),A)); in ata_product()
131 // X = prod(A,trans(A)); in aat_product()
132 X.assign(prod(A,trans(A))); in aat_product()
/external/libxml2/test/relaxng/
Dtutor11_1_3.xml608 <prod id='NT-document'><lhs>document</lhs>
611 <nt def='NT-Misc'>Misc</nt>*</rhs></prod>
669 <prod id="NT-Char"><lhs>Char</lhs>
673 surrogate blocks, FFFE, and FFFF.</com> </prod>
702 <prod id='NT-S'><lhs>S</lhs>
704 </prod>
740 <prod id='NT-NameChar'><lhs>NameChar</lhs>
746 </prod>
747 <prod id='NT-Name'><lhs>Name</lhs>
749 (<nt def='NT-NameChar'>NameChar</nt>)*</rhs></prod>
[all …]
/external/libxml2/result/valid/
DREC-xml-19980210.xml583 <prod id="NT-document"><lhs>document</lhs>
586 <nt def="NT-Misc">Misc</nt>*</rhs></prod>
643 <prod id="NT-Char"><lhs>Char</lhs>
647 surrogate blocks, FFFE, and FFFF.</com> </prod>
676 <prod id="NT-S"><lhs>S</lhs>
678 </prod>
714 <prod id="NT-NameChar"><lhs>NameChar</lhs>
720 </prod>
721 <prod id="NT-Name"><lhs>Name</lhs>
723 (<nt def="NT-NameChar">NameChar</nt>)*</rhs></prod>
[all …]
/external/libxml2/test/valid/
DREC-xml-19980210.xml608 <prod id='NT-document'><lhs>document</lhs>
611 <nt def='NT-Misc'>Misc</nt>*</rhs></prod>
669 <prod id="NT-Char"><lhs>Char</lhs>
673 surrogate blocks, FFFE, and FFFF.</com> </prod>
702 <prod id='NT-S'><lhs>S</lhs>
704 </prod>
740 <prod id='NT-NameChar'><lhs>NameChar</lhs>
746 </prod>
747 <prod id='NT-Name'><lhs>Name</lhs>
749 (<nt def='NT-NameChar'>NameChar</nt>)*</rhs></prod>
[all …]
/external/perfetto/infra/ui.perfetto.dev/appengine/
Ddeploy25 --prod)
26 VERSION=prod
31 echo "Usage: $0 [--prod]"
32 echo " --prod Deploy prod version"
/external/python/google-api-python-client/docs/dyn/
Dfirebaserules_v1.projects.releases.html115 projects/foo/releases/prod | projects/foo/rulesets/uuid123
116 projects/foo/releases/prod/beta | projects/foo/rulesets/uuid123
117 projects/foo/releases/prod/v23 | projects/foo/rulesets/uuid456
119 The table reflects the `Ruleset` rollout in progress. The `prod` and
120 `prod/beta` releases refer to the same `Ruleset`. However, `prod/v23`
139 # `Release` names may be structured `app1/prod/v2` or flat `app1_prod_v2`
181 # `Release` names may be structured `app1/prod/v2` or flat `app1_prod_v2`
260 # `Release` names may be structured `app1/prod/v2` or flat `app1_prod_v2`
340 Example 1: A filter of 'name=prod*' might return `Release`s with names
341 within 'projects/foo' prefixed with 'prod':
[all …]
/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

12345678910>>...27