Searched refs:half_recip (Results 1 – 20 of 20) sorted by relevance
52 …const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist…
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);
1071 f = half_recip(f);1072 f2 = half_recip(f2);1073 f3 = half_recip(f3);1074 f4 = half_recip(f4);
1069 f = half_recip(f);1070 f2 = half_recip(f2);1071 f3 = half_recip(f3);1072 f4 = half_recip(f4);
653 extern float2 __attribute__((overloadable)) half_recip(float2 v) { in half_recip() function657 extern float3 __attribute__((overloadable)) half_recip(float3 v) { in half_recip() function661 extern float4 __attribute__((overloadable)) half_recip(float4 v) { in half_recip() function
400 BENCH_FN_FUNC_FN(half_recip);
2982 *(float*)buf786 = half_recip(*(float*)buf787);2983 *(float2*)buf788 = half_recip(*(float2*)buf789);2984 *(float3*)buf790 = half_recip(*(float3*)buf791);2985 *(float4*)buf792 = half_recip(*(float4*)buf793);
1132 function: half_recip2492 See also @half_recip().
2071 * half_recip: Reciprocal computed to 16 bit precision2081 half_recip(float v);2086 half_recip(float2 v);2091 half_recip(float3 v);2096 half_recip(float4 v);4948 * See also half_recip().
3541 *(float*)buf786 = half_recip(*(float*)buf787);3542 *(float2*)buf788 = half_recip(*(float2*)buf789);3543 *(float3*)buf790 = half_recip(*(float3*)buf791);3544 *(float4*)buf792 = half_recip(*(float4*)buf793);
3840 *(float*)buf1010 = half_recip(*(float*)buf1011);3841 *(float2*)buf1012 = half_recip(*(float2*)buf1013);3842 *(float3*)buf1014 = half_recip(*(float3*)buf1015);3843 *(float4*)buf1016 = half_recip(*(float4*)buf1017);
3821 *(float*)buf1010 = half_recip(*(float*)buf1011);3822 *(float2*)buf1012 = half_recip(*(float2*)buf1013);3823 *(float3*)buf1014 = half_recip(*(float3*)buf1015);3824 *(float4*)buf1016 = half_recip(*(float4*)buf1017);
4637 *(float*)buf1316 = half_recip(*(float*)buf1317);4638 *(float2*)buf1318 = half_recip(*(float2*)buf1319);4639 *(float3*)buf1320 = half_recip(*(float3*)buf1321);4640 *(float4*)buf1322 = half_recip(*(float4*)buf1323);
5357 *(float*)buf1316 = half_recip(*(float*)buf1317);5358 *(float2*)buf1318 = half_recip(*(float2*)buf1319);5359 *(float3*)buf1320 = half_recip(*(float3*)buf1321);5360 *(float4*)buf1322 = half_recip(*(float4*)buf1323);
5287 *(float*)buf1316 = half_recip(*(float*)buf1317);5288 *(float2*)buf1318 = half_recip(*(float2*)buf1319);5289 *(float3*)buf1320 = half_recip(*(float3*)buf1321);5290 *(float4*)buf1322 = half_recip(*(float4*)buf1323);
7271 *(float*)buf1834 = half_recip(*(float*)buf1835);7272 *(float2*)buf1836 = half_recip(*(float2*)buf1837);7273 *(float3*)buf1838 = half_recip(*(float3*)buf1839);7274 *(float4*)buf1840 = half_recip(*(float4*)buf1841);
1220 extern float __attribute__((overloadable)) half_recip(float v) { in half_recip() function