Searched refs:hym (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/arch/mips/math-emu/
H A Ddp_mul.c32 unsigned hym; ieee754dp_mul() local
137 hym = ym >> 32; ieee754dp_mul()
140 hrm = DPXMULT(hxm, hym); ieee754dp_mul()
142 t = DPXMULT(lxm, hym); ieee754dp_mul()
H A Dsp_mul.c32 unsigned short hym; ieee754sp_mul() local
133 hym = ym >> 16; ieee754sp_mul()
136 hrm = hxm * hym; /* 16 * 16 => 32 */ ieee754sp_mul()
138 t = lxm * hym; /* 16 * 16 => 32 */ ieee754sp_mul()
H A Ddp_maddf.c26 unsigned hym; ieee754dp_maddf() local
172 hym = ym >> 32; ieee754dp_maddf()
175 hrm = DPXMULT(hxm, hym); ieee754dp_maddf()
177 t = DPXMULT(lxm, hym); ieee754dp_maddf()
H A Ddp_msubf.c26 unsigned hym; ieee754dp_msubf() local
172 hym = ym >> 32; ieee754dp_msubf()
175 hrm = DPXMULT(hxm, hym); ieee754dp_msubf()
177 t = DPXMULT(lxm, hym); ieee754dp_msubf()
H A Dsp_maddf.c26 unsigned short hym; ieee754sp_maddf() local
168 hym = ym >> 16; ieee754sp_maddf()
171 hrm = hxm * hym; /* 16 * 16 => 32 */ ieee754sp_maddf()
173 t = lxm * hym; /* 16 * 16 => 32 */ ieee754sp_maddf()
H A Dsp_msubf.c26 unsigned short hym; ieee754sp_msubf() local
168 hym = ym >> 16; ieee754sp_msubf()
171 hrm = hxm * hym; /* 16 * 16 => 32 */ ieee754sp_msubf()
173 t = lxm * hym; /* 16 * 16 => 32 */ ieee754sp_msubf()

Completed in 283 milliseconds