/frameworks/compile/slang/tests/P_math_fp/ |
D | math_fp.rs | 125 TEST_FUNC_2I(pown);
|
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | apitest.rs | 805 f = pown(f, i); 806 f2 = pown(f2, i2); 807 f3 = pown(f3, i3); 808 f4 = pown(f4, i4);
|
D | math.rs | 306 TEST_FN_FUNC_FN_IN(pown);
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | apitest.rs | 805 f = pown(f, i); 806 f2 = pown(f2, i2); 807 f3 = pown(f3, i3); 808 f4 = pown(f4, i4);
|
D | math.rs | 306 TEST_FN_FUNC_FN_IN(pown);
|
/frameworks/rs/api/ |
D | rs_math.spec | 1838 @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/ |
D | math.rs | 165 TEST_FN_FUNC_FN_IN(pown);
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
D | math.rs | 306 TEST_FN_FUNC_FN_IN(pown);
|
D | math.rs.bak | 292 TEST_FN_FUNC_FN_IN(pown);
|
D | math.rs.orig | 306 TEST_FN_FUNC_FN_IN(pown);
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | math.rs | 314 TEST_FN_FUNC_FN_IN(pown);
|
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
D | math.rs | 306 TEST_FN_FUNC_FN_IN(pown);
|
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/ |
D | compute_benchmark.rs | 375 BENCH_FN_FUNC_FN_IN(pown);
|
/frameworks/rs/scriptc/ |
D | rs_math.rsh | 3610 * 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/ |
D | rs_math.jd | 897 <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/ |
D | rs_cl.c | 515 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/ |
D | all15.rs | 2907 *(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/ |
D | all16.rs | 2999 *(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/ |
D | all11.rs | 2837 *(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/ |
D | all12.rs | 2837 *(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/ |
D | all13.rs | 2837 *(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/ |
D | all14.rs | 2907 *(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/ |
D | all17.rs | 3131 *(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/ |
D | all18.rs | 3718 *(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/ |
D | all20.rs | 4017 *(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);
|