Searched refs:ieee754dp_xcpt (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/math-emu/
H A Dieee754dp.h68 extern ieee754dp ieee754dp_xcpt(ieee754dp, const char *, ...);
78 return ieee754dp_xcpt(V,name,a0,a1); \
H A Ddp_div.c77 return ieee754dp_xcpt(ieee754dp_indef(), "div", x, y);
94 return ieee754dp_xcpt(ieee754dp_indef(), "div", x, y);
99 return ieee754dp_xcpt(ieee754dp_inf(xs ^ ys), "div", x, y);
H A Ddp_add.c80 return ieee754dp_xcpt(ieee754dp_indef(), "add", x, y);
H A Ddp_mul.c77 return ieee754dp_xcpt(ieee754dp_indef(), "mul", x, y);
H A Ddp_sub.c79 return ieee754dp_xcpt(ieee754dp_indef(), "sub", x, y);
H A Dieee754dp.c49 ieee754dp ieee754dp_xcpt(ieee754dp r, const char *op, ...) function

Completed in 97 milliseconds