Home
last modified time | relevance | path

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

/frameworks/rs/driver/runtime/
Drs_cl.c1117 extern float __attribute__((overloadable)) native_exp10(float v) { in native_exp10() function
1120 extern float2 __attribute__((overloadable)) native_exp10(float2 v) { in native_exp10() function
1123 extern float3 __attribute__((overloadable)) native_exp10(float3 v) { in native_exp10() function
1126 extern float4 __attribute__((overloadable)) native_exp10(float4 v) { in native_exp10() function
/frameworks/rs/scriptc/
Drs_cl.rsh1077 _RS_RUNTIME float __attribute__((const, overloadable)) native_exp10(float v);
1078 FN_FUNC_FN(native_exp10)