Lines Matching refs:native_rootn
4991 * native_rootn: Approximate nth root
4999 native_rootn(float v, int n);
5004 native_rootn(float2 v, int2 n);
5009 native_rootn(float3 v, int3 n);
5014 native_rootn(float4 v, int4 n);
5019 native_rootn(half v, int n);
5024 native_rootn(half2 v, int2 n);
5029 native_rootn(half3 v, int3 n);
5034 native_rootn(half4 v, int4 n);
5811 * See also native_rootn().