/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | HermiteInterpolator.java | 85 final int ax = mP2X - mP1X; in setInterval() local 99 final float crossProdAB = ax * by - ay * bx; in setInterval() 100 final float dotProdAB = ax * bx + ay * by; in setInterval() 101 final float normASquare = ax * ax + ay * ay; in setInterval() 104 mSlope1X = invHalfNormASquare * (dotProdAB * ax + crossProdAB * ay); in setInterval() 105 mSlope1Y = invHalfNormASquare * (dotProdAB * ay - crossProdAB * ax); in setInterval() 108 mSlope1X = ax; in setInterval() 123 final float crossProdAB = ax * by - ay * bx; in setInterval() 124 final float dotProdAB = ax * bx + ay * by; in setInterval() 125 final float normASquare = ax * ax + ay * ay; in setInterval() [all …]
|
/packages/modules/Bluetooth/system/embdrv/lc3/src/ |
D | ltpf_neon.h | 213 int16x4_t ax, b0, b1; in neon_correlate() local 223 ax = vld1_s16(an), an += 4; in neon_correlate() 225 u0 = vmull_s16(ax, b0); in neon_correlate() 226 u1 = vmull_s16(ax, vext_s16(b1, b0, 3)); in neon_correlate() 227 u2 = vmull_s16(ax, vext_s16(b1, b0, 2)); in neon_correlate() 228 u3 = vmull_s16(ax, vext_s16(b1, b0, 1)); in neon_correlate() 232 ax = vld1_s16(an), an += 4; in neon_correlate() 234 u0 = vmlal_s16(u0, ax, b0); in neon_correlate() 235 u1 = vmlal_s16(u1, ax, vext_s16(b1, b0, 3)); in neon_correlate() 236 u2 = vmlal_s16(u2, ax, vext_s16(b1, b0, 2)); in neon_correlate() [all …]
|
D | ltpf_arm.h | 448 int16x2_t ax, b0, b1; in arm_correlate() local 456 ax = *(an++), b0 = *(bn++); in arm_correlate() 457 v0 = __smlald (ax, b0, v0); in arm_correlate() 458 v1 = __smlaldx(ax, __pkhbt(b0, b1), v1); in arm_correlate() 460 ax = *(an++), b1 = *(bn++); in arm_correlate() 461 v0 = __smlald (ax, b1, v0); in arm_correlate() 462 v1 = __smlaldx(ax, __pkhbt(b1, b0), v1); in arm_correlate()
|
/packages/apps/Gallery2/jni/filters/ |
D | tinyplanet.cc | 61 float ax = x - floor(x); in InterpolatePixel() local 63 float axn = 1.0f - ax; in InterpolatePixel() 69 dest[0] = static_cast<unsigned char>(axn * ayn * p[0] + ax * ayn * p[4] + in InterpolatePixel() 70 ax * ay * p2[4] + axn * ay * p2[0] + 0.5f); in InterpolatePixel() 74 dest[1] = static_cast<unsigned char>(axn * ayn * p[0] + ax * ayn * p[4] + in InterpolatePixel() 75 ax * ay * p2[4] + axn * ay * p2[0] + 0.5f); in InterpolatePixel() 79 dest[2] = static_cast<unsigned char>(axn * ayn * p[0] + ax * ayn * p[4] + in InterpolatePixel() 80 ax * ay * p2[4] + axn * ay * p2[0] + 0.5f); in InterpolatePixel()
|
/packages/apps/Camera2/jni/ |
D | tinyplanet.cc | 62 float ax = x - floor(x); in InterpolatePixel() local 64 float axn = 1.0f - ax; in InterpolatePixel() 70 dest[0] = static_cast<unsigned char>(axn * ayn * p[0] + ax * ayn * p[4] + in InterpolatePixel() 71 ax * ay * p2[4] + axn * ay * p2[0] + 0.5f); in InterpolatePixel() 75 dest[1] = static_cast<unsigned char>(axn * ayn * p[0] + ax * ayn * p[4] + in InterpolatePixel() 76 ax * ay * p2[4] + axn * ay * p2[0] + 0.5f); in InterpolatePixel() 80 dest[2] = static_cast<unsigned char>(axn * ayn * p[0] + ax * ayn * p[4] + in InterpolatePixel() 81 ax * ay * p2[4] + axn * ay * p2[0] + 0.5f); in InterpolatePixel()
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_image_homography.cpp | 116 double m,ax,ay,apx,apy,bx,by,bpx,bpy; in db_CommonFocalLengthFromRotation_2Point() local 130 ax=x1[0]*m; in db_CommonFocalLengthFromRotation_2Point() 146 p1[1]=ax*bx+ay*by; in db_CommonFocalLengthFromRotation_2Point() 150 p5[1]=db_sqr(ax)+db_sqr(ay); in db_CommonFocalLengthFromRotation_2Point()
|
/packages/modules/Bluetooth/system/gd/security/test/ |
D | ecdh_keys_test.cc | 81 …uint8_t ax[32] = {0xDC, 0x88, 0xD0, 0xE5, 0x59, 0x73, 0xF2, 0x41, 0x88, 0x6C, 0xB4, 0x45, 0x8B, 0x… in TEST_F() local 85 memcpy(public_key_a.x.data(), ax, 32); in TEST_F()
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Delaunay.cpp | 497 double ax = sa[a].X(); in ccw() local 504 double val = (ax - cx)*(by - cy) - (bx - cx)*(ay - cy); in ccw()
|
/packages/modules/Virtualization/zipfuse/testdata/dir/ |
D | file1 | 480 3xPPf6QHXHKO/r7DzoqE69rQkO1QtZ6s6N627wCZtCU6r3nUXz6z2Ux//IJBMLwBeXBv4C6vB/ax
|
/packages/modules/Wifi/service/proto/src/ |
D | metrics.proto | 654 // Total number of scan results from 11ax network 2752 // Preamble type for IEEE 802.11ax, IEEE Std 802.11-2020, Section 27
|
/packages/apps/DocumentsUI/tests/res/raw/ |
D | images_tar | 870 �?S�b��,�_�x�e.�!a���L�o�+��|5�k�\vR6�y�����#�M�/A4��O��T�������%�v�&�)���^H皋J���ax�Kf����.… 2002 …$v[��Жe2Ñ�����k�z��$���Cu �&vD#,��#�<���W൦����:g��bү�Ӟ[��ax�J�V�.�s�������j… 2166 ����?ƨ��"`v��Ց4���ax�<qCC, P0w 2293 �ax�zn�:�j�"V+�^Wwd��S�)I���E� 3006 …�l&Q�O<~Uک7��9�sm�6�2��ɬ����t�V��_�vf�ּ�h�T���!���pz���{Vw�+A�axFv<�Tw��ǧ5���ol,X… 3959 …�T�BKk�?u��9�im��W�h�nh^5�Av�=��_<�?�7�$�'�@��g���w�?POC�k�>��/½I<��'l��ax?O�Y:����{WF�M 4435 …���8��F�/�/L��U���dd�=GJ15����Q����{�5�,�<t>���3�i;q�mp;����ax���:t�8���/ןj�~��'… 4464 �pt�=\y��ax�:�Cs���)����&�\3Jx>���Hw�-�%y��P�ʡI�"����H��9�րE���c����*�E�q�t�C����`9���… 5420 %�g�z�HL�;��W{�;P��>hR�Z���i���eI�ax�xTҵ�ڱ�Lc8�4��w6 �%��]��{PiwW���yc�L>�&�d… 5488 …T�'��SR=�,�.��NsB�Z_ڈB�eA�<`?*�i�{�����U�;���n�ԎqNKӑŀ~o5,/��pN*)ax�x��ҁXl�HQ� #"�[Mq… [all …]
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |
D | pt_PT_wordlist.combined.gz | 1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ... |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | sv_wordlist.combined.gz | 1dictionary=main:sv,locale=sv,description=Svenska,date=1414726264, ... |
D | ro_wordlist.combined.gz | 1dictionary=main:ro,locale=ro,description=Română,date=1412325511, ... |
D | hr_wordlist.combined.gz | 1dictionary=main:hr,locale=hr,description=Hrvatski,date=1393228135, ... |
D | es_wordlist.combined.gz | 1dictionary=main:es,locale=es,description=Español,date=1414726268, ... |