Searched refs:c0 (Results 1 – 7 of 7) sorted by relevance
/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/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/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/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/ |
D | itoa.h | 179 const uint32_t c0 = v0 % 10000; in u64toa() local 184 const uint32_t d3 = (c0 / 100) << 1; in u64toa() 185 const uint32_t d4 = (c0 % 100) << 1; in u64toa() 253 const uint32_t c0 = v0 % 10000; in u64toa() local 258 const uint32_t d3 = (c0 / 100) << 1; in u64toa() 259 const uint32_t d4 = (c0 % 100) << 1; in u64toa()
|
/packages/apps/Camera2/src/com/android/camera/ui/motion/ |
D | UnitBezier.java | 144 public CubicBezierFn(float c0, float c1) { in CubicBezierFn() argument 145 c = 3.0f * c0; in CubicBezierFn() 146 b = 3.0f * (c1 - c0) - c; in CubicBezierFn()
|
/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/services/Car/bluetooth/bt-map-service/ |
D | bt_hci_startup_issues.txt | 68493 903188c0 -------- -------- -------- -------- ................
|