Home
last modified time | relevance | path

Searched refs:us (Results 1 – 25 of 46) sorted by relevance

12

/frameworks/compile/slang/tests/P_math_int/
Dmath_int.rs9 ushort us;
59 TEST4_1(us, s, fnc); \
65 TEST4_1(us, us, fnc); \
73 TEST4_2(us, fnc); \
/frameworks/base/libs/hwui/utils/
DTimeUtils.h32 constexpr nsecs_t operator"" _us (unsigned long long us) {
33 return microseconds_to_nanoseconds(us);
/frameworks/compile/libbcc/tests/debuginfo/host-tests/
Dglobals.c30 unsigned short us = -1; variable
41 double result = pf[0] * d[1][1] * s.d * us * l; in main()
Dglobal_struct.c23 unsigned short us = -1; variable
34 double result = pf[0] * d[1][1] * s.d * us * l; in main()
Dlocals.cpp30 unsigned short us = -1; in main() local
44 double result = pf[0] * d[1][1] * s.f * us * l; in main()
Dparameters.cpp28 … pf, double ppd[][2], struct char_struct& s, int** ppn = 0, unsigned short us = 10u, const unsigne… in test_parameters() argument
30 double result = pf[0] * ppd[1][1] * s.c * us * l; in test_parameters()
/frameworks/compile/libbcc/tests/debuginfo/target-tests/
Dlocals.rs33 unsigned short us = -1;
47 double result = pf[0] * d[1][1] * s.f * us * l;
/frameworks/compile/slang/lit-tests/opt/
Dlocals_opt_3.rs22 unsigned short us = -1;
36 double result = pf[0] * d[1][1] * s.f * us * l;
Dlocals_opt_0.rs22 unsigned short us = -1;
36 double result = pf[0] * d[1][1] * s.f * us * l;
Dlocals_opt_default.rs25 unsigned short us = -1;
39 double result = pf[0] * d[1][1] * s.f * us * l;
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
Dmath.rs86 TEST_INT_OP_TYPE(op, us) \
113 TEST_XN_FUNC_YN(us, fnc, us) \
121 TEST_XN_FUNC_YN(us, fnc, s) \
128 TEST_XN_FUNC_XN_XN(us, fnc) \
137 TEST_X_FUNC_X_X_X(us, fnc) \
396 TEST_CVT(to, us, type); \
407 TEST_CVT_MATRIX(us, ushort);
443 INIT_TYPE(us); \
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
Dmath.rs86 TEST_INT_OP_TYPE(op, us) \
113 TEST_XN_FUNC_YN(us, fnc, us) \
121 TEST_XN_FUNC_YN(us, fnc, s) \
128 TEST_XN_FUNC_XN_XN(us, fnc) \
137 TEST_X_FUNC_X_X_X(us, fnc) \
396 TEST_CVT(to, us, type); \
407 TEST_CVT_MATRIX(us, ushort);
443 INIT_TYPE(us); \
Dmath.rs.orig86 TEST_INT_OP_TYPE(op, us) \
113 TEST_XN_FUNC_YN(us, fnc, us) \
121 TEST_XN_FUNC_YN(us, fnc, s) \
128 TEST_XN_FUNC_XN_XN(us, fnc) \
137 TEST_X_FUNC_X_X_X(us, fnc) \
396 TEST_CVT(to, us, type); \
407 TEST_CVT_MATRIX(us, ushort);
Dmath.rs.bak99 TEST_XN_FUNC_YN(us, fnc, us) \
107 TEST_XN_FUNC_YN(us, fnc, s) \
114 TEST_XN_FUNC_XN_XN(us, fnc) \
123 TEST_X_FUNC_X_X_X(us, fnc) \
382 TEST_CVT(to, us, type); \
393 TEST_CVT_MATRIX(us, ushort);
/frameworks/compile/slang/tests/P_warnings_rsSetElementAt/
Dsetelementat.rs15 ushort us = 4;
29 rsSetElementAt(A, &us, 0, 0);
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dmath.rs86 TEST_INT_OP_TYPE(op, us) \
113 TEST_XN_FUNC_YN(us, fnc, us) \
121 TEST_XN_FUNC_YN(us, fnc, s) \
128 TEST_XN_FUNC_XN_XN(us, fnc) \
137 TEST_X_FUNC_X_X_X(us, fnc) \
396 TEST_CVT(to, us, type); \
407 TEST_CVT_MATRIX(us, ushort);
Dapitest.rs42 volatile ushort us;
203 us = rsGetElementAt_ushort(aUShort, 0);
204 rsSetElementAt_ushort(aUShort, us, 0);
205 us = rsGetElementAt_ushort(aUShort, 0, 0);
206 rsSetElementAt_ushort(aUShort, us, 0, 0);
207 us = rsGetElementAt_ushort(aUShort, 0, 0, 0);
208 rsSetElementAt_ushort(aUShort, us, 0, 0, 0);
890 us = abs(s);
911 us = clz(us);
936 us = min(us, us);
[all …]
Dmath_agree.rs22 DECLARE_INPUT_SET(ushort, us); \
45 DECLARE_REFERENCE_SET_VEC_VEC(ushort, us, func); \
272 #define TEST_US1_US1(func) TEST_VEC1_VEC1(func, us)
273 #define TEST_US2_US2(func) TEST_VEC2_VEC2(func, us)
274 #define TEST_US3_US3(func) TEST_VEC3_VEC3(func, us)
275 #define TEST_US4_US4(func) TEST_VEC4_VEC4(func, us)
359 DECLARE_TEMP_SET(ushort, us); \
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath.rs102 TEST_INT_OP_TYPE(op, us) \
129 TEST_XN_FUNC_YN(us, fnc, us) \
137 TEST_XN_FUNC_YN(us, fnc, s) \
144 TEST_XN_FUNC_XN_XN(us, fnc) \
153 TEST_X_FUNC_X_X_X(us, fnc) \
420 TEST_CVT(to, us, type); \
431 TEST_CVT_MATRIX(us, ushort);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dmath.rs104 TEST_INT_OP_TYPE(op, us) \
131 TEST_XN_FUNC_YN(us, fnc, us) \
139 TEST_XN_FUNC_YN(us, fnc, s) \
146 TEST_XN_FUNC_XN_XN(us, fnc) \
155 TEST_X_FUNC_X_X_X(us, fnc) \
422 TEST_CVT(to, us, type); \
433 TEST_CVT_MATRIX(us, ushort);
Dapitest.rs60 volatile ushort us;
223 us = rsGetElementAt_ushort(aUShort, 0);
224 rsSetElementAt_ushort(aUShort, us, 0);
225 us = rsGetElementAt_ushort(aUShort, 0, 0);
226 rsSetElementAt_ushort(aUShort, us, 0, 0);
227 us = rsGetElementAt_ushort(aUShort, 0, 0, 0);
228 rsSetElementAt_ushort(aUShort, us, 0, 0, 0);
910 us = abs(s);
931 us = clz(us);
956 us = min(us, us);
[all …]
/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rs104 BENCH_BASIC_OP_TYPE(op, us) \
127 BENCH_CVT(to, us, type); \
153 BENCH_XN_FUNC_YN(us, fnc, us) \
161 BENCH_XN_FUNC_YN(us, fnc, s) \
168 BENCH_XN_FUNC_XN_XN(us, fnc) \
177 BENCH_X_FUNC_X_X_X(us, fnc) \
295 BENCH_CVT_MATRIX(us, ushort);
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-int-param/
DDriverRS.java.template32 // This provides us with the renderscript context and resources that
33 // allow us to create the script that does rendering
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-common/SRC/
DDriverRS.java.template32 // This provides us with the renderscript context and resources that
33 // allow us to create the script that does rendering
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
Dapitest.rs58 volatile ushort us;
221 us = rsGetElementAt_ushort(aUShort, 0);
222 rsSetElementAt_ushort(aUShort, us, 0);
223 us = rsGetElementAt_ushort(aUShort, 0, 0);
224 rsSetElementAt_ushort(aUShort, us, 0, 0);
225 us = rsGetElementAt_ushort(aUShort, 0, 0, 0);
226 rsSetElementAt_ushort(aUShort, us, 0, 0, 0);
908 us = abs(s);
929 us = clz(us);
954 us = min(us, us);
[all …]

12