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

1 2 3 4 5 6 78 91011>>

  /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,
  /frameworks/base/graphics/java/android/renderscript/
Element.java 779 Element(int id, RenderScript rs, DataType dt, DataKind dk, boolean norm, int size) {
794 mNormalized = norm;
854 boolean norm = false;
856 int id = rs.nElementCreate(dt.mID, dk.mID, norm, vecSize);
857 return new Element(id, rs, dt, dk, norm, vecSize);
892 boolean norm = false;
893 int id = rs.nElementCreate(dt.mID, dk.mID, norm, size);
894 return new Element(id, rs, dt, dk, norm, size);
963 boolean norm = true;
964 int id = rs.nElementCreate(dt.mID, dk.mID, norm, size)
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Element.java 726 Element(int id, RenderScript rs, DataType dt, DataKind dk, boolean norm, int size) {
741 mNormalized = norm;
763 boolean norm = false;
765 int id = rs.nElementCreate(dt.mID, dk.mID, norm, vecSize);
766 return new Element(id, rs, dt, dk, norm, vecSize);
805 boolean norm = false;
806 int id = rs.nElementCreate(dt.mID, dk.mID, norm, size);
807 return new Element(id, rs, dt, dk, norm, size);
878 boolean norm = true;
879 int id = rs.nElementCreate(dt.mID, dk.mID, norm, size)
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
vertexconversion.h 112 // SHORT, norm-SHORT, norm-UNSIGNED_SHORT are supported but only with 2 or 4 components
  /external/chromium_org/third_party/mesa/src/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/eigen/Eigen/src/Core/
VectorwiseOp.h 119 EIGEN_MEMBER_FUNCTOR(norm, (Size+5) * NumTraits<Scalar>::MulCost + (Size-1)*NumTraits<Scalar>::AddCost);
276 /** \returns a row (or column) vector expression of the squared norm
286 /** \returns a row (or column) vector expression of the norm
292 * \sa DenseBase::norm() */
293 const typename ReturnType<internal::member_norm,RealScalar>::Type norm() const function in class:Eigen::VectorwiseOp
297 /** \returns a row (or column) vector expression of the norm
306 /** \returns a row (or column) vector expression of the norm
315 /** \returns a row (or column) vector expression of the norm
  /external/eigen/demos/opengl/
camera.cpp 168 float dist = (position() - mTarget).norm();
176 float dist = (position() - mTarget).norm();
  /external/eigen/test/
umeyama.cpp 118 const Scalar error = ( cR_t_umeyama*src - dst ).norm() / dst.norm();
  /external/eigen/unsupported/Eigen/
MPRealSupport 58 std::cout << "relative error: " << (A*x - b).norm() / b.norm() << std::endl;
  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
HybridNonLinearSolver.h 168 /* and calculate its norm. */
209 /* on the first iteration, calculate the norm of the scaled x */
237 /* store the direction p and x + p. calculate the norm of p. */
246 /* evaluate the function at x + p and calculate its norm. */
406 /* and calculate its norm. */
449 /* on the first iteration, calculate the norm of the scaled x */
477 /* store the direction p and x + p. calculate the norm of p. */
486 /* evaluate the function at x + p and calculate its norm. */
  /external/icu4c/samples/coll/
coll.cpp 17 "-norm Normalizing mode on\n"
70 {"-norm", OptSpec::FLAG, &opt_norm},
  /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/srec/srec/clib/
cnorm_tr.c 106 log_report("NORM IML: ");
114 log_report("NORM ADJ: ");
  /external/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;
  /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 117 void SetNormConstraint(const double norm) {
118 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;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
matrix.h 400 static INLINE void line_normal(float *l, float *norm)
402 norm[0] = l[0];
403 norm[1] = l[1];
405 norm[2] = l[0] + (l[3] - l[1]);
406 norm[3] = l[1] - (l[2] - l[0]);
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_rasterpos.c 378 GLfloat *norm, eyenorm[3]; local
438 norm = eyenorm;
441 norm = objnorm;
447 shade_rastpos( ctx, vObj, norm,
466 compute_texgen(ctx, vObj, eye, norm, u, tc);
  /external/eigen/bench/spbench/
spbenchsolver.h 159 stat.rel_error = (refX - x).norm()/refX.norm();
162 // Compute the relative residual norm
165 stat.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()));
eigen2_geometry_with_eigen2_prefix.cpp 68 VERIFY_IS_APPROX(u0.unitOrthogonal().norm(), Scalar(1));
69 VERIFY_IS_APPROX(v0.unitOrthogonal().norm(), Scalar(1));
87 if((q1.coeffs()-q2.coeffs()).norm() > 10*largeEps)
156 VERIFY_IS_APPROX( (t0 * Vector3(1,0,0)).norm(), v0.x());
157 //VERIFY(!ei_isApprox((t1 * Vector3(1,0,0)).norm(), v0.x()));
  /external/mesa3d/src/gallium/state_trackers/vega/
matrix.h 400 static INLINE void line_normal(float *l, float *norm)
402 norm[0] = l[0];
403 norm[1] = l[1];
405 norm[2] = l[0] + (l[3] - l[1]);
406 norm[3] = l[1] - (l[2] - l[0]);
  /external/mesa3d/src/mesa/tnl/
t_rasterpos.c 378 GLfloat *norm, eyenorm[3]; local
438 norm = eyenorm;
441 norm = objnorm;
447 shade_rastpos( ctx, vObj, norm,
466 compute_texgen(ctx, vObj, eye, norm, u, tc);

Completed in 1085 milliseconds

1 2 3 4 5 6 78 91011>>