Searched refs:fixmadd_DD (Results 1 – 2 of 2) sorted by relevance
250 inline FIXP_DBL fixmadd_DD(FIXP_DBL x, const FIXP_DBL a, const FIXP_DBL b) { in fixmadd_DD() function259 return fixmadd_DD(x, FX_SGL2FX_DBL(a), b); in fixmadd_SD()268 return fixmadd_DD(x, a, FX_SGL2FX_DBL(b)); in fixmadd_DS()
336 return fixmadd_DD(x, a, b); in fMultAdd()