Home
last modified time | relevance | path

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

/frameworks/rs/java/tests/MathErr/src/com/example/android/rs/matherr/
Dmath_err.rs74 *out = native_exp2(i);
78 *out = native_exp2(i);
/frameworks/rs/driver/runtime/
Drs_cl.c1113 extern float __attribute__((overloadable)) native_exp2(float v) { in native_exp2() function
1127 extern float2 __attribute__((overloadable)) native_exp2(float2 v) { in native_exp2() function
1142 extern float4 __attribute__((overloadable)) native_exp2(float4 v) { in native_exp2() function
1157 extern float3 __attribute__((overloadable)) native_exp2(float3 v) { in native_exp2() function
1160 return native_exp2(t).xyz; in native_exp2()
1165 return native_exp2(v * 1.442695041f); in native_exp()
1168 return native_exp2(v * 1.442695041f); in native_exp()
1171 return native_exp2(v * 1.442695041f); in native_exp()
1174 return native_exp2(v * 1.442695041f); in native_exp()
1178 return native_exp2(v * 3.321928095f); in native_exp10()
[all …]
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dapitest.rs1081 f = native_exp2(f);
1082 f2 = native_exp2(f2);
1083 f3 = native_exp2(f3);
1084 f4 = native_exp2(f4);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dapitest.rs1081 f = native_exp2(f);
1082 f2 = native_exp2(f2);
1083 f3 = native_exp2(f3);
1084 f4 = native_exp2(f4);
/frameworks/rs/scriptc/
Drs_math.rsh1034 * See also native_exp2().
3052 * native_exp2: Approximate 2 raised to a number
3063 native_exp2(float v);
3068 native_exp2(float2 v);
3073 native_exp2(float3 v);
3078 native_exp2(float4 v);
/frameworks/rs/api/
Drs_math.spec562 See also @native_exp2().
1523 function: native_exp2
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_math.jd729 <a href='rs_math.html#android_rs:native_exp2'>native_exp2</a>
2876 <p> See also <a href='rs_math.html#android_rs:native_exp2'>native_exp2</a>().
5296 <a name='android_rs:native_exp2'></a>
5299 <span class='sympad'>native_exp2</span>
5305 <td>float native_exp2(float v);
5311 …<td><a href='rs_value_types.html#android_rs:float2'>float2</a> native_exp2(<a href='rs_value_types…
5317 …<td><a href='rs_value_types.html#android_rs:float3'>float3</a> native_exp2(<a href='rs_value_types…
5323 …<td><a href='rs_value_types.html#android_rs:float4'>float4</a> native_exp2(<a href='rs_value_types…
Doverview.jd1374 <a href='rs_math.html#android_rs:native_exp2'>native_exp2</a>
Dindex.jd1304 <a href='rs_math.html#android_rs:native_exp2'>native_exp2</a>
/frameworks/compile/slang/tests/P_all_api_18/
Dall18.rs3686 *(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_20/
Dall20.rs3985 *(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_19/
Dall19.rs3966 *(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_21/
Dall21.rs4866 *(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_23/
Dall23.rs5516 *(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);
/frameworks/compile/slang/tests/P_all_api_22/
Dall22.rs5586 *(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);