Searched refs:native_exp2 (Results 1 – 15 of 15) sorted by relevance
74 *out = native_exp2(i);78 *out = native_exp2(i);
1264 extern float __attribute__((overloadable)) native_exp2(float v) { in native_exp2() function1278 extern float2 __attribute__((overloadable)) native_exp2(float2 v) { in native_exp2() function1293 extern float4 __attribute__((overloadable)) native_exp2(float4 v) { in native_exp2() function1308 extern float3 __attribute__((overloadable)) native_exp2(float3 v) { in native_exp2() function1311 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()[all …]
1101 f = native_exp2(f);1102 f2 = native_exp2(f2);1103 f3 = native_exp2(f3);1104 f4 = native_exp2(f4);
1099 f = native_exp2(f);1100 f2 = native_exp2(f2);1101 f3 = native_exp2(f3);1102 f4 = native_exp2(f4);
1081 f = native_exp2(f);1082 f2 = native_exp2(f2);1083 f3 = native_exp2(f3);1084 f4 = native_exp2(f4);
205 TEST_HN_FUNC_HN(native_exp2);
1509 * See also native_exp2().4555 * native_exp2: Approximate 2 raised to a number4566 native_exp2(float v);4571 native_exp2(float2 v);4576 native_exp2(float3 v);4581 native_exp2(float4 v);4586 native_exp2(half v);4591 native_exp2(half2 v);4596 native_exp2(half3 v);4601 native_exp2(half4 v);
800 See also @native_exp2().2278 function: native_exp22296 function: native_exp2
7653 *(float*)buf2803 = native_exp2(*(float*)buf2804);7654 *(float2*)buf2805 = native_exp2(*(float2*)buf2806);7655 *(float3*)buf2807 = native_exp2(*(float3*)buf2808);7656 *(float4*)buf2809 = native_exp2(*(float4*)buf2810);7657 *(half*)buf2811 = native_exp2(*(half*)buf2812);7658 *(half2*)buf2813 = native_exp2(*(half2*)buf2814);7659 *(half3*)buf2815 = native_exp2(*(half3*)buf2816);7660 *(half4*)buf2817 = native_exp2(*(half4*)buf2818);
3686 *(float*)buf1179 = native_exp2(*(float*)buf1180);3687 *(float2*)buf1181 = native_exp2(*(float2*)buf1182);3688 *(float3*)buf1183 = native_exp2(*(float3*)buf1184);3689 *(float4*)buf1185 = native_exp2(*(float4*)buf1186);
3966 *(float*)buf1403 = native_exp2(*(float*)buf1404);3967 *(float2*)buf1405 = native_exp2(*(float2*)buf1406);3968 *(float3*)buf1407 = native_exp2(*(float3*)buf1408);3969 *(float4*)buf1409 = native_exp2(*(float4*)buf1410);
3985 *(float*)buf1403 = native_exp2(*(float*)buf1404);3986 *(float2*)buf1405 = native_exp2(*(float2*)buf1406);3987 *(float3*)buf1407 = native_exp2(*(float3*)buf1408);3988 *(float4*)buf1409 = native_exp2(*(float4*)buf1410);
4866 *(float*)buf1909 = native_exp2(*(float*)buf1910);4867 *(float2*)buf1911 = native_exp2(*(float2*)buf1912);4868 *(float3*)buf1913 = native_exp2(*(float3*)buf1914);4869 *(float4*)buf1915 = native_exp2(*(float4*)buf1916);
5586 *(float*)buf1909 = native_exp2(*(float*)buf1910);5587 *(float2*)buf1911 = native_exp2(*(float2*)buf1912);5588 *(float3*)buf1913 = native_exp2(*(float3*)buf1914);5589 *(float4*)buf1915 = native_exp2(*(float4*)buf1916);
5516 *(float*)buf1909 = native_exp2(*(float*)buf1910);5517 *(float2*)buf1911 = native_exp2(*(float2*)buf1912);5518 *(float3*)buf1913 = native_exp2(*(float3*)buf1914);5519 *(float4*)buf1915 = native_exp2(*(float4*)buf1916);