Searched defs:native_divide (Results 1 – 1 of 1) sorted by relevance
1653 float __attribute__((overloadable)) native_divide(float v1, float v2) { return v1 / v2;} in native_divide() function1654 float2 __attribute__((overloadable)) native_divide(float2 v1, float2 v2) { return v1 / v2;} in native_divide() function1655 float3 __attribute__((overloadable)) native_divide(float3 v1, float3 v2) { return v1 / v2;} in native_divide() function1656 float4 __attribute__((overloadable)) native_divide(float4 v1, float4 v2) { return v1 / v2;} in native_divide() function