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

/frameworks/rs/driver/runtime/
H A Drs_cl.c1496 float __attribute__((overloadable)) native_divide(float v1, float v2) { return v1 / v2;} function
1497 float2 __attribute__((overloadable)) native_divide(float2 v1, float2 v2) { return v1 / v2;} function
1498 float3 __attribute__((overloadable)) native_divide(float3 v1, float3 v2) { return v1 / v2;} function
1499 float4 __attribute__((overloadable)) native_divide(float4 v1, float4 v2) { return v1 / v2;} function
/frameworks/rs/api/
H A Drs_core_math.spec1709 name: native_divide
/frameworks/rs/scriptc/
H A Drs_core_math.rsh7982 extern float __attribute__((const, overloadable))native_divide(float lhs, float rhs);
7991 extern float2 __attribute__((const, overloadable))native_divide(float2 lhs, float2 rhs);
8000 extern float3 __attribute__((const, overloadable))native_divide(float3 lhs, float3 rhs);
8009 extern float4 __attribute__((const, overloadable))native_divide(float4 lhs, float4 rhs);

Completed in 408 milliseconds