Searched refs:native_exp2 (Results 1 – 5 of 5) sorted by relevance
74 *out = native_exp2(i);78 *out = native_exp2(i);
1107 extern float __attribute__((overloadable)) native_exp2(float v) { in native_exp2() function1121 extern float2 __attribute__((overloadable)) native_exp2(float2 v) { in native_exp2() function1136 extern float4 __attribute__((overloadable)) native_exp2(float4 v) { in native_exp2() function1151 extern float3 __attribute__((overloadable)) native_exp2(float3 v) { in native_exp2() function1154 return native_exp2(t).xyz; in native_exp2()1159 return native_exp2(v * 1.442695041f); in native_exp()1162 return native_exp2(v * 1.442695041f); in native_exp()1165 return native_exp2(v * 1.442695041f); in native_exp()1168 return native_exp2(v * 1.442695041f); in native_exp()1172 return native_exp2(v * 3.321928095f); in native_exp10()[all …]
1081 f = native_exp2(f);1082 f2 = native_exp2(f2);1083 f3 = native_exp2(f3);1084 f4 = native_exp2(f4);
1412 name: native_exp2
8108 extern float __attribute__((const, overloadable))native_exp2(float v);8119 extern float2 __attribute__((const, overloadable))native_exp2(float2 v);8130 extern float3 __attribute__((const, overloadable))native_exp2(float3 v);8141 extern float4 __attribute__((const, overloadable))native_exp2(float4 v);