Searched refs:ieee754di_xcpt (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/arch/mips/math-emu/ |
D | sp_tlong.c | 44 return ieee754di_xcpt(ieee754di_indef(), "sp_tlong", x); in ieee754sp_tlong() 58 return ieee754di_xcpt(ieee754di_indef(), "sp_tlong", x); in ieee754sp_tlong() 101 return ieee754di_xcpt(ieee754di_indef(), "sp_tlong", x); in ieee754sp_tlong()
|
D | dp_tlong.c | 44 return ieee754di_xcpt(ieee754di_indef(), "dp_tlong", x); in ieee754dp_tlong() 58 return ieee754di_xcpt(ieee754di_indef(), "dp_tlong", x); in ieee754dp_tlong() 105 return ieee754di_xcpt(ieee754di_indef(), "dp_tlong", x); in ieee754dp_tlong()
|
D | ieee754dp.h | 67 extern s64 ieee754di_xcpt(s64, const char *, ...);
|
D | ieee754sp.h | 73 extern s64 ieee754di_xcpt(s64, const char *, ...);
|
D | ieee754.c | 126 s64 ieee754di_xcpt(s64 r, const char *op, ...) in ieee754di_xcpt() function
|