HomeSort by relevance Sort by last modified time
    Searched defs:cross (Results 1 - 25 of 44) sorted by null

1 2

  /external/skia/src/utils/
Sk3D.cpp 16 static SkPoint3 cross(const SkPoint3& a, const SkPoint3& b) { function
29 SkPoint3 s = cross(f, u);
31 u = cross(s, f);
SkCamera.cpp 52 void SkUnit3D::Cross(const SkUnit3D& a, const SkUnit3D& b, SkUnit3D* cross) {
53 SkASSERT(cross);
55 // use x,y,z, in case &a == cross or &b == cross
61 cross->set(x, y, z);
215 SkUnit3D axis, zenith, cross; local
217 // construct a orthonormal basis of cross (x), zenith (y), and axis (z)
230 SkUnit3D::Cross(axis, zenith, &cross);
    [all...]
  /external/skqp/src/utils/
Sk3D.cpp 16 static SkPoint3 cross(const SkPoint3& a, const SkPoint3& b) { function
29 SkPoint3 s = cross(f, u);
31 u = cross(s, f);
SkCamera.cpp 52 void SkUnit3D::Cross(const SkUnit3D& a, const SkUnit3D& b, SkUnit3D* cross) {
53 SkASSERT(cross);
55 // use x,y,z, in case &a == cross or &b == cross
61 cross->set(x, y, z);
215 SkUnit3D axis, zenith, cross; local
217 // construct a orthonormal basis of cross (x), zenith (y), and axis (z)
230 SkUnit3D::Cross(axis, zenith, &cross);
    [all...]
  /external/eigen/Eigen/src/Geometry/
OrthoMethods.h 18 * \returns the cross product of \c *this and \a other
20 * Here is a very good explanation of cross-product: http://xkcd.com/199/
22 * With complex numbers, the cross product is implemented as
34 MatrixBase<Derived>::cross(const MatrixBase<OtherDerived>& other) const function in class:Eigen::MatrixBase
72 * \returns the cross product of \c *this and \a other using only the x, y, and z coefficients
77 * \sa MatrixBase::cross()
99 * \returns a matrix expression of the cross product of each column or row
105 * \sa MatrixBase::cross() */
110 VectorwiseOp<ExpressionType,Direction>::cross(const MatrixBase<OtherDerived>& other) const function in class:Eigen::VectorwiseOp
222 * \sa cross()
    [all...]
  /external/libprotobuf-mutator/src/libfuzzer/
libfuzzer_macro.cc 173 auto cross = binary ? &CrossOverBinaryMessages : &CrossOverTextMessages; local
174 return cross(data1, size1, data2, size2, out, max_out_size, seed, input1,
  /external/autotest/client/deps/webgl_mpd/src/resources/
J3DIMath.js 102 void cross(in J3DVector3 v); // replace the vector with vector x v
717 // X vector = Y cross Z
722 // Recompute Y = Z cross X
727 // cross product gives area of parallelogram, which is < 1.0 for
865 pdum3.cross(row2);
1026 J3DIVector3.prototype.cross = function(v) method in class:J3DIVector3
    [all...]
  /external/libaom/libaom/av1/encoder/
corner_match.c 54 int cross = 0; local
64 cross += v1 * v2;
67 cov = cross * MATCH_SZ_SQ - sum1 * sum2;
  /external/libaom/libaom/av1/encoder/x86/
corner_match_sse4.c 98 int cross = _mm_extract_epi32(res, 3); local
101 int cov = cross * MATCH_SZ_SQ - sum1 * sum2;
  /external/skia/include/core/
SkPoint.h 524 /** Returns the cross product of vector a and vector b.
527 cross product is a three-dimensional vector with x-axis and y-axis values equal
528 to zero. The cross product z-axis component is returned.
530 @param a left side of cross product
531 @param b right side of cross product
538 /** Returns the cross product of vector and vec.
541 The cross product is a three-dimensional vector with x-axis and y-axis values
542 equal to zero. The cross product z-axis component is returned.
544 @param vec right side of cross product
547 SkScalar cross(const SkVector& vec) const function in struct:SkPoint
    [all...]
SkPoint3.h 138 /** Returns the cross product of a and b, treating them as 3D vectors
149 SkPoint3 cross(const SkPoint3& vec) const { function in struct:SkPoint3
  /external/skqp/include/core/
SkPoint.h 524 /** Returns the cross product of vector a and vector b.
527 cross product is a three-dimensional vector with x-axis and y-axis values equal
528 to zero. The cross product z-axis component is returned.
530 @param a left side of cross product
531 @param b right side of cross product
538 /** Returns the cross product of vector and vec.
541 The cross product is a three-dimensional vector with x-axis and y-axis values
542 equal to zero. The cross product z-axis component is returned.
544 @param vec right side of cross product
547 SkScalar cross(const SkVector& vec) const function in struct:SkPoint
    [all...]
SkPoint3.h 138 /** Returns the cross product of a and b, treating them as 3D vectors
149 SkPoint3 cross(const SkPoint3& vec) const { function in struct:SkPoint3
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
do_plc.c 41 int32_t cross, ener, cross_comp, ener_comp = 0; local
92 WebRtcIlbcfix_CompCorr( &cross, &ener,
95 /* Normalize and store cross^2 and the number of shifts */
96 shiftMax = WebRtcSpl_GetSizeInBits(WEBRTC_SPL_ABS_W32(cross))-15;
98 (int16_t)WEBRTC_SPL_SHIFT_W32(cross, -shiftMax) *
99 (int16_t)WEBRTC_SPL_SHIFT_W32(cross, -shiftMax)) >> 15);
107 do a cross multiplication */
134 cross = cross_comp;
163 /* Square the cross correlation and norm it such that max_perSquare
167 tmp1 = (int16_t)WEBRTC_SPL_SHIFT_W32(cross, (totscale>>1))
    [all...]
  /external/deqp/framework/common/
tcuVectorUtil.hpp 162 inline Vector<T, Size> cross (const Vector<T, Size>& a, const Vector<T, Size>& b) function in namespace:tcu
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
ConformanceTest.java 170 cross(field[4] /*NFKD String*/, field[3]/*NFKC String*/, Normalizer.NFKC); method
171 cross(field[3] /*NFKC String*/, field[4]/*NFKD String*/, Normalizer.NFKD); method
354 private void cross(String s1, String s2,Normalizer.Mode mode){ method in class:ConformanceTest
357 errln("cross test failed s1: " + Utility.hex(s1) + " s2: "
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
ConformanceTest.java 167 cross(field[4] /*NFKD String*/, field[3]/*NFKC String*/, Normalizer.NFKC); method
168 cross(field[3] /*NFKC String*/, field[4]/*NFKD String*/, Normalizer.NFKD); method
351 private void cross(String s1, String s2,Normalizer.Mode mode){ method in class:ConformanceTest
354 errln("cross test failed s1: " + Utility.hex(s1) + " s2: "
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_graph.cpp 79 case CROSS: return "cross";
286 Stack bb, cross; local
290 while (bb.getSize() || cross.getSize()) {
292 cross.moveTo(bb);
310 case Graph::Edge::CROSS:
312 cross.push(ei.getNode());
346 * - CROSS: all other edges (because they cross between branches in the
384 edge->type = node->tag ? Edge::BACK : Edge::CROSS;
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_aatriangle.c 208 /* cross product determines if sample is inside or outside each edge */
209 GLfloat cross = (dx0 * (sy - v0[1]) - dy0 * (sx - v0[0])); local
210 /* Check if the sample is exactly on an edge. If so, let cross be a
213 if (cross == 0.0F)
214 cross = dx0 + dy0;
215 if (cross < 0.0F) {
222 cross = (dx1 * (sy - v1[1]) - dy1 * (sx - v1[0]));
223 if (cross == 0.0F)
224 cross = dx1 + dy1;
225 if (cross < 0.0F)
    [all...]
  /external/skia/src/gpu/ops/
GrAAConvexTessellator.cpp 158 // Check the cross product of the final trio
162 SkScalar cross = SkPoint::CrossProduct(fNorms[0], fNorms.top()); local
163 fSide = (cross > 0.0f) ? SkPointPriv::kRight_Side : SkPointPriv::kLeft_Side;
    [all...]
  /external/skia/src/pathops/
SkPathOpsPoint.h 56 double cross(const SkDVector& a) const { function in struct:SkDVector
60 // similar to cross, this bastardization considers nearly coincident to be zero
  /external/skqp/src/gpu/ops/
GrAAConvexTessellator.cpp 158 // Check the cross product of the final trio
162 SkScalar cross = SkPoint::CrossProduct(fNorms[0], fNorms.top()); local
163 fSide = (cross > 0.0f) ? SkPointPriv::kRight_Side : SkPointPriv::kLeft_Side;
    [all...]
  /external/skqp/src/pathops/
SkPathOpsPoint.h 56 double cross(const SkDVector& a) const { function in struct:SkDVector
60 // similar to cross, this bastardization considers nearly coincident to be zero
  /external/libprotobuf-mutator/src/
mutator.cc 539 // Cross some message to keep with messages to remove.
540 int cross = GetRandomIndex(random_, std::min(keep, remove) + 1); local
541 for (int j = 0; j < cross; ++j) {
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTVector.h 641 @fn cross
643 @brief calculate the cross product of two PVRTVec3s
645 PVRTVec3 cross(const PVRTVec3& rhs) const function in struct:PVRTVec3
    [all...]

Completed in 1180 milliseconds

1 2