ieee754dp_add 1458 arch/mips/math-emu/cp1emu.c DEF3OP(madd, dp, ieee754dp_mul, ieee754dp_add, ); ieee754dp_add 1460 arch/mips/math-emu/cp1emu.c DEF3OP(nmadd, dp, ieee754dp_mul, ieee754dp_add, ieee754dp_neg); ieee754dp_add 2063 arch/mips/math-emu/cp1emu.c handler.b = ieee754dp_add; ieee754dp_add 45 arch/mips/math-emu/dp_simple.c y = ieee754dp_add(ieee754dp_zero(0), x); ieee754dp_add 94 arch/mips/math-emu/dp_sqrt.c y = ieee754dp_add(y, t); ieee754dp_add 103 arch/mips/math-emu/dp_sqrt.c t = ieee754dp_add(t, z); ieee754dp_add 107 arch/mips/math-emu/dp_sqrt.c t = ieee754dp_div(z, ieee754dp_add(t, x)); ieee754dp_add 109 arch/mips/math-emu/dp_sqrt.c y = ieee754dp_add(y, t); ieee754dp_add 140 arch/mips/math-emu/dp_sqrt.c y = ieee754dp_add(y, t); ieee754dp_add 82 arch/mips/math-emu/ieee754.h union ieee754dp ieee754dp_add(union ieee754dp x, union ieee754dp y);