Searched refs:ieee754dp_format (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/mips/math-emu/
H A Ddp_flong.c52 return ieee754dp_format(xs, xe, xm);
H A Dieee754dp.h73 extern union ieee754dp ieee754dp_format(int, int, u64);
H A Dieee754dp.c87 union ieee754dp ieee754dp_format(int sn, int xe, u64 xm) function
H A Ddp_sub.c171 return ieee754dp_format(xs, xe, xm);
H A Ddp_add.c164 return ieee754dp_format(xs, xe, xm);
H A Ddp_div.c142 return ieee754dp_format(xs == ys ? 0 : 1, re, rm);
H A Ddp_maddf.c230 * ieee754dp_format code expects the mantissa to be
234 return ieee754dp_format(rs, re, lrm);
316 * ieee754dp_format code expects the mantissa to be
321 return ieee754dp_format(zs, ze, lzm);
H A Ddp_mul.c158 return ieee754dp_format(rs, re, rm);

Completed in 83 milliseconds