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

/frameworks/rs/driver/runtime/
H A Drs_cl.c1184 extern float __attribute__((overloadable)) native_log2(float v) { function
1206 extern float2 __attribute__((overloadable)) native_log2(float2 v) { function
1207 float2 v2 = {native_log2(v.x), native_log2(v.y)};
1210 extern float3 __attribute__((overloadable)) native_log2(float3 v) { function
1211 float3 v2 = {native_log2(v.x), native_log2(v.y), native_log2(v.z)};
1214 extern float4 __attribute__((overloadable)) native_log2(float4 v) { function
1215 float4 v2 = {native_log2(
[all...]

Completed in 220 milliseconds