/aosp12/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/ |
H A D | vibrance_f.rscript | 33 float S = (float)(Vib/(1+native_exp(-red*3)))+1;
|
H A D | vignette_approx_f.rsh | 52 …const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist…
|
/aosp12/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
H A D | vibrance.rscript | 33 float S = (float)(Vib/(1+native_exp(-red*3)))+1;
|
H A D | vignette_approx.rsh | 53 …const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist…
|
/aosp12/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
H A D | vibrance.rscript | 33 float S = (float)(Vib/(1+native_exp(-red*3)))+1;
|
H A D | vignette_approx.rsh | 53 …const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist…
|
/aosp12/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
H A D | vibrance.rscript | 33 float S = (float)(Vib/(1+native_exp(-red*3)))+1;
|
H A D | vignette_approx.rsh | 53 …const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist…
|
/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
H A D | apitest.rscript | 1086 f = native_exp(f); 1087 f2 = native_exp(f2); 1088 f3 = native_exp(f3); 1089 f4 = native_exp(f4);
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
H A D | apitest.rscript | 1104 f = native_exp(f); 1105 f2 = native_exp(f2); 1106 f3 = native_exp(f3); 1107 f4 = native_exp(f4);
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
H A D | apitest.rscript | 1106 f = native_exp(f); 1107 f2 = native_exp(f2); 1108 f3 = native_exp(f3); 1109 f4 = native_exp(f4);
|
/aosp12/frameworks/rs/driver/runtime/ |
H A D | rs_cl.c | 1315 extern float __attribute__((overloadable)) native_exp(float v) { in native_exp() function 1318 extern float2 __attribute__((overloadable)) native_exp(float2 v) { in native_exp() function 1321 extern float3 __attribute__((overloadable)) native_exp(float3 v) { in native_exp() function 1324 extern float4 __attribute__((overloadable)) native_exp(float4 v) { in native_exp() function 2284 HN_FUNC_HN(native_exp);
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
H A D | math_fp16.rscript | 203 TEST_HN_FUNC_HN(native_exp);
|
/aosp12/frameworks/rs/script_api/include/ |
H A D | rs_math.rsh | 1431 * See also native_exp(). 4455 * native_exp: Approximate e raised to a number 4466 native_exp(float v); 4471 native_exp(float2 v); 4476 native_exp(float3 v); 4481 native_exp(float4 v); 4486 native_exp(half v); 4491 native_exp(half2 v); 4496 native_exp(half3 v); 4501 native_exp(half4 v);
|
/aosp12/frameworks/rs/script_api/ |
H A D | rs_math.spec | 754 See also @native_exp(). 2224 function: native_exp 2242 function: native_exp
|
/aosp12/frameworks/compile/slang/tests/P_all_api_24/ |
H A D | all24.rscript | 7637 *(float*)buf2771 = native_exp(*(float*)buf2772); 7638 *(float2*)buf2773 = native_exp(*(float2*)buf2774); 7639 *(float3*)buf2775 = native_exp(*(float3*)buf2776); 7640 *(float4*)buf2777 = native_exp(*(float4*)buf2778); 7641 *(half*)buf2779 = native_exp(*(half*)buf2780); 7642 *(half2*)buf2781 = native_exp(*(half2*)buf2782); 7643 *(half3*)buf2783 = native_exp(*(half3*)buf2784); 7644 *(half4*)buf2785 = native_exp(*(half4*)buf2786);
|
/aosp12/frameworks/compile/slang/tests/P_all_api_18/ |
H A D | all18.rscript | 3678 *(float*)buf1163 = native_exp(*(float*)buf1164); 3679 *(float2*)buf1165 = native_exp(*(float2*)buf1166); 3680 *(float3*)buf1167 = native_exp(*(float3*)buf1168); 3681 *(float4*)buf1169 = native_exp(*(float4*)buf1170);
|
/aosp12/frameworks/compile/slang/tests/P_all_api_19/ |
H A D | all19.rscript | 3958 *(float*)buf1387 = native_exp(*(float*)buf1388); 3959 *(float2*)buf1389 = native_exp(*(float2*)buf1390); 3960 *(float3*)buf1391 = native_exp(*(float3*)buf1392); 3961 *(float4*)buf1393 = native_exp(*(float4*)buf1394);
|
/aosp12/frameworks/compile/slang/tests/P_all_api_20/ |
H A D | all20.rscript | 3977 *(float*)buf1387 = native_exp(*(float*)buf1388); 3978 *(float2*)buf1389 = native_exp(*(float2*)buf1390); 3979 *(float3*)buf1391 = native_exp(*(float3*)buf1392); 3980 *(float4*)buf1393 = native_exp(*(float4*)buf1394);
|
/aosp12/frameworks/compile/slang/tests/P_all_api_21/ |
H A D | all21.rscript | 4858 *(float*)buf1893 = native_exp(*(float*)buf1894); 4859 *(float2*)buf1895 = native_exp(*(float2*)buf1896); 4860 *(float3*)buf1897 = native_exp(*(float3*)buf1898); 4861 *(float4*)buf1899 = native_exp(*(float4*)buf1900);
|
/aosp12/frameworks/compile/slang/tests/P_all_api_22/ |
H A D | all22.rscript | 5578 *(float*)buf1893 = native_exp(*(float*)buf1894); 5579 *(float2*)buf1895 = native_exp(*(float2*)buf1896); 5580 *(float3*)buf1897 = native_exp(*(float3*)buf1898); 5581 *(float4*)buf1899 = native_exp(*(float4*)buf1900);
|
/aosp12/frameworks/compile/slang/tests/P_all_api_23/ |
H A D | all23.rscript | 5508 *(float*)buf1893 = native_exp(*(float*)buf1894); 5509 *(float2*)buf1895 = native_exp(*(float2*)buf1896); 5510 *(float3*)buf1897 = native_exp(*(float3*)buf1898); 5511 *(float4*)buf1899 = native_exp(*(float4*)buf1900);
|