/frameworks/compile/slang/tests/P_math_fp/ |
D | math_fp.rs | 125 TEST_FUNC_2I(pown);
|
/frameworks/rs/tests/java_api/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/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | apitest.rs | 825 f = pown(f, i); 826 f2 = pown(f2, i2); 827 f3 = pown(f3, i3); 828 f4 = pown(f4, i4);
|
D | math.rs | 331 TEST_FN_FUNC_FN_IN(pown);
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
D | apitest.rs | 823 f = pown(f, i); 824 f2 = pown(f2, i2); 825 f3 = pown(f3, i3); 826 f4 = pown(f4, i4);
|
/frameworks/rs/script_api/ |
D | rs_math.spec | 2788 @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/ |
D | math.rs | 165 TEST_FN_FUNC_FN_IN(pown);
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | math_fp16.rs | 231 TEST_HN_FUNC_HN_IN(pown);
|
D | math.rs | 329 TEST_FN_FUNC_FN_IN(pown);
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | math.rs.bak | 292 TEST_FN_FUNC_FN_IN(pown);
|
D | math.rs | 306 TEST_FN_FUNC_FN_IN(pown);
|
D | math.rs.orig | 306 TEST_FN_FUNC_FN_IN(pown);
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | math.rs | 306 TEST_FN_FUNC_FN_IN(pown);
|
/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/ |
D | compute_benchmark.rs | 375 BENCH_FN_FUNC_FN_IN(pown);
|
/frameworks/rs/script_api/include/ |
D | rs_math.rsh | 5513 * 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/ |
D | rs_cl.c | 633 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/ |
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_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_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_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_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_24/ |
D | all24.rs | 7845 *(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);
|