Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dapitest.rscript1091 f = native_exp10(f);
1092 f2 = native_exp10(f2);
1093 f3 = native_exp10(f3);
1094 f4 = native_exp10(f4);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dapitest.rscript1111 f = native_exp10(f);
1112 f2 = native_exp10(f2);
1113 f3 = native_exp10(f3);
1114 f4 = native_exp10(f4);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
Dapitest.rscript1109 f = native_exp10(f);
1110 f2 = native_exp10(f2);
1111 f3 = native_exp10(f3);
1112 f4 = native_exp10(f4);
/frameworks/rs/driver/runtime/
Drs_cl.c1328 extern float __attribute__((overloadable)) native_exp10(float v) { in native_exp10() function
1331 extern float2 __attribute__((overloadable)) native_exp10(float2 v) { in native_exp10() function
1334 extern float3 __attribute__((overloadable)) native_exp10(float3 v) { in native_exp10() function
1337 extern float4 __attribute__((overloadable)) native_exp10(float4 v) { in native_exp10() function
2285 HN_FUNC_HN(native_exp10);
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_fp16.rscript204 TEST_HN_FUNC_HN(native_exp10);
/frameworks/rs/script_api/include/
Drs_math.rsh1470 * See also native_exp10().
4505 * native_exp10: Approximate 10 raised to a number
4516 native_exp10(float v);
4521 native_exp10(float2 v);
4526 native_exp10(float3 v);
4531 native_exp10(float4 v);
4536 native_exp10(half v);
4541 native_exp10(half2 v);
4546 native_exp10(half3 v);
4551 native_exp10(half4 v);
/frameworks/rs/script_api/
Drs_math.spec777 See also @native_exp10().
2251 function: native_exp10
2269 function: native_exp10
/frameworks/compile/slang/tests/P_all_api_24/
Dall24.rscript7645 *(float*)buf2787 = native_exp10(*(float*)buf2788);
7646 *(float2*)buf2789 = native_exp10(*(float2*)buf2790);
7647 *(float3*)buf2791 = native_exp10(*(float3*)buf2792);
7648 *(float4*)buf2793 = native_exp10(*(float4*)buf2794);
7649 *(half*)buf2795 = native_exp10(*(half*)buf2796);
7650 *(half2*)buf2797 = native_exp10(*(half2*)buf2798);
7651 *(half3*)buf2799 = native_exp10(*(half3*)buf2800);
7652 *(half4*)buf2801 = native_exp10(*(half4*)buf2802);
/frameworks/compile/slang/tests/P_all_api_18/
Dall18.rscript3682 *(float*)buf1171 = native_exp10(*(float*)buf1172);
3683 *(float2*)buf1173 = native_exp10(*(float2*)buf1174);
3684 *(float3*)buf1175 = native_exp10(*(float3*)buf1176);
3685 *(float4*)buf1177 = native_exp10(*(float4*)buf1178);
/frameworks/compile/slang/tests/P_all_api_20/
Dall20.rscript3981 *(float*)buf1395 = native_exp10(*(float*)buf1396);
3982 *(float2*)buf1397 = native_exp10(*(float2*)buf1398);
3983 *(float3*)buf1399 = native_exp10(*(float3*)buf1400);
3984 *(float4*)buf1401 = native_exp10(*(float4*)buf1402);
/frameworks/compile/slang/tests/P_all_api_19/
Dall19.rscript3962 *(float*)buf1395 = native_exp10(*(float*)buf1396);
3963 *(float2*)buf1397 = native_exp10(*(float2*)buf1398);
3964 *(float3*)buf1399 = native_exp10(*(float3*)buf1400);
3965 *(float4*)buf1401 = native_exp10(*(float4*)buf1402);
/frameworks/compile/slang/tests/P_all_api_21/
Dall21.rscript4862 *(float*)buf1901 = native_exp10(*(float*)buf1902);
4863 *(float2*)buf1903 = native_exp10(*(float2*)buf1904);
4864 *(float3*)buf1905 = native_exp10(*(float3*)buf1906);
4865 *(float4*)buf1907 = native_exp10(*(float4*)buf1908);
/frameworks/compile/slang/tests/P_all_api_22/
Dall22.rscript5582 *(float*)buf1901 = native_exp10(*(float*)buf1902);
5583 *(float2*)buf1903 = native_exp10(*(float2*)buf1904);
5584 *(float3*)buf1905 = native_exp10(*(float3*)buf1906);
5585 *(float4*)buf1907 = native_exp10(*(float4*)buf1908);
/frameworks/compile/slang/tests/P_all_api_23/
Dall23.rscript5512 *(float*)buf1901 = native_exp10(*(float*)buf1902);
5513 *(float2*)buf1903 = native_exp10(*(float2*)buf1904);
5514 *(float3*)buf1905 = native_exp10(*(float3*)buf1906);
5515 *(float4*)buf1907 = native_exp10(*(float4*)buf1908);