Home
last modified time | relevance | path

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

/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/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/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/RSTest_CompatLibLegacy/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);
/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/libstagefright/codecs/amrwbenc/inc/
Dqpisf_2s.tab58 * 2_4 3 32 *