Home
last modified time | relevance | path

Searched refs:native_log10 (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/driver/runtime/
Drs_cl.c1181 extern float __attribute__((overloadable)) native_log10(float v) { in native_log10() function
1184 extern float2 __attribute__((overloadable)) native_log10(float2 v) { in native_log10() function
1187 extern float3 __attribute__((overloadable)) native_log10(float3 v) { in native_log10() function
1190 extern float4 __attribute__((overloadable)) native_log10(float4 v) { in native_log10() function
/frameworks/rs/scriptc/
Drs_cl.rsh1087 _RS_RUNTIME float __attribute__((const, overloadable)) native_log10(float v);
1088 FN_FUNC_FN(native_log10)