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

/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);

Completed in 49 milliseconds