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

/frameworks/rs/driver/runtime/
H A Drs_cl.c1325 extern float __attribute__((overloadable)) native_exp10(float v) { function
1328 extern float2 __attribute__((overloadable)) native_exp10(float2 v) { function
1331 extern float3 __attribute__((overloadable)) native_exp10(float3 v) { function
1334 extern float4 __attribute__((overloadable)) native_exp10(float4 v) { function
2282 HN_FUNC_HN(native_exp10); variable
/frameworks/rs/scriptc/
H A Drs_math.rsh1470 * See also native_exp10().
4505 * native_exp10: Approximate 10 raised to a number
4516 native_exp10(float v);
4521 native_exp10(float2 v);
4526 native_exp10(float3 v);
4531 native_exp10(float4 v);
4536 native_exp10(half v);
4541 native_exp10(half2 v);
4546 native_exp10(half3 v);
4551 native_exp10(half
[all...]
/frameworks/rs/api/
H A Drs_math.spec763 See also @native_exp10().
2237 function: native_exp10
2255 function: native_exp10

Completed in 4098 milliseconds