Home
last modified time | relevance | path

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

/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dapitest.rs1101 f = native_log(f);
1102 f2 = native_log(f2);
1103 f3 = native_log(f3);
1104 f4 = native_log(f4);
/frameworks/rs/driver/runtime/
Drs_cl.c1219 extern float __attribute__((overloadable)) native_log(float v) { in native_log() function
1222 extern float2 __attribute__((overloadable)) native_log(float2 v) { in native_log() function
1225 extern float3 __attribute__((overloadable)) native_log(float3 v) { in native_log() function
1228 extern float4 __attribute__((overloadable)) native_log(float4 v) { in native_log() function
/frameworks/rs/api/
Drs_core_math.spec1440 name: native_log
/frameworks/rs/scriptc/
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);