HomeSort by relevance Sort by last modified time
    Searched full:norm (Results 101 - 125 of 208) sorted by null

1 2 3 45 6 7 8 9

  /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 )
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_poly.h 294 Compute the unit norm eigenvector v of the matrix A corresponding
356 /*Take the largest norm row and normalize
  /packages/apps/Settings/res/values-lv/
arrays.xml 71 <item msgid="1145554631248513562">"Norm?ls"</item>
78 <item msgid="3332408460740717754">"Norm?ls"</item>
  /external/icu4c/test/cintltst/
callcoll.c 279 UColAttributeValue norm = ucol_getAttribute(myCollation, UCOL_NORMALIZATION_MODE, &status); local
311 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, norm, &status);
347 if(getTestOption(QUICK_OPTION) <= 0 && norm != UCOL_ON) {
351 ucol_setAttribute(myCollation, UCOL_NORMALIZATION_MODE, norm, &status);
    [all...]
  /external/libgsm/src/
add.c 132 * operation must be done: L_norm_var1 = L_var1 << norm( L_var1 );
  /external/libvpx/examples/includes/geshi/geshi/
delphi.php 191 'NetPresentValue', 'Norm', 'NumberOfPeriods', 'Payment', 'PeriodPayment',
gnuplot.php 147 'lgamma', 'log10', 'norm',
matlab.php 113 'newplot','nextpow2','nnls','nnz','nonzeros','norm','normest','now',
  /external/neven/Embedded/common/src/b_TensorEm/
CompactMat.h 71 * (int16) 'normBits' norm bits of row vector
VectorMap.h 36 bts_VM_NORMALIZER, /* normalizes a vector using euclidean norm */
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3drmdef.h 325 LPD3DVECTOR norm);
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRMDEF.H 325 LPD3DVECTOR norm);
  /external/icu4c/tools/toolutil/
swapimpl.cpp 455 pInfo->dataFormat[0]==0x4e && /* dataFormat="Norm" */
577 pInfo->dataFormat[0]==0x54 && /* dataFormat="Norm" */
642 { { 0x4e, 0x6f, 0x72, 0x6d }, unorm_swap }, /* dataFormat="Norm" */
  /external/opencv/cv/src/
cvoptflowlk.cpp 513 float Norm = (A1B2 + A2) * (A1B2 + A2) + (B1 + A1B2) * (B1 + A1B2);
515 if( Norm )
517 float IGradNorm = 8 / Norm;
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 198 native int rsnElementCreate(int con, int type, int kind, boolean norm, int vecSize);
199 synchronized int nElementCreate(int type, int kind, boolean norm, int vecSize) {
201 return rsnElementCreate(mContext, type, kind, norm, vecSize);
    [all...]
  /external/opencv/cvaux/src/
cvlmeds.cpp 682 double norm, summ, best_norm; local
806 norm = 0;
819 norm += summ * summ;
822 norm = sqrt( norm );
824 if( best_norm == -1 || norm < best_norm )
830 best_norm = norm;
    [all...]
cvhmm1d.cpp     [all...]
  /external/icu4c/i18n/
ucol_res.cpp 372 UColAttributeValue norm; local
396 norm = normalizationMode;
492 ucol_setAttribute(result, UCOL_NORMALIZATION_MODE, norm, status);
    [all...]
  /external/quake/quake/src/QW/client/
gl_warp.c 804 float *norm; local
823 norm = skyclip[stage];
826 d = DotProduct (v, norm);
  /external/quake/quake/src/WinQuake/
gl_warp.cpp 853 float *norm; local
872 norm = skyclip[stage];
875 d = DotProduct (v, norm);
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
libtommath.c 1679 int res, n, t, i, norm, neg; local
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c 1679 int res, n, t, i, norm, neg; local
    [all...]
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 318 nElementCreate(JNIEnv *_env, jobject _this, RsContext con, jint type, jint kind, jboolean norm, jint size)
320 LOG_API("nElementCreate, con(%p), type(%i), kind(%i), norm(%i), size(%i)", con, type, kind, norm, size);
321 return (jint)rsElementCreate(con, (RsDataType)type, (RsDataKind)kind, norm, size);
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
complex 329 norm(_Tp __x)
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
complex 329 norm(_Tp __x)

Completed in 770 milliseconds

1 2 3 45 6 7 8 9