Home | History | Annotate | Download | only in include

Lines Matching refs:half_recip

5374 extern float __attribute__((const, overloadable))half_recip(float v);
5383 extern float2 __attribute__((const, overloadable))half_recip(float2 v);
5392 extern float3 __attribute__((const, overloadable))half_recip(float3 v);
5401 extern float4 __attribute__((const, overloadable))half_recip(float4 v);