Lines Matching refs:native_rsqrt
2106 * See also rsqrt(), native_rsqrt().
5038 * native_rsqrt: Approximate reciprocal of a square root
5046 native_rsqrt(float v);
5051 native_rsqrt(float2 v);
5056 native_rsqrt(float3 v);
5061 native_rsqrt(float4 v);
5066 native_rsqrt(half v);
5071 native_rsqrt(half2 v);
5076 native_rsqrt(half3 v);
5081 native_rsqrt(half4 v);
5893 * See also half_rsqrt(), native_rsqrt().