Home
last modified time | relevance | path

Searched defs:POSITIVE_INFINITY (Results 1 – 25 of 138) sorted by relevance

123456

/dports/lang/seed7/seed7/src/
H A Dflt_rtl.h35 #define POSITIVE_INFINITY f_const[1].floatValue macro
39 #define POSITIVE_INFINITY ( 1.0 / 0.0) macro
/dports/math/libsemigroups/libsemigroups-1.3.7/src/
H A Dconstants.cpp27 PositiveInfinity const POSITIVE_INFINITY{}; variable
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/java/lang/
H A DFloat.h48 static jfloat POSITIVE_INFINITY; variable
H A DDouble.h47 static jdouble POSITIVE_INFINITY; variable
/dports/lang/gcc48/gcc-4.8.5/libjava/java/lang/
H A DDouble.h47 static jdouble POSITIVE_INFINITY; variable
H A DFloat.h48 static jfloat POSITIVE_INFINITY; variable
/dports/lang/gnat_util/gcc-6-20180516/libjava/java/lang/
H A DDouble.h47 static jdouble POSITIVE_INFINITY; variable
H A DFloat.h48 static jfloat POSITIVE_INFINITY; variable
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/java/lang/
H A DFloat.h48 static jfloat POSITIVE_INFINITY; variable
H A DDouble.h47 static jdouble POSITIVE_INFINITY; variable
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/java/lang/
H A DFloat.h48 static jfloat POSITIVE_INFINITY; variable
H A DDouble.h47 static jdouble POSITIVE_INFINITY; variable
/dports/games/meandmyshadow/meandmyshadow-0.5a/src/
H A DScenery.h56 POSITIVE_INFINITY, // Ends at positive infinity enumerator
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/misc/
H A DFloatConsts.java41 public static final float POSITIVE_INFINITY = java.lang.Float.POSITIVE_INFINITY; field in FloatConsts
H A DDoubleConsts.java41 public static final double POSITIVE_INFINITY = java.lang.Double.POSITIVE_INFINITY; field in DoubleConsts
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/misc/
H A DDoubleConsts.java41 public static final double POSITIVE_INFINITY = java.lang.Double.POSITIVE_INFINITY; field in DoubleConsts
H A DFloatConsts.java41 public static final float POSITIVE_INFINITY = java.lang.Float.POSITIVE_INFINITY; field in FloatConsts
/dports/math/sleef/sleef-3.5.0/src/libm-tester/
H A Dtesterutil.h7 #define POSITIVE_INFINITY INFINITY macro
/dports/math/p5-Set-IntSpan-Fast/Set-IntSpan-Fast-1.15/lib/Set/IntSpan/Fast/
H A DPP.pm21 use constant POSITIVE_INFINITY => 2**31 - 2; constant
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/lang/
H A DFloat.java81 public static final float POSITIVE_INFINITY = 1.0f / 0.0f; field in Float
H A DDouble.java84 public static final double POSITIVE_INFINITY = 1.0 / 0.0; field in Double
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/lang/
H A DFloat.java81 public static final float POSITIVE_INFINITY = 1.0f / 0.0f; field in Float
H A DDouble.java84 public static final double POSITIVE_INFINITY = 1.0 / 0.0; field in Double
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/lang/
H A DFloat.java82 public static final float POSITIVE_INFINITY = 1.0f / 0.0f; field in Float
H A DDouble.java83 public static final double POSITIVE_INFINITY = 1.0 / 0.0; field in Double

123456