/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | math_fp16.rscript | 20 static volatile half2 h2; 31 h2 = fn(h2); \ 37 i2 = fn(h2); \ 43 h2 = fn(h2, h2); \ 49 h2 = fn(h2, i2); \ 55 h2 = fn(h2, (int2 *) &i2); \ 61 h2 = fn(h2, i1); \ 67 h2 = fn(h2, h1); \ 73 h2 = fn(h1, h2); \ 79 h2 = fn(h2, (half2 *) &h2); \ [all …]
|
D | fp16_globals.rscript | 30 void validateHalf2(half2 h2) { 31 _RS_ASSERT_EQU((float) h2.x, 10.f); 32 _RS_ASSERT_EQU((float) h2.y, 11.f); 48 void test(half h, half2 h2, half3 h3, half4 h4) { 55 validateHalf2(h2);
|
/frameworks/base/core/tests/coretests/src/android/os/ |
D | BroadcasterTest.java | 145 Handler h2; in test4() 150 h2 = new H(); in test4() 153 b.request(MESSAGE_B, h2, MESSAGE_D); in test4() 181 Handler h2; in test5() 186 h2 = new H(); in test5() 189 b.request(MESSAGE_B, h2, MESSAGE_D); in test5() 198 if (msg.what == MESSAGE_D && msg.getTarget() == h2) { in test5() 217 Handler h2; in test6() 222 h2 = new H(); in test6() 225 b.request(MESSAGE_A, h2, MESSAGE_D); in test6() [all …]
|
/frameworks/av/media/module/codecs/amrnb/enc/src/ |
D | cor_h.cpp | 278 Word16 h2[L_CODE]; in cor_h() local 316 p_h2 = h2; in cor_h() 343 p_h2 = h2; in cor_h() 355 p_h2 = h2; in cor_h() 387 p_h2 = h2; in cor_h() 388 p_h = &h2[dec]; in cor_h()
|
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/util/ |
D | HandlerMessageQueueTest.java | 79 Handler h2 = new Handler(); in testMultipleHandlers() local 85 q.add(h2, 100, r2); in testMultipleHandlers() 105 Handler h2 = new Handler(); in testMultipleHandlers_Clear() local 111 q.add(h2, 100, r2); in testMultipleHandlers_Clear()
|
/frameworks/base/core/java/android/transition/ |
D | ArcMotion.java | 206 float h2 = deltaX * deltaX + deltaY * deltaY; in getPath() local 213 float midDist2 = h2 * 0.25f; in getPath() 231 float eDistY = Math.abs(h2 / (2 * deltaY)); in getPath() 244 float eDistX = h2 / (2 * deltaX); in getPath()
|
/frameworks/native/libs/math/tests/ |
D | half_test.cpp | 90 half2 h2(f4.xy); in TEST_F() local 94 EXPECT_EQ(f4.xy, h2); in TEST_F()
|
/frameworks/compile/slang/tests/P_invoke_half_parameter/ |
D | invoke_half_parameter.rscript | 4 void test(half h, half2 h2, half3 h3, half4 h4) {
|
/frameworks/base/location/java/android/location/altitude/ |
D | AltitudeConverter.java | 169 double h2 = geoidHeightsMeters[2]; in addMslAltitude() local 180 double offsetMeters = h0 + (h1 - h0) * wi + (h2 - h0) * wj + (h3 - h1 - h2 + h0) * wi * wj; in addMslAltitude()
|
/frameworks/av/media/module/codecs/amrwb/enc/src/ |
D | voAMRWBEnc.c | 191 Word16 h2[L_SUBFR]; /* Impulse response vector */ in coder() local 825 Copy(h1, h2, L_SUBFR); in coder() 831 Scale_sig_opt(h2, L_SUBFR, -2); in coder() 835 Scale_sig(h2, L_SUBFR, -2); in coder() 1074 Preemph(h2, st->tilt_code, L_SUBFR, &tmp); in coder() 1078 Pit_shrp(h2, T0, PIT_SHARP, L_SUBFR); in coder() 1083 cor_h_x(h2, xn2, dn); in coder() 1086 ACELP_2t64_fx(dn, cn, h2, code, y2, indice); in coder() 1091 ACELP_4t64_fx(dn, cn, h2, code, y2, 20, *ser_size, indice); in coder() 1099 ACELP_4t64_fx(dn, cn, h2, code, y2, 36, *ser_size, indice); in coder() [all …]
|
/frameworks/base/tools/obbtool/ |
D | Main.cpp | 170 bool hexToByte(char h1, char h2, unsigned char* b) { in hexToByte() argument 173 if (!fromHex(h2, &second)) return false; in hexToByte()
|
/frameworks/compile/slang/tests/P_export_types/ |
D | export_types.rscript | 5 half2 h2 = {(half) 1.2f, (half) 2.3f};
|
/frameworks/libs/binary_translation/tiny_loader/ |
D | tiny_symbol_table.cc | 120 uint32_t h2 = hash >> gnu_shift2_; in FindGnuSymbol() local 127 if ((1 & (bloom_word >> (hash % bloom_mask_bits)) & (bloom_word >> (h2 % bloom_mask_bits))) == in FindGnuSymbol()
|
/frameworks/rs/driver/runtime/ |
D | rs_core.c | 296 extern void __attribute__((overloadable)) rsDebug(const char *s, half2 h2) { in rsDebug() argument 297 float2 f = convert_float2(h2); in rsDebug() 298 rsDebug(s, &f, (ushort2 *) &h2); in rsDebug()
|
D | rs_cl.c | 1708 extern half __attribute__((overloadable)) fn(half h1, half h2) { \ 1709 return (half) fn((float) h1, (float) h2); \ 1744 extern half __attribute__((overloadable)) fn(half h1, half h2, half h3) { \ 1745 return (half) fn((float) h1, (float) h2, (float) h3); \ 1805 extern half __attribute__((overloadable)) fn(half h1, half h2) { \ 1806 return (half) fn((float) h1, (float) h2); \
|
/frameworks/base/core/java/android/text/ |
D | Selection.java | 602 float h2 = layout.getPrimaryHorizontal(off2); in chooseHorizontal() local 607 if (h1 < h2) in chooseHorizontal() 614 if (h1 > h2) in chooseHorizontal()
|
D | Layout.java | 3036 float h2 = getHorizontal(en, true, line, false /* not clamped */); in addSelection() local 3038 float left = Math.min(h1, h2); in addSelection() 3039 float right = Math.max(h1, h2); in addSelection()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | DessertCaseView.java | 533 final int h2 = (int) (h / mView.SCALE / 2); 536 mView.layout(cx - w2, cy - h2, cx + w2, cy + h2);
|
/frameworks/av/media/libmediaplayerservice/fuzzer/corpus/ |
D | 40a46cd4f323d9d5d8508188f21f94ddae5bfae6 | 18 …�V������2B�O�Bb����Qp`�K� R�=�]�hX���t���@,�T�����1T8,����2��S0)8��h2�� #�h��C������,�T��…
|
/frameworks/base/core/res/geoid_map_assets/ |
D | expiration-distance-disk-tile-9.textpb | 2 …331\250\305\216\027\226\223z\271\334h$\315\346\305y\2672\330\334??\277u\375h2\306f\353\352\273\337…
|
/frameworks/base/media/tests/contents/media_api/music/ |
D | test_amr_ietf.amr | 89 8T� h^(�s <�fkR\�P��`Z�Jc� ����Ж�V�P<N~i?L�A�*ˊb��y�h2�R��.�_@v�<�q{��Z���_m�%ļ�4˓Ó���'���…
|
/frameworks/av/media/libstagefright/httplive/fuzzer/corpus/ |
D | index17 | 250 �,���J�����#ͣG$��tJ�Tk�y���g�d�;���c�0~0�{����!=�$��V��"x('>nh2ޘ8�nW�|B�U�#v��������… 253 …��l@�����PX���$��ls�[��d���W��*1B��[��]��.�**-����aC;�e���# M�(��h2�u��j�^�<�<�{��A����… 751 dH�,�T�>������<ź��ً�"U���`ٞ>�h2�Uۀ�Epy*�ofK�������j���.z�J��P_ٔ�(���(��36d�����$1�_����…
|
D | index9 | 250 �,���J�����#ͣG$��tJ�Tk�y���g�d�;���c�0~0�{����!=�$��V��"x('>nh2ޘ8�nW�|B�U�#v��������… 253 …��l@�����PX���$��ls�[��d���W��*1B��[��]��.�**-����aC;�e���# M�(��h2�u��j�^�<�<�{��A����… 751 dH�,�T�>������<ź��ً�"U���`ٞ>�h2�Uۀ�Epy*�ofK�������j���.z�J��P_ٔ�(���(��36d�����$1�_����… 954 ������3��3�������6�`��ӕ���x�h2|�:�+*����b��Ft��Et��o�4[�\{Ǯ�nj��X�VW�!!�Ӱ/G�m:.��`�d�… 1282 …*��C�=��R�O`T��]&g�'0O���3;������������H)Bh��e'�| ��o�*cq@#ҹ����@�ឣ�h2!R�?��y���I�Ѯ��ۑ+�…
|
D | index13 | 249 �,���J�����#ͣG$��tJ�Tk�y���g�d�;���c�0~0�{����!=�$��V��"x('>nh2ޘ8�nW�|B�U�#v��������… 252 …��l@�����PX���$��ls�[��d���W��*1B��[��]��.�**-����aC;�e���# M�(��h2�u��j�^�<�<�{��A����… 750 dH�,�T�>������<ź��ً�"U���`ٞ>�h2�Uۀ�Epy*�ofK�������j���.z�J��P_ٔ�(���(��36d�����$1�_����… 953 ������3��3�������6�`��ӕ���x�h2|�:�+*����b��Ft��Et��o�4[�\{Ǯ�nj��X�VW�!!�Ӱ/G�m:.��`�d�… 1281 …*��C�=��R�O`T��]&g�'0O���3;������������H)Bh��e'�| ��o�*cq@#ҹ����@�ឣ�h2!R�?��y���I�Ѯ��ۑ+�…
|
D | index15 | 262 �,���J�����#ͣG$��tJ�Tk�y���g�d�;���c�0~0�{����!=�$��V��"x('>nh2ޘ8�nW�|B�U�#v��������… 265 …��l@�����PX���$��ls�[��d���W��*1B��[��]��.�**-����aC;�e���# M�(��h2�u��j�^�<�<�{��A����… 763 dH�,�T�>������<ź��ً�"U���`ٞ>�h2�Uۀ�Epy*�ofK�������j���.z�J��P_ٔ�(���(��36d�����$1�_����… 966 ������3��3�������6�`��ӕ���x�h2|�:�+*����b��Ft��Et��o�4[�\{Ǯ�nj��X�VW�!!�Ӱ/G�m:.��`�d�… 1294 …*��C�=��R�O`T��]&g�'0O���3;������������H)Bh��e'�| ��o�*cq@#ҹ����@�ឣ�h2!R�?��y���I�Ѯ��ۑ+�…
|