Package org.joml
Class Runtime
java.lang.Object
org.joml.Runtime
public final class Runtime
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static boolean
HAS_doubleToRawLongBits
static boolean
HAS_floatToRawIntBits
static boolean
HAS_Long_rotateLeft
static boolean
HAS_Math_fma
-
Method Summary
Modifier and Type Method Description static long
doubleToLongBits(double double1)
static boolean
equals(double double1, double double2, double double3)
static boolean
equals(float float1, float float2, float float3)
static int
floatToIntBits(float float1)
static java.lang.String
format(double double1, java.text.NumberFormat numberFormat)
static java.lang.String
formatNumbers(java.lang.String string)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
HAS_floatToRawIntBits
public static final boolean HAS_floatToRawIntBits -
HAS_doubleToRawLongBits
public static final boolean HAS_doubleToRawLongBits -
HAS_Long_rotateLeft
public static final boolean HAS_Long_rotateLeft -
HAS_Math_fma
public static final boolean HAS_Math_fma
-
-
Method Details
-
floatToIntBits
public static int floatToIntBits(float float1) -
doubleToLongBits
public static long doubleToLongBits(double double1) -
formatNumbers
public static java.lang.String formatNumbers(java.lang.String string) -
format
public static java.lang.String format(double double1, java.text.NumberFormat numberFormat) -
equals
public static boolean equals(float float1, float float2, float float3) -
equals
public static boolean equals(double double1, double double2, double double3)
-