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

/frameworks/rs/driver/runtime/
H A Drs_cl.c1502 float __attribute__((overloadable)) native_divide(float v1, float v2) { return v1 / v2;} function
1503 float2 __attribute__((overloadable)) native_divide(float2 v1, float2 v2) { return v1 / v2;} function
1504 float3 __attribute__((overloadable)) native_divide(float3 v1, float3 v2) { return v1 / v2;} function
1505 float4 __attribute__((overloadable)) native_divide(float4 v1, float4 v2) { return v1 / v2;} function

Completed in 160 milliseconds