Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/math-emu/
Dsp_mul.c32 unsigned short hym; in ieee754sp_mul() local
133 hym = ym >> 16; in ieee754sp_mul()
136 hrm = hxm * hym; /* 16 * 16 => 32 */ in ieee754sp_mul()
138 t = lxm * hym; /* 16 * 16 => 32 */ in ieee754sp_mul()
Ddp_mul.c32 unsigned hym; in ieee754dp_mul() local
137 hym = ym >> 32; in ieee754dp_mul()
140 hrm = DPXMULT(hxm, hym); in ieee754dp_mul()
142 t = DPXMULT(lxm, hym); in ieee754dp_mul()