Home | History | Annotate | Download | only in include

Lines Matching refs:native_divide

4410  * native_divide: Approximate division
4416 native_divide(float left_vector, float right_vector);
4421 native_divide(float2 left_vector, float2 right_vector);
4426 native_divide(float3 left_vector, float3 right_vector);
4431 native_divide(float4 left_vector, float4 right_vector);
4436 native_divide(half left_vector, half right_vector);
4441 native_divide(half2 left_vector, half2 right_vector);
4446 native_divide(half3 left_vector, half3 right_vector);
4451 native_divide(half4 left_vector, half4 right_vector);