Searched refs:native_log (Results 1 – 14 of 14) sorted by relevance
1101 f = native_log(f);1102 f2 = native_log(f2);1103 f3 = native_log(f3);1104 f4 = native_log(f4);
1121 f = native_log(f);1122 f2 = native_log(f2);1123 f3 = native_log(f3);1124 f4 = native_log(f4);
1119 f = native_log(f);1120 f2 = native_log(f2);1121 f3 = native_log(f3);1122 f4 = native_log(f4);
1376 extern float __attribute__((overloadable)) native_log(float v) { in native_log() function1379 extern float2 __attribute__((overloadable)) native_log(float2 v) { in native_log() function1382 extern float3 __attribute__((overloadable)) native_log(float3 v) { in native_log() function1385 extern float4 __attribute__((overloadable)) native_log(float4 v) { in native_log() function2292 HN_FUNC_HN(native_log);
210 TEST_HN_FUNC_HN(native_log);
2388 * See also native_log().4699 * native_log: Approximate natural logarithm4709 native_log(float v);4714 native_log(float2 v);4719 native_log(float3 v);4724 native_log(float4 v);4729 native_log(half v);4734 native_log(half2 v);4739 native_log(half3 v);4744 native_log(half4 v);
1336 See also @native_log().2354 function: native_log2371 function: native_log
7685 *(float*)buf2875 = native_log(*(float*)buf2876);7686 *(float2*)buf2877 = native_log(*(float2*)buf2878);7687 *(float3*)buf2879 = native_log(*(float3*)buf2880);7688 *(float4*)buf2881 = native_log(*(float4*)buf2882);7689 *(half*)buf2883 = native_log(*(half*)buf2884);7690 *(half2*)buf2885 = native_log(*(half2*)buf2886);7691 *(half3*)buf2887 = native_log(*(half3*)buf2888);7692 *(half4*)buf2889 = native_log(*(half4*)buf2890);
3690 *(float*)buf1187 = native_log(*(float*)buf1188);3691 *(float2*)buf1189 = native_log(*(float2*)buf1190);3692 *(float3*)buf1191 = native_log(*(float3*)buf1192);3693 *(float4*)buf1193 = native_log(*(float4*)buf1194);
3989 *(float*)buf1411 = native_log(*(float*)buf1412);3990 *(float2*)buf1413 = native_log(*(float2*)buf1414);3991 *(float3*)buf1415 = native_log(*(float3*)buf1416);3992 *(float4*)buf1417 = native_log(*(float4*)buf1418);
3970 *(float*)buf1411 = native_log(*(float*)buf1412);3971 *(float2*)buf1413 = native_log(*(float2*)buf1414);3972 *(float3*)buf1415 = native_log(*(float3*)buf1416);3973 *(float4*)buf1417 = native_log(*(float4*)buf1418);
4882 *(float*)buf1945 = native_log(*(float*)buf1946);4883 *(float2*)buf1947 = native_log(*(float2*)buf1948);4884 *(float3*)buf1949 = native_log(*(float3*)buf1950);4885 *(float4*)buf1951 = native_log(*(float4*)buf1952);
5602 *(float*)buf1945 = native_log(*(float*)buf1946);5603 *(float2*)buf1947 = native_log(*(float2*)buf1948);5604 *(float3*)buf1949 = native_log(*(float3*)buf1950);5605 *(float4*)buf1951 = native_log(*(float4*)buf1952);
5532 *(float*)buf1945 = native_log(*(float*)buf1946);5533 *(float2*)buf1947 = native_log(*(float2*)buf1948);5534 *(float3*)buf1949 = native_log(*(float3*)buf1950);5535 *(float4*)buf1951 = native_log(*(float4*)buf1952);