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

/linux-4.1.27/arch/mips/math-emu/
H A Ddp_add.c45 return ieee754dp_nanxcpt(y); ieee754dp_add()
53 return ieee754dp_nanxcpt(x); ieee754dp_add()
H A Ddp_div.c47 return ieee754dp_nanxcpt(y); ieee754dp_div()
55 return ieee754dp_nanxcpt(x); ieee754dp_div()
H A Ddp_mul.c55 return ieee754dp_nanxcpt(y); ieee754dp_mul()
63 return ieee754dp_nanxcpt(x); ieee754dp_mul()
H A Ddp_fsp.c43 return ieee754dp_nanxcpt(ieee754dp_nan_fsp(xs, xm)); ieee754dp_fsp()
H A Dieee754dp.h80 extern union ieee754dp __cold ieee754dp_nanxcpt(union ieee754dp);
H A Ddp_sub.c45 return ieee754dp_nanxcpt(y); ieee754dp_sub()
53 return ieee754dp_nanxcpt(x); ieee754dp_sub()
H A Ddp_sqrt.c46 return ieee754dp_nanxcpt(x); ieee754dp_sqrt()
H A Dieee754dp.c49 union ieee754dp __cold ieee754dp_nanxcpt(union ieee754dp r) ieee754dp_nanxcpt() function

Completed in 107 milliseconds