HomeSort by relevance Sort by last modified time
    Searched refs:norm1 (Results 1 - 11 of 11) sorted by null

  /external/eigen/Eigen/src/Eigenvalues/
ComplexSchur.h 266 RealScalar d = numext::norm1(m_matT.coeff(i,i)) + numext::norm1(m_matT.coeff(i+1,i+1));
267 RealScalar sd = numext::norm1(m_matT.coeff(i+1,i));
302 if(numext::norm1(eival1) > numext::norm1(eival2))
308 if(numext::norm1(eival1-t.coeff(1,1)) < numext::norm1(eival2-t.coeff(1,1)))
  /external/eigen/Eigen/src/Core/
MathFunctions.h 247 * Implementation of norm1 *
605 inline EIGEN_MATHFUNC_RETVAL(norm1, Scalar) norm1(const Scalar& x) function in namespace:Eigen::numext
607 return EIGEN_MATHFUNC_IMPL(norm1, Scalar)::run(x);
  /external/chromium_org/third_party/skia/src/core/
SkStroke.cpp 19 static inline bool normals_too_curvy(const SkVector& norm0, SkVector& norm1) {
29 return SkPoint::DotProduct(norm0, norm1) <= kFlatEnoughNormalDotProd;
32 static inline bool normals_too_pinchy(const SkVector& norm0, SkVector& norm1) {
43 SkScalar dot = SkPoint::DotProduct(norm0, norm1);
  /external/eigen/blas/
level1_cplx_impl.h 15 inline RealScalar operator() (const Scalar& a) const { return numext::norm1(a); }
  /external/skia/src/core/
SkStroke.cpp 19 static inline bool normals_too_curvy(const SkVector& norm0, SkVector& norm1) {
29 return SkPoint::DotProduct(norm0, norm1) <= kFlatEnoughNormalDotProd;
32 static inline bool normals_too_pinchy(const SkVector& norm0, SkVector& norm1) {
43 SkScalar dot = SkPoint::DotProduct(norm0, norm1);
  /external/eigen/Eigen/src/Jacobi/
Jacobi.h 176 RealScalar p1 = numext::norm1(p);
177 RealScalar q1 = numext::norm1(q);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
arc.c 221 double norm1 = vector_normalize(v1); local
223 return acos(dot / (norm0 * norm1));
  /external/mesa3d/src/gallium/state_trackers/vega/
arc.c 221 double norm1 = vector_normalize(v1); local
223 return acos(dot / (norm0 * norm1));
  /external/opencv/cv/src/
cvhaar.cpp 956 CvMat img1, sum1, sqsum1, norm1, tilted1, mask1; local
    [all...]
  /external/opencv/cvaux/src/
cvlevmarprojbandle.cpp 1407 double norm1 = cvNorm(vectorX_points4D); local
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 651 CFX_ByteString norm1 = _TT_NormalizeName(m_InstalledTTFonts[i]); local
652 if (norm1 == norm_name) {
    [all...]

Completed in 357 milliseconds