Home
last modified time | relevance | path

Searched refs:native_exp (Results 1 – 10 of 10) sorted by relevance

/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Dvibrance.rs33 float S = (float)(Vib/(1+native_exp(-red*3)))+1;
Dvignette_approx.rsh53 …const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist…
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Dvibrance.rs33 float S = (float)(Vib/(1+native_exp(-red*3)))+1;
Dvignette_approx.rsh53 …const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist…
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Dvibrance.rs40 float sx = (float)(Vib/(1+native_exp(-red*3)));
Dvignette_approx.rsh53 …const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist…
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dapitest.rs1086 f = native_exp(f);
1087 f2 = native_exp(f2);
1088 f3 = native_exp(f3);
1089 f4 = native_exp(f4);
/frameworks/rs/driver/runtime/
Drs_cl.c1158 extern float __attribute__((overloadable)) native_exp(float v) { in native_exp() function
1161 extern float2 __attribute__((overloadable)) native_exp(float2 v) { in native_exp() function
1164 extern float3 __attribute__((overloadable)) native_exp(float3 v) { in native_exp() function
1167 extern float4 __attribute__((overloadable)) native_exp(float4 v) { in native_exp() function
/frameworks/rs/api/
Drs_core_math.spec1398 name: native_exp
/frameworks/rs/scriptc/
Drs_core_math.rsh8020 extern float __attribute__((const, overloadable))native_exp(float v);
8031 extern float2 __attribute__((const, overloadable))native_exp(float2 v);
8042 extern float3 __attribute__((const, overloadable))native_exp(float3 v);
8053 extern float4 __attribute__((const, overloadable))native_exp(float4 v);