Home
last modified time | relevance | path

Searched refs:native_exp2 (Results 1 – 15 of 15) sorted by relevance

/frameworks/rs/tests/java_api/MathErr/src/com/example/android/rs/matherr/
Dmath_err.rscript74 *out = native_exp2(i);
78 *out = native_exp2(i);
/frameworks/rs/driver/runtime/
Drs_cl.c1264 extern float __attribute__((overloadable)) native_exp2(float v) { in native_exp2() function
1278 extern float2 __attribute__((overloadable)) native_exp2(float2 v) { in native_exp2() function
1293 extern float4 __attribute__((overloadable)) native_exp2(float4 v) { in native_exp2() function
1308 extern float3 __attribute__((overloadable)) native_exp2(float3 v) { in native_exp2() function
1311 return native_exp2(t).xyz; in native_exp2()
1316 return native_exp2(v * 1.442695041f); in native_exp()
1319 return native_exp2(v * 1.442695041f); in native_exp()
1322 return native_exp2(v * 1.442695041f); in native_exp()
1325 return native_exp2(v * 1.442695041f); in native_exp()
1329 return native_exp2(v * 3.321928095f); in native_exp10()
[all …]
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dapitest.rscript1101 f = native_exp2(f);
1102 f2 = native_exp2(f2);
1103 f3 = native_exp2(f3);
1104 f4 = native_exp2(f4);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
Dapitest.rscript1099 f = native_exp2(f);
1100 f2 = native_exp2(f2);
1101 f3 = native_exp2(f3);
1102 f4 = native_exp2(f4);
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dapitest.rscript1081 f = native_exp2(f);
1082 f2 = native_exp2(f2);
1083 f3 = native_exp2(f3);
1084 f4 = native_exp2(f4);
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_fp16.rscript205 TEST_HN_FUNC_HN(native_exp2);
/frameworks/rs/script_api/include/
Drs_math.rsh1509 * See also native_exp2().
4555 * native_exp2: Approximate 2 raised to a number
4566 native_exp2(float v);
4571 native_exp2(float2 v);
4576 native_exp2(float3 v);
4581 native_exp2(float4 v);
4586 native_exp2(half v);
4591 native_exp2(half2 v);
4596 native_exp2(half3 v);
4601 native_exp2(half4 v);
/frameworks/rs/script_api/
Drs_math.spec800 See also @native_exp2().
2278 function: native_exp2
2296 function: native_exp2
/frameworks/compile/slang/tests/P_all_api_24/
Dall24.rscript7653 *(float*)buf2803 = native_exp2(*(float*)buf2804);
7654 *(float2*)buf2805 = native_exp2(*(float2*)buf2806);
7655 *(float3*)buf2807 = native_exp2(*(float3*)buf2808);
7656 *(float4*)buf2809 = native_exp2(*(float4*)buf2810);
7657 *(half*)buf2811 = native_exp2(*(half*)buf2812);
7658 *(half2*)buf2813 = native_exp2(*(half2*)buf2814);
7659 *(half3*)buf2815 = native_exp2(*(half3*)buf2816);
7660 *(half4*)buf2817 = native_exp2(*(half4*)buf2818);
/frameworks/compile/slang/tests/P_all_api_18/
Dall18.rscript3686 *(float*)buf1179 = native_exp2(*(float*)buf1180);
3687 *(float2*)buf1181 = native_exp2(*(float2*)buf1182);
3688 *(float3*)buf1183 = native_exp2(*(float3*)buf1184);
3689 *(float4*)buf1185 = native_exp2(*(float4*)buf1186);
/frameworks/compile/slang/tests/P_all_api_19/
Dall19.rscript3966 *(float*)buf1403 = native_exp2(*(float*)buf1404);
3967 *(float2*)buf1405 = native_exp2(*(float2*)buf1406);
3968 *(float3*)buf1407 = native_exp2(*(float3*)buf1408);
3969 *(float4*)buf1409 = native_exp2(*(float4*)buf1410);
/frameworks/compile/slang/tests/P_all_api_20/
Dall20.rscript3985 *(float*)buf1403 = native_exp2(*(float*)buf1404);
3986 *(float2*)buf1405 = native_exp2(*(float2*)buf1406);
3987 *(float3*)buf1407 = native_exp2(*(float3*)buf1408);
3988 *(float4*)buf1409 = native_exp2(*(float4*)buf1410);
/frameworks/compile/slang/tests/P_all_api_21/
Dall21.rscript4866 *(float*)buf1909 = native_exp2(*(float*)buf1910);
4867 *(float2*)buf1911 = native_exp2(*(float2*)buf1912);
4868 *(float3*)buf1913 = native_exp2(*(float3*)buf1914);
4869 *(float4*)buf1915 = native_exp2(*(float4*)buf1916);
/frameworks/compile/slang/tests/P_all_api_22/
Dall22.rscript5586 *(float*)buf1909 = native_exp2(*(float*)buf1910);
5587 *(float2*)buf1911 = native_exp2(*(float2*)buf1912);
5588 *(float3*)buf1913 = native_exp2(*(float3*)buf1914);
5589 *(float4*)buf1915 = native_exp2(*(float4*)buf1916);
/frameworks/compile/slang/tests/P_all_api_23/
Dall23.rscript5516 *(float*)buf1909 = native_exp2(*(float*)buf1910);
5517 *(float2*)buf1911 = native_exp2(*(float2*)buf1912);
5518 *(float3*)buf1913 = native_exp2(*(float3*)buf1914);
5519 *(float4*)buf1915 = native_exp2(*(float4*)buf1916);