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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestNativeExp.rs 24 return native_exp(inV);
28 return native_exp(inV);
32 return native_exp(inV);
36 return native_exp(inV);
40 return native_exp(inV);
44 return native_exp(inV);
48 return native_exp(inV);
52 return native_exp(inV);
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
vibrance.rs 33 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 33 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/ImageProcessing_jb/src/com/android/rs/image/
vibrance.rs 33 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/ScriptGroupTest/src/com/android/rs/sgtest/
vibrance_f.rs 33 float S = (float)(Vib/(1+native_exp(-red*3)))+1;
vignette_approx_f.rsh 52 const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist_ratio));
  /external/opencv3/modules/core/src/opencl/
arithm.cl 272 #define PROCESS_ELEM storedst(native_exp(srcelem1))
  /frameworks/rs/driver/runtime/
rs_cl.c 1312 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
    [all...]
  /frameworks/rs/scriptc/
rs_math.rsh     [all...]
  /prebuilts/sdk/renderscript/include/
rs_math.rsh     [all...]
  /frameworks/rs/api/
rs_math.spec 740 See also @native_exp().
    [all...]

Completed in 410 milliseconds