Searched defs:native_length (Results 1 – 1 of 1) sorted by relevance
1648 float __attribute__((overloadable)) native_length(float v) { return fast_length(v);} in native_length() function1649 float __attribute__((overloadable)) native_length(float2 v) { return fast_length(v);} in native_length() function1650 float __attribute__((overloadable)) native_length(float3 v) { return fast_length(v);} in native_length() function1651 float __attribute__((overloadable)) native_length(float4 v) { return fast_length(v);} in native_length() function