/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | artistic1.rscript | 51 float pdist = native_powr(dist, 2.7f * 0.5f);
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | artistic1.rscript | 51 float pdist = native_powr(dist, 2.7f * 0.5f);
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | artistic1.rscript | 51 float pdist = native_powr(dist, 2.7f * 0.5f);
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | apitest.rscript | 1111 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/ |
D | apitest.rscript | 1131 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/ |
D | apitest.rscript | 1129 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/ |
D | rs_cl.c | 1403 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/ |
D | math_fp16.rscript | 215 TEST_HN_FUNC_HN_HN(native_powr);
|
/frameworks/rs/script_api/include/ |
D | rs_math.rsh | 4893 * 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/ |
D | rs_math.spec | 2455 function: native_powr 2471 function: native_powr 2843 See also @native_powr().
|
/frameworks/compile/slang/tests/P_all_api_24/ |
D | all24.rscript | 7725 *(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/ |
D | all18.rscript | 3702 *(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/ |
D | all20.rscript | 4001 *(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/ |
D | all19.rscript | 3982 *(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/ |
D | all21.rscript | 4902 *(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/ |
D | all22.rscript | 5622 *(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/ |
D | all23.rscript | 5552 *(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);
|