Searched refs:cosptr (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) { argument
752 *cosptr = cos(v);
755 extern float2 __attribute__((overloadable)) sincos(float2 v, float2 *cosptr) { argument
756 *cosptr = cos(v);
759 extern float3 __attribute__((overloadable)) sincos(float3 v, float3 *cosptr) { argument
760 *cosptr = cos(v);
763 extern float4 __attribute__((overloadable)) sincos(float4 v, float4 *cosptr) { argument
764 *cosptr = cos(v);
2169 extern half __attribute__((overloadable)) sincos(half v, half *cosptr) { argument
2170 *cosptr
2174 sincos(half2 v, half2 *cosptr) argument
2178 sincos(half3 v, half3 *cosptr) argument
2182 sincos(half4 v, half4 *cosptr) argument
2307 native_sincos(half v, half *cosptr) argument
2310 native_sincos(half2 v, half2 *cosptr) argument
2313 native_sincos(half3 v, half3 *cosptr) argument
2316 native_sincos(half4 v, half4 *cosptr) argument
[all...]

Completed in 40 milliseconds