aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang/Double.java
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2003-09-23 21:42:40 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2003-09-23 21:42:40 +0000
commitda64f72ecda1afa43ad171696454d77b60ca717a (patch)
treeb2c54e6f94580cd097d2d1b71bd977c2f7b5d7bd /libjava/java/lang/Double.java
parentfff2cb99c987f4e9f0a8dffc0c3acd363f8a097f (diff)
downloadgcc-da64f72ecda1afa43ad171696454d77b60ca717a.zip
gcc-da64f72ecda1afa43ad171696454d77b60ca717a.tar.gz
gcc-da64f72ecda1afa43ad171696454d77b60ca717a.tar.bz2
Float.java, [...]: Add GCJ LOCAL markers.
* java/lang/Float.java, java/lang/Double.java: Add GCJ LOCAL markers. From-SVN: r71699
Diffstat (limited to 'libjava/java/lang/Double.java')
-rw-r--r--libjava/java/lang/Double.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/libjava/java/lang/Double.java b/libjava/java/lang/Double.java
index 199f64e..95ee4ec 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 <code>double</code>
* @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 <code>double</code>
* @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 <code>double</code>