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

<<11121314151617181920>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
complex 72 template<typename _Tp> _Tp norm(const complex<_Tp>&);
310 const _Tp __n = std::norm(__z);
626 // 26.2.7/5: norm(__z) returns the squared magnitude of __z.
627 // As defined, norm() is -not- a norm is the common mathematical
656 norm(const complex<_Tp>& __z)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
complex 72 template<typename _Tp> _Tp norm(const complex<_Tp>&);
310 const _Tp __n = std::norm(__z);
626 // 26.2.7/5: norm(__z) returns the squared magnitude of __z.
627 // As defined, norm() is -not- a norm is the common mathematical
656 norm(const complex<_Tp>& __z)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
complex 73 template<typename _Tp> _Tp norm(const complex<_Tp>&);
313 const _Tp __n = std::norm(__z);
629 // 26.2.7/5: norm(__z) returns the squared magnitude of __z.
630 // As defined, norm() is -not- a norm is the common mathematical
659 norm(const complex<_Tp>& __z)
    [all...]
  /external/ceres-solver/docs/source/
modeling.rst 786 the units of the residual vector norm whereas :math:`s` is a squared
787 norm. For applications it is more convenient to specify :math:`a` than
    [all...]
  /external/bison/po/
eo.po 899 msgstr "konservado de norm-enigo fiaskis"
904 msgstr "konservado de norm-eligo fiaskis"
914 msgstr "redirektado de la norm-eligo de bison al la provizora dosiero fiaskis "
919 msgstr "redirektado de la norm-enigo de m4 de la provizora dosiero fiaskis"
929 msgstr "redirektado de la norm-eligo de m4 al provizora dosiero fiaskis"
944 msgstr "redirektado de la norm-enigo de bison al provizora dosiero fiaskis"
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_res.cpp 372 UColAttributeValue norm; local
396 norm = normalizationMode;
492 ucol_setAttribute(result, UCOL_NORMALIZATION_MODE, norm, status);
    [all...]
  /external/opencv/cvaux/src/
cvhmm1d.cpp     [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 192 native int rsnElementCreate(int con, int type, int kind, boolean norm, int vecSize);
193 synchronized int nElementCreate(int type, int kind, boolean norm, int vecSize) {
195 return rsnElementCreate(mContext, type, kind, norm, vecSize);
    [all...]
  /bionic/libc/kernel/common/linux/
videodev.h 70 __u16 norm; member in struct:video_channel
  /external/ceres-solver/internal/ceres/
polynomial.cc 59 // lower the 1-norm of the companion matrix to be accepted.
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_format_soa.c 370 tmp_type.norm = TRUE;
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Hyperplane.h 116 m_coeffs /= normal().norm();
  /external/eigen/Eigen/src/Geometry/
Hyperplane.h 127 m_coeffs /= normal().norm();
  /external/eigen/bench/
eig33.cpp 156 Scalar n1 = evecs.col(1).norm();
  /external/icu4c/test/cintltst/
callcoll.c 279 UColAttributeValue norm = ucol_getAttribute(myCollation, UCOL_NORMALIZATION_MODE, &status); local
345 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, norm, &status);
382 if(getTestOption(QUICK_OPTION) <= 0 && norm != UCOL_ON) {
386 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, norm, &status);
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Mesh.java 325 VertexBuffer norm = getBuffer(Type.Normal); local
326 if (norm != null) {
331 BufferUtils.clone(norm.getData()));
333 norm.setUsage(Usage.Stream);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_soa.c 370 tmp_type.norm = TRUE;
  /external/wpa_supplicant_8/src/tls/
libtommath.c 1695 int res, n, t, i, norm, neg; local
    [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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
complex 329 norm(_Tp __x)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
complex 329 norm(_Tp __x)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
complex 329 norm(_Tp __x)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
complex 329 norm(_Tp __x)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
complex 329 norm(_Tp __x)
  /prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.pom 203 <name>Norm Deane</name>

Completed in 427 milliseconds

<<11121314151617181920>>