patch-2.4.20 linux-2.4.20/arch/mips/math-emu/ieee754sp.h
Next file: linux-2.4.20/arch/mips/math-emu/ieee754xcpt.c
Previous file: linux-2.4.20/arch/mips/math-emu/ieee754sp.c
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Thu Nov 28 15:53:10 2002
- Orig file:
linux-2.4.19/arch/mips/math-emu/ieee754sp.h
- Orig date:
Fri Apr 13 20:26:07 2001
diff -urN linux-2.4.19/arch/mips/math-emu/ieee754sp.h linux-2.4.20/arch/mips/math-emu/ieee754sp.h
@@ -1,4 +1,4 @@
-/*
+/*
* IEEE754 floating point
* double precision internal header file
*/
@@ -70,7 +70,7 @@
extern int ieee754sp_isnan(ieee754sp);
extern int ieee754sp_issnan(ieee754sp);
extern int ieee754si_xcpt(int, const char *, ...);
-extern long long ieee754di_xcpt(long long, const char *, ...);
+extern s64 ieee754di_xcpt(s64, const char *, ...);
extern ieee754sp ieee754sp_xcpt(ieee754sp, const char *, ...);
extern ieee754sp ieee754sp_nanxcpt(ieee754sp, const char *, ...);
extern ieee754sp ieee754sp_bestnan(ieee754sp, ieee754sp);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)