HomeSort by relevance Sort by last modified time
    Searched refs:norm (Results 276 - 300 of 306) sorted by null

<<111213

  /external/icu4c/test/cintltst/
cnormtst.c 664 UChar norm[100]; local
673 norm + normsize, 100 - normsize, &status);
688 if (nfdsize != normsize || u_memcmp(nfd, norm, nfdsize) != 0) {
    [all...]
  /external/opencv/ml/src/
ml_inner_functions.cpp 330 float rad, norm, coefficient; local
357 norm = (float) cvNorm (&sample, 0, CV_L2);
358 coefficient = rad / norm;
    [all...]
  /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/chromium_org/third_party/mesa/src/src/mesa/
sources.mak 312 $(SRCDIR)sparc/norm.S \
  /external/eigen/Eigen/src/Core/
MatrixBase.h 203 RealScalar norm() const;
  /external/mesa3d/src/mesa/
sources.mak 312 $(SRCDIR)sparc/norm.S \
  /external/ceres-solver/internal/ceres/
solver_impl_test.cc     [all...]
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 343 private double norm(double[] a) { method in class:PhotoTable
380 final double distance = norm(delta);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
compact_lang_det_impl.cc     [all...]
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 350 nElementCreate(JNIEnv *_env, jobject _this, RsContext con, jint type, jint kind, jboolean norm, jint size)
352 LOG_API("nElementCreate, con(%p), type(%i), kind(%i), norm(%i), size(%i)", con, type, kind, norm, size);
353 return (jint)rsElementCreate(con, (RsDataType)type, (RsDataKind)kind, norm, size);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_fs.c 835 fs_type.norm = FALSE; /* values are not limited to [0,1] or [-1,1] */
843 blend_type.norm = TRUE; /* values are in [0,1] or [-1,1] */
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 835 fs_type.norm = FALSE; /* values are not limited to [0,1] or [-1,1] */
843 blend_type.norm = TRUE; /* values are in [0,1] or [-1,1] */
    [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
  /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
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_complex.h 741 inline _Tp _STLP_CALL norm(const complex<_Tp>& __z) function
  /frameworks/rs/cpp/
rsCppStructs.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_llvm.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c     [all...]

Completed in 422 milliseconds

<<111213