Home
last modified time | relevance | path

Searched refs:ieee754di_xcpt (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/arch/mips/math-emu/
Dsp_tlong.c44 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()
Ddp_tlong.c44 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()
Dieee754dp.h67 extern s64 ieee754di_xcpt(s64, const char *, ...);
Dieee754sp.h73 extern s64 ieee754di_xcpt(s64, const char *, ...);
Dieee754.c126 s64 ieee754di_xcpt(s64 r, const char *op, ...) in ieee754di_xcpt() function