Home
last modified time | relevance | path

Searched refs:native_log (Results 1 – 14 of 14) sorted by relevance

/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
Dapitest.rs1119 f = native_log(f);
1120 f2 = native_log(f2);
1121 f3 = native_log(f3);
1122 f4 = native_log(f4);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dapitest.rs1121 f = native_log(f);
1122 f2 = native_log(f2);
1123 f3 = native_log(f3);
1124 f4 = native_log(f4);
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dapitest.rs1101 f = native_log(f);
1102 f2 = native_log(f2);
1103 f3 = native_log(f3);
1104 f4 = native_log(f4);
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_fp16.rs210 TEST_HN_FUNC_HN(native_log);
/frameworks/rs/driver/runtime/
Drs_cl.c1376 extern float __attribute__((overloadable)) native_log(float v) { in native_log() function
1379 extern float2 __attribute__((overloadable)) native_log(float2 v) { in native_log() function
1382 extern float3 __attribute__((overloadable)) native_log(float3 v) { in native_log() function
1385 extern float4 __attribute__((overloadable)) native_log(float4 v) { in native_log() function
2292 HN_FUNC_HN(native_log);
/frameworks/rs/script_api/include/
Drs_math.rsh2388 * See also native_log().
4699 * native_log: Approximate natural logarithm
4709 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);
/frameworks/rs/script_api/
Drs_math.spec1336 See also @native_log().
2354 function: native_log
2371 function: native_log
/frameworks/compile/slang/tests/P_all_api_24/
Dall24.rs7685 *(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);
/frameworks/compile/slang/tests/P_all_api_18/
Dall18.rs3690 *(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);
/frameworks/compile/slang/tests/P_all_api_19/
Dall19.rs3970 *(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);
/frameworks/compile/slang/tests/P_all_api_20/
Dall20.rs3989 *(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);
/frameworks/compile/slang/tests/P_all_api_21/
Dall21.rs4882 *(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);
/frameworks/compile/slang/tests/P_all_api_23/
Dall23.rs5532 *(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);
/frameworks/compile/slang/tests/P_all_api_22/
Dall22.rs5602 *(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);