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/tests/java_api/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/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dapitest.rs825 f = pown(f, i);
826 f2 = pown(f2, i2);
827 f3 = pown(f3, i3);
828 f4 = pown(f4, i4);
Dmath.rs331 TEST_FN_FUNC_FN_IN(pown);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
Dapitest.rs823 f = pown(f, i);
824 f2 = pown(f2, i2);
825 f3 = pown(f3, i3);
826 f4 = pown(f4, i4);
/frameworks/rs/script_api/
Drs_math.spec2788 @pown() and @powr() are similar. @pown() takes an integer exponent. @powr() assumes the
2802 function: pown
2818 function: pown
2840 @pow() and @pown() are similar. They both make no assumptions about the base.
2841 @pow() takes a float exponent while @pown() take an integer.
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
Dmath.rs165 TEST_FN_FUNC_FN_IN(pown);
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_fp16.rs231 TEST_HN_FUNC_HN_IN(pown);
Dmath.rs329 TEST_FN_FUNC_FN_IN(pown);
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
Dmath.rs.bak292 TEST_FN_FUNC_FN_IN(pown);
Dmath.rs306 TEST_FN_FUNC_FN_IN(pown);
Dmath.rs.orig306 TEST_FN_FUNC_FN_IN(pown);
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
Dmath.rs306 TEST_FN_FUNC_FN_IN(pown);
/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rs375 BENCH_FN_FUNC_FN_IN(pown);
/frameworks/rs/script_api/include/
Drs_math.rsh5513 * pown() and powr() are similar. pown() takes an integer exponent. powr() assumes the
5549 * pown: Base raised to an integer exponent
5557 pown(float base, int exponent);
5560 pown(float2 base, int2 exponent);
5563 pown(float3 base, int3 exponent);
5566 pown(float4 base, int4 exponent);
5570 pown(half base, int exponent);
5575 pown(half2 base, int2 exponent);
5580 pown(half3 base, int3 exponent);
5585 pown(half4 base, int4 exponent);
[all …]
/frameworks/rs/driver/runtime/
Drs_cl.c633 extern float __attribute__((overloadable)) pown(float v, int p) { in FN_FUNC_FN_FN()
643 FN_FUNC_FN_IN(pown) in FN_FUNC_FN_IN() argument
2117 HN_FUNC_HN_IN(pown);
/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_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_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_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_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_24/
Dall24.rs7845 *(float*)buf3235 = pown(*(float*)buf3236, *(int*)buf3237);
7846 *(float2*)buf3238 = pown(*(float2*)buf3239, *(int2*)buf3240);
7847 *(float3*)buf3241 = pown(*(float3*)buf3242, *(int3*)buf3243);
7848 *(float4*)buf3244 = pown(*(float4*)buf3245, *(int4*)buf3246);
7849 *(half*)buf3247 = pown(*(half*)buf3248, *(int*)buf3249);
7850 *(half2*)buf3250 = pown(*(half2*)buf3251, *(int2*)buf3252);
7851 *(half3*)buf3253 = pown(*(half3*)buf3254, *(int3*)buf3255);
7852 *(half4*)buf3256 = pown(*(half4*)buf3257, *(int4*)buf3258);

12