Searched defs:native_exp2 (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/driver/runtime/
H A Drs_cl.c1261 extern float __attribute__((overloadable)) native_exp2(float v) { function
1275 extern float2 __attribute__((overloadable)) native_exp2(float2 v) { function
1290 extern float4 __attribute__((overloadable)) native_exp2(float4 v) { function
1305 extern float3 __attribute__((overloadable)) native_exp2(float3 v) { function
1308 return native_exp2(t).xyz;
1313 return native_exp2(v * 1.442695041f);
1316 return native_exp2(v * 1.442695041f);
1319 return native_exp2(v * 1.442695041f);
1322 return native_exp2(v * 1.442695041f);
1326 return native_exp2(
2283 HN_FUNC_HN(native_exp2); variable
[all...]

Completed in 14 milliseconds