Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/math-emu/
H A Dsp_fint.c52 return ieee754sp_format(xs, xe, xm); in ieee754sp_fint()
H A Dsp_flong.c51 return ieee754sp_format(xs, xe, xm); in ieee754sp_flong()
H A Dsp_maddf.c178 return ieee754sp_format(rs, re, rm); in _sp_maddf()
241 return ieee754sp_format(zs, ze, zm); in _sp_maddf()
H A Dsp_fdp.c72 return ieee754sp_format(xs, xe, rm); in ieee754sp_fdp()
H A Dieee754sp.h77 extern union ieee754sp ieee754sp_format(int, int, unsigned);
H A Dsp_div.c141 return ieee754sp_format(xs == ys ? 0 : 1, re, rm); in ieee754sp_div()
H A Dieee754sp.c87 union ieee754sp ieee754sp_format(int sn, int xe, unsigned int xm) in ieee754sp_format() function
H A Dsp_add.c163 return ieee754sp_format(xs, xe, xm); in ieee754sp_add()
H A Dsp_sub.c167 return ieee754sp_format(xs, xe, xm); in ieee754sp_sub()
H A Dsp_mul.c153 return ieee754sp_format(rs, re, rm); in ieee754sp_mul()