Home
last modified time | relevance | path

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

12

/frameworks/compile/slang/tests/P_math_fp/
Dmath_fp.rs125 TEST_FUNC_2I(pown);
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dapitest.rs805 f = pown(f, i);
806 f2 = pown(f2, i2);
807 f3 = pown(f3, i3);
808 f4 = pown(f4, i4);
Dmath.rs306 TEST_FN_FUNC_FN_IN(pown);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dapitest.rs805 f = pown(f, i);
806 f2 = pown(f2, i2);
807 f3 = pown(f3, i3);
808 f4 = pown(f4, i4);
Dmath.rs306 TEST_FN_FUNC_FN_IN(pown);
/frameworks/rs/api/
Drs_math.spec1838 @pown() and @powr() are similar. @pown() takes an integer exponent. @powr() assumes the
1842 function: pown
1870 @pow() and @pown() are similar. They both make no assumptions about the base.
1871 @pow() takes a float exponent while @pown() take an integer.
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Dmath.rs165 TEST_FN_FUNC_FN_IN(pown);
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Dmath.rs306 TEST_FN_FUNC_FN_IN(pown);
Dmath.rs.bak292 TEST_FN_FUNC_FN_IN(pown);
Dmath.rs.orig306 TEST_FN_FUNC_FN_IN(pown);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dmath.rs314 TEST_FN_FUNC_FN_IN(pown);
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Dmath.rs306 TEST_FN_FUNC_FN_IN(pown);
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rs375 BENCH_FN_FUNC_FN_IN(pown);
/frameworks/rs/scriptc/
Drs_math.rsh3610 * pown() and powr() are similar. pown() takes an integer exponent. powr() assumes the
3626 * pown: Base raised to an integer exponent
3634 pown(float base, int exponent);
3637 pown(float2 base, int2 exponent);
3640 pown(float3 base, int3 exponent);
3643 pown(float4 base, int4 exponent);
3650 * pow() and pown() are similar. They both make no assumptions about the base.
3651 * pow() takes a float exponent while pown() take an integer.
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_math.jd897 <a href='rs_math.html#android_rs:pown'>pown</a>
6220 …#android_rs:pown'>pown</a>() and <a href='rs_math.html#android_rs:powr'>powr</a>() are similar. <…
6226 <a name='android_rs:pown'></a>
6229 <span class='sympad'>pown</span>
6235 <td>float pown(float base, int exponent);
6240 …<td><a href='rs_value_types.html#android_rs:float2'>float2</a> pown(<a href='rs_value_types.html#a…
6245 …<td><a href='rs_value_types.html#android_rs:float3'>float3</a> pown(<a href='rs_value_types.html#a…
6250 …<td><a href='rs_value_types.html#android_rs:float4'>float4</a> pown(<a href='rs_value_types.html#a…
6300 <p> <a href='rs_math.html#android_rs:pow'>pow</a>() and <a href='rs_math.html#android_rs:pown'>pown
6301 …ow</a>() takes a float exponent while <a href='rs_math.html#android_rs:pown'>pown</a>() take an in…
/frameworks/rs/driver/runtime/
Drs_cl.c515 extern float __attribute__((overloadable)) pown(float v, int p) { in FN_FUNC_FN_FN()
525 FN_FUNC_FN_IN(pown) in FN_FUNC_FN_IN() argument
/frameworks/compile/slang/tests/P_all_api_15/
Dall15.rs2907 *(float*)buf1143 = pown(*(float*)buf1144, *(int*)buf1145);
2908 *(float2*)buf1146 = pown(*(float2*)buf1147, *(int2*)buf1148);
2909 *(float3*)buf1149 = pown(*(float3*)buf1150, *(int3*)buf1151);
2910 *(float4*)buf1152 = pown(*(float4*)buf1153, *(int4*)buf1154);
/frameworks/compile/slang/tests/P_all_api_16/
Dall16.rs2999 *(float*)buf1143 = pown(*(float*)buf1144, *(int*)buf1145);
3000 *(float2*)buf1146 = pown(*(float2*)buf1147, *(int2*)buf1148);
3001 *(float3*)buf1149 = pown(*(float3*)buf1150, *(int3*)buf1151);
3002 *(float4*)buf1152 = pown(*(float4*)buf1153, *(int4*)buf1154);
/frameworks/compile/slang/tests/P_all_api_11/
Dall11.rs2837 *(float*)buf1143 = pown(*(float*)buf1144, *(int*)buf1145);
2838 *(float2*)buf1146 = pown(*(float2*)buf1147, *(int2*)buf1148);
2839 *(float3*)buf1149 = pown(*(float3*)buf1150, *(int3*)buf1151);
2840 *(float4*)buf1152 = pown(*(float4*)buf1153, *(int4*)buf1154);
/frameworks/compile/slang/tests/P_all_api_12/
Dall12.rs2837 *(float*)buf1143 = pown(*(float*)buf1144, *(int*)buf1145);
2838 *(float2*)buf1146 = pown(*(float2*)buf1147, *(int2*)buf1148);
2839 *(float3*)buf1149 = pown(*(float3*)buf1150, *(int3*)buf1151);
2840 *(float4*)buf1152 = pown(*(float4*)buf1153, *(int4*)buf1154);
/frameworks/compile/slang/tests/P_all_api_13/
Dall13.rs2837 *(float*)buf1143 = pown(*(float*)buf1144, *(int*)buf1145);
2838 *(float2*)buf1146 = pown(*(float2*)buf1147, *(int2*)buf1148);
2839 *(float3*)buf1149 = pown(*(float3*)buf1150, *(int3*)buf1151);
2840 *(float4*)buf1152 = pown(*(float4*)buf1153, *(int4*)buf1154);
/frameworks/compile/slang/tests/P_all_api_14/
Dall14.rs2907 *(float*)buf1143 = pown(*(float*)buf1144, *(int*)buf1145);
2908 *(float2*)buf1146 = pown(*(float2*)buf1147, *(int2*)buf1148);
2909 *(float3*)buf1149 = pown(*(float3*)buf1150, *(int3*)buf1151);
2910 *(float4*)buf1152 = pown(*(float4*)buf1153, *(int4*)buf1154);
/frameworks/compile/slang/tests/P_all_api_17/
Dall17.rs3131 *(float*)buf1195 = pown(*(float*)buf1196, *(int*)buf1197);
3132 *(float2*)buf1198 = pown(*(float2*)buf1199, *(int2*)buf1200);
3133 *(float3*)buf1201 = pown(*(float3*)buf1202, *(int3*)buf1203);
3134 *(float4*)buf1204 = pown(*(float4*)buf1205, *(int4*)buf1206);
/frameworks/compile/slang/tests/P_all_api_18/
Dall18.rs3718 *(float*)buf1255 = pown(*(float*)buf1256, *(int*)buf1257);
3719 *(float2*)buf1258 = pown(*(float2*)buf1259, *(int2*)buf1260);
3720 *(float3*)buf1261 = pown(*(float3*)buf1262, *(int3*)buf1263);
3721 *(float4*)buf1264 = pown(*(float4*)buf1265, *(int4*)buf1266);
/frameworks/compile/slang/tests/P_all_api_20/
Dall20.rs4017 *(float*)buf1479 = pown(*(float*)buf1480, *(int*)buf1481);
4018 *(float2*)buf1482 = pown(*(float2*)buf1483, *(int2*)buf1484);
4019 *(float3*)buf1485 = pown(*(float3*)buf1486, *(int3*)buf1487);
4020 *(float4*)buf1488 = pown(*(float4*)buf1489, *(int4*)buf1490);

12