Searched refs:fma (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeMathFuncs.cpp55 float __attribute__((overloadable)) fma(float u, float t, float v) {return SC_fmaf(u, t, v);} function
/frameworks/rs/driver/runtime/
H A Drs_cl.c434 extern float __attribute__((overloadable)) fma(float, float, float);
435 FN_FUNC_FN_FN_FN(fma)
/frameworks/rs/api/
H A Drs_core_math.spec358 name: fma
/frameworks/rs/scriptc/
H A Drs_core_math.rsh5040 extern float __attribute__((const, overloadable))fma(float a, float b, float c);
5049 extern float2 __attribute__((const, overloadable))fma(float2 a, float2 b, float2 c);
5058 extern float3 __attribute__((const, overloadable))fma(float3 a, float3 b, float3 c);
5067 extern float4 __attribute__((const, overloadable))fma(float4 a, float4 b, float4 c);

Completed in 135 milliseconds