Searched refs:ieee754dp_sub (Results 1 - 7 of 7) 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 Dieee754m.c35 return ieee754dp_sub(i, ieee754dp_one(0));
H A Ddp_tint.c121 return (unsigned) ieee754dp_tint(ieee754dp_sub(x, hb)) |
H A Ddp_tlong.c124 return (u64) ieee754dp_tlong(ieee754dp_sub(x, hb)) |
H A Ddp_sqrt.c116 z = ieee754dp_mul(ieee754dp_sub(x, z), y);
H A Ddp_sub.c30 ieee754dp ieee754dp_sub(ieee754dp x, ieee754dp y) function
H A Dieee754.h157 ieee754dp ieee754dp_sub(ieee754dp x, ieee754dp y);
H A Dcp1emu.c1196 DEF3OP(msub, dp, ieee754dp_mul, ieee754dp_sub, );
1198 DEF3OP(nmsub, dp, ieee754dp_mul, ieee754dp_sub, ieee754dp_neg);
1602 handler.b = ieee754dp_sub;

Completed in 113 milliseconds