Home
last modified time | relevance | path

Searched refs:_4 (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
Dmath.rscript80 res_##type##_4 = src1_##type##_4 op src2_##type##_4;
98 res_##typeout##_4 = fnc(src1_##typein##_4);
104 res_##type##_4 = fnc(src1_##type##_4, src2_##type##_4);
429 prefix##_##type##_4.x = 1; \
430 prefix##_##type##_4.y = 1; \
431 prefix##_##type##_4.z = 1; \
432 prefix##_##type##_4.w = 1;
Dmath.rs.orig80 res_##type##_4 = src1_##type##_4 op src2_##type##_4;
98 res_##typeout##_4 = fnc(src1_##typein##_4);
104 res_##type##_4 = fnc(src1_##type##_4, src2_##type##_4);
Dmath.rs.bak84 res_##typeout##_4 = fnc(src1_##typein##_4);
90 res_##type##_4 = fnc(src1_##type##_4, src2_##type##_4);
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
Dmath.rscript80 res_##type##_4 = src1_##type##_4 op src2_##type##_4;
98 res_##typeout##_4 = fnc(src1_##typein##_4);
104 res_##type##_4 = fnc(src1_##type##_4, src2_##type##_4);
429 prefix##_##type##_4.x = 1; \
430 prefix##_##type##_4.y = 1; \
431 prefix##_##type##_4.z = 1; \
432 prefix##_##type##_4.w = 1;
/frameworks/av/media/codec2/core/include/
D_C2MacroUtils.h32 #define _C2_ARG4(_1, _2, _3, _4) _C2_ARG2(_1, _2) _C2_ARG2(_3, _4) argument
33 #define _C2_ARG8(_1, _2, _3, _4, _5, _6, _7, _8) _C2_ARG4(_1, _2, _3, _4) _C2_ARG4(_5, _6, _7, _8) argument
34 #define _C2_ARG16(_1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16) \ argument
35 _C2_ARG8(_1, _2, _3, _4, _5, _6, _7, _8) _C2_ARG8(_9, _10, _11, _12, _13, _14, _15, _16)
38 #define _C2_ARGC_3(_, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, \ argument
59 #define _C2_ARGC_1(_, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, \ argument
64 _C2_ARG16(_1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16) \
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
Dmath.rscript232 res_##type##_4 = src1_##type##_4 op src2_##type##_4;
316 prefix##_##type##_4.x = 1; \
317 prefix##_##type##_4.y = 1; \
318 prefix##_##type##_4.z = 1; \
319 prefix##_##type##_4.w = 1;
/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rscript97 … RUN_BENCH(res_##type##_4 = src1_##type##_4 op src2_##type##_4, #type "4 " #op " " #type "4") \
121 …RUN_BENCH(res_##to##_4 = convert_##type##4(src1_##from##_4), #to "4 convert_" #type "4(" #from "4)…
138 RUN_BENCH(res_##typeout##_4 = fnc(src1_##typein##_4);, #typeout "4 " #fnc "(" #typein "4)")
144 …RUN_BENCH(res_##type##_4 = fnc(src1_##type##_4, src2_##type##_4), #type "4 " #fnc "(" #type "4, " …
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath.rscript96 res_##type##_4 = src1_##type##_4 op src2_##type##_4;
114 res_##typeout##_4 = fnc(src1_##typein##_4);
120 res_##type##_4 = fnc(src1_##type##_4, src2_##type##_4);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dmath.rscript98 res_##type##_4 = src1_##type##_4 op src2_##type##_4;
116 res_##typeout##_4 = fnc(src1_##typein##_4);
122 res_##type##_4 = fnc(src1_##type##_4, src2_##type##_4);
/frameworks/native/libs/vr/libpdx/
Dencoder_performance_test.cpp21 using std::placeholders::_4;
232 _1, _2, _3, _4, std::forward<T>(value)); in AddSerializationTest()
244 _1, _2, _3, _4, _5, _6, std::forward<T>(value)); in AddDeserializationTest()
262 _1, _2, _3, _4, value); in AddTest()
267 _1, _2, _3, _4, _5, _6, std::forward<T>(value)); in AddTest()
423 std::bind(&SerializeBaseTest, _1, _2, _3, _4, len); in main()
425 std::bind(&DeserializeBaseTest, _1, _2, _3, _4, _5, _6, len); in main()
/frameworks/rs/cpp/
DElement.cpp129 android::RSC::sp<const Element> Element::N##_4(const android::RSC::sp<RS> &rs) { \
130 if (rs->mElements.N##_4 == nullptr) { \
131 rs->mElements.N##_4 = createVector(rs, RS_TYPE_##T, 4); \
133 return rs->mElements.N##_4; \
/frameworks/base/cmds/interrupter/
Dinterrupter.h76 #define INTERCEPT_ARG_N(_1, _2, _3, _4, _5, _6, _7, _8, N, ...) N argument
/frameworks/av/media/module/codecs/amrwb/enc/inc/
Dqpisf_2s.tab58 * 2_4 3 32 *
/frameworks/base/core/res/geoid_map_assets/
Dexpiration-distance-disk-tile-7.textpb2 …\357\036\207e\205-\356\302d6\034v\263\337^NB\374\364\347\377\375\257/\237 @_4\331~\000\362\255\207…
Dgeoid-height-disk-tile-b.textpb2 …7\330\035\361\014\325\257$\036\234S\036\003\212\256\360\221Q\030i\206 )\276_4\2051F\312P\264\361\3…
Dgeoid-height-disk-tile-9.textpb2 …50\342\252\304\341\270=jM\231\246\264u\031\216\201\035.\312_/\024\206>)\276_4\215\036)\002qQ\264y4…
/frameworks/av/media/libstagefright/httplive/fuzzer/corpus/
Dindex17486 �zb&O�M�_4�/����a�Y%m�9�{��Fn�����'3�b(v%��y.E��G��A��'U+�K}D�5�����i��l)D��U�7$ ,�4y�…
676 …G6���-�Cu���9�U�Ac�# ו����5�&�m<�s�f��L�{Q��ɗ��K��>�R���;Y��w��_4��&x��v �7)�>!�e�=…
Dindex9486 �zb&O�M�_4�/����a�Y%m�9�{��Fn�����'3�b(v%��y.E��G��A��'U+�K}D�5�����i��l)D��U�7$ ,�4y�…
676 …G6���-�Cu���9�U�Ac�# ו����5�&�m<�s�f��L�{Q��ɗ��K��>�R���;Y��w��_4��&x��v �7)�>!�e�=…
1258 G:��@ �/�(B*���<�̣�g�$��cR�Xp��qw�%9U��2��9s-�E�v���� �k��٨2=�fa�y��'_4
Dindex13485 �zb&O�M�_4�/����a�Y%m�9�{��Fn�����'3�b(v%��y.E��G��A��'U+�K}D�5�����i��l)D��U�7$ ,�4y�…
675 …G6���-�Cu���9�U�Ac�# ו����5�&�m<�s�f��L�{Q��ɗ��K��>�R���;Y��w��_4��&x��v �7)�>!�e�=…
1257 G:��@ �/�(B*���<�̣�g�$��cR�Xp��qw�%9U��2��9s-�E�v���� �k��٨2=�fa�y��'_4
Dindex15498 �zb&O�M�_4�/����a�Y%m�9�{��Fn�����'3�b(v%��y.E��G��A��'U+�K}D�5�����i��l)D��U�7$ ,�4y�…
688 …G6���-�Cu���9�U�Ac�# ו����5�&�m<�s�f��L�{Q��ɗ��K��>�R���;Y��w��_4��&x��v �7)�>!�e�=…
1270 G:��@ �/�(B*���<�̣�g�$��cR�Xp��qw�%9U��2��9s-�E�v���� �k��٨2=�fa�y��'_4
Dindex11486 �zb&O�M�_4�/����a�Y%m�9�{��Fn�����'3�b(v%��y.E��G��A��'U+�K}D�5�����i��l)D��U�7$ ,�4y�…
676 …G6���-�Cu���9�U�Ac�# ו����5�&�m<�s�f��L�{Q��ɗ��K��>�R���;Y��w��_4��&x��v �7)�>!�e�=…
1258 G:��@ �/�(B*���<�̣�g�$��cR�Xp��qw�%9U��2��9s-�E�v���� �k��٨2=�fa�y��'_4
Dindex10490 �zb&O�M�_4�/����a�Y%m�9�{��Fn�����'3�b(v%��y.E��G��A��'U+�K}D�5�����i��l)D��U�7$ ,�4y�…
680 …G6���-�Cu���9�U�Ac�# ו����5�&�m<�s�f��L�{Q��ɗ��K��>�R���;Y��w��_4��&x��v �7)�>!�e�=…
1262 G:��@ �/�(B*���<�̣�g�$��cR�Xp��qw�%9U��2��9s-�E�v���� �k��٨2=�fa�y��'_4
Dindex18484 �zb&O�M�_4�/����a�Y%m�9�{��Fn�����'3�b(v%��y.E��G��A��'U+�K}D�5�����i��l)D��U�7$ ,�4y�…
674 …G6���-�Cu���9�U�Ac�# ו����5�&�m<�s�f��L�{Q��ɗ��K��>�R���;Y��w��_4��&x��v �7)�>!�e�=…
1256 G:��@ �/�(B*���<�̣�g�$��cR�Xp��qw�%9U��2��9s-�E�v���� �k��٨2=�fa�y��'_4
Dindex16503 �zb&O�M�_4�/����a�Y%m�9�{��Fn�����'3�b(v%��y.E��G��A��'U+�K}D�5�����i��l)D��U�7$ ,�4y�…
693 …G6���-�Cu���9�U�Ac�# ו����5�&�m<�s�f��L�{Q��ɗ��K��>�R���;Y��w��_4��&x��v �7)�>!�e�=…
1275 G:��@ �/�(B*���<�̣�g�$��cR�Xp��qw�%9U��2��9s-�E�v���� �k��٨2=�fa�y��'_4
Dindex12489 �zb&O�M�_4�/����a�Y%m�9�{��Fn�����'3�b(v%��y.E��G��A��'U+�K}D�5�����i��l)D��U�7$ ,�4y�…
679 …G6���-�Cu���9�U�Ac�# ו����5�&�m<�s�f��L�{Q��ɗ��K��>�R���;Y��w��_4��&x��v �7)�>!�e�=…
1261 G:��@ �/�(B*���<�̣�g�$��cR�Xp��qw�%9U��2��9s-�E�v���� �k��٨2=�fa�y��'_4

12