Searched refs:native_recip (Results 1 - 3 of 3) 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
/frameworks/rs/scriptc/
H A Drs_math.rsh2077 * See also native_recip().
4944 * native_recip: Approximate reciprocal
4952 native_recip(float v);
4957 native_recip(float2 v);
4962 native_recip(float3 v);
4967 native_recip(float4 v);
4972 native_recip(half v);
4977 native_recip(half2 v);
4982 native_recip(half3 v);
4987 native_recip(half
[all...]
/frameworks/rs/api/
H A Drs_math.spec1131 See also @native_recip().
2467 function: native_recip
2481 function: native_recip

Completed in 231 milliseconds