Searched refs:ieee754dp_nanxcpt (Results 1 - 13 of 13) sorted by relevance

/linux-master/arch/mips/math-emu/
H A Ddp_fsp.c31 return ieee754dp_nanxcpt(ieee754dp_nan_fsp(xs, xm));
H A Ddp_rint.c30 return ieee754dp_nanxcpt(x);
H A Dsp_fdp.c35 x = ieee754dp_nanxcpt(x);
H A Ddp_sub.c33 return ieee754dp_nanxcpt(y);
41 return ieee754dp_nanxcpt(x);
H A Ddp_add.c33 return ieee754dp_nanxcpt(y);
41 return ieee754dp_nanxcpt(x);
H A Ddp_div.c35 return ieee754dp_nanxcpt(y);
43 return ieee754dp_nanxcpt(x);
H A Dieee754dp.h72 extern union ieee754dp __cold ieee754dp_nanxcpt(union ieee754dp);
H A Ddp_fmin.c37 return ieee754dp_nanxcpt(y);
45 return ieee754dp_nanxcpt(x);
163 return ieee754dp_nanxcpt(y);
171 return ieee754dp_nanxcpt(x);
H A Ddp_fmax.c37 return ieee754dp_nanxcpt(y);
45 return ieee754dp_nanxcpt(x);
163 return ieee754dp_nanxcpt(y);
171 return ieee754dp_nanxcpt(x);
H A Ddp_mul.c43 return ieee754dp_nanxcpt(y);
51 return ieee754dp_nanxcpt(x);
H A Ddp_maddf.c82 return ieee754dp_nanxcpt(z);
84 return ieee754dp_nanxcpt(x);
86 return ieee754dp_nanxcpt(y);
H A Dieee754dp.c40 union ieee754dp __cold ieee754dp_nanxcpt(union ieee754dp r) function
H A Ddp_sqrt.c34 return ieee754dp_nanxcpt(x);

Completed in 123 milliseconds