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

  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
vignette_approx.rsh 52 const float sloped_dist_ratio = fast_length(axis_scale * coord) * sloped_inv_max_dist;
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
vignette_approx.rsh 52 const float sloped_dist_ratio = fast_length(axis_scale * coord) * sloped_inv_max_dist;
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
vignette_approx.rsh 52 const float sloped_dist_ratio = fast_length(axis_scale * coord) * sloped_inv_max_dist;
  /frameworks/rs/driver/runtime/
rs_cl.c 970 extern float __attribute__((overloadable)) fast_length(float v) { function
973 extern float __attribute__((overloadable)) fast_length(float2 v) { function
976 extern float __attribute__((overloadable)) fast_length(float3 v) { function
979 extern float __attribute__((overloadable)) fast_length(float4 v) { function
    [all...]
  /frameworks/rs/scriptc/
rs_cl.rsh 1023 _RS_RUNTIME float __attribute__((const, overloadable)) fast_length(float v);
1024 F_FUNC_FN(fast_length)
  /prebuilts/sdk/renderscript/include/
rs_cl.rsh 1023 _RS_RUNTIME float __attribute__((const, overloadable)) fast_length(float v);
1024 F_FUNC_FN(fast_length)
  /external/chromium_org/v8/src/
api.cc 4868 int fast_length; local
    [all...]
runtime.cc     [all...]
  /external/v8/src/
runtime.cc     [all...]

Completed in 274 milliseconds