Searched defs:native_divide (Results 1 – 1 of 1) sorted by relevance
1650 float __attribute__((overloadable)) native_divide(float v1, float v2) { return v1 / v2;} in native_divide() function1651 float2 __attribute__((overloadable)) native_divide(float2 v1, float2 v2) { return v1 / v2;} in native_divide() function1652 float3 __attribute__((overloadable)) native_divide(float3 v1, float3 v2) { return v1 / v2;} in native_divide() function1653 float4 __attribute__((overloadable)) native_divide(float4 v1, float4 v2) { return v1 / v2;} in native_divide() function