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

/frameworks/rs/driver/runtime/
H A Drs_cl.c1232 extern float __attribute__((overloadable)) native_log10(float v) { function
1235 extern float2 __attribute__((overloadable)) native_log10(float2 v) { function
1238 extern float3 __attribute__((overloadable)) native_log10(float3 v) { function
1241 extern float4 __attribute__((overloadable)) native_log10(float4 v) { function
/frameworks/rs/api/
H A Drs_core_math.spec1466 name: native_log10
/frameworks/rs/scriptc/
H A Drs_core_math.rsh8299 extern float __attribute__((const, overloadable))native_log10(float v);
8309 extern float2 __attribute__((const, overloadable))native_log10(float2 v);
8319 extern float3 __attribute__((const, overloadable))native_log10(float3 v);
8329 extern float4 __attribute__((const, overloadable))native_log10(float4 v);

Completed in 54 milliseconds