Searched refs:ieee754dp_mul (Results 1 - 4 of 4) sorted by last modified time

/linux-master/arch/mips/math-emu/
H A Dcp1emu.c1458 DEF3OP(madd, dp, ieee754dp_mul, ieee754dp_add, );
1459 DEF3OP(msub, dp, ieee754dp_mul, ieee754dp_sub, );
1460 DEF3OP(nmadd, dp, ieee754dp_mul, ieee754dp_add, ieee754dp_neg);
1461 DEF3OP(nmsub, dp, ieee754dp_mul, ieee754dp_sub, ieee754dp_neg);
2095 handler.b = ieee754dp_mul;
H A Ddp_sqrt.c99 t = ieee754dp_mul(y, y);
103 z = ieee754dp_mul(ieee754dp_sub(x, z), y);
H A Ddp_mul.c12 union ieee754dp ieee754dp_mul(union ieee754dp x, union ieee754dp y) function
H A Dieee754.h92 union ieee754dp ieee754dp_mul(union ieee754dp x, union ieee754dp y);

Completed in 158 milliseconds