Searched refs:native_log2 (Results 1 – 14 of 14) sorted by relevance
1341 extern float __attribute__((overloadable)) native_log2(float v) { in native_log2() function1363 extern float2 __attribute__((overloadable)) native_log2(float2 v) { in native_log2() function1364 float2 v2 = {native_log2(v.x), native_log2(v.y)}; in native_log2()1367 extern float3 __attribute__((overloadable)) native_log2(float3 v) { in native_log2() function1368 float3 v2 = {native_log2(v.x), native_log2(v.y), native_log2(v.z)}; in native_log2()1371 extern float4 __attribute__((overloadable)) native_log2(float4 v) { in native_log2() function1372 float4 v2 = {native_log2(v.x), native_log2(v.y), native_log2(v.z), native_log2(v.w)}; in native_log2()1377 return native_log2(v) * (1.f / 1.442695041f); in native_log()1380 return native_log2(v) * (1.f / 1.442695041f); in native_log()1383 return native_log2(v) * (1.f / 1.442695041f); in native_log()[all …]
1096 f = native_log2(f);1097 f2 = native_log2(f2);1098 f3 = native_log2(f3);1099 f4 = native_log2(f4);
1116 f = native_log2(f);1117 f2 = native_log2(f2);1118 f3 = native_log2(f3);1119 f4 = native_log2(f4);
1114 f = native_log2(f);1115 f2 = native_log2(f2);1116 f3 = native_log2(f3);1117 f4 = native_log2(f4);
213 TEST_HN_FUNC_HN(native_log2);
2505 * See also native_log2().4844 * native_log2: Approximate base 2 logarithm4854 native_log2(float v);4859 native_log2(float2 v);4864 native_log2(float3 v);4869 native_log2(float4 v);4874 native_log2(half v);4879 native_log2(half2 v);4884 native_log2(half3 v);4889 native_log2(half4 v);
1405 See also @native_log2().2429 function: native_log22446 function: native_log2
7709 *(float*)buf2923 = native_log2(*(float*)buf2924);7710 *(float2*)buf2925 = native_log2(*(float2*)buf2926);7711 *(float3*)buf2927 = native_log2(*(float3*)buf2928);7712 *(float4*)buf2929 = native_log2(*(float4*)buf2930);7713 *(half*)buf2931 = native_log2(*(half*)buf2932);7714 *(half2*)buf2933 = native_log2(*(half2*)buf2934);7715 *(half3*)buf2935 = native_log2(*(half3*)buf2936);7716 *(half4*)buf2937 = native_log2(*(half4*)buf2938);
3698 *(float*)buf1203 = native_log2(*(float*)buf1204);3699 *(float2*)buf1205 = native_log2(*(float2*)buf1206);3700 *(float3*)buf1207 = native_log2(*(float3*)buf1208);3701 *(float4*)buf1209 = native_log2(*(float4*)buf1210);
3978 *(float*)buf1427 = native_log2(*(float*)buf1428);3979 *(float2*)buf1429 = native_log2(*(float2*)buf1430);3980 *(float3*)buf1431 = native_log2(*(float3*)buf1432);3981 *(float4*)buf1433 = native_log2(*(float4*)buf1434);
3997 *(float*)buf1427 = native_log2(*(float*)buf1428);3998 *(float2*)buf1429 = native_log2(*(float2*)buf1430);3999 *(float3*)buf1431 = native_log2(*(float3*)buf1432);4000 *(float4*)buf1433 = native_log2(*(float4*)buf1434);
4894 *(float*)buf1969 = native_log2(*(float*)buf1970);4895 *(float2*)buf1971 = native_log2(*(float2*)buf1972);4896 *(float3*)buf1973 = native_log2(*(float3*)buf1974);4897 *(float4*)buf1975 = native_log2(*(float4*)buf1976);
5544 *(float*)buf1969 = native_log2(*(float*)buf1970);5545 *(float2*)buf1971 = native_log2(*(float2*)buf1972);5546 *(float3*)buf1973 = native_log2(*(float3*)buf1974);5547 *(float4*)buf1975 = native_log2(*(float4*)buf1976);
5614 *(float*)buf1969 = native_log2(*(float*)buf1970);5615 *(float2*)buf1971 = native_log2(*(float2*)buf1972);5616 *(float3*)buf1973 = native_log2(*(float3*)buf1974);5617 *(float4*)buf1975 = native_log2(*(float4*)buf1976);