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

/linux-4.1.27/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()

Completed in 91 milliseconds