Searched refs:norm1 (Results 1 – 9 of 9) sorted by relevance
/external/eigen/Eigen/src/Eigenvalues/ |
D | 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/ |
D | MathFunctions.h | 605 inline EIGEN_MATHFUNC_RETVAL(norm1, Scalar) norm1(const Scalar& x) 607 return EIGEN_MATHFUNC_IMPL(norm1, Scalar)::run(x);
|
/external/eigen/blas/ |
D | level1_cplx_impl.h | 15 inline RealScalar operator() (const Scalar& a) const { return numext::norm1(a); } in EIGEN_EMPTY_STRUCT_CTOR()
|
/external/eigen/Eigen/src/Jacobi/ |
D | Jacobi.h | 176 RealScalar p1 = numext::norm1(p); in makeGivens() 177 RealScalar q1 = numext::norm1(q); in makeGivens()
|
/external/opencv/cv/src/ |
D | cvhaar.cpp | 956 CvMat img1, sum1, sqsum1, norm1, tilted1, mask1; in cvHaarDetectObjects() local 972 norm1 = cvMat( sz1.height, sz1.width, CV_32FC1, norm_img ? norm_img->data.ptr : 0 ); in cvHaarDetectObjects() 1024 (float*)(norm1.data.ptr + y1*norm1.step), norm1.step, ssz, equ_rect ); in cvHaarDetectObjects() 1040 (float*)(norm1.data.ptr + y1*norm1.step), norm1.step, in cvHaarDetectObjects()
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | arc.c | 221 double norm1 = vector_normalize(v1); in vector_angles() local 223 return acos(dot / (norm0 * norm1)); in vector_angles()
|
/external/skia/src/core/ |
D | SkStroke.cpp | 64 static inline bool normals_too_curvy(const SkVector& norm0, SkVector& norm1) { in normals_too_curvy() argument 74 return SkPoint::DotProduct(norm0, norm1) <= kFlatEnoughNormalDotProd; in normals_too_curvy() 77 static inline bool normals_too_pinchy(const SkVector& norm0, SkVector& norm1) { in normals_too_pinchy() argument 88 SkScalar dot = SkPoint::DotProduct(norm0, norm1); in normals_too_pinchy()
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_fontmap.cpp | 630 CFX_ByteString norm1 = _TT_NormalizeName(m_InstalledTTFonts[i]); in MatchInstalledFonts() local 631 if (norm1 == norm_name) { in MatchInstalledFonts()
|
/external/opencv/cvaux/src/ |
D | cvlevmarprojbandle.cpp | 1407 double norm1 = cvNorm(vectorX_points4D); in cvOptimizeLevenbergMarquardtBundle() local 1408 fprintf(file," test 6.02 post normPnts=%lf\n",norm1); in cvOptimizeLevenbergMarquardtBundle()
|