Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/math-emu/
Dsp_simple.c53 return ieee754sp_nanxcpt(ieee754sp_indef(), "neg"); in ieee754sp_neg()
57 return ieee754sp_nanxcpt(x, "neg", x); in ieee754sp_neg()
75 return ieee754sp_nanxcpt(ieee754sp_indef(), "abs"); in ieee754sp_abs()
79 return ieee754sp_nanxcpt(x, "abs", x); in ieee754sp_abs()
Dsp_sqrt.c46 return ieee754sp_nanxcpt(x, "sqrt"); in ieee754sp_sqrt()
49 return ieee754sp_nanxcpt(ieee754sp_indef(), "sqrt"); in ieee754sp_sqrt()
57 return ieee754sp_nanxcpt(ieee754sp_indef(), "sqrt"); in ieee754sp_sqrt()
66 return ieee754sp_nanxcpt(ieee754sp_indef(), "sqrt"); in ieee754sp_sqrt()
Dsp_fdp.c44 return ieee754sp_nanxcpt(ieee754sp_indef(), "fdp"); in ieee754sp_fdp()
50 return ieee754sp_nanxcpt(nan, "fdp", x); in ieee754sp_fdp()
Dsp_logb.c40 return ieee754sp_nanxcpt(x, "logb", x); in ieee754sp_logb()
Dsp_scalb.c40 return ieee754sp_nanxcpt(x, "scalb", x, n); in ieee754sp_scalb()
Dieee754sp.h75 extern ieee754sp ieee754sp_nanxcpt(ieee754sp, const char *, ...);
Dsp_div.c56 return ieee754sp_nanxcpt(ieee754sp_indef(), "div", x, y); in ieee754sp_div()
Dsp_add.c56 return ieee754sp_nanxcpt(ieee754sp_indef(), "add", x, y); in ieee754sp_add()
Dsp_sub.c56 return ieee754sp_nanxcpt(ieee754sp_indef(), "sub", x, y); in ieee754sp_sub()
Dsp_mul.c56 return ieee754sp_nanxcpt(ieee754sp_indef(), "mul", x, y); in ieee754sp_mul()
Dieee754sp.c64 ieee754sp ieee754sp_nanxcpt(ieee754sp r, const char *op, ...) in ieee754sp_nanxcpt() function