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

/frameworks/rs/driver/runtime/
H A Drs_cl.c751 extern float __attribute__((overloadable)) sincos(float v, float *cosptr) { function
755 extern float2 __attribute__((overloadable)) sincos(float2 v, float2 *cosptr) { function
759 extern float3 __attribute__((overloadable)) sincos(float3 v, float3 *cosptr) { function
763 extern float4 __attribute__((overloadable)) sincos(float4 v, float4 *cosptr) { function
1626 THUNK_NATIVE_F_FP(sincos)
2169 extern half __attribute__((overloadable)) sincos(half v, half *cosptr) { function
2174 extern half2 __attribute__((overloadable)) sincos(half2 v, half2 *cosptr) { function
2178 extern half3 __attribute__((overloadable)) sincos(half3 v, half3 *cosptr) { function
2182 extern half4 __attribute__((overloadable)) sincos(half4 v, half4 *cosptr) { function
2308 return sincos(
[all...]

Completed in 16 milliseconds