HomeSort by relevance Sort by last modified time
    Searched refs:native_exp (Results 1 - 7 of 7) sorted by null

  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
vibrance.rs 36 float S = (float)(Vib/(1+native_exp(-red*3)))+1;
vignette_approx.rsh 53 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/
vibrance.rs 40 float sx = (float)(Vib/(1+native_exp(-red*3)));
vignette_approx.rsh 53 const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist_ratio));
  /frameworks/rs/driver/runtime/
rs_cl.c 1104 extern float __attribute__((overloadable)) native_exp(float v) { function
1107 extern float2 __attribute__((overloadable)) native_exp(float2 v) { function
1110 extern float3 __attribute__((overloadable)) native_exp(float3 v) { function
1113 extern float4 __attribute__((overloadable)) native_exp(float4 v) { function
    [all...]
  /frameworks/rs/scriptc/
rs_cl.rsh 1067 _RS_RUNTIME float __attribute__((const, overloadable)) native_exp(float v);
1068 FN_FUNC_FN(native_exp)
  /prebuilts/sdk/renderscript/include/
rs_cl.rsh 1067 _RS_RUNTIME float __attribute__((const, overloadable)) native_exp(float v);
1068 FN_FUNC_FN(native_exp)

Completed in 272 milliseconds