Home
last modified time | relevance | path

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

12

/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
Dartistic1.rscript52 //float pdist = powr(dist, 2.7f * 0.5f);
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
Dartistic1.rscript52 //float pdist = powr(dist, 2.7f * 0.5f);
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
Dartistic1.rscript52 //float pdist = powr(dist, 2.7f * 0.5f);
/frameworks/compile/slang/tests/P_math_fp/
Dmath_fp.rscript126 TEST_FUNC_2(powr);
/frameworks/rs/script_api/
Drs_math.spec2467 See also @powr().
2788 @pown() and @powr() are similar. @pown() takes an integer exponent. @powr() assumes the
2814 @pow() and @powr() are similar. The both take a float exponent. @powr() also assumes the
2828 function: powr
2846 function: powr
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dapitest.rscript830 f = powr(f, f);
831 f2 = powr(f2, f2);
832 f3 = powr(f3, f3);
833 f4 = powr(f4, f4);
Dmath.rscript332 TEST_FN_FUNC_FN_FN(powr);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
Dapitest.rscript828 f = powr(f, f);
829 f2 = powr(f2, f2);
830 f3 = powr(f3, f3);
831 f4 = powr(f4, f4);
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dapitest.rscript810 f = powr(f, f);
811 f2 = powr(f2, f2);
812 f3 = powr(f3, f3);
813 f4 = powr(f4, f4);
Dmath.rscript307 TEST_FN_FUNC_FN_FN(powr);
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
Dmath.rscript166 TEST_FN_FUNC_FN_FN(powr);
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
Dmath.rs.bak293 TEST_FN_FUNC_FN_FN(powr);
Dmath.rs.orig307 TEST_FN_FUNC_FN_FN(powr);
Dmath.rscript307 TEST_FN_FUNC_FN_FN(powr);
/frameworks/rs/script_api/include/
Drs_math.rsh4897 * See also powr().
5513 * pown() and powr() are similar. pown() takes an integer exponent. powr() assumes the
5553 * pow() and powr() are similar. The both take a float exponent. powr() also assumes the
5589 * powr: Positive base raised to an exponent
5599 powr(float base, float exponent);
5602 powr(float2 base, float2 exponent);
5605 powr(float3 base, float3 exponent);
5608 powr(float4 base, float4 exponent);
5612 powr(half base, half exponent);
5617 powr(half2 base, half2 exponent);
[all …]
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
Dmath.rscript307 TEST_FN_FUNC_FN_FN(powr);
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_fp16.rscript232 TEST_HN_FUNC_HN_HN(powr);
Dmath.rscript330 TEST_FN_FUNC_FN_FN(powr);
/frameworks/rs/driver/runtime/
Drs_cl.c645 extern float __attribute__((overloadable)) powr(float v, float p) { in FN_FUNC_FN_IN()
648 extern float2 __attribute__((overloadable)) powr(float2 v, float2 p) { in powr() function
651 extern float3 __attribute__((overloadable)) powr(float3 v, float3 p) { in powr() function
654 extern float4 __attribute__((overloadable)) powr(float4 v, float4 p) { in powr() function
2118 HN_FUNC_HN_HN(powr);
/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rscript376 BENCH_FN_FUNC_FN_FN(powr);
/frameworks/compile/slang/tests/P_all_api_12/
Dall12.rscript2841 *(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.rscript2911 *(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_13/
Dall13.rscript2841 *(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_15/
Dall15.rscript2911 *(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_11/
Dall11.rscript2841 *(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);

12