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

/frameworks/rs/driver/runtime/
H A Drs_cl.c1650 float __attribute__((overloadable)) native_divide(float v1, float v2) { return v1 / v2;} function
1651 float2 __attribute__((overloadable)) native_divide(float2 v1, float2 v2) { return v1 / v2;} function
1652 float3 __attribute__((overloadable)) native_divide(float3 v1, float3 v2) { return v1 / v2;} function
1653 float4 __attribute__((overloadable)) native_divide(float4 v1, float4 v2) { return v1 / v2;} function
2279 HN_FUNC_HN_HN(native_divide); variable
/frameworks/rs/scriptc/
H A Drs_math.rsh4410 * 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);
/frameworks/rs/api/
H A Drs_math.spec2187 function: native_divide
2200 function: native_divide

Completed in 675 milliseconds