Home | History | Annotate | Download | only in clang-include

Lines Matching refs:native_tan

10059 float __ovld __cnfn native_tan(float x);
10060 float2 __ovld __cnfn native_tan(float2 x);
10061 native_tan(float3 x);
10062 float4 __ovld __cnfn native_tan(float4 x);
10063 float8 __ovld __cnfn native_tan(float8 x);
10064 float16 __ovld __cnfn native_tan(float16 x);
10066 double __ovld __cnfn native_tan(double x);
10067 double2 __ovld __cnfn native_tan(double2 x);
10068 double3 __ovld __cnfn native_tan(double3 x);
10069 double4 __ovld __cnfn native_tan(double4 x);
10070 double8 __ovld __cnfn native_tan(double8 x);
10071 double16 __ovld __cnfn native_tan(double16 x);