Home
last modified time | relevance | path

Searched refs:_sp_maddf (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/mips/math-emu/
H A Dsp_maddf.c15 static union ieee754sp _sp_maddf(union ieee754sp z, union ieee754sp x, in _sp_maddf() function
247 return _sp_maddf(z, x, y, 0); in ieee754sp_maddf()
253 return _sp_maddf(z, x, y, MADDF_NEGATE_PRODUCT); in ieee754sp_msubf()
259 return _sp_maddf(z, x, y, 0); in ieee754sp_madd()
265 return _sp_maddf(z, x, y, MADDF_NEGATE_ADDITION); in ieee754sp_msub()
271 return _sp_maddf(z, x, y, MADDF_NEGATE_PRODUCT|MADDF_NEGATE_ADDITION); in ieee754sp_nmadd()
277 return _sp_maddf(z, x, y, MADDF_NEGATE_PRODUCT); in ieee754sp_nmsub()