Searched refs:fixmadd_SD (Results 1 – 2 of 2) sorted by relevance
236 inline FIXP_DBL fixmadd_SD (FIXP_DBL x, const FIXP_SGL a, const FIXP_DBL b) { in fixmadd_SD() function247 return fixmadd_SD(x, b, a); in fixmadd_DS()
281 { return fixmadd_SD(x, a, b); } in fMultAdd()