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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/libxslt/libxslt/
extra.c 165 * Implement the localTime XSLT function used by NORM
168 * This function is available in Norm's extension namespace
169 * Code (and comments) contributed by Norm
  /external/eigen/unsupported/test/
BVH.cpp 65 if((b1.center - b2.center).norm() < b1.radius + b2.radius)
82 double minimumOnObjectObject(const BallType &b1, const BallType &b2){ ++calls; return SQR((std::max)(0., (b1.center - b2.center).norm() - b1.radius - b2.radius)); }
84 double minimumOnObjectObject(const BallType &b, const VectorType &v){ ++calls; return SQR((std::max)(0., (b.center - v).norm() - b.radius)); }
  /external/kernel-headers/original/linux/
videodev.h 60 __u16 norm; /* Norm set by channel */ member in struct:video_channel
73 #define VIDEO_TUNER_NORM 16 /* Tuner can set norm */
  /external/libxslt/libxslt/
extra.c 165 * Implement the localTime XSLT function used by NORM
168 * This function is available in Norm's extension namespace
169 * Code (and comments) contributed by Norm
  /external/opencv/cvaux/src/
cvlevmar.cpp 165 /* Need to use new version of computing error (norm) */
211 /* Compute relative change of required parameter vectorX. change = norm(curr-prev) / norm(curr) ) */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
videodev.h 43 __u16 norm; /* Norm set by channel */ member in struct:video_channel
56 #define VIDEO_TUNER_NORM 16 /* Tuner can set norm */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videodev.h 43 __u16 norm; /* Norm set by channel */ member in struct:video_channel
56 #define VIDEO_TUNER_NORM 16 /* Tuner can set norm */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videodev.h 43 __u16 norm; /* Norm set by channel */ member in struct:video_channel
56 #define VIDEO_TUNER_NORM 16 /* Tuner can set norm */
  /external/ceres-solver/internal/ceres/
line_search_minimizer.cc 144 << "Relative gradient max norm: "
324 << "Relative gradient max norm: "
343 iteration_summary.step_norm = delta.norm();
346 iteration_summary.step_norm = delta.norm();
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_vbuf.h 49 unsigned format_norm32:1; /* PIPE_FORMAT_*32*NORM */
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_formats.h 108 /* No scaled/norm formats with 32 bits per channel. */
  /external/chromium_org/third_party/opus/src/celt/
vq.h 41 * the pitch and a combination of pulses such that its norm is still equal
  /external/eigen/Eigen/src/SparseCore/
SparseDot.h 87 SparseMatrixBase<Derived>::norm() const function in class:Eigen::SparseMatrixBase
  /external/eigen/test/eigen2/
eigen2_parametrizedline.cpp 41 VERIFY_IS_APPROX( (l0.projection(p1)-p1).norm(), l0.distance(p1) );
  /external/eigen/test/
geo_quaternion.cpp 39 VERIFY(internal::abs(q.norm() - 1) < largeEps);
89 if((q1.coeffs()-q2.coeffs()).norm() > 10*largeEps)
113 && (aa.axis() - v1.normalized()).norm() < 1.99
114 && (aa.axis() + v1.normalized()).norm() < 1.99)
  /external/eigen/unsupported/doc/examples/
FFT.cpp 30 return norm(a);
  /external/mesa3d/src/gallium/auxiliary/util/
u_vbuf.h 49 unsigned format_norm32:1; /* PIPE_FORMAT_*32*NORM */
  /external/mesa3d/src/gallium/drivers/r600/
r600_formats.h 108 /* No scaled/norm formats with 32 bits per channel. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
complex 61 using std::norm;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/toolchain-patches/gcc/
0001-move-ctype_char_M_widen_init-back-to-header-to-avoid-GLIBCXX_3.4.11.patch 39 + this GCC 4.6 on Ubuntu 8.04 (where gcc 4.2 is the norm) may result in
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/toolchain-patches/gcc/
0001-move-ctype_char_M_widen_init-back-to-header-to-avoid-GLIBCXX_3.4.11.patch 39 + this GCC 4.6 on Ubuntu 8.04 (where gcc 4.2 is the norm) may result in
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
complex 61 using std::norm;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
complex 61 using std::norm;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
complex 61 using std::norm;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/
complex 61 using std::norm;

Completed in 257 milliseconds

1 2 3 4 5 67 8 91011>>