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

/frameworks/rs/driver/runtime/
H A Drs_cl.c1015 extern float __attribute__((overloadable)) fast_length(float v) { function
1018 extern float __attribute__((overloadable)) fast_length(float2 v) { function
1021 extern float __attribute__((overloadable)) fast_length(float3 v) { function
1024 extern float __attribute__((overloadable)) fast_length(float4 v) { function
1029 return fast_length(lhs - rhs);
1032 return fast_length(lhs - rhs);
1035 return fast_length(lhs - rhs);
1038 return fast_length(lhs - rhs);
1497 float __attribute__((overloadable)) native_length(float v) { return fast_length(v);}
1498 float __attribute__((overloadable)) native_length(float2 v) { return fast_length(
[all...]

Completed in 35 milliseconds