Home | History | Annotate | Download | only in Headers

Lines Matching refs:isgreater

10569 int __ovld __cnfn isgreater(float x, float y);
10570 int2 __ovld __cnfn isgreater(float2 x, float2 y);
10571 int3 __ovld __cnfn isgreater(float3 x, float3 y);
10572 int4 __ovld __cnfn isgreater(float4 x, float4 y);
10573 int8 __ovld __cnfn isgreater(float8 x, float8 y);
10574 int16 __ovld __cnfn isgreater(float16 x, float16 y);
10576 int __ovld __cnfn isgreater(double x, double y);
10577 long2 __ovld __cnfn isgreater(double2 x, double2 y);
10578 long3 __ovld __cnfn isgreater(double3 x, double3 y);
10579 long4 __ovld __cnfn isgreater(double4 x, double4 y);
10580 long8 __ovld __cnfn isgreater(double8 x, double8 y);
10581 long16 __ovld __cnfn isgreater(double16 x, double16 y);
10584 int __ovld __cnfn isgreater(half x, half y);
10585 short2 __ovld __cnfn isgreater(half2 x, half2 y);
10586 short3 __ovld __cnfn isgreater(half3 x, half3 y);
10587 short4 __ovld __cnfn isgreater(half4 x, half4 y);
10588 short8 __ovld __cnfn isgreater(half8 x, half8 y);
10589 short16 __ovld __cnfn isgreater(half16 x, half16 y);