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

/frameworks/rs/driver/runtime/
H A Drs_cl.c2304 extern half __attribute__((overloadable)) native_sincos(half v, half *cosptr) { function
2307 extern half2 __attribute__((overloadable)) native_sincos(half2 v, half2 *cosptr) { function
2310 extern half3 __attribute__((overloadable)) native_sincos(half3 v, half3 *cosptr) { function
2313 extern half4 __attribute__((overloadable)) native_sincos(half4 v, half4 *cosptr) { function

Completed in 676 milliseconds