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

/linux-4.1.27/arch/mips/math-emu/
H A Ddp_mul.c30 unsigned hxm; ieee754dp_mul() local
135 hxm = xm >> 32; ieee754dp_mul()
140 hrm = DPXMULT(hxm, hym); ieee754dp_mul()
150 t = DPXMULT(hxm, lym); ieee754dp_mul()
H A Dsp_mul.c30 unsigned short hxm; ieee754sp_mul() local
131 hxm = xm >> 16; ieee754sp_mul()
136 hrm = hxm * hym; /* 16 * 16 => 32 */ ieee754sp_mul()
144 t = hxm * lym; /* 16 * 16 => 32 */ ieee754sp_mul()

Completed in 113 milliseconds