Home | History | Annotate | Download | only in runtime

Lines Matching refs:native_exp2

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