Searched refs:ieee754dp_nanxcpt (Results 1 – 11 of 11) sorted by relevance
/linux-2.4.37.9/arch/mips/math-emu/ |
D | dp_simple.c | 53 return ieee754dp_nanxcpt(ieee754dp_indef(), "neg"); in ieee754dp_neg() 57 return ieee754dp_nanxcpt(x, "neg", x); in ieee754dp_neg() 75 return ieee754dp_nanxcpt(ieee754dp_indef(), "neg"); in ieee754dp_abs() 79 return ieee754dp_nanxcpt(x, "abs", x); in ieee754dp_abs()
|
D | dp_sqrt.c | 53 return ieee754dp_nanxcpt(x, "sqrt"); in ieee754dp_sqrt() 56 return ieee754dp_nanxcpt(ieee754dp_indef(), "sqrt"); in ieee754dp_sqrt() 64 return ieee754dp_nanxcpt(ieee754dp_indef(), "sqrt"); in ieee754dp_sqrt() 75 return ieee754dp_nanxcpt(ieee754dp_indef(), "sqrt"); in ieee754dp_sqrt()
|
D | dp_fsp.c | 43 return ieee754dp_nanxcpt(ieee754dp_indef(), "fsp"); in ieee754dp_fsp() 45 return ieee754dp_nanxcpt(builddp(xs, in ieee754dp_fsp()
|
D | dp_logb.c | 40 return ieee754dp_nanxcpt(x, "logb", x); in ieee754dp_logb()
|
D | dp_scalb.c | 40 return ieee754dp_nanxcpt(x, "scalb", x, n); in ieee754dp_scalb()
|
D | ieee754dp.h | 69 extern ieee754dp ieee754dp_nanxcpt(ieee754dp, const char *, ...);
|
D | dp_div.c | 56 return ieee754dp_nanxcpt(ieee754dp_indef(), "div", x, y); in ieee754dp_div()
|
D | dp_add.c | 57 return ieee754dp_nanxcpt(ieee754dp_indef(), "add", x, y); in ieee754dp_add()
|
D | dp_sub.c | 56 return ieee754dp_nanxcpt(ieee754dp_indef(), "sub", x, y); in ieee754dp_sub()
|
D | dp_mul.c | 56 return ieee754dp_nanxcpt(ieee754dp_indef(), "mul", x, y); in ieee754dp_mul()
|
D | ieee754dp.c | 63 ieee754dp ieee754dp_nanxcpt(ieee754dp r, const char *op, ...) in ieee754dp_nanxcpt() function
|