Symbol: ieee754dp_nanxcpt
arch/mips/math-emu/dp_add.c
33
return ieee754dp_nanxcpt(y);
arch/mips/math-emu/dp_add.c
41
return ieee754dp_nanxcpt(x);
arch/mips/math-emu/dp_div.c
35
return ieee754dp_nanxcpt(y);
arch/mips/math-emu/dp_div.c
43
return ieee754dp_nanxcpt(x);
arch/mips/math-emu/dp_fmax.c
163
return ieee754dp_nanxcpt(y);
arch/mips/math-emu/dp_fmax.c
171
return ieee754dp_nanxcpt(x);
arch/mips/math-emu/dp_fmax.c
37
return ieee754dp_nanxcpt(y);
arch/mips/math-emu/dp_fmax.c
45
return ieee754dp_nanxcpt(x);
arch/mips/math-emu/dp_fmin.c
163
return ieee754dp_nanxcpt(y);
arch/mips/math-emu/dp_fmin.c
171
return ieee754dp_nanxcpt(x);
arch/mips/math-emu/dp_fmin.c
37
return ieee754dp_nanxcpt(y);
arch/mips/math-emu/dp_fmin.c
45
return ieee754dp_nanxcpt(x);
arch/mips/math-emu/dp_fsp.c
31
return ieee754dp_nanxcpt(ieee754dp_nan_fsp(xs, xm));
arch/mips/math-emu/dp_maddf.c
82
return ieee754dp_nanxcpt(z);
arch/mips/math-emu/dp_maddf.c
84
return ieee754dp_nanxcpt(x);
arch/mips/math-emu/dp_maddf.c
86
return ieee754dp_nanxcpt(y);
arch/mips/math-emu/dp_mul.c
43
return ieee754dp_nanxcpt(y);
arch/mips/math-emu/dp_mul.c
51
return ieee754dp_nanxcpt(x);
arch/mips/math-emu/dp_rint.c
30
return ieee754dp_nanxcpt(x);
arch/mips/math-emu/dp_sqrt.c
34
return ieee754dp_nanxcpt(x);
arch/mips/math-emu/dp_sub.c
33
return ieee754dp_nanxcpt(y);
arch/mips/math-emu/dp_sub.c
41
return ieee754dp_nanxcpt(x);
arch/mips/math-emu/ieee754dp.h
72
extern union ieee754dp __cold ieee754dp_nanxcpt(union ieee754dp);
arch/mips/math-emu/sp_fdp.c
35
x = ieee754dp_nanxcpt(x);