Searched refs:fixmadd_DD (Results 1 – 2 of 2) sorted by relevance
232 inline FIXP_DBL fixmadd_DD (FIXP_DBL x, const FIXP_DBL a, const FIXP_DBL b) in fixmadd_DD() function240 return fixmadd_DD(x, FX_SGL2FX_DBL(a), b); in fixmadd_SD()249 return fixmadd_DD(x, a, FX_SGL2FX_DBL(b)); in fixmadd_DS()
279 { return fixmadd_DD(x, a, b); } in fMultAdd()