Home
last modified time | relevance | path

Searched refs:native_exp2 (Results 1 – 5 of 5) 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.c1107 extern float __attribute__((overloadable)) native_exp2(float v) { in native_exp2() function
1121 extern float2 __attribute__((overloadable)) native_exp2(float2 v) { in native_exp2() function
1136 extern float4 __attribute__((overloadable)) native_exp2(float4 v) { in native_exp2() function
1151 extern float3 __attribute__((overloadable)) native_exp2(float3 v) { in native_exp2() function
1154 return native_exp2(t).xyz; in native_exp2()
1159 return native_exp2(v * 1.442695041f); in native_exp()
1162 return native_exp2(v * 1.442695041f); in native_exp()
1165 return native_exp2(v * 1.442695041f); in native_exp()
1168 return native_exp2(v * 1.442695041f); in native_exp()
1172 return native_exp2(v * 3.321928095f); in native_exp10()
[all …]
/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/api/
Drs_core_math.spec1412 name: native_exp2
/frameworks/rs/scriptc/
Drs_core_math.rsh8108 extern float __attribute__((const, overloadable))native_exp2(float v);
8119 extern float2 __attribute__((const, overloadable))native_exp2(float2 v);
8130 extern float3 __attribute__((const, overloadable))native_exp2(float3 v);
8141 extern float4 __attribute__((const, overloadable))native_exp2(float4 v);