Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/math-emu/
H A Dsp_maddf.c174 * ieee754sp_format code expects the mantissa to be in _sp_maddf()
178 return ieee754sp_format(rs, re, rm); in _sp_maddf()
236 * ieee754sp_format code expects the mantissa to be in _sp_maddf()
241 return ieee754sp_format(zs, ze, zm); in _sp_maddf()
H A Dsp_flong.c51 return ieee754sp_format(xs, xe, xm); in ieee754sp_flong()
H A Dsp_fint.c52 return ieee754sp_format(xs, xe, xm); in ieee754sp_fint()
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_add.c163 return ieee754sp_format(xs, xe, xm); in ieee754sp_add()
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_mul.c153 return ieee754sp_format(rs, re, rm); in ieee754sp_mul()
H A Dsp_sub.c167 return ieee754sp_format(xs, xe, xm); in ieee754sp_sub()
/kernel/linux/linux-6.6/arch/mips/math-emu/
H A Dsp_maddf.c174 * ieee754sp_format code expects the mantissa to be in _sp_maddf()
178 return ieee754sp_format(rs, re, rm); in _sp_maddf()
236 * ieee754sp_format code expects the mantissa to be in _sp_maddf()
241 return ieee754sp_format(zs, ze, zm); in _sp_maddf()
H A Dsp_flong.c51 return ieee754sp_format(xs, xe, xm); in ieee754sp_flong()
H A Dsp_fint.c52 return ieee754sp_format(xs, xe, xm); in ieee754sp_fint()
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 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_div.c141 return ieee754sp_format(xs == ys ? 0 : 1, re, rm); in ieee754sp_div()
H A Dsp_mul.c153 return ieee754sp_format(rs, re, rm); in ieee754sp_mul()
H A Dsp_sub.c167 return ieee754sp_format(xs, xe, xm); in ieee754sp_sub()

Completed in 7 milliseconds