Searched defs:c0 (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/utils/
H A Ddamerau_levenshtein_edit_distance_policy.h34 const int c0 = CharUtils::toBaseLowerCase(mString0[index0]); local
36 return (c0 == c1) ? 0.0f : 1.0f;
48 const int c0 = CharUtils::toBaseLowerCase(mString0[index0]); local
50 if (index0 > 0 && index1 > 0 && c0 == CharUtils::toBaseLowerCase(mString1[index1 - 1])
/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_utilities_poly.cpp97 double c0,c1,c2,c3; local
124 c0=e/a;
129 min4_c0= -4.0*c0;
144 ns=lz_through2*lz_through2-c0;
169 double c0,c1,c2,c3; local
196 c0=e/a;
201 min4_c0= -4.0*c0;
216 ns=lz_through2*lz_through2-c0;
/packages/apps/Camera2/jni/feature_stab/db_vlvm/
H A Ddb_utilities_poly.cpp97 double c0,c1,c2,c3; local
124 c0=e/a;
129 min4_c0= -4.0*c0;
144 ns=lz_through2*lz_through2-c0;
169 double c0,c1,c2,c3; local
196 c0=e/a;
201 min4_c0= -4.0*c0;
216 ns=lz_through2*lz_through2-c0;
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_utilities_poly.cpp97 double c0,c1,c2,c3; local
124 c0=e/a;
129 min4_c0= -4.0*c0;
144 ns=lz_through2*lz_through2-c0;
169 double c0,c1,c2,c3; local
196 c0=e/a;
201 min4_c0= -4.0*c0;
216 ns=lz_through2*lz_through2-c0;

Completed in 228 milliseconds