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

/frameworks/rs/driver/runtime/
H A Drs_cl.c1009 extern float __attribute__((overloadable)) fast_length(float v) { function
1012 extern float __attribute__((overloadable)) fast_length(float2 v) { function
1015 extern float __attribute__((overloadable)) fast_length(float3 v) { function
1018 extern float __attribute__((overloadable)) fast_length(float4 v) { function
1023 return fast_length(lhs - rhs);
1026 return fast_length(lhs - rhs);
1029 return fast_length(lhs - rhs);
1032 return fast_length(lhs - rhs);
1491 float __attribute__((overloadable)) native_length(float v) { return fast_length(v);}
1492 float __attribute__((overloadable)) native_length(float2 v) { return fast_length(
[all...]

Completed in 910 milliseconds