Searched refs:dot (Results 201 - 225 of 307) sorted by relevance

1234567891011>>

/external/chromium_org/ui/events/gesture_detection/
H A Dvelocity_tracker.cc503 float dot = VectorDot(&q[j][0], &q[i][0], m); local
505 q[j][h] -= dot * q[i][h];
/external/chromium_org/ui/gfx/
H A Dcanvas.cc140 // have a dot pattern out of phase to each other).
153 uint32_t* dot = dots->getAddr32(0, 0); local
157 dot[i * row_pixels + u] = color;
/external/eigen/test/
H A Dblock.cpp131 VERIFY(numext::real(ones.col(c1).dot(ones.col(c2))) == RealScalar(rows));
132 VERIFY(numext::real(ones.row(r1).dot(ones.row(r2))) == RealScalar(cols));
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DDGMRES.h330 coef = tv1.dot(m_V.col(i));
480 X.col(j) = X.col(j) - (m_U.col(k).dot(X.col(j)))*m_U.col(k);
/external/ceres-solver/internal/ceres/
H A Dline_search_minimizer.cc283 current_state.gradient.dot(current_state.search_direction);
/external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
H A Dvec3.js340 * Calculates the dot product of two vec3's
344 * @returns {Number} dot product of a and b
346 vec3.dot = function (a, b) {
H A Dvec4.js360 * Calculates the dot product of two vec4's
364 * @returns {Number} dot product of a and b
366 vec4.dot = function (a, b) {
/external/chromium_org/third_party/skia/src/effects/
H A DSkPerlinNoiseShader.cpp385 u = fPaintingData->fGradient[channel][b00].dot(fractionValue);
387 v = fPaintingData->fGradient[channel][b10].dot(fractionValue);
390 v = fPaintingData->fGradient[channel][b11].dot(fractionValue);
392 u = fPaintingData->fGradient[channel][b01].dot(fractionValue);
712 // [-1,1] vector and perform a dot product between that vector and the provided vector.
713 const char* dotLattice = "dot(((%s.ga + %s.rb * vec2(%s)) * vec2(2.0) - vec2(1.0)), %s);";
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsPoint.h64 double dot(const SkDVector& a) const { function in struct:SkDVector
/external/icu/icu4c/source/test/cintltst/
H A Dcmsccoll.c1719 static const UChar dot = 0x2e; /* punctuation */ local
1733 ucol_equal(coll, &nul, 0, &dot, 1) ||
1737 ucol_greaterOrEqual(coll, &space, 1, &dot, 1)) {
1741 varTop1 = ucol_setVariableTop(coll, &dot, 1, &status);
1743 log_verbose("ucol_setVariableTop(dot) -> %08x\n", varTop1);
1746 !ucol_equal(coll, &nul, 0, &dot, 1) ||
1750 ucol_greaterOrEqual(coll, &dot, 1, &degree, 1)) {
1751 log_err("ucol_setVariableTop(dot) did not work - %s\n", u_errorName(status));
1759 !ucol_equal(coll, &nul, 0, &dot, 1) ||
1772 !ucol_equal(coll, &nul, 0, &dot,
1829 static const UChar dot = 0x2e; /* punctuation */ local
[all...]
/external/llvm/utils/
H A DGenLibDeps.pl38 # Find the "dot" program
41 chomp($DotPath = `which dot`);
42 die "Can't find 'dot'" if (! -x "$DotPath");
/external/skia/src/effects/
H A DSkPerlinNoiseShader.cpp362 u = paintingData.fGradient[channel][b00].dot(fractionValue);
364 v = paintingData.fGradient[channel][b10].dot(fractionValue);
367 v = paintingData.fGradient[channel][b11].dot(fractionValue);
369 u = paintingData.fGradient[channel][b01].dot(fractionValue);
699 // [-1,1] vector and perform a dot product between that vector and the provided vector.
700 const char* dotLattice = "dot(((%s.ga + %s.rb * vec2(%s)) * vec2(2.0) - vec2(1.0)), %s);";
/external/skia/src/pathops/
H A DSkPathOpsPoint.h64 double dot(const SkDVector& a) const { function in struct:SkDVector
/external/vixl/src/a64/
H A Ddebugger-a64.cc1187 char* dot = strchr(chunk, '.'); local
1188 if (dot != NULL) {
1190 Token* format = FormatToken::Tokenize(dot + 1);
1192 *dot = '\0';
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Ddeep-heap-profile.cc350 char* dot = strchr(hostname, '.'); local
351 if (dot != NULL)
352 *dot = '\0';
/external/deqp/framework/referencerenderer/
H A DrrRasterizer.cpp189 return tcu::dot( v, u1) >= 0 &&
190 tcu::dot(-v, u2) >= 0; // dot (A->B, A->V) >= 0 and dot (B->A, B->V) >= 0
213 const deInt64 dotProduct = dot(v, cornerExitNormal);
226 const deInt64 dotProduct = dot(v, cornerExitNormal);
902 const float t = tcu::dot((pr - pa).asFloat(), (pb - pa).asFloat()) / tcu::lengthSquared(pb.asFloat() - pa.asFloat());
/external/libvorbis/doc/
H A D04-codec.tex529 \subsubsection{dot product}
536 element of that channel's residue vector. The result is the dot
542 % in section 1 (under "compute floor/residue dot product")
543 One point is worth mentioning about this dot product; a common mistake
559 residue vector must be able to represent a 48 bit range and the dot
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcss.js518 "disc", "discard", "document", "dot-dash", "dot-dot-dash", "dotted",
/external/antlr/antlr-3.4/runtime/Ruby/lib/
H A Dantlr3.rb92 antlr3/dot.rb::
191 autoload :DOT, 'antlr3/dot'
/external/chromium_org/chrome/browser/resources/local_ntp/
H A Dlocal_ntp.css424 .md .mv-thumb-fallback .dot {
437 .md.dark .mv-thumb-fallback .dot {
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DDataTypes.h237 double dot(const _Vector& a) const { function in struct:_Vector
/external/chromium_org/third_party/skia/forth/
H A DStdWords.cpp419 ADD_LITERAL_WORD(".", dot);
/external/chromium_org/third_party/skia/include/core/
H A DSkPoint.h143 /** Returns the dot product of a and b, treating them as 2D vectors
433 /** Returns the dot product of a and b, treating them as 2D vectors
449 SkScalar dot(const SkPoint& vec) const { function in struct:SkPoint
/external/eigen/Eigen/src/Eigenvalues/
H A DTridiagonalization.h370 hCoeffs.tail(n-i-1) += (conj(h)*Scalar(-0.5)*(hCoeffs.tail(remainingSize).dot(matA.col(i).tail(remainingSize)))) * matA.col(i).tail(n-i-1);
/external/skia/experimental/Intersection/
H A DDataTypes.h237 double dot(const _Vector& a) const { function in struct:_Vector

Completed in 2263 milliseconds

1234567891011>>