Lines Matching refs:native_sincos
5132 * native_sincos: Approximate sine and cosine
5146 native_sincos(float v, float* cos);
5151 native_sincos(float2 v, float2* cos);
5156 native_sincos(float3 v, float3* cos);
5161 native_sincos(float4 v, float4* cos);
5166 native_sincos(half v, half* cos);
5171 native_sincos(half2 v, half2* cos);
5176 native_sincos(half3 v, half3* cos);
5181 native_sincos(half4 v, half4* cos);
6012 * See also native_sincos().