Searched refs:ieee754dp_nanxcpt (Results 1 - 11 of 11) 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_fsp.c43 return ieee754dp_nanxcpt(ieee754dp_indef(), "fsp");
45 return ieee754dp_nanxcpt(builddp(xs,
H A Ddp_logb.c40 return ieee754dp_nanxcpt(x, "logb", x);
H A Ddp_simple.c62 return ieee754dp_nanxcpt(y, "neg");
82 return ieee754dp_nanxcpt(ieee754dp_indef(), "abs");
H A Ddp_scalb.c40 return ieee754dp_nanxcpt(x, "scalb", x, n);
H A Ddp_sqrt.c53 return ieee754dp_nanxcpt(x, "sqrt");
56 return ieee754dp_nanxcpt(ieee754dp_indef(), "sqrt");
64 return ieee754dp_nanxcpt(ieee754dp_indef(), "sqrt");
75 return ieee754dp_nanxcpt(ieee754dp_indef(), "sqrt");
H A Dieee754dp.h69 extern ieee754dp ieee754dp_nanxcpt(ieee754dp, const char *, ...);
H A Ddp_div.c56 return ieee754dp_nanxcpt(ieee754dp_indef(), "div", x, y);
H A Ddp_add.c57 return ieee754dp_nanxcpt(ieee754dp_indef(), "add", x, y);
H A Ddp_mul.c56 return ieee754dp_nanxcpt(ieee754dp_indef(), "mul", x, y);
H A Ddp_sub.c56 return ieee754dp_nanxcpt(ieee754dp_indef(), "sub", x, y);
H A Dieee754dp.c64 ieee754dp ieee754dp_nanxcpt(ieee754dp r, const char *op, ...) function

Completed in 116 milliseconds