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

/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...]

Completed in 81 milliseconds