HomeSort by relevance Sort by last modified time
    Searched full:prod (Results 26 - 50 of 440) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/guava/guava-gwt/src/com/google/thirdparty/publicsuffix/
PublicSuffixType.gwt.xml 15 util.concurrent, like nearly all our packages, has two .gwt.xml files: one for prod and one for tests.
16 util.concurrent, unlike our other packages, has, as of this writing, test supersource but no prod supersource.
17 GWT happens to use the prod .gwt.xml, so it looks for no supersource for tests, either.
19 Our workaround is to tell GWT that util.concurrent and all other packages have prod supersource, even if they have none.
  /external/guava/guava-gwt/test/com/google/common/collect/testing/
Testing.gwt.xml 13 <!-- We used to set this only for packages that had manual supersource. That worked everywhere that I know of except for one place: when running the GWT util.concurrent tests under Guava. The problem is that GWT responds poorly to two .gwt.xml files in the same Java package: http://goo.gl/CO7dLB The summary is that it ignores one file in favor of the other. util.concurrent, like nearly all our packages, has two .gwt.xml files: one for prod and one for tests. util.concurrent, unlike our other packages, has, as of this writing, test supersource but no prod supersource. GWT happens to use the prod .gwt.xml, so it looks for no supersource for tests, either. This causes it to fail to find AtomicLongMapTest. Our workaround is to tell GWT that util.concurrent and all other packages have prod supersource, even if they have none. GWT is happy to ignore us when we specify a nonexistent path. (I hope that this workaround does not cause its own problems in the future.) -->
  /external/guava/guava-gwt/test/com/google/common/escape/testing/
Testing.gwt.xml 15 util.concurrent, like nearly all our packages, has two .gwt.xml files: one for prod and one for tests.
16 util.concurrent, unlike our other packages, has, as of this writing, test supersource but no prod supersource.
17 GWT happens to use the prod .gwt.xml, so it looks for no supersource for tests, either.
19 Our workaround is to tell GWT that util.concurrent and all other packages have prod supersource, even if they have none.
  /external/guava/guava-gwt/test/com/google/common/testing/
Testing.gwt.xml 13 <!-- We used to set this only for packages that had manual supersource. That worked everywhere that I know of except for one place: when running the GWT util.concurrent tests under Guava. The problem is that GWT responds poorly to two .gwt.xml files in the same Java package: http://goo.gl/CO7dLB The summary is that it ignores one file in favor of the other. util.concurrent, like nearly all our packages, has two .gwt.xml files: one for prod and one for tests. util.concurrent, unlike our other packages, has, as of this writing, test supersource but no prod supersource. GWT happens to use the prod .gwt.xml, so it looks for no supersource for tests, either. This causes it to fail to find AtomicLongMapTest. Our workaround is to tell GWT that util.concurrent and all other packages have prod supersource, even if they have none. GWT is happy to ignore us when we specify a nonexistent path. (I hope that this workaround does not cause its own problems in the future.) -->
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
filters.c 27 int64_t prod = 0; local
35 prod += x[i] * x[i];
39 temp = (uint32_t)(prod >> 31);
45 r[0] = (int32_t)(prod >> scaling);
49 prod = 0;
51 prod += x[j] * x[i + j];
53 sum = (int32_t)(prod >> scaling);
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tree_construction/
entities02.dat 162 <div bar="ZZ&prod;_id=23"></div>
182 <div bar="ZZ&prod=23"></div>
189 | bar="ZZ&prod=23"
222 <div>ZZ&prod;_id=23</div>
242 <div>ZZ&prod=23</div>
249 | "ZZ&prod=23"
  /external/skia/include/core/
SkScalar.h 129 SkScalar prod = x * 0; local
130 // At this point, prod will either be NaN or 0
131 return !SkScalarIsNaN(prod);
135 SkScalar prod = 0; local
136 prod *= a;
137 prod *= b;
138 // At this point, prod will either be NaN or 0
139 return !SkScalarIsNaN(prod);
143 SkScalar prod = 0; local
145 prod *= array[i]
    [all...]
  /external/eigen/bench/btl/libs/ublas/
ublas_interface.hh 92 X = prod(A,B);
96 X = prod(A,B);
106 X.assign(prod(A,B));
110 X.assign(prod(trans(A),B));
114 X.assign(prod(A,B));
126 // X = prod(trans(A),A);
127 X.assign(prod(trans(A),A));
131 // X = prod(A,trans(A));
132 X.assign(prod(A,trans(A)));
  /external/guava/guava-gwt/src/com/google/common/net/
Net.gwt.xml 13 <!-- We used to set this only for packages that had manual supersource. That worked everywhere that I know of except for one place: when running the GWT util.concurrent tests under Guava. The problem is that GWT responds poorly to two .gwt.xml files in the same Java package: http://goo.gl/CO7dLB The summary is that it ignores one file in favor of the other. util.concurrent, like nearly all our packages, has two .gwt.xml files: one for prod and one for tests. util.concurrent, unlike our other packages, has, as of this writing, test supersource but no prod supersource. GWT happens to use the prod .gwt.xml, so it looks for no supersource for tests, either. This causes it to fail to find AtomicLongMapTest. Our workaround is to tell GWT that util.concurrent and all other packages have prod supersource, even if they have none. GWT is happy to ignore us when we specify a nonexistent path. (I hope that this workaround does not cause its own problems in the future.) -->
  /external/guava/guava-gwt/test/com/google/common/collect/testing/google/
