Searched refs:native_log2 (Results 1 - 3 of 3) 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...]
/frameworks/rs/api/
H A Drs_core_math.spec1453 name: native_log2
/frameworks/rs/scriptc/
H A Drs_core_math.rsh8375 extern float __attribute__((const, overloadable))native_log2(float v);
8385 extern float2 __attribute__((const, overloadable))native_log2(float2 v);
8395 extern float3 __attribute__((const, overloadable))native_log2(float3 v);
8405 extern float4 __attribute__((const, overloadable))native_log2(float4 v);

Completed in 138 milliseconds