Home
last modified time | relevance | path

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

12

/frameworks/compile/slang/tests/P_math_fp/
Dmath_fp.rs126 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/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dapitest.rs810 f = powr(f, f);
811 f2 = powr(f2, f2);
812 f3 = powr(f3, f3);
813 f4 = powr(f4, f4);
Dmath.rs307 TEST_FN_FUNC_FN_FN(powr);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dapitest.rs830 f = powr(f, f);
831 f2 = powr(f2, f2);
832 f3 = powr(f3, f3);
833 f4 = powr(f4, f4);
Dmath.rs332 TEST_FN_FUNC_FN_FN(powr);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
Dapitest.rs828 f = powr(f, f);
829 f2 = powr(f2, f2);
830 f3 = powr(f3, f3);
831 f4 = powr(f4, f4);
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_fp16.rs232 TEST_HN_FUNC_HN_HN(powr);
Dmath.rs330 TEST_FN_FUNC_FN_FN(powr);
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
Dmath.rs166 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.rs307 TEST_FN_FUNC_FN_FN(powr);
Dmath.rs.orig307 TEST_FN_FUNC_FN_FN(powr);
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
Dmath.rs307 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/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rs376 BENCH_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/compile/slang/tests/P_all_api_14/
Dall14.rs2911 *(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_12/
Dall12.rs2841 *(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_13/
Dall13.rs2841 *(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.rs2911 *(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_16/
Dall16.rs3003 *(float*)buf1155 = powr(*(float*)buf1156, *(float*)buf1157);
3004 *(float2*)buf1158 = powr(*(float2*)buf1159, *(float2*)buf1160);
3005 *(float3*)buf1161 = powr(*(float3*)buf1162, *(float3*)buf1163);
3006 *(float4*)buf1164 = powr(*(float4*)buf1165, *(float4*)buf1166);
/frameworks/compile/slang/tests/P_all_api_11/
Dall11.rs2841 *(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_17/
Dall17.rs3135 *(float*)buf1207 = powr(*(float*)buf1208, *(float*)buf1209);
3136 *(float2*)buf1210 = powr(*(float2*)buf1211, *(float2*)buf1212);
3137 *(float3*)buf1213 = powr(*(float3*)buf1214, *(float3*)buf1215);
3138 *(float4*)buf1216 = powr(*(float4*)buf1217, *(float4*)buf1218);
/frameworks/compile/slang/tests/P_all_api_24/
Dall24.rs7853 *(float*)buf3259 = powr(*(float*)buf3260, *(float*)buf3261);
7854 *(float2*)buf3262 = powr(*(float2*)buf3263, *(float2*)buf3264);
7855 *(float3*)buf3265 = powr(*(float3*)buf3266, *(float3*)buf3267);
7856 *(float4*)buf3268 = powr(*(float4*)buf3269, *(float4*)buf3270);
7857 *(half*)buf3271 = powr(*(half*)buf3272, *(half*)buf3273);
7858 *(half2*)buf3274 = powr(*(half2*)buf3275, *(half2*)buf3276);
7859 *(half3*)buf3277 = powr(*(half3*)buf3278, *(half3*)buf3279);
7860 *(half4*)buf3280 = powr(*(half4*)buf3281, *(half4*)buf3282);

12