Searched refs:native_exp (Results 1 – 10 of 10) 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…
40 float sx = (float)(Vib/(1+native_exp(-red*3)));
1086 f = native_exp(f);1087 f2 = native_exp(f2);1088 f3 = native_exp(f3);1089 f4 = native_exp(f4);
1158 extern float __attribute__((overloadable)) native_exp(float v) { in native_exp() function1161 extern float2 __attribute__((overloadable)) native_exp(float2 v) { in native_exp() function1164 extern float3 __attribute__((overloadable)) native_exp(float3 v) { in native_exp() function1167 extern float4 __attribute__((overloadable)) native_exp(float4 v) { in native_exp() function
1398 name: native_exp
8020 extern float __attribute__((const, overloadable))native_exp(float v);8031 extern float2 __attribute__((const, overloadable))native_exp(float2 v);8042 extern float3 __attribute__((const, overloadable))native_exp(float3 v);8053 extern float4 __attribute__((const, overloadable))native_exp(float4 v);