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 41 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/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/compile/libbcc/lib/Renderscript/runtime/
rs_cl.c 1067 extern float __attribute__((overloadable)) native_exp(float v) { function
1070 extern float2 __attribute__((overloadable)) native_exp(float2 v) { function
1073 extern float3 __attribute__((overloadable)) native_exp(float3 v) { function
1076 extern float4 __attribute__((overloadable)) native_exp(float4 v) { function
    [all...]
  /frameworks/rs/scriptc/
rs_cl.rsh 1009 _RS_RUNTIME float __attribute__((overloadable)) native_exp(float v);
1010 FN_FUNC_FN(native_exp)
  /prebuilts/sdk/renderscript/include/
rs_cl.rsh 1009 _RS_RUNTIME float __attribute__((overloadable)) native_exp(float v);
1010 FN_FUNC_FN(native_exp)

Completed in 138 milliseconds