Searched refs:fast_length (Results 1 - 5 of 5) sorted by relevance

/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A Dvignette_approx.rsh52 const float sloped_dist_ratio = fast_length(axis_scale * coord) * sloped_inv_max_dist;
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A Dvignette_approx.rsh52 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/
H A Dvignette_approx.rsh52 const float sloped_dist_ratio = fast_length(axis_scale * coord) * sloped_inv_max_dist;
/frameworks/rs/driver/runtime/
H A Drs_cl.c970 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
984 return fast_length(lhs - rhs);
987 return fast_length(lhs - rhs);
990 return fast_length(lhs - rhs);
993 return fast_length(lhs - rhs);
/frameworks/rs/scriptc/
H A Drs_cl.rsh1023 _RS_RUNTIME float __attribute__((const, overloadable)) fast_length(float v);
1024 F_FUNC_FN(fast_length)

Completed in 921 milliseconds