/frameworks/compile/slang/tests/P_math_fp/ |
D | math_fp.rs | 126 TEST_FUNC_2(powr);
|
/frameworks/rs/api/ |
D | rs_math.spec | 1647 See also @powr(). 1838 @pown() and @powr() are similar. @pown() takes an integer exponent. @powr() assumes the 1854 @pow() and @powr() are similar. The both take a float exponent. @powr() also assumes the 1858 function: powr
|
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | apitest.rs | 810 f = powr(f, f); 811 f2 = powr(f2, f2); 812 f3 = powr(f3, f3); 813 f4 = powr(f4, f4);
|
D | math.rs | 307 TEST_FN_FUNC_FN_FN(powr);
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | apitest.rs | 810 f = powr(f, f); 811 f2 = powr(f2, f2); 812 f3 = powr(f3, f3); 813 f4 = powr(f4, f4);
|
D | math.rs | 307 TEST_FN_FUNC_FN_FN(powr);
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
D | math.rs | 166 TEST_FN_FUNC_FN_FN(powr);
|
/frameworks/rs/driver/runtime/ |
D | rs_cl.c | 527 extern float __attribute__((overloadable)) powr(float v, float p) { in FN_FUNC_FN_IN() 530 extern float2 __attribute__((overloadable)) powr(float2 v, float2 p) { in powr() function 533 extern float3 __attribute__((overloadable)) powr(float3 v, float3 p) { in powr() function 536 extern float4 __attribute__((overloadable)) powr(float4 v, float4 p) { in powr() function
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
D | math.rs | 307 TEST_FN_FUNC_FN_FN(powr);
|
D | math.rs.bak | 293 TEST_FN_FUNC_FN_FN(powr);
|
D | math.rs.orig | 307 TEST_FN_FUNC_FN_FN(powr);
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | math.rs | 315 TEST_FN_FUNC_FN_FN(powr);
|
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
D | math.rs | 307 TEST_FN_FUNC_FN_FN(powr);
|
/frameworks/rs/scriptc/ |
D | rs_math.rsh | 3254 * See also powr(). 3610 * pown() and powr() are similar. pown() takes an integer exponent. powr() assumes the 3630 * pow() and powr() are similar. The both take a float exponent. powr() also assumes the 3646 * powr: Positive base raised to an exponent 3656 powr(float base, float exponent); 3659 powr(float2 base, float2 exponent); 3662 powr(float3 base, float3 exponent); 3665 powr(float4 base, float4 exponent);
|
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/ |
D | compute_benchmark.rs | 376 BENCH_FN_FUNC_FN_FN(powr);
|
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
D | rs_math.jd | 905 <a href='rs_math.html#android_rs:powr'>powr</a> 5654 <p> See also <a href='rs_math.html#android_rs:powr'>powr</a>(). 6220 …:powr'>powr</a>() are similar. <a href='rs_math.html#android_rs:pown'>pown</a>() takes an integer… 6260 …s_math.html#android_rs:powr'>powr</a>() are similar. The both take a float exponent. <a href='rs_… 6266 <a name='android_rs:powr'></a> 6269 <span class='sympad'>powr</span> 6275 <td>float powr(float base, float exponent); 6280 …<td><a href='rs_value_types.html#android_rs:float2'>float2</a> powr(<a href='rs_value_types.html#a… 6285 …<td><a href='rs_value_types.html#android_rs:float3'>float3</a> powr(<a href='rs_value_types.html#a… 6290 …<td><a href='rs_value_types.html#android_rs:float4'>float4</a> powr(<a href='rs_value_types.html#a…
|
/frameworks/compile/slang/tests/P_all_api_15/ |
D | all15.rs | 2911 *(float*)buf1155 = powr(*(float*)buf1156, *(float*)buf1157); 2912 *(float2*)buf1158 = powr(*(float2*)buf1159, *(float2*)buf1160); 2913 *(float3*)buf1161 = powr(*(float3*)buf1162, *(float3*)buf1163); 2914 *(float4*)buf1164 = powr(*(float4*)buf1165, *(float4*)buf1166);
|
/frameworks/compile/slang/tests/P_all_api_16/ |
D | all16.rs | 3003 *(float*)buf1155 = powr(*(float*)buf1156, *(float*)buf1157); 3004 *(float2*)buf1158 = powr(*(float2*)buf1159, *(float2*)buf1160); 3005 *(float3*)buf1161 = powr(*(float3*)buf1162, *(float3*)buf1163); 3006 *(float4*)buf1164 = powr(*(float4*)buf1165, *(float4*)buf1166);
|
/frameworks/compile/slang/tests/P_all_api_11/ |
D | all11.rs | 2841 *(float*)buf1155 = powr(*(float*)buf1156, *(float*)buf1157); 2842 *(float2*)buf1158 = powr(*(float2*)buf1159, *(float2*)buf1160); 2843 *(float3*)buf1161 = powr(*(float3*)buf1162, *(float3*)buf1163); 2844 *(float4*)buf1164 = powr(*(float4*)buf1165, *(float4*)buf1166);
|
/frameworks/compile/slang/tests/P_all_api_12/ |
D | all12.rs | 2841 *(float*)buf1155 = powr(*(float*)buf1156, *(float*)buf1157); 2842 *(float2*)buf1158 = powr(*(float2*)buf1159, *(float2*)buf1160); 2843 *(float3*)buf1161 = powr(*(float3*)buf1162, *(float3*)buf1163); 2844 *(float4*)buf1164 = powr(*(float4*)buf1165, *(float4*)buf1166);
|
/frameworks/compile/slang/tests/P_all_api_13/ |
D | all13.rs | 2841 *(float*)buf1155 = powr(*(float*)buf1156, *(float*)buf1157); 2842 *(float2*)buf1158 = powr(*(float2*)buf1159, *(float2*)buf1160); 2843 *(float3*)buf1161 = powr(*(float3*)buf1162, *(float3*)buf1163); 2844 *(float4*)buf1164 = powr(*(float4*)buf1165, *(float4*)buf1166);
|
/frameworks/compile/slang/tests/P_all_api_14/ |
D | all14.rs | 2911 *(float*)buf1155 = powr(*(float*)buf1156, *(float*)buf1157); 2912 *(float2*)buf1158 = powr(*(float2*)buf1159, *(float2*)buf1160); 2913 *(float3*)buf1161 = powr(*(float3*)buf1162, *(float3*)buf1163); 2914 *(float4*)buf1164 = powr(*(float4*)buf1165, *(float4*)buf1166);
|
/frameworks/compile/slang/tests/P_all_api_17/ |
D | all17.rs | 3135 *(float*)buf1207 = powr(*(float*)buf1208, *(float*)buf1209); 3136 *(float2*)buf1210 = powr(*(float2*)buf1211, *(float2*)buf1212); 3137 *(float3*)buf1213 = powr(*(float3*)buf1214, *(float3*)buf1215); 3138 *(float4*)buf1216 = powr(*(float4*)buf1217, *(float4*)buf1218);
|
/frameworks/compile/slang/tests/P_all_api_18/ |
D | all18.rs | 3722 *(float*)buf1267 = powr(*(float*)buf1268, *(float*)buf1269); 3723 *(float2*)buf1270 = powr(*(float2*)buf1271, *(float2*)buf1272); 3724 *(float3*)buf1273 = powr(*(float3*)buf1274, *(float3*)buf1275); 3725 *(float4*)buf1276 = powr(*(float4*)buf1277, *(float4*)buf1278);
|
/frameworks/compile/slang/tests/P_all_api_20/ |
D | all20.rs | 4021 *(float*)buf1491 = powr(*(float*)buf1492, *(float*)buf1493); 4022 *(float2*)buf1494 = powr(*(float2*)buf1495, *(float2*)buf1496); 4023 *(float3*)buf1497 = powr(*(float3*)buf1498, *(float3*)buf1499); 4024 *(float4*)buf1500 = powr(*(float4*)buf1501, *(float4*)buf1502);
|