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

<<11121314151617181920>>

  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
videodev.h 40 __u16 norm; member in struct:video_channel
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
videodev.h 40 __u16 norm; member in struct:video_channel
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
videodev.h 40 __u16 norm; member in struct:video_channel
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
videodev.h 40 __u16 norm; member in struct:video_channel
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
videodev.h 40 __u16 norm; member in struct:video_channel
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
videodev.h 40 __u16 norm; member in struct:video_channel
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
videodev.h 40 __u16 norm; member in struct:video_channel
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
videodev.h 40 __u16 norm; member in struct:video_channel
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
videodev.h 40 __u16 norm; member in struct:video_channel
  /external/icu4c/test/intltest/
ssearch.cpp 182 const UnicodeString *norm = testCase->getAttribute("norm"); local
183 TEST_ASSERT (norm==NULL || *norm=="ON" || *norm=="OFF");
184 if (norm!=NULL && *norm=="ON") {
    [all...]
  /frameworks/base/core/res/res/values-hu/
strings.xml     [all...]
  /external/eigen/doc/
QuickReference.dox 364 \link MatrixBase::norm() norm \endlink \n \link MatrixBase::normalized() normalization \endlink \matrixworld</td><td>\code
365 scalar = vec1.norm(); scalar = vec1.squaredNorm()
442 \link MatrixBase::norm() norm() \endlink \matrixworld, \link MatrixBase::squaredNorm() squaredNorm() \endlink \matrixworld,
  /frameworks/native/libs/input/
VelocityTracker.cpp 474 float norm = vectorNorm(&q[j][0], m); local
475 if (norm < 0.000001f) {
478 ALOGD(" - no solution, norm=%f", norm);
483 float invNorm = 1.0f / norm;
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
ssearch.cpp 216 const UnicodeString *norm = testCase->getAttribute("norm"); local
217 TEST_ASSERT (norm==NULL || *norm=="ON" || *norm=="OFF");
218 if (norm!=NULL && *norm=="ON") {
554 const UnicodeString *norm = testCase->getAttribute("norm"); local
555 TEST_ASSERT (norm==NULL || *norm=="ON" || *norm=="OFF")
    [all...]
  /external/libvorbis/lib/
psy.c 945 /* still responsible for populating *out where noise norm not in
959 /* sort magnitudes for noise norm portion of partition */
961 if(!flags || !flags[j]){ /* can't noise norm elements that have
966 implement noise norm as it has been up to this point. Only
969 /* also-- the original point code only applied noise norm at > pointlimit */
987 /* noise norm to do */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
complex 70 template<typename _Tp> _Tp norm(const complex<_Tp>&);
308 const _Tp __n = std::norm(__z);
624 // 26.2.7/5: norm(__z) returns the squared magnitude of __z.
625 // As defined, norm() is -not- a norm is the common mathematical
654 norm(const complex<_Tp>& __z)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
complex 70 template<typename _Tp> _Tp norm(const complex<_Tp>&);
308 const _Tp __n = std::norm(__z);
624 // 26.2.7/5: norm(__z) returns the squared magnitude of __z.
625 // As defined, norm() is -not- a norm is the common mathematical
654 norm(const complex<_Tp>& __z)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
complex 70 template<typename _Tp> _Tp norm(const complex<_Tp>&);
308 const _Tp __n = std::norm(__z);
624 // 26.2.7/5: norm(__z) returns the squared magnitude of __z.
625 // As defined, norm() is -not- a norm is the common mathematical
654 norm(const complex<_Tp>& __z)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
complex 70 template<typename _Tp> _Tp norm(const complex<_Tp>&);
308 const _Tp __n = std::norm(__z);
624 // 26.2.7/5: norm(__z) returns the squared magnitude of __z.
625 // As defined, norm() is -not- a norm is the common mathematical
654 norm(const complex<_Tp>& __z)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
complex 70 template<typename _Tp> _Tp norm(const complex<_Tp>&);
308 const _Tp __n = std::norm(__z);
624 // 26.2.7/5: norm(__z) returns the squared magnitude of __z.
625 // As defined, norm() is -not- a norm is the common mathematical
654 norm(const complex<_Tp>& __z)
    [all...]
  /external/opencv/cvaux/include/
cvmat.hpp 476 double norm( int norm_type = CV_L2 ) const;
477 double norm( CvMat& mat, int norm_type = CV_L2 ) const;
643 double norm( int norm_type = CV_L2 ) const;
657 double norm( int normType = CV_L2 ) const;
714 double norm( int norm_type = CV_L2 ) const;
1272 inline double CvMAT::norm( int normType ) const
1291 inline double CvMAT::norm( CvMat& mat, int normType ) const
    [all...]
  /external/chromium_org/third_party/icu/source/tools/gensprep/
gensprep.c 73 { "norm-correction", NULL, NULL, NULL, 'm', UOPT_REQUIRES_ARG, 0 },
122 "\t-m or --norm-correction use NormalizationCorrections.txt from the given path\n"
  /external/eigen/bench/
bench_norm.cpp 11 return v.norm();
54 return s*(v/s).norm();
  /external/icu4c/tools/gensprep/
gensprep.c 74 { "norm-correction", NULL, NULL, NULL, 'm', UOPT_REQUIRES_ARG, 0 },
123 "\t-m or --norm-correction use NormalizationCorrections.txt from the given path\n"
  /external/qemu/android/skin/
trackball.c 90 norm( int dx, int dy ) function
421 if ( norm( ball->acc_x, ball->acc_y ) > ball->acc_threshold )

Completed in 2404 milliseconds

<<11121314151617181920>>