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

/frameworks/compile/libbcc/lib/Renderscript/runtime/
H A Drs_cl.c1093 extern float __attribute__((overloadable)) native_log2(float v) { function
1118 extern float2 __attribute__((overloadable)) native_log2(float2 v) { function
1119 float2 v2 = {native_log2(v.x), native_log2(v.y)};
1122 extern float3 __attribute__((overloadable)) native_log2(float3 v) { function
1123 float3 v2 = {native_log2(v.x), native_log2(v.y), native_log2(v.z)};
1126 extern float4 __attribute__((overloadable)) native_log2(float4 v) { function
1127 float4 v2 = {native_log2(
[all...]

Completed in 63 milliseconds