Lines Matching refs:powr
9082 float __ovld __cnfn powr(float x, float y);
9083 float2 __ovld __cnfn powr(float2 x, float2 y);
9084 float3 __ovld __cnfn powr(float3 x, float3 y);
9085 float4 __ovld __cnfn powr(float4 x, float4 y);
9086 float8 __ovld __cnfn powr(float8 x, float8 y);
9087 float16 __ovld __cnfn powr(float16 x, float16 y);
9089 double __ovld __cnfn powr(double x, double y);
9090 double2 __ovld __cnfn powr(double2 x, double2 y);
9091 double3 __ovld __cnfn powr(double3 x, double3 y);
9092 double4 __ovld __cnfn powr(double4 x, double4 y);
9093 double8 __ovld __cnfn powr(double8 x, double8 y);
9094 double16 __ovld __cnfn powr(double16 x, double16 y);
9097 half __ovld __cnfn powr(half x, half y);
9098 half2 __ovld __cnfn powr(half2 x, half2 y);
9099 half3 __ovld __cnfn powr(half3 x, half3 y);
9100 half4 __ovld __cnfn powr(half4 x, half4 y);
9101 half8 __ovld __cnfn powr(half8 x, half8 y);
9102 half16 __ovld __cnfn powr(half16 x, half16 y);