rs_cl.c | 1643 float __attribute__((overloadable)) native_distance(float v1, float v2) { return fast_distance(v1, v2);} function 1644 float __attribute__((overloadable)) native_distance(float2 v1, float2 v2) { return fast_distance(v1, v2);} function 1645 float __attribute__((overloadable)) native_distance(float3 v1, float3 v2) { return fast_distance(v1, v2);} function 1646 float __attribute__((overloadable)) native_distance(float4 v1, float4 v2) { return fast_distance(v1, v2);} function 2281 H_FUNC_HN_HN(native_distance); variable [all...] |