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/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/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/apps/DocumentsUI/tests/res/raw/ |
D | images_tar | 30 …,s���2X��s�A~�*����8ŪH�K_]��19��� \�P�7��U���#*${�������:�k:��X�?���,c0�O��YuɄ����E[���… 106 …F�k[������u��c���yH�G�Lbh�*��w��BZ�T����/�ŏ�u��<�����(������mxN����B\<uՌ���d���q��!�c0۩ 1204 …?B��o-�����3�f�{`�<���*���t�F,$�G��G�ߚϳ�T�4�n����9%�1�G�-��Sr�0���p�c0@��G\�N;��մ-<:��т… 5809 pp�5�����|W�X�nc�[�2�6=:S��[in�L���6�{����5��F�C�66��Է1"���c0�� 11088 -��b-ۇG#��֓i%b��c0�~� 12172 Y��Je"L䎘���E{�H��k��c0��W�kRL����)��>��]%���.do3�;@2i�O@��mnB��;N�E#��) ��C\�up�� 13575 X�3$������W�c0�|azh*��*�9�H�&�y�di���>�!�L�w*�3�O�.����ǵ62��i�W�,���l�P�D�!'��r… 13604 …O9��TI\gW,�@�� �O?J[k�D�n�` ���Kؖ3�������m:�p�n���F֜��@�I!ߌ����ښ%c0�¶I1��;{���.�G:�… 13816 …+U8�Rq���j�W#���,�wQ����"�g�J�Y�\G�K,+/@z:�֗*���<]{4r+j�S+�n��x�c0��,�H�Z�?L�_g�Rw�… 13970 ����?�j�>�h�c0�������K��~?���/�_�(Q�!'k`:����a�6�O<~Y�iX�ϣ�?(��U���>�����,�oaU�… [all …]
|