HomeSort by relevance Sort by last modified time
    Searched refs:norm (Results 201 - 221 of 221) sorted by null

1 2 3 4 5 6 7 89

  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp 246 nElementCreate(JNIEnv *_env, jobject _this, RsContext con, jint type, jint kind, jboolean norm, jint size)
248 LOG_API("nElementCreate, con(%p), type(%i), kind(%i), norm(%i), size(%i)", con, type, kind, norm, size);
249 return (jint)rsElementCreate(con, (RsDataType)type, (RsDataKind)kind, norm, size);
    [all...]
  /system/core/libpixelflinger/
trap.cpp 391 const GGLfixed norm = gglMulx(width, gglSqrtRecipx(nx*nx+ny*ny), 4); local
392 nx = gglMulx(nx, norm, 21);
393 ny = gglMulx(ny, norm, 21);
    [all...]
  /external/eigen/Eigen/src/Core/
MatrixBase.h 203 RealScalar norm() const;
  /external/ceres-solver/docs/
modeling.tex 242 The reason for the appearance of squaring is that $a$ is in the units of the residual vector norm whereas $s$ is a squared norm. For applications it is more convenient to specify $a$ than
437 \texttt{NULL}, in which case the cost of the term is just the squared norm
solving.tex     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
org.sat4j.pb_2.2.0.v20100429.jar 
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 351 nElementCreate(JNIEnv *_env, jobject _this, RsContext con, jint type, jint kind, jboolean norm, jint size)
353 LOG_API("nElementCreate, con(%p), type(%i), kind(%i), norm(%i), size(%i)", con, type, kind, norm, size);
354 return (jint)rsElementCreate(con, (RsDataType)type, (RsDataKind)kind, norm, size);
    [all...]
  /external/eigen/test/
geo_transformations.cpp 57 VERIFY_IS_APPROX( (t0 * Vector3(1,0,0)).template head<3>().norm(), v0.x());
  /external/stlport/stlport/stl/
_complex.h 741 inline _Tp _STLP_CALL norm(const complex<_Tp>& __z) function
  /frameworks/rs/cpp/
rsCppStructs.h 362 Element(void *id, sp<RS> rs, RsDataType dt, RsDataKind dk, bool norm, uint32_t size);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_complex.h 741 inline _Tp _STLP_CALL norm(const complex<_Tp>& __z) function
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_complex.h 741 inline _Tp _STLP_CALL norm(const complex<_Tp>& __z) function
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_complex.h 741 inline _Tp _STLP_CALL norm(const complex<_Tp>& __z) function
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_complex.h 741 inline _Tp _STLP_CALL norm(const complex<_Tp>& __z) function
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_complex.h 741 inline _Tp _STLP_CALL norm(const complex<_Tp>& __z) function
  /external/zxing/core/
core.jar 
  /external/dropbear/libtommath/
bn.tex     [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 2659 milliseconds

1 2 3 4 5 6 7 89