HomeSort by relevance Sort by last modified time
    Searched refs:norm (Results 176 - 200 of 347) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/eigen/unsupported/test/
FFTW.cpp 205 VERIFY( (src-src2).norm() < test_precision<T>() );
206 VERIFY( (dst-dst2).norm() < test_precision<T>() );
223 VERIFY( (out1-out2).norm() < test_precision<float>() );
225 VERIFY( (in1-in).norm() < test_precision<float>() );
  /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/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);
  /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/opencv/cvaux/src/
cvlmeds.cpp 682 double norm, summ, best_norm; local
806 norm = 0;
819 norm += summ * summ;
822 norm = sqrt( norm );
824 if( best_norm == -1 || norm < best_norm )
830 best_norm = norm;
    [all...]
cvhmm1d.cpp     [all...]
  /external/opencv/cvaux/include/
cvmat.hpp 476 double norm( int norm_type = CV_L2 ) const;
477 double norm( CvMat& mat, int norm_type = CV_L2 ) const;
643 double norm( int norm_type = CV_L2 ) const;
657 double norm( int normType = CV_L2 ) const;
714 double norm( int norm_type = CV_L2 ) const;
1272 inline double CvMAT::norm( int normType ) const
1291 inline double CvMAT::norm( CvMat& mat, int normType ) const
    [all...]
  /external/ceres-solver/internal/ceres/
covariance_test.cc 347 col_end - col_begin) - actual).norm();
756 EXPECT_NEAR((expected - actual).norm(), 0.0, kTolerance)
765 EXPECT_NEAR((expected - actual).norm(), 0.0, kTolerance)
program_test.cc 325 EXPECT_EQ((expected_dense_jacobian - actual_dense_jacobian).norm(), 0.0);
392 EXPECT_EQ((expected_dense_jacobian - actual_dense_jacobian).norm(), 0.0);
incomplete_lq_factorization_test.cc 113 actual_l_matrix * actual_l_matrix.transpose()).norm(),
  /external/chromium_org/third_party/icu/source/test/intltest/
ssearch.cpp 216 const UnicodeString *norm = testCase->getAttribute("norm"); local
217 TEST_ASSERT (norm==NULL || *norm=="ON" || *norm=="OFF");
218 if (norm!=NULL && *norm=="ON") {
554 const UnicodeString *norm = testCase->getAttribute("norm"); local
555 TEST_ASSERT (norm==NULL || *norm=="ON" || *norm=="OFF")
    [all...]
  /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/chromium_org/ui/events/gesture_detection/
velocity_tracker.cc 496 float norm = VectorNorm(&q[j][0], m); local
497 if (norm < 0.000001f) {
502 float invNorm = 1.0f / norm;
  /external/eigen/Eigen/src/Core/
VectorwiseOp.h 120 EIGEN_MEMBER_FUNCTOR(norm, (Size+5) * NumTraits<Scalar>::MulCost + (Size-1)*NumTraits<Scalar>::AddCost);
303 /** \returns a row (or column) vector expression of the squared norm
313 /** \returns a row (or column) vector expression of the norm
319 * \sa DenseBase::norm() */
320 const typename ReturnType<internal::member_norm,RealScalar>::Type norm() const function in class:Eigen::VectorwiseOp
324 /** \returns a row (or column) vector expression of the norm
333 /** \returns a row (or column) vector expression of the norm
342 /** \returns a row (or column) vector expression of the norm
542 normalized() const { return m_matrix.cwiseQuotient(extendedToOpposite(this->norm())); }
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
DGMRES.h 266 //Initial residual vector and intial norm
269 RealScalar beta = r0.norm();
270 RealScalar normRhs = rhs.norm();
294 * \param beta The norm of the residual computed so far
295 * \param normRhs The norm of the right hand side vector
336 coef = tv1.norm();
356 std::cerr << nbIts << " Relative Residual Norm " << m_error << std::endl;
  /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) {
  /external/icu/icu4c/source/test/intltest/
ssearch.cpp 182 const UnicodeString *norm = testCase->getAttribute("norm"); local
183 TEST_ASSERT (norm==NULL || *norm=="ON" || *norm=="OFF");
184 if (norm!=NULL && *norm=="ON") {
    [all...]
  /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
Hyperplane.h 116 m_coeffs /= normal().norm();
  /external/eigen/bench/
bench_norm.cpp 11 return v.norm();
54 return s*(v/s).norm();
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
Norm_Corr_opt.s 168 MOV r6, r6, ASR #16 @norm = extract_h(L_tmp)
170 ADD r12, r12, r12 @L_tmp = vo_L_mult(corr, 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 245 RsDataType dt, RsDataKind dk, bool norm, uint32_t size) :
262 mNormalized = norm;
  /development/ndk/platforms/android-3/include/linux/
videodev.h 40 __u16 norm; member in struct:video_channel
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_maos_arrays.c 179 if (!rmesa->tcl.norm.buf)

Completed in 782 milliseconds

1 2 3 4 5 6 78 91011>>