Google.gwt.xml 15 util.concurrent, like nearly all our packages, has two .gwt.xml files: one for prod and one for tests.
16 util.concurrent, unlike our other packages, has, as of this writing, test supersource but no prod supersource.
17 GWT happens to use the prod .gwt.xml, so it looks for no supersource for tests, either.
19 Our workaround is to tell GWT that util.concurrent and all other packages have prod supersource, even if they have none.
  /external/llvm/test/CodeGen/AArch64/
dp-3source.ll 39 %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...]
arm64-neon-v8.1a.ll 32 %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...]
madd-lohi.ll 17 %prod = mul i128 %lhs, %rhs
18 ret i128 %prod
fp-dp3.ll 90 %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...]
  /external/libbrillo/
gen_coverage_html.sh 18 # instantiate a method twice, once for testing and once for prod, the method
20 # test the prod version.
  /external/llvm/test/CodeGen/X86/
libcall-sret.ll 25 %prod = mul i128 %l, %r
26 store i128 %prod, i128* @var
  /external/libxml2/test/schemas/
nvdcve_0.xml 27 <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/eigen/test/
redux.cpp 23 // The entries of m1 are uniformly distributed in [0,1], so m1.prod() is very small. This may lead to test
42 VERIFY_IS_APPROX(m1_for_prod.prod(), p);
53 VERIFY_IS_APPROX(m1_for_prod.block(r0,c0,r1,c1).prod(), m1_for_prod.block(r0,c0,r1,c1).eval().prod());
59 VERIFY_IS_APPROX(m1.block(r0,c0,0,0).prod(), Scalar(1));
85 VERIFY_IS_APPROX(p, v_for_prod.head(i).prod());
102 VERIFY_IS_APPROX(p, v_for_prod.tail(size-i).prod());
119 VERIFY_IS_APPROX(p, v_for_prod.segment(i, size-2*i).prod());
126 VERIFY_IS_APPROX(v.tail(0).prod(), Scalar(1));
  /external/eigen/Eigen/src/Core/
GeneralProduct.h 228 EIGEN_DONT_INLINE void outer_product_selector_run(const ProductType& prod, Dest& dest, const Func& func, const false_type&)
235 func(dest.col(j), prod.rhs().coeff(0,j) * prod.lhs());
240 EIGEN_DONT_INLINE void outer_product_selector_run(const ProductType& prod, Dest& dest, const Func& func, const true_type&) {
246 func(dest.row(i), prod.lhs().coeff(i,0) * prod.rhs());
360 static void run(const ProductType& prod, Dest& dest, const typename ProductType::Scalar& alpha)
366 (prod.rhs().transpose(), prod.lhs().transpose()), destT, alpha);
409 static inline void run(const ProductType& prod, Dest& dest, const typename ProductType::Scalar& alpha
    [all...]
ProductBase.h 210 operator*(const ProductBase<Derived,Lhs,Rhs>& prod, const typename Derived::Scalar& x)
211 { return ScaledProduct<Derived>(prod.derived(), x); }
216 operator*(const ProductBase<Derived,Lhs,Rhs>& prod, const typename Derived::RealScalar& x)
217 { return ScaledProduct<Derived>(prod.derived(), x); }
222 operator*(const typename Derived::Scalar& x,const ProductBase<Derived,Lhs,Rhs>& prod)
223 { return ScaledProduct<Derived>(prod.derived(), x); }
228 operator*(const typename Derived::RealScalar& x,const ProductBase<Derived,Lhs,Rhs>& prod)
229 { return ScaledProduct<Derived>(prod.derived(), x); }
256 ScaledProduct(const NestedProduct& prod, const Scalar& x)
257 : Base(prod.lhs(),prod.rhs()), m_prod(prod), m_alpha(x) {
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
Platform.java 30 // Use fewer steps in the ListIteratorTester in ListListIteratorTester because it's slow in prod
33 // TODO(hhchan): It's 4 in java. Figure out why even 3 is too slow in prod mode.
37 // Use fewer steps in the IteratorTester in CollectionIteratorTester because it's slow in prod
  /external/autotest/site_utils/admin/
prod_manifest.xml 9 <default revision="refs/heads/prod"
  /external/libxml2/result/
badcomment.xml 12 <prod id="NT-simpleDTD"><lhs>simpleDTD</lhs>
badcomment.xml.rde 14 <prod id="NT-simpleDTD"><lhs>simpleDTD</lhs>
badcomment.xml.rdr 14 <prod id="NT-simpleDTD"><lhs>simpleDTD</lhs>

Completed in 2211 milliseconds

12 3 4 5 6 7 8 91011>>