Searched refs:half_recip (Results 1 – 9 of 9) sorted by relevance
53 …const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist…
1051 f = half_recip(f);1052 f2 = half_recip(f2);1053 f3 = half_recip(f3);1054 f4 = half_recip(f4);
664 extern float2 __attribute__((overloadable)) half_recip(float2 v) { in half_recip() function668 extern float3 __attribute__((overloadable)) half_recip(float3 v) { in half_recip() function672 extern float4 __attribute__((overloadable)) half_recip(float4 v) { in half_recip() function
386 BENCH_FN_FUNC_FN(half_recip);
1328 name: half_recip
1063 extern float __attribute__((overloadable)) half_recip(float v) { in half_recip() function
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);