Lines Matching refs:native_exp2
1053 extern float __attribute__((overloadable)) native_exp2(float v) {
1067 extern float2 __attribute__((overloadable)) native_exp2(float2 v) {
1082 extern float4 __attribute__((overloadable)) native_exp2(float4 v) {
1097 extern float3 __attribute__((overloadable)) native_exp2(float3 v) {
1100 return native_exp2(t).xyz;
1105 return native_exp2(v * 1.442695041f);
1108 return native_exp2(v * 1.442695041f);
1111 return native_exp2(v * 1.442695041f);
1114 return native_exp2(v * 1.442695041f);
1118 return native_exp2(v * 3.321928095f);
1121 return native_exp2(v * 3.321928095f);
1124 return native_exp2(v * 3.321928095f);
1127 return native_exp2(v * 3.321928095f);
1198 return native_exp2(v2 * y);
1203 return native_exp2(v2 * y);
1208 return native_exp2(v2 * y);
1213 return native_exp2(v2 * y);