Searched refs:product (Results 1 - 25 of 117) sorted by relevance

12345

/external/eigen/test/eigen2/
H A Deigen2_product_small.cpp11 #include "product.h"
16 CALL_SUBTEST_1( product(Matrix<float, 3, 2>()) );
17 CALL_SUBTEST_2( product(Matrix<int, 3, 5>()) );
18 CALL_SUBTEST_3( product(Matrix3d()) );
19 CALL_SUBTEST_4( product(Matrix4d()) );
20 CALL_SUBTEST_5( product(Matrix4f()) );
H A Deigen2_product_large.cpp10 #include "product.h"
15 CALL_SUBTEST_1( product(MatrixXf(ei_random<int>(1,320), ei_random<int>(1,320))) );
16 CALL_SUBTEST_2( product(MatrixXd(ei_random<int>(1,320), ei_random<int>(1,320))) );
17 CALL_SUBTEST_3( product(MatrixXi(ei_random<int>(1,320), ei_random<int>(1,320))) );
18 CALL_SUBTEST_4( product(MatrixXcf(ei_random<int>(1,50), ei_random<int>(1,50))) );
19 CALL_SUBTEST_5( product(Matrix<float,Dynamic,Dynamic,RowMajor>(ei_random<int>(1,320), ei_random<int>(1,320))) );
/external/v8/test/cctest/
H A Dtest-diy-fp.cc31 DiyFp product = DiyFp::Times(diy_fp1, diy_fp2); local
33 CHECK(0 == product.f()); // NOLINT
34 CHECK_EQ(64, product.e());
41 product = DiyFp::Times(diy_fp1, diy_fp2);
42 CHECK(1 == product.f()); // NOLINT
43 CHECK_EQ(11 + 13 + 64, product.e());
48 product = DiyFp::Times(diy_fp1, diy_fp2);
49 CHECK(1 == product.f()); // NOLINT
50 CHECK_EQ(11 + 13 + 64, product.e());
54 product
[all...]
/external/eigen/test/
H A Dproduct_small.cpp11 #include "product.h"
35 CALL_SUBTEST_1( product(Matrix<float, 3, 2>()) );
36 CALL_SUBTEST_2( product(Matrix<int, 3, 5>()) );
37 CALL_SUBTEST_3( product(Matrix3d()) );
38 CALL_SUBTEST_4( product(Matrix4d()) );
39 CALL_SUBTEST_5( product(Matrix4f()) );
H A Dproduct_large.cpp10 #include "product.h"
15 CALL_SUBTEST_1( product(MatrixXf(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
16 CALL_SUBTEST_2( product(MatrixXd(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
17 CALL_SUBTEST_3( product(MatrixXi(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
18 CALL_SUBTEST_4( product(MatrixXcf(internal::random<int>(1,EIGEN_TEST_MAX_SIZE/2), internal::random<int>(1,EIGEN_TEST_MAX_SIZE/2))) );
19 CALL_SUBTEST_5( product(Matrix<float,Dynamic,Dynamic,RowMajor>(internal::random<int>(1,EIGEN_TEST_MAX_SIZE), internal::random<int>(1,EIGEN_TEST_MAX_SIZE))) );
/external/chromium/chrome/browser/rlz/
H A Drlz.h43 static bool RecordProductEvent(rlz_lib::Product product,
52 // Clear all events reported by this product. In Chrome this will be called
54 static bool ClearAllProductEvents(rlz_lib::Product product);
/external/chromium/chrome/browser/extensions/
H A Dextension_rlz_module.cc16 rlz_lib::Product* product) {
20 *product = rlz_lib::FF_TOOLBAR;
23 *product = rlz_lib::CHROME;
26 *product = rlz_lib::DESKTOP;
29 *product = rlz_lib::QSB_WIN;
32 *product = rlz_lib::PINYIN_IME;
35 *product = rlz_lib::TOOLBAR_NOTIFIER;
38 *product = rlz_lib::IE_TOOLBAR;
41 *product = rlz_lib::PACK;
44 *product
15 GetProductFromName(const std::string& product_name, rlz_lib::Product* product) argument
81 rlz_lib::Product product; local
124 rlz_lib::Product product; local
185 rlz_lib::Product product; local
[all...]
/external/clang/test/CodeGenCXX/
H A Ddebug-info-same-line.cpp10 product (int x, int y) function
38 return product (i, j);
42 return product (sum (i, i), sum (j, j));
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DServer.java98 * Returns the list value of the product parameter.
110 * Sets the product value of the UserAgentHeader.
112 * @param product - a List specifying the product value
114 * unexpectedly while parsing the product value.
116 public void setProduct(List product) throws ParseException { argument
117 if (product == null)
121 + " product parameter is null");
122 productTokens = product;
H A DUserAgent.java93 * Returns the list value of the product parameter.
105 * Sets the product value of the UserAgentHeader.
107 * @param product - a List specifying the product value
109 * unexpectedly while parsing the product value.
111 public void setProduct(List product) throws ParseException { argument
112 if (product == null)
116 + " product parameter is null");
117 productTokens = product;
/external/nist-sip/java/javax/sip/header/
H A DServerHeader.java11 void setProduct(List product) throws ParseException; argument
H A DUserAgentHeader.java11 void setProduct(List product) throws ParseException; argument
/external/quake/tools/
H A Dpackagesharedlib11 PRIVATE_CERTIFICATE=$TOP/target/product/security/testkey.x509.pem
12 PRIVATE_PRIVATE_KEY=$TOP/target/product/security/testkey.pk8
/external/libmtp/examples/
H A Dhotplug.c122 printf("# %s %s\n", entry->vendor, entry->product);
130 printf("# %s %s\n", entry->vendor, entry->product);
134 printf(" <!-- %s %s -->\n", entry->vendor, entry->product);
142 printf(" <merge key=\"info.product\" type=\"string\">%s</merge>\n", entry->product);
172 printf("\t%04x %s %s\n", entry->product_id, entry->vendor, entry->product);
190 printf("# %s %s\n", entry->vendor, entry->product);
/external/webkit/Source/WebCore/page/
H A DNavigatorBase.h41 String product() const;
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DUserAgentParser.java83 * server-val = product / comment product = token [SLASH
84 * product-version] product-version = token
93 // product = token [SLASHproduct-version]
94 // product-version = token
100 String product = this.lexer.byteStringNoSlash();
101 if ( product == null ) throw createParseException("Expected product string");
103 StringBuffer productSb = new StringBuffer(product);
[all...]
/external/skia/include/core/
H A DSkMath.h119 int32_t product; local
121 : "=r"(product)
124 return product;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/headless-build/
H A Dbuild.properties27 product=/plugin or feature id/path/to/.product
30 #Set the name of the archive that will result from the product build.
/external/guava/guava/src/com/google/common/math/
H A DBigIntegerMath.java273 * Returns {@code n!}, that is, the product of the first {@code n} positive
298 long product = LongMath.FACTORIALS[startingNumber - 1];
300 int shift = Long.numberOfTrailingZeros(product);
301 product >>= shift;
304 int productBits = LongMath.log2(product, FLOOR) + 1;
322 // If it won't fit in a long, then we store off the intermediate product.
324 bignums.add(BigInteger.valueOf(product));
325 product = 1;
328 product *= normalizedNum;
329 productBits = LongMath.log2(product, FLOO
[all...]
/external/chromium/webkit/glue/
H A Duser_agent.cc124 // Get the product name and version, and replace Safari's Version/X string
125 // with it. This is done to expose our product name in a manner that is
127 std::string product = GetProductVersion(); local
138 product.c_str(),
/external/v8/test/mjsunit/
H A Dtop-level-assignments.js89 Calculator.prototype.product = function() { return this.x * this.y; };
95 assertEquals(200, calc.product());
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DMatrix3f.java782 * @param product
784 * created. It is safe for mat and product to be the same object.
787 public Matrix3f mult(Matrix3f mat, Matrix3f product) { argument
793 if (product == null) {
794 product = new Matrix3f();
806 product.m00 = temp00;
807 product.m01 = temp01;
808 product.m02 = temp02;
809 product.m10 = temp10;
810 product
843 mult(Vector3f vec, Vector3f product) argument
[all...]
H A DVector2f.java200 * <code>dot</code> calculates the dot product of this vector with a
205 * @return the resultant dot product of this vector and a given vector.
216 * <code>cross</code> calculates the cross product of this vector with a
220 * the vector to take the cross product of with this.
221 * @return the cross product vector.
387 * product. The result is returned for chaining. Similar to
388 * product=this*scalar;
392 * @param product
394 * @return product, after multiplication.
396 public Vector2f mult(float scalar, Vector2f product) { argument
[all...]
/external/compiler-rt/lib/
H A Dfp_lib.h43 const uint64_t product = (uint64_t)a*b; local
44 *hi = product >> 32;
45 *lo = product;
/external/skia/legacy/include/core/
H A DSkMath.h18 /** Computes the 64bit product of a * b, and then shifts the answer down by
163 int32_t product; local
165 : "=r"(product)
168 return product;

Completed in 586 milliseconds

12345