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

/frameworks/rs/driver/runtime/
H A Drs_cl.c1640 float __attribute__((overloadable)) native_distance(float v1, float v2) { return fast_distance(v1, v2);} function
1641 float __attribute__((overloadable)) native_distance(float2 v1, float2 v2) { return fast_distance(v1, v2);} function
1642 float __attribute__((overloadable)) native_distance(float3 v1, float3 v2) { return fast_distance(v1, v2);} function
1643 float __attribute__((overloadable)) native_distance(float4 v1, float4 v2) { return fast_distance(v1, v2);} function
2278 H_FUNC_HN_HN(native_distance); variable

Completed in 290 milliseconds