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

/frameworks/rs/tests/java_api/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/tests/java_api/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/tests/java_api/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/tests/java_api/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/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dmath_fp16.rs203 TEST_HN_FUNC_HN(native_exp);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
H A Dapitest.rs1104 f = native_exp(f);
1105 f2 = native_exp(f2);
1106 f3 = native_exp(f3);
1107 f4 = native_exp(f4);
/frameworks/rs/driver/runtime/
H A Drs_cl.c1315 extern float __attribute__((overloadable)) native_exp(float v) { function
1318 extern float2 __attribute__((overloadable)) native_exp(float2 v) { function
1321 extern float3 __attribute__((overloadable)) native_exp(float3 v) { function
1324 extern float4 __attribute__((overloadable)) native_exp(float4 v) { function
2284 HN_FUNC_HN(native_exp); variable
/frameworks/rs/script_api/include/
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/script_api/
H A Drs_math.spec754 See also @native_exp().
2224 function: native_exp
2242 function: native_exp

Completed in 162 milliseconds