HomeSort by relevance Sort by last modified time
    Searched full:norm (Results 226 - 250 of 1009) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/eigen/Eigen/src/SparseCore/
SparseDot.h 87 SparseMatrixBase<Derived>::norm() const function in class:Eigen::SparseMatrixBase
  /external/eigen/test/eigen2/
eigen2_parametrizedline.cpp 41 VERIFY_IS_APPROX( (l0.projection(p1)-p1).norm(), l0.distance(p1) );
  /external/eigen/test/
geo_quaternion.cpp 39 VERIFY(abs(q.norm() - 1) < largeEps);
88 if((q1.coeffs()-q2.coeffs()).norm() > 10*largeEps)
112 && (aa.axis() - v1.normalized()).norm() < 1.99
113 && (aa.axis() + v1.normalized()).norm() < 1.99)
  /external/eigen/unsupported/doc/examples/
FFT.cpp 30 return norm(a);
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Joints/
b2PulleyJoint.cpp 24 // length1 = norm(p1 - s1)
25 // length2 = norm(p2 - s2)
28 // u1 = (p1 - s1) / norm(p1 - s1)
29 // u2 = (p2 - s2) / norm(p2 - s2)
  /external/libopus/celt/
vq.h 41 * the pitch and a combination of pulses such that its norm is still equal
  /external/libyuv/files/util/
psnr_main.cc 534 const double norm = 1. / static_cast<double>(number_of_frames); local
535 cur_distortion_psnr->y *= norm;
536 cur_distortion_psnr->u *= norm;
537 cur_distortion_psnr->v *= norm;
538 cur_distortion_psnr->all *= norm;
539 cur_distortion_ssim->y *= norm;
540 cur_distortion_ssim->u *= norm;
541 cur_distortion_ssim->v *= norm;
542 cur_distortion_ssim->all *= norm;
  /external/llvm/tools/dsymutil/
DebugMap.cpp 146 MappingNormalization<YamlDMO, dsymutil::DebugMapObject> Norm(io, DMO);
147 io.mapRequired("filename", Norm->Filename);
148 io.mapOptional("timestamp", Norm->Timestamp);
149 io.mapRequired("symbols", Norm->Entries);
  /external/mesa3d/src/gallium/auxiliary/util/
u_vbuf.h 49 unsigned format_norm32:1; /* PIPE_FORMAT_*32*NORM */
  /external/mesa3d/src/gallium/drivers/r600/
r600_formats.h 108 /* No scaled/norm formats with 32 bits per channel. */
  /external/opencv3/apps/traincascade/
HOGfeatures.h 29 virtual void integralHistogram(const cv::Mat &img, std::vector<cv::Mat> &histogram, cv::Mat &norm, int nbins) const;
  /external/opencv3/modules/calib3d/test/
test_undistort_points.cpp 87 double diff = cvtest::norm(Mat(realUndistortedPoints), undistortedPoints, NORM_L2);
  /external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
Utils.cpp 172 // Computes the norm of the translation error
175 return cv::norm( t_true - t );
178 // Computes the norm of the rotation error
185 return cv::norm(error_vec);
  /external/opencv3/samples/gpu/
multi.cpp 98 bool passed = cv::norm(dst - Mat(d_dst), NORM_INF) < 1e-3;
  /external/v8/build/linux/unbundle/
README 21 libraries is the norm.
  /external/webrtc/webrtc/modules/video_processing/
content_analysis_sse2.cc 257 const float norm = static_cast<float>(pixelMSA); local
260 spatial_pred_err_ = spatialErr / norm;
263 spatial_pred_err_h_ = spatialErrH / norm;
266 spatial_pred_err_v_ = spatialErrV / norm;
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
ViewMatrix.java 281 VectorUtil.norm(zv);
282 VectorUtil.norm(rv);
301 VectorUtil.norm(zv);
302 VectorUtil.norm(rv);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
VertexAttribPointerDataDetailProvider.java 60 // void glVertexAttribPointerData(GLuint indx, GLint size, GLenum type, GLboolean norm,
  /external/opencv3/modules/cudaarithm/test/
test_reductions.cpp 50 // Norm
52 PARAM_TEST_CASE(Norm, cv::cuda::DeviceInfo, cv::Size, MatDepth, NormCode, UseRoi)
72 CUDA_TEST_P(Norm, Accuracy)
77 double val = cv::cuda::norm(loadMat(src, useRoi), normCode, loadMat(mask, useRoi));
79 double val_gold = cv::norm(src, normCode, mask);
84 CUDA_TEST_P(Norm, Async)
99 double val_gold = cv::norm(src, normCode, mask);
104 INSTANTIATE_TEST_CASE_P(CUDA_Arithm, Norm, testing::Combine(
142 double val = cv::cuda::norm(loadMat(src1, useRoi), loadMat(src2, useRoi), normCode);
144 double val_gold = cv::norm(src1, src2, normCode)
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Element.java     [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Element.java 734 Element(long id, RenderScript rs, DataType dt, DataKind dk, boolean norm, int size) {
749 mNormalized = norm;
774 boolean norm = false;
776 long id = rs.nElementCreate(dt.mID, dk.mID, norm, vecSize);
777 return new Element(id, rs, dt, dk, norm, vecSize);
812 boolean norm = false;
813 long id = rs.nElementCreate(dt.mID, dk.mID, norm, size);
814 return new Element(id, rs, dt, dk, norm, size);
880 boolean norm = true;
881 long id = rs.nElementCreate(dt.mID, dk.mID, norm, size)
    [all...]
  /external/eigen/demos/opengl/
camera.cpp 168 float dist = (position() - mTarget).norm();
176 float dist = (position() - mTarget).norm();
  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
HybridNonLinearSolver.h 168 /* and calculate its norm. */
211 /* on the first iteration, calculate the norm of the scaled x */
239 /* store the direction p and x + p. calculate the norm of p. */
248 /* evaluate the function at x + p and calculate its norm. */
408 /* and calculate its norm. */
454 /* on the first iteration, calculate the norm of the scaled x */
482 /* store the direction p and x + p. calculate the norm of p. */
491 /* evaluate the function at x + p and calculate its norm. */
  /external/icu/icu4c/source/samples/coll/
coll.cpp 17 "-norm Normalizing mode on\n"
70 {"-norm", OptSpec::FLAG, &opt_norm},
  /external/libcxx/www/
results.Windows.html 331 rand.dist.norm/
332 rand.dist.norm.cauchy/
334 rand.dist.norm.chisq/
336 rand.dist.norm.norm.f/
338 rand.dist.norm.lognormal/
340 rand.dist.norm.normal/
342 rand.dist.norm.t/

Completed in 1699 milliseconds

1 2 3 4 5 6 7 8 91011>>