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

/frameworks/rs/driver/runtime/
H A Drs_cl.c748 extern float __attribute__((overloadable)) sincos(float v, float *cosptr) { argument
749 *cosptr = cos(v);
752 extern float2 __attribute__((overloadable)) sincos(float2 v, float2 *cosptr) { argument
753 *cosptr = cos(v);
756 extern float3 __attribute__((overloadable)) sincos(float3 v, float3 *cosptr) { argument
757 *cosptr = cos(v);
760 extern float4 __attribute__((overloadable)) sincos(float4 v, float4 *cosptr) { argument
761 *cosptr = cos(v);
2166 extern half __attribute__((overloadable)) sincos(half v, half *cosptr) { argument
2167 *cosptr
2171 sincos(half2 v, half2 *cosptr) argument
2175 sincos(half3 v, half3 *cosptr) argument
2179 sincos(half4 v, half4 *cosptr) argument
2304 native_sincos(half v, half *cosptr) argument
2307 native_sincos(half2 v, half2 *cosptr) argument
2310 native_sincos(half3 v, half3 *cosptr) argument
2313 native_sincos(half4 v, half4 *cosptr) argument
[all...]

Completed in 690 milliseconds