Searched refs:norm (Results 1 - 25 of 222) sorted by relevance

123456789

/external/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/
H A DAndroid.mk17 test_makefile := external/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/Android.mk
19 test_name := numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/io
23 test_name := numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/param_copy
27 test_name := numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/eval
31 test_name := numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm
[all...]
/external/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/
H A DAndroid.mk17 test_makefile := external/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/Android.mk
19 test_name := numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/io
23 test_name := numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/param_copy
27 test_name := numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/eval
31 test_name := numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm
[all...]
/external/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/
H A DAndroid.mk17 test_makefile := external/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/Android.mk
19 test_name := numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/io
23 test_name := numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/param_copy
27 test_name := numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/eval
31 test_name := numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm
[all...]
/external/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/
H A DAndroid.mk17 test_makefile := external/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/Android.mk
19 test_name := numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/io
23 test_name := numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/param_copy
27 test_name := numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/eval
31 test_name := numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm
[all...]
/external/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/
H A DAndroid.mk17 test_makefile := external/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/Android.mk
19 test_name := numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/io
23 test_name := numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/param_copy
27 test_name := numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/eval
31 test_name := numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm
[all...]
/external/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/
H A DAndroid.mk17 test_makefile := external/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/Android.mk
19 test_name := numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/io
23 test_name := numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/param_copy
27 test_name := numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/eval
31 test_name := numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm
[all...]
/external/libcxx/test/numerics/complex.number/cmplx.over/
H A Dnorm.pass.cpp14 // norm(T x);
26 static_assert((std::is_same<decltype(std::norm(x)), double>::value), "");
27 assert(std::norm(x) == norm(std::complex<double>(x, 0)));
34 static_assert((std::is_same<decltype(std::norm(x)), T>::value), "");
35 assert(std::norm(x) == norm(std::complex<T>(x, 0)));
/external/eigen/doc/snippets/
H A DPartialRedux_norm.cpp3 cout << "Here is the norm of each column:" << endl << m.colwise().norm() << endl;
H A DRealQZ_compute.cpp13 << "\n|A-QSZ|: " << (A-qz.matrixQ()*qz.matrixS()*qz.matrixZ()).norm()
14 << ", |B-QTZ|: " << (B-qz.matrixQ()*qz.matrixT()*qz.matrixZ()).norm()
15 << "\n|QQ* - I|: " << (qz.matrixQ()*qz.matrixQ().adjoint() - MatrixXf::Identity(4,4)).norm()
16 << ", |ZZ* - I|: " << (qz.matrixZ()*qz.matrixZ().adjoint() - MatrixXf::Identity(4,4)).norm()
H A DPartialPivLU_solve.cpp7 cout << "Relative error: " << (A*X-B).norm() / B.norm() << endl;
/external/eigen/doc/examples/
H A DTutorialLinAlgExComputeSolveError.cpp12 double relative_error = (A*x - b).norm() / b.norm(); // norm() is L2 norm
H A DTutorial_ReductionsVisitorsBroadcasting_reductions_norm.cpp19 cout << "v.norm() = " << v.norm() << endl;
25 cout << "m.norm() = " << m.norm() << endl;
/external/svox/pico/lib/
H A Dpicosig2.c1006 picoos_int32 *norm; local
1009 norm = sig_inObj->norm_window_p;
1011 norm[0] = 80224;
1012 norm[1] = 320832;
1013 norm[2] = 721696;
1014 norm[3] = 1282560;
1015 norm[4] = 2003104;
1016 norm[5] = 2882880;
1017 norm[6] = 3921376;
1018 norm[
[all...]
/external/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/
H A DAndroid.mk17 test_makefile := external/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/Android.mk
19 test_name := numerics/rand/rand.dis/rand.dist.norm/nothing_to_do
/external/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h61 NormalizingFn norm = normalizeSpillWeight)
62 : MF(mf), LIS(lis), Loops(loops), MBFI(mbfi), normalize(norm) {}
73 VirtRegAuxInfo::NormalizingFn norm =
/external/opencv/cxcore/src/
H A Dcxnorm.cpp57 norm = _update_op_( norm, t0 ); \
58 norm = _update_op_( norm, t1 ); \
64 norm = _update_op_( norm, t0 ); \
65 norm = _update_op_( norm, t1 ); \
72 norm = _update_op_( norm, t
971 double norm = 0, norm_diff = 0; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_parse.py55 def __init__(self, type, norm, pure, size, name = ''):
57 self.norm = norm
65 if self.norm:
73 return self.type == other.type and self.norm == other.norm and self.pure == other.pure and self.size == other.size
81 if self.norm:
97 if self.norm:
121 '''Make up a short norm for a format, suitable to be used as suffix in
162 if channel.norm !
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_parse.py55 def __init__(self, type, norm, pure, size, name = ''):
57 self.norm = norm
65 if self.norm:
73 return self.type == other.type and self.norm == other.norm and self.pure == other.pure and self.size == other.size
81 if self.norm:
97 if self.norm:
121 '''Make up a short norm for a format, suitable to be used as suffix in
162 if channel.norm !
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_texgen.c107 const GLfloat *norm = normal->start; local
110 for (i=0;i<count;i++,STRIDE_F(coord,stride),STRIDE_F(norm,normal->stride)) {
114 two_nu = 2.0F * DOT3(norm,u);
115 fx = f[i][0] = u[0] - norm[0] * two_nu;
116 fy = f[i][1] = u[1] - norm[1] * two_nu;
117 fz = f[i][2] = u[2] - norm[2] * two_nu;
135 GLfloat *norm = normal->start; local
138 for (i=0;i<count;i++,STRIDE_F(coord,stride),STRIDE_F(norm,normal->stride)) {
143 two_nu = 2.0F * DOT3(norm,u);
144 fx = f[i][0] = u[0] - norm[
184 GLfloat *norm = normal->start; local
210 GLfloat *norm = normal->start; local
284 const GLfloat *norm = normal->start; local
389 const GLfloat *norm = normal->start; local
422 const GLfloat *norm = normal->start; local
451 const GLfloat *norm = normal->start; local
[all...]
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_texgen.c107 const GLfloat *norm = normal->start; local
110 for (i=0;i<count;i++,STRIDE_F(coord,stride),STRIDE_F(norm,normal->stride)) {
114 two_nu = 2.0F * DOT3(norm,u);
115 fx = f[i][0] = u[0] - norm[0] * two_nu;
116 fy = f[i][1] = u[1] - norm[1] * two_nu;
117 fz = f[i][2] = u[2] - norm[2] * two_nu;
135 GLfloat *norm = normal->start; local
138 for (i=0;i<count;i++,STRIDE_F(coord,stride),STRIDE_F(norm,normal->stride)) {
143 two_nu = 2.0F * DOT3(norm,u);
144 fx = f[i][0] = u[0] - norm[
184 GLfloat *norm = normal->start; local
210 GLfloat *norm = normal->start; local
284 const GLfloat *norm = normal->start; local
389 const GLfloat *norm = normal->start; local
422 const GLfloat *norm = normal->start; local
451 const GLfloat *norm = normal->start; local
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtstnrapi.cpp26 Normalizer norm(iter, UNORM_NFC);
27 if(norm.next()!=0xe4) {
32 Normalizer copy(norm);
74 norm.setIndexOnly(3);
75 if(norm.current()!=0x4e3d) {
134 norm.setMode(UNORM_NONE);
135 if(norm.first()!=0x61 || norm.next()!=0x308 || norm.last()!=0x2f800) {
/external/icu/icu4c/source/test/intltest/
H A Dtstnrapi.cpp26 Normalizer norm(iter, UNORM_NFC);
27 if(norm.next()!=0xe4) {
32 Normalizer copy(norm);
74 norm.setIndexOnly(3);
75 if(norm.current()!=0x4e3d) {
134 norm.setMode(UNORM_NONE);
135 if(norm.first()!=0x61 || norm.next()!=0x308 || norm.last()!=0x2f800) {
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImage.cpp107 FloatRect norm = rect; local
108 if (norm.width() < 0) {
109 norm.setX(norm.x() + norm.width());
110 norm.setWidth(-norm.width());
112 if (norm.height() < 0) {
113 norm.setY(norm
[all...]
/external/eigen/test/
H A Dhouseholder.cpp45 VERIFY_IS_APPROX(v1.norm(), v2.norm());
46 if(rows>=2) VERIFY_IS_MUCH_SMALLER_THAN(v1.tail(rows-1).norm(), v1.norm());
50 VERIFY_IS_APPROX(v1.norm(), v2.norm());
61 VERIFY_IS_APPROX(m1.norm(), m2.norm());
62 if(rows>=2) VERIFY_IS_MUCH_SMALLER_THAN(m1.block(1,0,rows-1,cols).norm(), m1.norm());
[all...]
/external/libcxx/test/numerics/complex.number/complex.value.ops/
H A Dnorm.pass.cpp14 // norm(const complex<T>& x);
26 assert(norm(z) == 25);
34 double r = norm(x[i]);

Completed in 801 milliseconds

123456789