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

/linux-master/arch/mips/math-emu/
H A Dsp_rint.c30 return ieee754sp_nanxcpt(x);
H A Dsp_sub.c33 return ieee754sp_nanxcpt(y);
41 return ieee754sp_nanxcpt(x);
H A Dsp_add.c33 return ieee754sp_nanxcpt(y);
41 return ieee754sp_nanxcpt(x);
H A Dsp_div.c35 return ieee754sp_nanxcpt(y);
43 return ieee754sp_nanxcpt(x);
H A Dieee754sp.h76 extern union ieee754sp __cold ieee754sp_nanxcpt(union ieee754sp);
H A Dsp_sqrt.c27 return ieee754sp_nanxcpt(x);
H A Dsp_fmin.c37 return ieee754sp_nanxcpt(y);
45 return ieee754sp_nanxcpt(x);
163 return ieee754sp_nanxcpt(y);
171 return ieee754sp_nanxcpt(x);
H A Dsp_fmax.c37 return ieee754sp_nanxcpt(y);
45 return ieee754sp_nanxcpt(x);
163 return ieee754sp_nanxcpt(y);
171 return ieee754sp_nanxcpt(x);
H A Dsp_mul.c43 return ieee754sp_nanxcpt(y);
51 return ieee754sp_nanxcpt(x);
H A Dsp_maddf.c50 return ieee754sp_nanxcpt(z);
52 return ieee754sp_nanxcpt(x);
54 return ieee754sp_nanxcpt(y);
H A Dieee754sp.c40 union ieee754sp __cold ieee754sp_nanxcpt(union ieee754sp r) function

Completed in 100 milliseconds