Home
last modified time | relevance | path

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

/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dapitest.rs1106 f = native_log10(f);
1107 f2 = native_log10(f2);
1108 f3 = native_log10(f3);
1109 f4 = native_log10(f4);
/frameworks/rs/driver/runtime/
Drs_cl.c1232 extern float __attribute__((overloadable)) native_log10(float v) { in native_log10() function
1235 extern float2 __attribute__((overloadable)) native_log10(float2 v) { in native_log10() function
1238 extern float3 __attribute__((overloadable)) native_log10(float3 v) { in native_log10() function
1241 extern float4 __attribute__((overloadable)) native_log10(float4 v) { in native_log10() function
/frameworks/rs/api/
Drs_core_math.spec1466 name: native_log10
/frameworks/rs/scriptc/
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);