Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
Dapitest.rs1124 f = native_log10(f);
1125 f2 = native_log10(f2);
1126 f3 = native_log10(f3);
1127 f4 = native_log10(f4);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dapitest.rs1126 f = native_log10(f);
1127 f2 = native_log10(f2);
1128 f3 = native_log10(f3);
1129 f4 = native_log10(f4);
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dapitest.rs1106 f = native_log10(f);
1107 f2 = native_log10(f2);
1108 f3 = native_log10(f3);
1109 f4 = native_log10(f4);
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_fp16.rs211 TEST_HN_FUNC_HN(native_log10);
/frameworks/rs/driver/runtime/
Drs_cl.c1389 extern float __attribute__((overloadable)) native_log10(float v) { in native_log10() function
1392 extern float2 __attribute__((overloadable)) native_log10(float2 v) { in native_log10() function
1395 extern float3 __attribute__((overloadable)) native_log10(float3 v) { in native_log10() function
1398 extern float4 __attribute__((overloadable)) native_log10(float4 v) { in native_log10() function
2293 HN_FUNC_HN(native_log10);
/frameworks/rs/script_api/include/
Drs_math.rsh2427 * See also native_log10().
4748 * native_log10: Approximate base 10 logarithm
4758 native_log10(float v);
4763 native_log10(float2 v);
4768 native_log10(float3 v);
4773 native_log10(float4 v);
4778 native_log10(half v);
4783 native_log10(half2 v);
4788 native_log10(half3 v);
4793 native_log10(half4 v);
/frameworks/rs/script_api/
Drs_math.spec1359 See also @native_log10().
2380 function: native_log10
2397 function: native_log10
/frameworks/compile/slang/tests/P_all_api_24/
Dall24.rs7693 *(float*)buf2891 = native_log10(*(float*)buf2892);
7694 *(float2*)buf2893 = native_log10(*(float2*)buf2894);
7695 *(float3*)buf2895 = native_log10(*(float3*)buf2896);
7696 *(float4*)buf2897 = native_log10(*(float4*)buf2898);
7697 *(half*)buf2899 = native_log10(*(half*)buf2900);
7698 *(half2*)buf2901 = native_log10(*(half2*)buf2902);
7699 *(half3*)buf2903 = native_log10(*(half3*)buf2904);
7700 *(half4*)buf2905 = native_log10(*(half4*)buf2906);
/frameworks/compile/slang/tests/P_all_api_18/
Dall18.rs3694 *(float*)buf1195 = native_log10(*(float*)buf1196);
3695 *(float2*)buf1197 = native_log10(*(float2*)buf1198);
3696 *(float3*)buf1199 = native_log10(*(float3*)buf1200);
3697 *(float4*)buf1201 = native_log10(*(float4*)buf1202);
/frameworks/compile/slang/tests/P_all_api_19/
Dall19.rs3974 *(float*)buf1419 = native_log10(*(float*)buf1420);
3975 *(float2*)buf1421 = native_log10(*(float2*)buf1422);
3976 *(float3*)buf1423 = native_log10(*(float3*)buf1424);
3977 *(float4*)buf1425 = native_log10(*(float4*)buf1426);
/frameworks/compile/slang/tests/P_all_api_20/
Dall20.rs3993 *(float*)buf1419 = native_log10(*(float*)buf1420);
3994 *(float2*)buf1421 = native_log10(*(float2*)buf1422);
3995 *(float3*)buf1423 = native_log10(*(float3*)buf1424);
3996 *(float4*)buf1425 = native_log10(*(float4*)buf1426);
/frameworks/compile/slang/tests/P_all_api_21/
Dall21.rs4886 *(float*)buf1953 = native_log10(*(float*)buf1954);
4887 *(float2*)buf1955 = native_log10(*(float2*)buf1956);
4888 *(float3*)buf1957 = native_log10(*(float3*)buf1958);
4889 *(float4*)buf1959 = native_log10(*(float4*)buf1960);
/frameworks/compile/slang/tests/P_all_api_23/
Dall23.rs5536 *(float*)buf1953 = native_log10(*(float*)buf1954);
5537 *(float2*)buf1955 = native_log10(*(float2*)buf1956);
5538 *(float3*)buf1957 = native_log10(*(float3*)buf1958);
5539 *(float4*)buf1959 = native_log10(*(float4*)buf1960);
/frameworks/compile/slang/tests/P_all_api_22/
Dall22.rs5606 *(float*)buf1953 = native_log10(*(float*)buf1954);
5607 *(float2*)buf1955 = native_log10(*(float2*)buf1956);
5608 *(float3*)buf1957 = native_log10(*(float3*)buf1958);
5609 *(float4*)buf1959 = native_log10(*(float4*)buf1960);