Searched refs:native_exp (Results 1 - 11 of 11) sorted by relevance

/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A Dvibrance.rs33 float S = (float)(Vib/(1+native_exp(-red*3)))+1;
H A Dvignette_approx.rsh53 const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist_ratio));
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A Dvibrance.rs33 float S = (float)(Vib/(1+native_exp(-red*3)))+1;
H A Dvignette_approx.rsh53 const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist_ratio));
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A Dvibrance.rs33 float S = (float)(Vib/(1+native_exp(-red*3)))+1;
H A Dvignette_approx.rsh53 const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist_ratio));
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
H A Dvibrance_f.rs33 float S = (float)(Vib/(1+native_exp(-red*3)))+1;
H A Dvignette_approx_f.rsh52 const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist_ratio));
/frameworks/rs/driver/runtime/
H A Drs_cl.c1312 extern float __attribute__((overloadable)) native_exp(float v) { function
1315 extern float2 __attribute__((overloadable)) native_exp(float2 v) { function
1318 extern float3 __attribute__((overloadable)) native_exp(float3 v) { function
1321 extern float4 __attribute__((overloadable)) native_exp(float4 v) { function
2281 HN_FUNC_HN(native_exp); variable
/frameworks/rs/scriptc/
H A Drs_math.rsh1431 * 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(half
[all...]
/frameworks/rs/api/
H A Drs_math.spec740 See also @native_exp().
2210 function: native_exp
2228 function: native_exp

Completed in 1333 milliseconds