Home | History | Annotate | Download | only in Headers

Lines Matching refs:native_sin

10021 float __ovld __cnfn native_sin(float x);
10022 float2 __ovld __cnfn native_sin(float2 x);
10023 float3 __ovld __cnfn native_sin(float3 x);
10024 float4 __ovld __cnfn native_sin(float4 x);
10025 float8 __ovld __cnfn native_sin(float8 x);
10026 float16 __ovld __cnfn native_sin(float16 x);
10028 double __ovld __cnfn native_sin(double x);
10029 double2 __ovld __cnfn native_sin(double2 x);
10030 double3 __ovld __cnfn native_sin(double3 x);
10031 double4 __ovld __cnfn native_sin(double4 x);
10032 double8 __ovld __cnfn native_sin(double8 x);
10033 double16 __ovld __cnfn native_sin(double16 x);