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

/frameworks/rs/scriptc/
H A Drs_math.rsh4991 * 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()
[all...]
/frameworks/rs/api/
H A Drs_math.spec2490 function: native_rootn
2505 function: native_rootn
2965 See also @native_rootn().
/frameworks/rs/driver/runtime/
H A Drs_cl.c2299 HN_FUNC_HN_IN(native_rootn); variable

Completed in 527 milliseconds