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

/frameworks/rs/driver/runtime/
H A Drs_cl.c1497 float __attribute__((overloadable)) native_length(float v) { return fast_length(v);} function
1498 float __attribute__((overloadable)) native_length(float2 v) { return fast_length(v);} function
1499 float __attribute__((overloadable)) native_length(float3 v) { return fast_length(v);} function
1500 float __attribute__((overloadable)) native_length(float4 v) { return fast_length(v);} function

Completed in 11 milliseconds