HomeSort by relevance Sort by last modified time
    Searched full:norm (Results 251 - 275 of 593) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/skia/src/core/
SkStroke.cpp 261 SkVector norm, unit; local
264 this->quad_to(&tmp[0], normalAB, unitNormalAB, &norm, &unit, subDivide);
265 this->quad_to(&tmp[2], norm, unit, normalBC, unitNormalBC, subDivide);
329 SkVector norm, unit, dummy, unitDummy; local
332 this->cubic_to(&tmp[0], normalAB, unitNormalAB, &norm, &unit,
336 this->cubic_to(&tmp[3], norm, unit, &dummy, &unitDummy, subDivide);
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Quaternion.h 139 /** \returns the squared norm of the quaternion's coefficients
140 * \sa Quaternion::norm(), MatrixBase::squaredNorm()
144 /** \returns the norm of the quaternion's coefficients
145 * \sa Quaternion::squaredNorm(), MatrixBase::norm()
147 inline Scalar norm() const { return m_coeffs.norm(); } function in class:Eigen::Quaternion
  /external/eigen/Eigen/src/Eigenvalues/
EigenSolver.h 169 * eigenvectors are normalized to have (Euclidean) norm equal to one. The
421 Scalar norm(0);
424 norm += m_matT.row(j).segment((std::max)(j-1,Index(0)), size-(std::max)(j-1,Index(0))).cwiseAbs().sum();
428 if (norm == 0.0)
463 m_matT.coeffRef(i,n) = -r / (eps * norm);
533 vr = eps * norm * (internal::abs(w) + internal::abs(q) + internal::abs(x) + internal::abs(y) + internal::abs(lastw));
ComplexEigenSolver.h 149 * have (Euclidean) norm equal to one. The matrix returned by this
251 doComputeEigenvectors(matrix.norm());
  /external/skia/src/core/
SkStroke.cpp 261 SkVector norm, unit; local
264 this->quad_to(&tmp[0], normalAB, unitNormalAB, &norm, &unit, subDivide);
265 this->quad_to(&tmp[2], norm, unit, normalBC, unitNormalBC, subDivide);
329 SkVector norm, unit, dummy, unitDummy; local
332 this->cubic_to(&tmp[0], normalAB, unitNormalAB, &norm, &unit,
336 this->cubic_to(&tmp[3], norm, unit, &dummy, &unitDummy, subDivide);
  /packages/apps/Settings/res/values-hu/
arrays.xml 64 <item msgid="1932071435506638315">"Normál"</item>
71 <item msgid="1145554631248513562">"Normál"</item>
82 <item msgid="3332408460740717754">"Normál"</item>
344 <item msgid="8222123259497646551">"Normál"</item>
447 <item msgid="3401625457385943795">"Normál korlátozás"</item>
476 <item msgid="7088762389498381203">"normál"</item>
  /external/ceres-solver/internal/ceres/
trust_region_minimizer.cc 99 double x_norm = x.norm();
157 << "Relative gradient max norm: "
353 iteration_summary.step_norm = (x - x_plus_delta).norm();
462 x_norm = x.norm();
483 << "Relative gradient max norm: "
visibility_based_preconditioner_test.cc 165 // kDiagonalBlockSize)).norm();
170 // kDiagonalBlockSize).norm();
  /packages/apps/Settings/res/values-sk/
arrays.xml 64 <item msgid="1932071435506638315">"Normálne"</item>
71 <item msgid="1145554631248513562">"Normálna"</item>
82 <item msgid="3332408460740717754">"Normálna"</item>
344 <item msgid="8222123259497646551">"Normálne"</item>
476 <item msgid="7088762389498381203">"normálne"</item>
  /external/opencv/cvaux/src/
cvtrifocal.cpp 2417 double norm; local
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
SensorVerificationHelper.java 223 double norm = 0; local
225 norm += event.values[i] * event.values[i];
227 magnitudes.add(Math.sqrt(norm));
  /external/ceres-solver/include/ceres/
loss_function.h 89 // For a residual vector with squared 2-norm 'sq_norm', this method
159 // units of the residual vector norm whereas 's' is a squared
160 // norm. For applications it is more convenient to specify 'a' than
  /external/chromium_org/third_party/icu/source/test/testdata/
ssearch.xml 14 norm (ON | OFF) "OFF"
229 <test-case id="test32" strength="TERTIARY" norm="ON">
235 <test-case id="test32a" strength="TERTIARY" norm="OFF">
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_format_aos.c 130 desc->channel[chan].normalized != type.norm) {
489 tmp_type.norm = TRUE;
510 !type.floating && type.width == 8 && !type.sign && type.norm) {
  /external/icu4c/test/testdata/
ssearch.xml 14 norm (ON | OFF) "OFF"
229 <test-case id="test32" strength="TERTIARY" norm="ON">
235 <test-case id="test32a" strength="TERTIARY" norm="OFF">
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
SkeletonControl.java 167 VertexBuffer norm = mesh.getBuffer(Type.Normal); local
169 FloatBuffer nb = (FloatBuffer) norm.getData();
393 * Also the iteration has additional indexes since tangent has 4 components instead of 3 for pos and norm
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Ray.java 212 Vector3f norm = edge1.cross(edge2, tempVd); local
214 float dirDotNorm = direction.dot(norm);
234 float diffDotNorm = -sign * diff.dot(norm);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_aos.c 130 desc->channel[chan].normalized != type.norm) {
489 tmp_type.norm = TRUE;
510 !type.floating && type.width == 8 && !type.sign && type.norm) {
  /hardware/invensense/60xx/libsensors/
MPLSensor.cpp 663 float norm = 0; local
676 norm = quat[1] * quat[1] + quat[2] * quat[2] + quat[3] * quat[3]
679 if (norm > 1.0f) {
681 norm = sqrtf(norm);
682 float inv_norm = 1.0f / norm;
    [all...]
  /external/eigen/doc/
I00_CustomizingEigen.dox 38 inline RealScalar length() const { return norm(); }
49 inline void scaleTo(RealScalar l) { RealScalar vl = norm(); if (vl>1e-9) derived() *= (l/vl); }
SparseQuickReference.dox 80 sm1.norm(); // (Euclidian ??) norm of the matrix
  /external/eigen/unsupported/Eigen/src/Polynomials/
PolynomialSolver.h 97 * \returns the complex root with greatest norm.
106 * \returns the complex root with smallest norm.
  /external/neven/Embedded/common/src/b_TensorEm/
Flt16Vec.h 85 /** returns norm of vector without exponent */
132 /** normalizes vector (euclidean norm) */
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
Norm_Corr_neon.s 208 MOV r6, r6, ASR #16 @norm = extract_h(L_tmp)
210 ADD r12, r12, r12 @L_tmp = vo_L_mult(corr, norm)
  /frameworks/rs/cpp/
Element.cpp 244 RsDataType dt, RsDataKind dk, bool norm, uint32_t size) :
261 mNormalized = norm;

Completed in 1115 milliseconds

<<11121314151617181920>>