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

/linux-master/arch/mips/math-emu/
H A Dsp_fint.c52 return ieee754sp_format(xs, xe, xm);
H A Dsp_flong.c51 return ieee754sp_format(xs, xe, xm);
H A Dsp_fdp.c72 return ieee754sp_format(xs, xe, rm);
H A Dieee754sp.h77 extern union ieee754sp ieee754sp_format(int, int, unsigned);
H A Dieee754sp.c87 union ieee754sp ieee754sp_format(int sn, int xe, unsigned int xm) function
H A Dsp_sub.c167 return ieee754sp_format(xs, xe, xm);
H A Dsp_add.c163 return ieee754sp_format(xs, xe, xm);
H A Dsp_div.c141 return ieee754sp_format(xs == ys ? 0 : 1, re, rm);
H A Dsp_maddf.c174 * ieee754sp_format code expects the mantissa to be
178 return ieee754sp_format(rs, re, rm);
236 * ieee754sp_format code expects the mantissa to be
241 return ieee754sp_format(zs, ze, zm);
H A Dsp_mul.c153 return ieee754sp_format(rs, re, rm);

Completed in 91 milliseconds