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

/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dmath_fp16.rs217 TEST_HN_FUNC_HN_IN(native_rootn);
/frameworks/rs/script_api/include/
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/script_api/
H A Drs_math.spec2504 function: native_rootn
2519 function: native_rootn
2979 See also @native_rootn().
/frameworks/rs/driver/runtime/
H A Drs_cl.c2302 HN_FUNC_HN_IN(native_rootn); variable

Completed in 296 milliseconds