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

/frameworks/rs/driver/runtime/
H A Drs_cl.c1338 extern float __attribute__((overloadable)) native_log2(float v) { function
1360 extern float2 __attribute__((overloadable)) native_log2(float2 v) { function
1361 float2 v2 = {native_log2(v.x), native_log2(v.y)};
1364 extern float3 __attribute__((overloadable)) native_log2(float3 v) { function
1365 float3 v2 = {native_log2(v.x), native_log2(v.y), native_log2(v.z)};
1368 extern float4 __attribute__((overloadable)) native_log2(float4 v) { function
1369 float4 v2 = {native_log2(
2292 HN_FUNC_HN(native_log2); variable
[all...]

Completed in 1194 milliseconds