/frameworks/compile/slang/tests/P_math_fp/ |
D | math_fp.rs | 126 TEST_FUNC_2(powr);
|
/frameworks/rs/script_api/ |
D | rs_math.spec | 2467 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/ |
D | apitest.rs | 810 f = powr(f, f); 811 f2 = powr(f2, f2); 812 f3 = powr(f3, f3); 813 f4 = powr(f4, f4);
|
D | math.rs | 307 TEST_FN_FUNC_FN_FN(powr);
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | apitest.rs | 830 f = powr(f, f); 831 f2 = powr(f2, f2); 832 f3 = powr(f3, f3); 833 f4 = powr(f4, f4);
|
D | math.rs | 332 TEST_FN_FUNC_FN_FN(powr);
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
D | apitest.rs | 828 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/ |
D | math_fp16.rs | 232 TEST_HN_FUNC_HN_HN(powr);
|
D | math.rs | 330 TEST_FN_FUNC_FN_FN(powr);
|
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/ |
D | math.rs | 166 TEST_FN_FUNC_FN_FN(powr);
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | math.rs.bak | 293 TEST_FN_FUNC_FN_FN(powr);
|
D | math.rs | 307 TEST_FN_FUNC_FN_FN(powr);
|
D | math.rs.orig | 307 TEST_FN_FUNC_FN_FN(powr);
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | math.rs | 307 TEST_FN_FUNC_FN_FN(powr);
|
/frameworks/rs/script_api/include/ |
D | rs_math.rsh | 4897 * 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/ |
D | compute_benchmark.rs | 376 BENCH_FN_FUNC_FN_FN(powr);
|
/frameworks/rs/driver/runtime/ |
D | rs_cl.c | 645 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/ |
D | all14.rs | 2911 *(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/ |
D | all12.rs | 2841 *(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/ |
D | all13.rs | 2841 *(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/ |
D | all15.rs | 2911 *(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/ |
D | all16.rs | 3003 *(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/ |
D | all11.rs | 2841 *(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/ |
D | all17.rs | 3135 *(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/ |
D | all24.rs | 7853 *(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);
|