Lines Matching defs:cosptr
752 extern float2 __attribute__((overloadable)) sincos(float2 v, float2 *cosptr) { in sincos()
756 extern float3 __attribute__((overloadable)) sincos(float3 v, float3 *cosptr) { in sincos()
760 extern float4 __attribute__((overloadable)) sincos(float4 v, float4 *cosptr) { in sincos()
2166 extern half __attribute__((overloadable)) sincos(half v, half *cosptr) { in sincos()
2171 extern half2 __attribute__((overloadable)) sincos(half2 v, half2 *cosptr) { in sincos()
2175 extern half3 __attribute__((overloadable)) sincos(half3 v, half3 *cosptr) { in sincos()
2179 extern half4 __attribute__((overloadable)) sincos(half4 v, half4 *cosptr) { in sincos()
2304 extern half __attribute__((overloadable)) native_sincos(half v, half *cosptr) { in native_sincos()
2307 extern half2 __attribute__((overloadable)) native_sincos(half2 v, half2 *cosptr) { in native_sincos()
2310 extern half3 __attribute__((overloadable)) native_sincos(half3 v, half3 *cosptr) { in native_sincos()
2313 extern half4 __attribute__((overloadable)) native_sincos(half4 v, half4 *cosptr) { in native_sincos()