Home
last modified time | relevance | path

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

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/math-emu/
H A Ddp_flong.c52 return ieee754dp_format(xs, xe, xm); in ieee754dp_flong()
H A Dieee754dp.h73 extern union ieee754dp ieee754dp_format(int, int, u64);
H A Ddp_maddf.c234 return ieee754dp_format(rs, re, lrm); in _dp_maddf()
321 return ieee754dp_format(zs, ze, lzm); in _dp_maddf()
H A Ddp_div.c142 return ieee754dp_format(xs == ys ? 0 : 1, re, rm); in ieee754dp_div()
H A Dieee754dp.c87 union ieee754dp ieee754dp_format(int sn, int xe, u64 xm) in ieee754dp_format() function
H A Ddp_sub.c171 return ieee754dp_format(xs, xe, xm); in ieee754dp_sub()
H A Ddp_add.c164 return ieee754dp_format(xs, xe, xm); in ieee754dp_add()
H A Ddp_mul.c158 return ieee754dp_format(rs, re, rm); in ieee754dp_mul()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/math-emu/
H A Ddp_flong.c52 return ieee754dp_format(xs, xe, xm); in ieee754dp_flong()
H A Dieee754dp.h73 extern union ieee754dp ieee754dp_format(int, int, u64);
H A Ddp_maddf.c234 return ieee754dp_format(rs, re, lrm); in _dp_maddf()
321 return ieee754dp_format(zs, ze, lzm); in _dp_maddf()
H A Ddp_div.c142 return ieee754dp_format(xs == ys ? 0 : 1, re, rm); in ieee754dp_div()
H A Dieee754dp.c87 union ieee754dp ieee754dp_format(int sn, int xe, u64 xm) in ieee754dp_format() function
H A Ddp_sub.c171 return ieee754dp_format(xs, xe, xm); in ieee754dp_sub()
H A Ddp_add.c164 return ieee754dp_format(xs, xe, xm); in ieee754dp_add()
H A Ddp_mul.c158 return ieee754dp_format(rs, re, rm); in ieee754dp_mul()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/math-emu/
H A Ddp_flong.c52 return ieee754dp_format(xs, xe, xm); in ieee754dp_flong()
H A Dieee754dp.h73 extern union ieee754dp ieee754dp_format(int, int, u64);
H A Ddp_maddf.c234 return ieee754dp_format(rs, re, lrm); in _dp_maddf()
321 return ieee754dp_format(zs, ze, lzm); in _dp_maddf()
H A Ddp_div.c142 return ieee754dp_format(xs == ys ? 0 : 1, re, rm); in ieee754dp_div()
H A Dieee754dp.c87 union ieee754dp ieee754dp_format(int sn, int xe, u64 xm) in ieee754dp_format() function
H A Ddp_add.c164 return ieee754dp_format(xs, xe, xm); in ieee754dp_add()
H A Ddp_sub.c171 return ieee754dp_format(xs, xe, xm); in ieee754dp_sub()
H A Ddp_mul.c158 return ieee754dp_format(rs, re, rm); in ieee754dp_mul()