Searched refs:native_exp (Results 1 – 22 of 22) sorted by relevance
33 float S = (float)(Vib/(1+native_exp(-red*3)))+1;
53 …const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist…
52 …const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist…
1086 f = native_exp(f);1087 f2 = native_exp(f2);1088 f3 = native_exp(f3);1089 f4 = native_exp(f4);
1106 f = native_exp(f);1107 f2 = native_exp(f2);1108 f3 = native_exp(f3);1109 f4 = native_exp(f4);
1104 f = native_exp(f);1105 f2 = native_exp(f2);1106 f3 = native_exp(f3);1107 f4 = native_exp(f4);
1315 extern float __attribute__((overloadable)) native_exp(float v) { in native_exp() function1318 extern float2 __attribute__((overloadable)) native_exp(float2 v) { in native_exp() function1321 extern float3 __attribute__((overloadable)) native_exp(float3 v) { in native_exp() function1324 extern float4 __attribute__((overloadable)) native_exp(float4 v) { in native_exp() function2284 HN_FUNC_HN(native_exp);
203 TEST_HN_FUNC_HN(native_exp);
1431 * See also native_exp().4455 * native_exp: Approximate e raised to a number4466 native_exp(float v);4471 native_exp(float2 v);4476 native_exp(float3 v);4481 native_exp(float4 v);4486 native_exp(half v);4491 native_exp(half2 v);4496 native_exp(half3 v);4501 native_exp(half4 v);
754 See also @native_exp().2224 function: native_exp2242 function: native_exp
7637 *(float*)buf2771 = native_exp(*(float*)buf2772);7638 *(float2*)buf2773 = native_exp(*(float2*)buf2774);7639 *(float3*)buf2775 = native_exp(*(float3*)buf2776);7640 *(float4*)buf2777 = native_exp(*(float4*)buf2778);7641 *(half*)buf2779 = native_exp(*(half*)buf2780);7642 *(half2*)buf2781 = native_exp(*(half2*)buf2782);7643 *(half3*)buf2783 = native_exp(*(half3*)buf2784);7644 *(half4*)buf2785 = native_exp(*(half4*)buf2786);
3678 *(float*)buf1163 = native_exp(*(float*)buf1164);3679 *(float2*)buf1165 = native_exp(*(float2*)buf1166);3680 *(float3*)buf1167 = native_exp(*(float3*)buf1168);3681 *(float4*)buf1169 = native_exp(*(float4*)buf1170);
3977 *(float*)buf1387 = native_exp(*(float*)buf1388);3978 *(float2*)buf1389 = native_exp(*(float2*)buf1390);3979 *(float3*)buf1391 = native_exp(*(float3*)buf1392);3980 *(float4*)buf1393 = native_exp(*(float4*)buf1394);
3958 *(float*)buf1387 = native_exp(*(float*)buf1388);3959 *(float2*)buf1389 = native_exp(*(float2*)buf1390);3960 *(float3*)buf1391 = native_exp(*(float3*)buf1392);3961 *(float4*)buf1393 = native_exp(*(float4*)buf1394);
4858 *(float*)buf1893 = native_exp(*(float*)buf1894);4859 *(float2*)buf1895 = native_exp(*(float2*)buf1896);4860 *(float3*)buf1897 = native_exp(*(float3*)buf1898);4861 *(float4*)buf1899 = native_exp(*(float4*)buf1900);
5578 *(float*)buf1893 = native_exp(*(float*)buf1894);5579 *(float2*)buf1895 = native_exp(*(float2*)buf1896);5580 *(float3*)buf1897 = native_exp(*(float3*)buf1898);5581 *(float4*)buf1899 = native_exp(*(float4*)buf1900);
5508 *(float*)buf1893 = native_exp(*(float*)buf1894);5509 *(float2*)buf1895 = native_exp(*(float2*)buf1896);5510 *(float3*)buf1897 = native_exp(*(float3*)buf1898);5511 *(float4*)buf1899 = native_exp(*(float4*)buf1900);