Searched refs:ieee754sp_indef (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/math-emu/
H A Dsp_fdp.c44 return ieee754sp_nanxcpt(ieee754sp_indef(), "fdp");
49 nan = ieee754sp_indef();
H A Dsp_simple.c59 ieee754sp y = ieee754sp_indef();
81 return ieee754sp_nanxcpt(ieee754sp_indef(), "abs");
H A Dsp_sqrt.c49 return ieee754sp_nanxcpt(ieee754sp_indef(), "sqrt");
57 return ieee754sp_nanxcpt(ieee754sp_indef(), "sqrt");
66 return ieee754sp_nanxcpt(ieee754sp_indef(), "sqrt");
H A Dsp_div.c56 return ieee754sp_nanxcpt(ieee754sp_indef(), "div", x, y);
77 return ieee754sp_xcpt(ieee754sp_indef(), "div", x, y);
94 return ieee754sp_xcpt(ieee754sp_indef(), "div", x, y);
H A Dsp_add.c56 return ieee754sp_nanxcpt(ieee754sp_indef(), "add", x, y);
79 return ieee754sp_xcpt(ieee754sp_indef(), "add", x, y);
H A Dsp_mul.c56 return ieee754sp_nanxcpt(ieee754sp_indef(), "mul", x, y);
77 return ieee754sp_xcpt(ieee754sp_indef(), "mul", x, y);
H A Dsp_sub.c56 return ieee754sp_nanxcpt(ieee754sp_indef(), "sub", x, y);
79 return ieee754sp_xcpt(ieee754sp_indef(), "sub", x, y);
H A Dieee754sp.c79 return ieee754sp_indef();
H A Dieee754.h425 #define ieee754sp_indef() (ieee754sp_spcvals[IEEE754_SPCVAL_INDEF]) macro

Completed in 211 milliseconds