Home
last modified time | relevance | path

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

/frameworks/rs/driver/runtime/
Drs_cl.c1648 float __attribute__((overloadable)) native_length(float v) { return fast_length(v);} in native_length() function
1649 float __attribute__((overloadable)) native_length(float2 v) { return fast_length(v);} in native_length() function
1650 float __attribute__((overloadable)) native_length(float3 v) { return fast_length(v);} in native_length() function
1651 float __attribute__((overloadable)) native_length(float4 v) { return fast_length(v);} in native_length() function