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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/math-emu/
H A Ddp_mul.c129 unsigned lym = ym; local
134 lrm = DPXMULT(lxm, lym);
149 u64 t = DPXMULT(hxm, lym);
H A Dsp_mul.c126 unsigned short lym = ym & 0xffff; local
131 lrm = lxm * lym; /* 16 * 16 => 32 */
145 unsigned t = hxm * lym; /* 16 * 16 => 32 */

Completed in 102 milliseconds