Home
last modified time | relevance | path

Searched refs:native_powr (Results 1 – 17 of 17) sorted by relevance

/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
Dartistic1.rscript51 float pdist = native_powr(dist, 2.7f * 0.5f);
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
Dartistic1.rscript51 float pdist = native_powr(dist, 2.7f * 0.5f);
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
Dartistic1.rscript51 float pdist = native_powr(dist, 2.7f * 0.5f);
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dapitest.rscript1111 f = native_powr(f, f);
1112 f2 = native_powr(f2, f2);
1113 f3 = native_powr(f3, f3);
1114 f4 = native_powr(f4, f4);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dapitest.rscript1131 f = native_powr(f, f);
1132 f2 = native_powr(f2, f2);
1133 f3 = native_powr(f3, f3);
1134 f4 = native_powr(f4, f4);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
Dapitest.rscript1129 f = native_powr(f, f);
1130 f2 = native_powr(f2, f2);
1131 f3 = native_powr(f3, f3);
1132 f4 = native_powr(f4, f4);
/frameworks/rs/driver/runtime/
Drs_cl.c1403 extern float __attribute__((overloadable)) native_powr(float v, float y) { in native_powr() function
1408 extern float2 __attribute__((overloadable)) native_powr(float2 v, float2 y) { in native_powr() function
1413 extern float3 __attribute__((overloadable)) native_powr(float3 v, float3 y) { in native_powr() function
1418 extern float4 __attribute__((overloadable)) native_powr(float4 v, float4 y) { in native_powr() function
2299 HN_FUNC_HN_HN(native_powr); // TODO are parameter limits different for half?
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_fp16.rscript215 TEST_HN_FUNC_HN_HN(native_powr);
/frameworks/rs/script_api/include/
Drs_math.rsh4893 * native_powr: Approximate positive base raised to an exponent
4905 native_powr(float base, float exponent);
4910 native_powr(float2 base, float2 exponent);
4915 native_powr(float3 base, float3 exponent);
4920 native_powr(float4 base, float4 exponent);
4925 native_powr(half base, half exponent);
4930 native_powr(half2 base, half2 exponent);
4935 native_powr(half3 base, half3 exponent);
4940 native_powr(half4 base, half4 exponent);
5596 * See also native_powr().
/frameworks/rs/script_api/
Drs_math.spec2455 function: native_powr
2471 function: native_powr
2843 See also @native_powr().
/frameworks/compile/slang/tests/P_all_api_24/
Dall24.rscript7725 *(float*)buf2955 = native_powr(*(float*)buf2956, *(float*)buf2957);
7726 *(float2*)buf2958 = native_powr(*(float2*)buf2959, *(float2*)buf2960);
7727 *(float3*)buf2961 = native_powr(*(float3*)buf2962, *(float3*)buf2963);
7728 *(float4*)buf2964 = native_powr(*(float4*)buf2965, *(float4*)buf2966);
7729 *(half*)buf2967 = native_powr(*(half*)buf2968, *(half*)buf2969);
7730 *(half2*)buf2970 = native_powr(*(half2*)buf2971, *(half2*)buf2972);
7731 *(half3*)buf2973 = native_powr(*(half3*)buf2974, *(half3*)buf2975);
7732 *(half4*)buf2976 = native_powr(*(half4*)buf2977, *(half4*)buf2978);
/frameworks/compile/slang/tests/P_all_api_18/
Dall18.rscript3702 *(float*)buf1211 = native_powr(*(float*)buf1212, *(float*)buf1213);
3703 *(float2*)buf1214 = native_powr(*(float2*)buf1215, *(float2*)buf1216);
3704 *(float3*)buf1217 = native_powr(*(float3*)buf1218, *(float3*)buf1219);
3705 *(float4*)buf1220 = native_powr(*(float4*)buf1221, *(float4*)buf1222);
/frameworks/compile/slang/tests/P_all_api_20/
Dall20.rscript4001 *(float*)buf1435 = native_powr(*(float*)buf1436, *(float*)buf1437);
4002 *(float2*)buf1438 = native_powr(*(float2*)buf1439, *(float2*)buf1440);
4003 *(float3*)buf1441 = native_powr(*(float3*)buf1442, *(float3*)buf1443);
4004 *(float4*)buf1444 = native_powr(*(float4*)buf1445, *(float4*)buf1446);
/frameworks/compile/slang/tests/P_all_api_19/
Dall19.rscript3982 *(float*)buf1435 = native_powr(*(float*)buf1436, *(float*)buf1437);
3983 *(float2*)buf1438 = native_powr(*(float2*)buf1439, *(float2*)buf1440);
3984 *(float3*)buf1441 = native_powr(*(float3*)buf1442, *(float3*)buf1443);
3985 *(float4*)buf1444 = native_powr(*(float4*)buf1445, *(float4*)buf1446);
/frameworks/compile/slang/tests/P_all_api_21/
Dall21.rscript4902 *(float*)buf1985 = native_powr(*(float*)buf1986, *(float*)buf1987);
4903 *(float2*)buf1988 = native_powr(*(float2*)buf1989, *(float2*)buf1990);
4904 *(float3*)buf1991 = native_powr(*(float3*)buf1992, *(float3*)buf1993);
4905 *(float4*)buf1994 = native_powr(*(float4*)buf1995, *(float4*)buf1996);
/frameworks/compile/slang/tests/P_all_api_22/
Dall22.rscript5622 *(float*)buf1985 = native_powr(*(float*)buf1986, *(float*)buf1987);
5623 *(float2*)buf1988 = native_powr(*(float2*)buf1989, *(float2*)buf1990);
5624 *(float3*)buf1991 = native_powr(*(float3*)buf1992, *(float3*)buf1993);
5625 *(float4*)buf1994 = native_powr(*(float4*)buf1995, *(float4*)buf1996);
/frameworks/compile/slang/tests/P_all_api_23/
Dall23.rscript5552 *(float*)buf1985 = native_powr(*(float*)buf1986, *(float*)buf1987);
5553 *(float2*)buf1988 = native_powr(*(float2*)buf1989, *(float2*)buf1990);
5554 *(float3*)buf1991 = native_powr(*(float3*)buf1992, *(float3*)buf1993);
5555 *(float4*)buf1994 = native_powr(*(float4*)buf1995, *(float4*)buf1996);