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

/frameworks/rs/driver/runtime/
H A Drs_cl.c1386 extern float __attribute__((overloadable)) native_log10(float v) { function
1389 extern float2 __attribute__((overloadable)) native_log10(float2 v) { function
1392 extern float3 __attribute__((overloadable)) native_log10(float3 v) { function
1395 extern float4 __attribute__((overloadable)) native_log10(float4 v) { function
2290 HN_FUNC_HN(native_log10); variable
/frameworks/rs/scriptc/
H A Drs_math.rsh2427 * See also native_log10().
4748 * native_log10: Approximate base 10 logarithm
4758 native_log10(float v);
4763 native_log10(float2 v);
4768 native_log10(float3 v);
4773 native_log10(float4 v);
4778 native_log10(half v);
4783 native_log10(half2 v);
4788 native_log10(half3 v);
4793 native_log10(half
[all...]
/frameworks/rs/api/
H A Drs_math.spec1345 See also @native_log10().
2366 function: native_log10
2383 function: native_log10

Completed in 151 milliseconds