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

/frameworks/rs/tests/java_api/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/tests/java_api/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/tests/java_api/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/tests/java_api/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/script_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/script_api/include/
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().
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A Dmandelbulb.rs67 len = fast_length(p);
/frameworks/rs/driver/runtime/
H A Drs_cl.c1166 extern float __attribute__((overloadable)) fast_length(float v) { function
1169 extern float __attribute__((overloadable)) fast_length(float2 v) { function
1172 extern float __attribute__((overloadable)) fast_length(float3 v) { function
1175 extern float __attribute__((overloadable)) fast_length(float4 v) { function
1180 return fast_length(lhs - rhs);
1183 return fast_length(lhs - rhs);
1186 return fast_length(lhs - rhs);
1189 return fast_length(lhs - rhs);
1648 float __attribute__((overloadable)) native_length(float v) { return fast_length(v);}
1649 float __attribute__((overloadable)) native_length(float2 v) { return fast_length(
[all...]
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
H A Dapitest.rs1084 f = fast_length(f);
1085 f = fast_length(f2);
1086 f = fast_length(f3);
1087 f = fast_length(f4);

Completed in 179 milliseconds