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

/frameworks/rs/driver/runtime/
H A Drs_cl.c1507 float __attribute__((overloadable)) native_recip(float v) { return 1.f / v;} function
1508 float2 __attribute__((overloadable)) native_recip(float2 v) { return ((float2)1.f) / v;} function
1509 float3 __attribute__((overloadable)) native_recip(float3 v) { return ((float3)1.f) / v;} function
1510 float4 __attribute__((overloadable)) native_recip(float4 v) { return ((float4)1.f) / v;} function
/frameworks/rs/scriptc/
H A Drs_math.rsh1304 * See also native_recip().
3281 * native_recip: Approximate reciprocal
3289 native_recip(float v);
3294 native_recip(float2 v);
3299 native_recip(float3 v);
3304 native_recip(float4 v);
/frameworks/rs/api/
H A Drs_math.spec765 See also @native_recip().
1651 function: native_recip

Completed in 49 milliseconds