Searched refs:native_recip (Results 1 – 8 of 8) sorted by relevance
1658 float __attribute__((overloadable)) native_recip(float v) { return 1.f / v;} in native_recip() function1659 float2 __attribute__((overloadable)) native_recip(float2 v) { return ((float2)1.f) / v;} in native_recip() function1660 float3 __attribute__((overloadable)) native_recip(float3 v) { return ((float3)1.f) / v;} in native_recip() function1661 float4 __attribute__((overloadable)) native_recip(float4 v) { return ((float4)1.f) / v;} in native_recip() function2301 HN_FUNC_HN(native_recip);
216 TEST_HN_FUNC_HN(native_recip);
2077 * See also native_recip().4944 * native_recip: Approximate reciprocal4952 native_recip(float v);4957 native_recip(float2 v);4962 native_recip(float3 v);4967 native_recip(float4 v);4972 native_recip(half v);4977 native_recip(half2 v);4982 native_recip(half3 v);4987 native_recip(half4 v);
1145 See also @native_recip().2481 function: native_recip2495 function: native_recip
7733 *(float*)buf2979 = native_recip(*(float*)buf2980);7734 *(float2*)buf2981 = native_recip(*(float2*)buf2982);7735 *(float3*)buf2983 = native_recip(*(float3*)buf2984);7736 *(float4*)buf2985 = native_recip(*(float4*)buf2986);7737 *(half*)buf2987 = native_recip(*(half*)buf2988);7738 *(half2*)buf2989 = native_recip(*(half2*)buf2990);7739 *(half3*)buf2991 = native_recip(*(half3*)buf2992);7740 *(half4*)buf2993 = native_recip(*(half4*)buf2994);
4906 *(float*)buf1997 = native_recip(*(float*)buf1998);4907 *(float2*)buf1999 = native_recip(*(float2*)buf2000);4908 *(float3*)buf2001 = native_recip(*(float3*)buf2002);4909 *(float4*)buf2003 = native_recip(*(float4*)buf2004);
5626 *(float*)buf1997 = native_recip(*(float*)buf1998);5627 *(float2*)buf1999 = native_recip(*(float2*)buf2000);5628 *(float3*)buf2001 = native_recip(*(float3*)buf2002);5629 *(float4*)buf2003 = native_recip(*(float4*)buf2004);
5556 *(float*)buf1997 = native_recip(*(float*)buf1998);5557 *(float2*)buf1999 = native_recip(*(float2*)buf2000);5558 *(float3*)buf2001 = native_recip(*(float3*)buf2002);5559 *(float4*)buf2003 = native_recip(*(float4*)buf2004);