Home
last modified time | relevance | path

Searched refs:DPXMULT (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/arch/mips/math-emu/
A Ddp_mul.c124 lrm = DPXMULT(lxm, lym); in ieee754dp_mul()
125 hrm = DPXMULT(hxm, hym); in ieee754dp_mul()
127 t = DPXMULT(lxm, hym); in ieee754dp_mul()
135 t = DPXMULT(hxm, lym); in ieee754dp_mul()
A Ddp_maddf.c199 lrm = DPXMULT(lxm, lym); in _dp_maddf()
200 hrm = DPXMULT(hxm, hym); in _dp_maddf()
202 t = DPXMULT(lxm, hym); in _dp_maddf()
210 t = DPXMULT(hxm, lym); in _dp_maddf()
A Dieee754dp.h47 #define DPXMULT(x, y) ((u64)(x) * (u64)y) macro

Completed in 7 milliseconds