Searched refs:ieee754sp_nanxcpt (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/math-emu/
H A Dsp_simple.c62 return ieee754sp_nanxcpt(y, "neg");
66 return ieee754sp_nanxcpt(x, "neg", x);
81 return ieee754sp_nanxcpt(ieee754sp_indef(), "abs");
85 return ieee754sp_nanxcpt(x, "abs", x);
H A Dsp_logb.c40 return ieee754sp_nanxcpt(x, "logb", x);
H A Dsp_sqrt.c46 return ieee754sp_nanxcpt(x, "sqrt");
49 return ieee754sp_nanxcpt(ieee754sp_indef(), "sqrt");
57 return ieee754sp_nanxcpt(ieee754sp_indef(), "sqrt");
66 return ieee754sp_nanxcpt(ieee754sp_indef(), "sqrt");
H A Dsp_fdp.c44 return ieee754sp_nanxcpt(ieee754sp_indef(), "fdp");
50 return ieee754sp_nanxcpt(nan, "fdp", x);
H A Dsp_scalb.c40 return ieee754sp_nanxcpt(x, "scalb", x, n);
H A Dieee754sp.h75 extern ieee754sp ieee754sp_nanxcpt(ieee754sp, const char *, ...);
H A Dsp_add.c56 return ieee754sp_nanxcpt(ieee754sp_indef(), "add", x, y);
H A Dsp_div.c56 return ieee754sp_nanxcpt(ieee754sp_indef(), "div", x, y);
H A Dieee754sp.c64 ieee754sp ieee754sp_nanxcpt(ieee754sp r, const char *op, ...) function
H A Dsp_mul.c56 return ieee754sp_nanxcpt(ieee754sp_indef(), "mul", x, y);
H A Dsp_sub.c56 return ieee754sp_nanxcpt(ieee754sp_indef(), "sub", x, y);

Completed in 61 milliseconds