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

<<11121314151617181920>>

  /external/libxml2/test/valid/dtds/
nitf-2-5.dtd 219 norm CDATA #IMPLIED
225 norm CDATA #IMPLIED
231 norm CDATA #IMPLIED
348 norm CDATA #IMPLIED
424 norm CDATA #IMPLIED
430 norm CDATA #IMPLIED
477 norm CDATA #IMPLIED
767 norm CDATA #IMPLIED
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_conv.c 386 src_type.norm == 0 &&
393 dst_type.norm == 1 &&
441 src_type.norm == 0 &&
448 dst_type.norm == 1 &&
547 if(!dst_type.fixed && !dst_type.sign && dst_type.norm) {
642 if(!src_type.fixed && !src_type.sign && src_type.norm) {
739 src_type.norm = FALSE;
744 dst_type.norm = FALSE;
  /external/opencv3/modules/calib3d/src/
dls.h 170 // Store roots isolated by balanc and compute matrix norm
172 double norm = 0.0; local
179 norm = norm + std::abs(H[i][j]);
192 s = norm;
434 if (norm == 0.0) {
462 H[i][n1] = -r / (eps * norm);
535 vr = eps * norm * (std::abs(w) + std::abs(q) + std::abs(x)
  /external/opencv3/modules/features2d/test/
test_agast.cpp 122 if ( exp_kps1.size != kps1.size || 0 != cvtest::norm(exp_kps1, kps1, NORM_L2) ||
123 exp_kps2.size != kps2.size || 0 != cvtest::norm(exp_kps2, kps2, NORM_L2))
test_fast.cpp 122 if ( exp_kps1.size != kps1.size || 0 != cvtest::norm(exp_kps1, kps1, NORM_L2) ||
123 exp_kps2.size != kps2.size || 0 != cvtest::norm(exp_kps2, kps2, NORM_L2))
  /external/opencv3/modules/videostab/src/
deblurring.cpp 58 double normGx = norm(Gx);
59 double normGy = norm(Gy);
  /external/opencv3/samples/python2/
digits.py 32 from numpy.linalg import norm namespace
143 hist /= norm(hist) + eps
  /external/pdfium/third_party/libopenjpeg20/
mct.h 73 Get norm of the basis function used for the reversible multi-component transform
96 Get norm of the basis function used for the irreversible multi-component transform
  /external/skia/src/core/
SkHalf.h 55 norm = vreinterpretq_f32_u32(vaddq_u32(vshlq_n_u32(h, 13),
57 return vbslq_f32(is_denorm, denorm, norm);
SkLightingShader.cpp 496 SkPoint3 norm, xformedNorm; local
512 norm.set(SkIntToScalar(SkGetPackedR32(tmpNormal2[i]))-127.0f,
515 norm.normalize();
517 xformedNorm.fX = lightShader.fInvNormRotation.fX * norm.fX +
518 lightShader.fInvNormRotation.fY * norm.fY;
519 xformedNorm.fY = lightShader.fInvNormRotation.fX * norm.fX -
520 lightShader.fInvNormRotation.fY * norm.fY;
521 xformedNorm.fZ = norm.fZ;
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
jni_stochastic_linear_ranker.h 29 /* The maximum norm of the weight vector. If norm of weights are larger than NormConstraint
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
stochastic_linear_ranker.h 118 void SetNormConstraint(const double norm) {
119 norm_constraint_ = norm;
  /frameworks/rs/
rsComponent.cpp 29 void Component::set(RsDataType dt, RsDataKind dk, bool norm, uint32_t vecSize) {
32 mNormalized = norm;
  /ndk/sources/cxx-stl/stlport/src/
num_get_float.cpp 232 static void _Stl_norm_and_round(uint64& p, int& norm, uint64 prodhi, uint64 prodlo) {
233 norm = 0;
247 norm = 1;
300 int norm; /* number of bits of normalization */ local
308 _Stl_norm_and_round(p, norm, prodhi, prodlo);
309 bexp += _Stl_twoexp[hi] - norm;
315 _Stl_norm_and_round(p, norm, prodhi, prodlo);
316 bexp += _Stl_twoexp[lo] - norm;
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
rat.go 66 return z.norm()
309 return z.norm()
323 return z.norm()
415 func (z *Rat) norm() *Rat {
484 return z.norm()
493 return z.norm()
500 return z.norm()
514 return z.norm()
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
rat.go 63 return z.norm()
306 return z.norm()
320 return z.norm()
412 func (z *Rat) norm() *Rat {
481 return z.norm()
490 return z.norm()
497 return z.norm()
511 return z.norm()
  /prebuilts/go/darwin-x86/src/math/big/
rat.go 63 return z.norm()
306 return z.norm()
320 return z.norm()
412 func (z *Rat) norm() *Rat {
481 return z.norm()
490 return z.norm()
497 return z.norm()
511 return z.norm()
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
rat.go 66 return z.norm()
309 return z.norm()
323 return z.norm()
415 func (z *Rat) norm() *Rat {
484 return z.norm()
493 return z.norm()
500 return z.norm()
514 return z.norm()
  /prebuilts/go/linux-x86/src/cmd/compile/internal/big/
rat.go 63 return z.norm()
306 return z.norm()
320 return z.norm()
412 func (z *Rat) norm() *Rat {
481 return z.norm()
490 return z.norm()
497 return z.norm()
511 return z.norm()
  /prebuilts/go/linux-x86/src/math/big/
rat.go 63 return z.norm()
306 return z.norm()
320 return z.norm()
412 func (z *Rat) norm() *Rat {
481 return z.norm()
490 return z.norm()
497 return z.norm()
511 return z.norm()
  /system/tools/aidl/
ast_cpp_unittest.cpp 105 unique_ptr<MethodDecl> norm{new MethodDecl(
117 test_methods.push_back(std::move(norm));
  /external/opencv3/modules/core/test/
test_operations.cpp 86 if (cvtest::norm(m1, m2, NORM_INF) != 0) throw test_excep(s);
90 if (cvtest::norm(m1, m2, NORM_INF) > 1e-5) throw test_excep(s);
491 CV_Assert( cvtest::norm(coords, T_bs.reshape(1,1), NORM_INF) == 0 );
779 CV_Assert( cvtest::norm(mvf2[0], mvf[0], CV_C) == 0 &&
780 cvtest::norm(mvf2[1], mvf[1], CV_C) == 0 );
786 CV_Assert( cvtest::norm(c, CV_L1) == 4. );
    [all...]
  /external/opencv3/modules/imgproc/src/
lsd.cpp 48 // QUANT 2.0 - Bound to the quantization error on the gradient norm.
177 * @param _quant Bound to the quantization error on the gradient norm.
310 * Pixels would be ordered by norm value, up to a precision given by max_grad/n_bins.
569 double norm = std::sqrt((gx * gx + gy * gy) / 4); // gradient norm local
571 modgrad_data[addr] = norm; // store gradient
573 if (norm <= threshold) // norm too small, gradient no defined
580 if (norm > max_grad) { max_grad = norm; }
595 const double* norm = modgrad_data + y * img_width; local
    [all...]
  /external/eigen/bench/spbench/
spbenchsolver.h 257 rel_error = (refX - x).norm()/refX.norm();
260 // Compute the relative residual norm
263 rel_error = (b-temp).norm()/b.norm();
  /external/eigen/test/eigen2/
eigen2_geometry.cpp 66 VERIFY_IS_APPROX(u0.unitOrthogonal().norm(), Scalar(1));
67 VERIFY_IS_APPROX(v0.unitOrthogonal().norm(), Scalar(1));
85 if((q1.coeffs()-q2.coeffs()).norm() > 10*largeEps)
154 VERIFY_IS_APPROX( (t0 * Vector3(1,0,0)).norm(), v0.x());
155 //VERIFY(!ei_isApprox((t1 * Vector3(1,0,0)).norm(), v0.x()));

Completed in 900 milliseconds

<<11121314151617181920>>