From da64f72ecda1afa43ad171696454d77b60ca717a Mon Sep 17 00:00:00 2001 From: Nathanael Nerode Date: Tue, 23 Sep 2003 21:42:40 +0000 Subject: Float.java, [...]: Add GCJ LOCAL markers. * java/lang/Float.java, java/lang/Double.java: Add GCJ LOCAL markers. From-SVN: r71699 --- libjava/java/lang/Double.java | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libjava/java/lang/Double.java') diff --git a/libjava/java/lang/Double.java b/libjava/java/lang/Double.java index 199f64ee5b8..95ee4ecb775 100644 --- a/libjava/java/lang/Double.java +++ b/libjava/java/lang/Double.java @@ -428,7 +428,9 @@ public final class Double extends Number implements Comparable * @return the bits of the double * @see #longBitsToDouble(long) */ + // GCJ LOCAL: We diverge from Classpath for efficiency. public static native long doubleToLongBits(double value); + // END GCJ LOCAL /** * Convert the double to the IEEE 754 floating-point "double format" bit @@ -444,7 +446,9 @@ public final class Double extends Number implements Comparable * @return the bits of the double * @see #longBitsToDouble(long) */ + // GCJ LOCAL: We diverge from Classpath for efficiency. public static native long doubleToRawLongBits(double value); + // END GCJ LOCAL /** * Convert the argument in IEEE 754 floating-point "double format" bit @@ -459,7 +463,9 @@ public final class Double extends Number implements Comparable * @see #doubleToLongBits(double) * @see #doubleToRawLongBits(double) */ + // GCJ LOCAL: We diverge from Classpath for efficiency. public static native double longBitsToDouble(long bits); + // END GCJ LOCAL /** * Compare two Doubles numerically by comparing their double -- cgit v1.2.3