Searched refs:ieee754sp_nanxcpt (Results 1 – 11 of 11) sorted by relevance
/linux-2.4.37.9/arch/mips/math-emu/ |
D | sp_simple.c | 53 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()
|
D | sp_sqrt.c | 46 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()
|
D | sp_fdp.c | 44 return ieee754sp_nanxcpt(ieee754sp_indef(), "fdp"); in ieee754sp_fdp() 50 return ieee754sp_nanxcpt(nan, "fdp", x); in ieee754sp_fdp()
|
D | sp_logb.c | 40 return ieee754sp_nanxcpt(x, "logb", x); in ieee754sp_logb()
|
D | sp_scalb.c | 40 return ieee754sp_nanxcpt(x, "scalb", x, n); in ieee754sp_scalb()
|
D | ieee754sp.h | 75 extern ieee754sp ieee754sp_nanxcpt(ieee754sp, const char *, ...);
|
D | sp_div.c | 56 return ieee754sp_nanxcpt(ieee754sp_indef(), "div", x, y); in ieee754sp_div()
|
D | sp_add.c | 56 return ieee754sp_nanxcpt(ieee754sp_indef(), "add", x, y); in ieee754sp_add()
|
D | sp_sub.c | 56 return ieee754sp_nanxcpt(ieee754sp_indef(), "sub", x, y); in ieee754sp_sub()
|
D | sp_mul.c | 56 return ieee754sp_nanxcpt(ieee754sp_indef(), "mul", x, y); in ieee754sp_mul()
|
D | ieee754sp.c | 64 ieee754sp ieee754sp_nanxcpt(ieee754sp r, const char *op, ...) in ieee754sp_nanxcpt() function
|