Lines Matching refs:native_exp2
1264 extern float __attribute__((overloadable)) native_exp2(float v) { in native_exp2() function
1278 extern float2 __attribute__((overloadable)) native_exp2(float2 v) { in native_exp2() function
1293 extern float4 __attribute__((overloadable)) native_exp2(float4 v) { in native_exp2() function
1308 extern float3 __attribute__((overloadable)) native_exp2(float3 v) { in native_exp2() function
1311 return native_exp2(t).xyz; in native_exp2()
1316 return native_exp2(v * 1.442695041f); in native_exp()
1319 return native_exp2(v * 1.442695041f); in native_exp()
1322 return native_exp2(v * 1.442695041f); in native_exp()
1325 return native_exp2(v * 1.442695041f); in native_exp()
1329 return native_exp2(v * 3.321928095f); in native_exp10()
1332 return native_exp2(v * 3.321928095f); in native_exp10()
1335 return native_exp2(v * 3.321928095f); in native_exp10()
1338 return native_exp2(v * 3.321928095f); in native_exp10()
1406 return native_exp2(v2); in native_powr()
1411 return native_exp2(v2); in native_powr()
1416 return native_exp2(v2); in native_powr()
1421 return native_exp2(v2); in native_powr()
2286 HN_FUNC_HN(native_exp2);