Searched refs:c0 (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
D | db_utilities_poly.cpp | 97 double c0,c1,c2,c3; in db_SolveQuartic() local 124 c0=e/a; in db_SolveQuartic() 129 min4_c0= -4.0*c0; in db_SolveQuartic() 144 ns=lz_through2*lz_through2-c0; in db_SolveQuartic() 169 double c0,c1,c2,c3; in db_SolveQuarticForced() local 196 c0=e/a; in db_SolveQuarticForced() 201 min4_c0= -4.0*c0; in db_SolveQuarticForced() 216 ns=lz_through2*lz_through2-c0; in db_SolveQuarticForced()
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_utilities_poly.cpp | 97 double c0,c1,c2,c3; in db_SolveQuartic() local 124 c0=e/a; in db_SolveQuartic() 129 min4_c0= -4.0*c0; in db_SolveQuartic() 144 ns=lz_through2*lz_through2-c0; in db_SolveQuartic() 169 double c0,c1,c2,c3; in db_SolveQuarticForced() local 196 c0=e/a; in db_SolveQuarticForced() 201 min4_c0= -4.0*c0; in db_SolveQuarticForced() 216 ns=lz_through2*lz_through2-c0; in db_SolveQuarticForced()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
D | BoundedRect.java | 190 float[] c0 = Arrays.copyOf(c, 2); in resizeInner() local 191 m0.mapPoints(c0); in resizeInner() 192 if (!CropMath.inclusiveContains(outer, c0[0], c0[1])) { in resizeInner() 280 float[] c0 = Arrays.copyOf(c, 2); in fixedAspectResizeInner() local 281 m0.mapPoints(c0); in fixedAspectResizeInner() 282 if (!CropMath.inclusiveContains(outer, c0[0], c0[1])) { in fixedAspectResizeInner()
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/utils/ |
D | damerau_levenshtein_edit_distance_policy.h | 34 const int c0 = CharUtils::toBaseLowerCase(mString0[index0]); in getSubstitutionCost() local 36 return (c0 == c1) ? 0.0f : 1.0f; in getSubstitutionCost() 48 const int c0 = CharUtils::toBaseLowerCase(mString0[index0]); in allowTransposition() local 50 if (index0 > 0 && index1 > 0 && c0 == CharUtils::toBaseLowerCase(mString1[index1 - 1]) in allowTransposition()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | GeometryMathUtils.java | 107 float c0 = line2[0]; in lineIntersect() local 115 float t4 = c0 - d0; in lineIntersect()
|
/packages/experimental/SELinux/CTS/test/ |
D | policy_test.conf | 119 category c0; 2170 level s0:c0.c1023;
|
D | policy_clean_test.conf | 119 category c0; 2170 level s0:c0.c1023;
|
/packages/experimental/SELinux/CTS/src/ |
D | example_input_policy.conf | 1178 category c0; 3229 level s0:c0.c1023; 9766 user u roles { r } level s0 range s0 - s0:c0.c1023;
|