patch-2.4.20 linux-2.4.20/arch/mips/math-emu/ieee754.c
Next file: linux-2.4.20/arch/mips/math-emu/ieee754.h
Previous file: linux-2.4.20/arch/mips/math-emu/dsemul.h
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Thu Nov 28 15:53:10 2002
- Orig file:
linux-2.4.19/arch/mips/math-emu/ieee754.c
- Orig date:
Fri Aug 2 17:39:43 2002
diff -urN linux-2.4.19/arch/mips/math-emu/ieee754.c linux-2.4.20/arch/mips/math-emu/ieee754.c
@@ -3,7 +3,7 @@
*
* BUGS
* not much dp done
- * doesnt generate IEEE754_INEXACT
+ * doesn't generate IEEE754_INEXACT
*
*/
/*
@@ -50,7 +50,7 @@
"SNaN",
};
-/* the control status register
+/* the control status register
*/
struct ieee754_csr ieee754_csr;
@@ -123,7 +123,7 @@
return ax.rv.si;
}
-long long ieee754di_xcpt(long long r, const char *op, ...)
+s64 ieee754di_xcpt(s64 r, const char *op, ...)
{
struct ieee754xctx ax;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)