Searched refs:fast_length (Results 1 - 8 of 8) sorted by path

/frameworks/rs/api/
H A Drs_vector_math.spec133 function: fast_length
183 See also @fast_length(), @native_length().
235 See also @length(), @fast_length().
/frameworks/rs/driver/runtime/
H A Drs_cl.c1163 extern float __attribute__((overloadable)) fast_length(float v) { function
1166 extern float __attribute__((overloadable)) fast_length(float2 v) { function
1169 extern float __attribute__((overloadable)) fast_length(float3 v) { function
1172 extern float __attribute__((overloadable)) fast_length(float4 v) { function
1177 return fast_length(lhs - rhs);
1180 return fast_length(lhs - rhs);
1183 return fast_length(lhs - rhs);
1186 return fast_length(lhs - rhs);
1645 float __attribute__((overloadable)) native_length(float v) { return fast_length(v);}
1646 float __attribute__((overloadable)) native_length(float2 v) { return fast_length(
[all...]
/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/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
H A Dvignette_approx_f.rsh51 const float sloped_dist_ratio = fast_length(axis_scale * coord) * sloped_inv_max_dist;
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
H A Dmandelbulb.rs67 len = fast_length(p);
/frameworks/rs/scriptc/
H A Drs_vector_math.rsh169 * fast_length: Approximate length of a vector
180 fast_length(float v);
185 fast_length(float2 v);
190 fast_length(float3 v);
195 fast_length(float4 v);
236 * See also fast_length(), native_length().
322 * See also length(), fast_length().

Completed in 223 milliseconds