/frameworks/compile/slang/tests/P_math_int/ |
D | math_int.rscript | 9 ushort us; 59 TEST4_1(us, s, fnc); \ 65 TEST4_1(us, us, fnc); \ 73 TEST4_2(us, fnc); \
|
/frameworks/base/libs/hwui/utils/ |
D | TimeUtils.h | 32 constexpr nsecs_t operator"" _us(unsigned long long us) { 33 return microseconds_to_nanoseconds(us);
|
/frameworks/compile/libbcc/tests/debuginfo/host-tests/ |
D | global_struct.c | 23 unsigned short us = -1; variable 34 double result = pf[0] * d[1][1] * s.d * us * l; in main()
|
D | globals.c | 30 unsigned short us = -1; variable 41 double result = pf[0] * d[1][1] * s.d * us * l; in main()
|
D | locals.cpp | 30 unsigned short us = -1; in main() local 44 double result = pf[0] * d[1][1] * s.f * us * l; in main()
|
D | parameters.cpp | 28 … 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/ |
D | locals.rs | 33 unsigned short us = -1; 47 double result = pf[0] * d[1][1] * s.f * us * l;
|
/frameworks/compile/slang/lit-tests/opt/ |
D | locals_opt_0.rscript | 22 unsigned short us = -1; 36 double result = pf[0] * d[1][1] * s.f * us * l;
|
D | locals_opt_3.rscript | 22 unsigned short us = -1; 36 double result = pf[0] * d[1][1] * s.f * us * l;
|
D | locals_opt_default.rscript | 25 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/ |
D | math.rscript | 86 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/ |
D | math.rscript | 86 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); \
|
D | math.rs.orig | 86 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);
|
D | math.rs.bak | 99 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/ |
D | setelementat.rscript | 15 ushort us = 4; 29 rsSetElementAt(A, &us, 0, 0);
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | math.rscript | 86 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);
|
D | apitest.rscript | 42 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 …]
|
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-common/SRC/ |
D | DriverRS.java.template | 32 // 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-int-param/ |
D | DriverRS.java.template | 32 // 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/src/com/android/rs/unittest/ |
D | math.rscript | 102 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/ |
D | math.rscript | 104 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);
|
D | apitest.rscript | 60 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/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
D | apitest.rscript | 58 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 …]
|
/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/ |
D | compute_benchmark.rscript | 104 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/rs/driver/runtime/ |
D | rs_core.c | 288 ushort us); 295 const ushort2 *us); 303 const ushort3 *us); 311 const ushort4 *us);
|