Searched refs:fma (Results 1 - 3 of 3) 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/scriptc/
H A Drs_cl.rsh439 extern float __attribute__((const, overloadable)) fma(float a, float b, float c);
440 FN_FUNC_FN_FN_FN(fma)
/frameworks/rs/driver/runtime/
H A Drs_cl.c434 extern float __attribute__((overloadable)) fma(float, float, float);
435 FN_FUNC_FN_FN_FN(fma)

Completed in 103 milliseconds