Searched refs:native_log (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/driver/runtime/
H A Drs_cl.c1219 extern float __attribute__((overloadable)) native_log(float v) { function
1222 extern float2 __attribute__((overloadable)) native_log(float2 v) { function
1225 extern float3 __attribute__((overloadable)) native_log(float3 v) { function
1228 extern float4 __attribute__((overloadable)) native_log(float4 v) { function
/frameworks/rs/api/
H A Drs_core_math.spec1440 name: native_log
/frameworks/rs/scriptc/
H A Drs_core_math.rsh8259 extern float __attribute__((const, overloadable))native_log(float v);
8269 extern float2 __attribute__((const, overloadable))native_log(float2 v);
8279 extern float3 __attribute__((const, overloadable))native_log(float3 v);
8289 extern float4 __attribute__((const, overloadable))native_log(float4 v);

Completed in 343 milliseconds