/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/ |
PsdFile.java | 295 final byte[] mBlendMode = "norm".getBytes();
|
/external/clang/test/ |
cxx-sections.data | [all...] |
/external/eigen/Eigen/src/Eigen2Support/ |
SVD.h | 124 m_sigma[k] = matA.col(k).end(m-k).norm(); 158 e[k] = e.end(n-k-1).norm();
|
/external/eigen/Eigen/src/QR/ |
ColPivHouseholderQR.h | 384 // first, we look up in our table m_colSqNorms which column has the biggest squared norm 390 // the actual squared norm of the selected column.
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
sqrt_l.cpp | 167 e = norm_l (L_x) & 0xFFFE; // get next lower EVEN norm. exp 239 e = norm_l(L_x) & 0xFFFE; /* get next lower EVEN norm. exp */
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
basic_op.h | 84 static_vo Word16 norm_s (Word16 var1); /* Short norm, 15 */ 86 static_vo Word16 norm_l (Word32 L_var1); /* Long norm, 30 */ [all...] |
/frameworks/native/opengl/libs/GLES_trace/src/ |
gltrace_fixup.cpp | 582 GLboolean norm = glGetVertexAttrib(context, index, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED); local 588 index, size, type, norm, stride, ptr, [all...] |
/packages/apps/Settings/res/values-lv/ |
arrays.xml | 71 <item msgid="1145554631248513562">"Norm?li"</item> 82 <item msgid="3332408460740717754">"Norm?ls"</item>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/ |
i686-linux-gccbug | 186 -L | --list) FORMAT=norm ;; 213 norm) l=`echo "$CATEGORIES" | \
|
/external/chromium_org/third_party/icu/source/i18n/ |
usearch.cpp | 858 UChar *norm = NULL; local 867 norm = (UChar *)allocateMemory((size + 1) * sizeof(UChar), 872 size = unorm_normalize(text, safeoffset, UNORM_NFD, 0, norm, 874 if (U_FAILURE(*status) && norm != NULL) { 875 uprv_free(norm); [all...] |
/external/icu4c/i18n/ |
usearch.cpp | 858 UChar *norm = NULL; local 867 norm = (UChar *)allocateMemory((size + 1) * sizeof(UChar), 872 size = unorm_normalize(text, safeoffset, UNORM_NFD, 0, norm, 874 if (U_FAILURE(*status) && norm != NULL) { 875 uprv_free(norm); [all...] |
ucol_res.cpp | 381 UColAttributeValue norm; local 405 norm = normalizationMode; 505 ucol_setAttribute(result, UCOL_NORMALIZATION_MODE, norm, status); [all...] |
/external/ceres-solver/docs/source/ |
solving.rst | [all...] |
/external/chromium_org/third_party/icu/source/tools/dumpce/ |
dumpce.cpp | 1134 UChar norm[32]; local [all...] |
/external/icu4c/tools/dumpce/ |
dumpce.cpp | 1133 UChar norm[32]; local [all...] |
/external/opencv/cvaux/src/ |
cvhmm.cpp | 1501 float norm; local [all...] |
/external/webrtc/src/common_audio/signal_processing/include/ |
signal_processing_library.h | 643 // Norm returns the # of left shifts required to 32-bit normalize the 32-bit 655 // Norm returns the # of left shifts required to 16-bit normalize the 16-bit 667 // Norm returns the # of left shifts required to 32-bit normalize the unsigned [all...] |
/frameworks/base/graphics/java/android/renderscript/ |
RenderScript.java | 304 native int rsnElementCreate(int con, int type, int kind, boolean norm, int vecSize); 305 synchronized int nElementCreate(int type, int kind, boolean norm, int vecSize) { 307 return rsnElementCreate(mContext, type, kind, norm, vecSize); [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/libexif/po/ |
sk.po | 66 msgstr "normálny" 978 msgstr "normálna AE" [all...] |
/art/oatdump/ |
oatdump.cc | [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/ |
SConscript | 417 'sparc/norm.S',
|
sources.mak | 312 $(SRCDIR)sparc/norm.S \
|
/external/eigen/Eigen/src/Core/util/ |
Constants.h | 24 * The value Infinity there means the L-infinity norm.
|
/external/eigen/Eigen/src/Geometry/ |
AlignedBox.h | 127 * if the length of the diagonal is needed: diagonal().norm()
|