Searched refs:native_length (Results 1 – 3 of 3) sorted by relevance
1491 float __attribute__((overloadable)) native_length(float v) { return fast_length(v);} in native_length() function1492 float __attribute__((overloadable)) native_length(float2 v) { return fast_length(v);} in native_length() function1493 float __attribute__((overloadable)) native_length(float3 v) { return fast_length(v);} in native_length() function1494 float __attribute__((overloadable)) native_length(float4 v) { return fast_length(v);} in native_length() function
1745 name: native_length
8222 extern float __attribute__((const, overloadable))native_length(float v);8231 extern float __attribute__((const, overloadable))native_length(float2 v);8240 extern float __attribute__((const, overloadable))native_length(float3 v);8249 extern float __attribute__((const, overloadable))native_length(float4 v);