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

/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dmath_fp16.rs221 TEST_HN_FUNC_HN_PHN(native_sincos);
/frameworks/rs/driver/runtime/
H A Drs_cl.c2307 extern half __attribute__((overloadable)) native_sincos(half v, half *cosptr) { function
2310 extern half2 __attribute__((overloadable)) native_sincos(half2 v, half2 *cosptr) { function
2313 extern half3 __attribute__((overloadable)) native_sincos(half3 v, half3 *cosptr) { function
2316 extern half4 __attribute__((overloadable)) native_sincos(half4 v, half4 *cosptr) { function
/frameworks/rs/script_api/include/
H A Drs_math.rsh5132 * native_sincos: Approximate sine and cosine
5146 native_sincos(float v, float* cos);
5151 native_sincos(float2 v, float2* cos);
5156 native_sincos(float3 v, float3* cos);
5161 native_sincos(float4 v, float4* cos);
5166 native_sincos(half v, half* cos);
5171 native_sincos(half2 v, half2* cos);
5176 native_sincos(half3 v, half3* cos);
5181 native_sincos(half4 v, half4* cos);
6012 * See also native_sincos()
[all...]
/frameworks/rs/script_api/
H A Drs_math.spec2578 function: native_sincos
2594 function: native_sincos
3102 See also @native_sincos().

Completed in 329 milliseconds