Lines Matching defs:v1
383 float __attribute__((overloadable)) atan2(float v1, float v2) { in atan2()
418 float __attribute__((overloadable)) copysign(float v1, float v2) { in copysign()
484 float __attribute__((overloadable)) fdim(float v1, float v2) { in fdim()
496 float __attribute__((overloadable)) fma(float v1, float v2, float v3) { in fma()
504 float __attribute__((overloadable)) fmod(float v1, float v2) { in fmod()
525 float __attribute__((overloadable)) frexp(float v1, int* v2) { in frexp()
531 float __attribute__((overloadable)) hypot(float v1, float v2) { in hypot()
543 float __attribute__((overloadable)) ldexp(float v1, int v2) { in ldexp()
604 float __attribute__((overloadable)) modf(float v1, float *v2) { in modf()
617 float __attribute__((overloadable)) nextafter(float v1, float v2) { in nextafter()
627 float __attribute__((overloadable)) pow(float v1, float v2) { in pow()
659 float __attribute__((overloadable)) remainder(float v1, float v2) { in remainder()
665 float __attribute__((overloadable)) remquo(float v1, float v2, int *v3) { in remquo()
1424 extern double __attribute__((overloadable)) min(double v1, double v2) { in min()
1428 extern double2 __attribute__((overloadable)) min(double2 v1, double2 v2) { in min()
1435 extern double3 __attribute__((overloadable)) min(double3 v1, double3 v2) { in min()
1443 extern double4 __attribute__((overloadable)) min(double4 v1, double4 v2) { in min()
1452 extern long __attribute__((overloadable)) min(long v1, long v2) { in min()
1455 extern long2 __attribute__((overloadable)) min(long2 v1, long2 v2) { in min()
1461 extern long3 __attribute__((overloadable)) min(long3 v1, long3 v2) { in min()
1468 extern long4 __attribute__((overloadable)) min(long4 v1, long4 v2) { in min()
1477 extern ulong __attribute__((overloadable)) min(ulong v1, ulong v2) { in min()
1480 extern ulong2 __attribute__((overloadable)) min(ulong2 v1, ulong2 v2) { in min()
1486 extern ulong3 __attribute__((overloadable)) min(ulong3 v1, ulong3 v2) { in min()
1493 extern ulong4 __attribute__((overloadable)) min(ulong4 v1, ulong4 v2) { in min()
1502 extern double __attribute__((overloadable)) max(double v1, double v2) { in max()
1506 extern double2 __attribute__((overloadable)) max(double2 v1, double2 v2) { in max()
1513 extern double3 __attribute__((overloadable)) max(double3 v1, double3 v2) { in max()
1521 extern double4 __attribute__((overloadable)) max(double4 v1, double4 v2) { in max()
1530 extern long __attribute__((overloadable)) max(long v1, long v2) { in max()
1533 extern long2 __attribute__((overloadable)) max(long2 v1, long2 v2) { in max()
1539 extern long3 __attribute__((overloadable)) max(long3 v1, long3 v2) { in max()
1546 extern long4 __attribute__((overloadable)) max(long4 v1, long4 v2) { in max()
1555 extern ulong __attribute__((overloadable)) max(ulong v1, ulong v2) { in max()
1558 extern ulong2 __attribute__((overloadable)) max(ulong2 v1, ulong2 v2) { in max()
1564 extern ulong3 __attribute__((overloadable)) max(ulong3 v1, ulong3 v2) { in max()
1571 extern ulong4 __attribute__((overloadable)) max(ulong4 v1, ulong4 v2) { in max()
1643 float __attribute__((overloadable)) native_distance(float v1, float v2) { return fast_distance(v1, … in native_distance()
1644 float __attribute__((overloadable)) native_distance(float2 v1, float2 v2) { return fast_distance(v1… in native_distance()
1645 float __attribute__((overloadable)) native_distance(float3 v1, float3 v2) { return fast_distance(v1… in native_distance()
1646 float __attribute__((overloadable)) native_distance(float4 v1, float4 v2) { return fast_distance(v1… in native_distance()
1653 float __attribute__((overloadable)) native_divide(float v1, float v2) { return v1 / v2;} in native_divide()
1654 float2 __attribute__((overloadable)) native_divide(float2 v1, float2 v2) { return v1 / v2;} in native_divide()
1655 float3 __attribute__((overloadable)) native_divide(float3 v1, float3 v2) { return v1 / v2;} in native_divide()
1656 float4 __attribute__((overloadable)) native_divide(float4 v1, float4 v2) { return v1 / v2;} in native_divide()
1978 extern half2 __attribute__((overloadable)) frexp(half2 v1, int2 *eptr) { in frexp()
1988 extern half3 __attribute__((overloadable)) frexp(half3 v1, int3 *eptr) { in frexp()
2000 extern half4 __attribute__((overloadable)) frexp(half4 v1, int4 *eptr) { in frexp()