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

/frameworks/rs/driver/runtime/
H A Drs_cl.c1655 float __attribute__((overloadable)) native_recip(float v) { return 1.f / v;} function
1656 float2 __attribute__((overloadable)) native_recip(float2 v) { return ((float2)1.f) / v;} function
1657 float3 __attribute__((overloadable)) native_recip(float3 v) { return ((float3)1.f) / v;} function
1658 float4 __attribute__((overloadable)) native_recip(float4 v) { return ((float4)1.f) / v;} function
2298 HN_FUNC_HN(native_recip); variable

Completed in 13 milliseconds