Home
last modified time | relevance | path

Searched refs:powr (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/compile/slang/tests/P_math_fp/
Dmath_fp.rs126 TEST_FUNC_2(powr);
/frameworks/rs/api/
Drs_math.spec1647 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/
Dapitest.rs810 f = powr(f, f);
811 f2 = powr(f2, f2);
812 f3 = powr(f3, f3);
813 f4 = powr(f4, f4);
Dmath.rs307 TEST_FN_FUNC_FN_FN(powr);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dapitest.rs810 f = powr(f, f);
811 f2 = powr(f2, f2);
812 f3 = powr(f3, f3);
813 f4 = powr(f4, f4);
Dmath.rs307 TEST_FN_FUNC_FN_FN(powr);
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Dmath.rs166 TEST_FN_FUNC_FN_FN(powr);
/frameworks/rs/driver/runtime/
Drs_cl.c527 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/
Dmath.rs307 TEST_FN_FUNC_FN_FN(powr);
Dmath.rs.bak293 TEST_FN_FUNC_FN_FN(powr);
Dmath.rs.orig307 TEST_FN_FUNC_FN_FN(powr);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dmath.rs315 TEST_FN_FUNC_FN_FN(powr);
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Dmath.rs307 TEST_FN_FUNC_FN_FN(powr);
/frameworks/rs/scriptc/
Drs_math.rsh3254 * 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/
Dcompute_benchmark.rs376 BENCH_FN_FUNC_FN_FN(powr);
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_math.jd905 <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/
Dall15.rs2911 *(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/
Dall16.rs3003 *(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/
Dall11.rs2841 *(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/
Dall12.rs2841 *(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/
Dall13.rs2841 *(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/
Dall14.rs2911 *(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/
Dall17.rs3135 *(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/
Dall18.rs3722 *(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/
Dall20.rs4021 *(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);

12