Lines Matching refs:native_exp2
1107 extern float __attribute__((overloadable)) native_exp2(float v) { in native_exp2() function
1121 extern float2 __attribute__((overloadable)) native_exp2(float2 v) { in native_exp2() function
1136 extern float4 __attribute__((overloadable)) native_exp2(float4 v) { in native_exp2() function
1151 extern float3 __attribute__((overloadable)) native_exp2(float3 v) { in native_exp2() function
1154 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()
1175 return native_exp2(v * 3.321928095f); in native_exp10()
1178 return native_exp2(v * 3.321928095f); in native_exp10()
1181 return native_exp2(v * 3.321928095f); in native_exp10()
1249 return native_exp2(v2); in native_powr()
1254 return native_exp2(v2); in native_powr()
1259 return native_exp2(v2); in native_powr()
1264 return native_exp2(v2); in native_powr()