Home
last modified time | relevance | path

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

/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dapitest.rs1091 f = native_exp10(f);
1092 f2 = native_exp10(f2);
1093 f3 = native_exp10(f3);
1094 f4 = native_exp10(f4);
/frameworks/rs/driver/runtime/
Drs_cl.c1171 extern float __attribute__((overloadable)) native_exp10(float v) { in native_exp10() function
1174 extern float2 __attribute__((overloadable)) native_exp10(float2 v) { in native_exp10() function
1177 extern float3 __attribute__((overloadable)) native_exp10(float3 v) { in native_exp10() function
1180 extern float4 __attribute__((overloadable)) native_exp10(float4 v) { in native_exp10() function
/frameworks/rs/api/
Drs_core_math.spec1426 name: native_exp10
/frameworks/rs/scriptc/
Drs_core_math.rsh8064 extern float __attribute__((const, overloadable))native_exp10(float v);
8075 extern float2 __attribute__((const, overloadable))native_exp10(float2 v);
8086 extern float3 __attribute__((const, overloadable))native_exp10(float3 v);
8097 extern float4 __attribute__((const, overloadable))native_exp10(float4 v);