Searched refs:res_ (Results 1 – 10 of 10) sorted by relevance
/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/ |
D | compute_benchmark.rs | 94 … RUN_BENCH(res_##type##_1 = src1_##type##_1 op src2_##type##_1, #type "1 " #op " " #type "1") \ 95 … RUN_BENCH(res_##type##_2 = src1_##type##_2 op src2_##type##_2, #type "2 " #op " " #type "2") \ 96 … RUN_BENCH(res_##type##_3 = src1_##type##_3 op src2_##type##_3, #type "3 " #op " " #type "3") \ 97 … RUN_BENCH(res_##type##_4 = src1_##type##_4 op src2_##type##_4, #type "4 " #op " " #type "4") \ 118 …RUN_BENCH(res_##to##_1 = (type)src1_##from##_1, "(" #to ")" #from) … 119 …RUN_BENCH(res_##to##_2 = convert_##type##2(src1_##from##_2), #to "2 convert_" #type "2(" #from "2)… 120 …RUN_BENCH(res_##to##_3 = convert_##type##3(src1_##from##_3), #to "3 convert_" #type "3(" #from "3)… 121 …RUN_BENCH(res_##to##_4 = convert_##type##4(src1_##from##_4), #to "4 convert_" #type "4(" #from "4)… 135 RUN_BENCH(res_##typeout##_1 = fnc(src1_##typein##_1);, #typeout "1 " #fnc "(" #typein "1)") \ 136 RUN_BENCH(res_##typeout##_2 = fnc(src1_##typein##_2);, #typeout "2 " #fnc "(" #typein "2)") \ [all …]
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | math.rs | 90 res_##type##_1 = src1_##type##_1 op src2_##type##_1; \ 92 res_##type##_2 = src1_##type##_2 op src2_##type##_2; \ 94 res_##type##_3 = src1_##type##_3 op src2_##type##_3; \ 96 res_##type##_4 = src1_##type##_4 op src2_##type##_4; 111 res_##typeout##_1 = fnc(src1_##typein##_1); \ 112 res_##typeout##_2 = fnc(src1_##typein##_2); \ 113 res_##typeout##_3 = fnc(src1_##typein##_3); \ 114 res_##typeout##_4 = fnc(src1_##typein##_4); 117 res_##type##_1 = fnc(src1_##type##_1, src2_##type##_1); \ 118 res_##type##_2 = fnc(src1_##type##_2, src2_##type##_2); \ [all …]
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | math.rs | 92 res_##type##_1 = src1_##type##_1 op src2_##type##_1; \ 94 res_##type##_2 = src1_##type##_2 op src2_##type##_2; \ 96 res_##type##_3 = src1_##type##_3 op src2_##type##_3; \ 98 res_##type##_4 = src1_##type##_4 op src2_##type##_4; 113 res_##typeout##_1 = fnc(src1_##typein##_1); \ 114 res_##typeout##_2 = fnc(src1_##typein##_2); \ 115 res_##typeout##_3 = fnc(src1_##typein##_3); \ 116 res_##typeout##_4 = fnc(src1_##typein##_4); 119 res_##type##_1 = fnc(src1_##type##_1, src2_##type##_1); \ 120 res_##type##_2 = fnc(src1_##type##_2, src2_##type##_2); \ [all …]
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | math.rs | 74 res_##type##_1 = src1_##type##_1 op src2_##type##_1; \ 76 res_##type##_2 = src1_##type##_2 op src2_##type##_2; \ 78 res_##type##_3 = src1_##type##_3 op src2_##type##_3; \ 80 res_##type##_4 = src1_##type##_4 op src2_##type##_4; 95 res_##typeout##_1 = fnc(src1_##typein##_1); \ 96 res_##typeout##_2 = fnc(src1_##typein##_2); \ 97 res_##typeout##_3 = fnc(src1_##typein##_3); \ 98 res_##typeout##_4 = fnc(src1_##typein##_4); 101 res_##type##_1 = fnc(src1_##type##_1, src2_##type##_1); \ 102 res_##type##_2 = fnc(src1_##type##_2, src2_##type##_2); \ [all …]
|
D | math.rs.orig | 74 res_##type##_1 = src1_##type##_1 op src2_##type##_1; \ 76 res_##type##_2 = src1_##type##_2 op src2_##type##_2; \ 78 res_##type##_3 = src1_##type##_3 op src2_##type##_3; \ 80 res_##type##_4 = src1_##type##_4 op src2_##type##_4; 95 res_##typeout##_1 = fnc(src1_##typein##_1); \ 96 res_##typeout##_2 = fnc(src1_##typein##_2); \ 97 res_##typeout##_3 = fnc(src1_##typein##_3); \ 98 res_##typeout##_4 = fnc(src1_##typein##_4); 101 res_##type##_1 = fnc(src1_##type##_1, src2_##type##_1); \ 102 res_##type##_2 = fnc(src1_##type##_2, src2_##type##_2); \ [all …]
|
D | math.rs.bak | 74 res_##type##_3 = src1_##type##_3 op src2_##type##_3; \ 81 res_##typeout##_1 = fnc(src1_##typein##_1); \ 82 res_##typeout##_2 = fnc(src1_##typein##_2); \ 83 res_##typeout##_3 = fnc(src1_##typein##_3); \ 84 res_##typeout##_4 = fnc(src1_##typein##_4); 87 res_##type##_1 = fnc(src1_##type##_1, src2_##type##_1); \ 88 res_##type##_2 = fnc(src1_##type##_2, src2_##type##_2); \ 89 res_##type##_3 = fnc(src1_##type##_3, src2_##type##_3); \ 90 res_##type##_4 = fnc(src1_##type##_4, src2_##type##_4); 93 res_##type##_1 = fnc(src1_##type##_1, src2_##type##_1, src2_##type##_1);
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | math.rs | 74 res_##type##_1 = src1_##type##_1 op src2_##type##_1; \ 76 res_##type##_2 = src1_##type##_2 op src2_##type##_2; \ 78 res_##type##_3 = src1_##type##_3 op src2_##type##_3; \ 80 res_##type##_4 = src1_##type##_4 op src2_##type##_4; 95 res_##typeout##_1 = fnc(src1_##typein##_1); \ 96 res_##typeout##_2 = fnc(src1_##typein##_2); \ 97 res_##typeout##_3 = fnc(src1_##typein##_3); \ 98 res_##typeout##_4 = fnc(src1_##typein##_4); 101 res_##type##_1 = fnc(src1_##type##_1, src2_##type##_1); \ 102 res_##type##_2 = fnc(src1_##type##_2, src2_##type##_2); \ [all …]
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | math.rs | 74 res_##type##_1 = src1_##type##_1 op src2_##type##_1; \ 76 res_##type##_2 = src1_##type##_2 op src2_##type##_2; \ 78 res_##type##_3 = src1_##type##_3 op src2_##type##_3; \ 80 res_##type##_4 = src1_##type##_4 op src2_##type##_4; 95 res_##typeout##_1 = fnc(src1_##typein##_1); \ 96 res_##typeout##_2 = fnc(src1_##typein##_2); \ 97 res_##typeout##_3 = fnc(src1_##typein##_3); \ 98 res_##typeout##_4 = fnc(src1_##typein##_4); 101 res_##type##_1 = fnc(src1_##type##_1, src2_##type##_1); \ 102 res_##type##_2 = fnc(src1_##type##_2, src2_##type##_2); \ [all …]
|
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/ |
D | math.rs | 226 res_##type##_1 = src1_##type##_1 op src2_##type##_1; \ 228 res_##type##_2 = src1_##type##_2 op src2_##type##_2; \ 230 res_##type##_3 = src1_##type##_3 op src2_##type##_3; \ 232 res_##type##_4 = src1_##type##_4 op src2_##type##_4;
|
/frameworks/native/cmds/installd/ |
D | dexopt.cpp | 2633 std::string res_ = oat_dir_ + '/' + instruction_set + '/' in calculate_oat_file_path_default() local 2635 const char* res = res_.c_str(); in calculate_oat_file_path_default() 2678 std::string res_ = android_data_dir + DALVIK_CACHE + '/' + instruction_set_ + src_ in create_cache_path_default() local 2680 const char* res = res_.c_str(); in create_cache_path_default()
|