Searched defs:huge (Results 1 - 12 of 12) sorted by relevance

/openjdk10/jdk/src/java.base/share/native/libfdlibm/
H A Ds_ceil.c38 static const double huge = 1.0e300; variable
40 static double huge = 1.0e300; variable
H A Ds_floor.c38 static const double huge = 1.0e300; variable
40 static double huge = 1.0e300; variable
H A De_cosh.c50 static const double one = 1.0, half=0.5, huge = 1.0e300; variable
52 static double one = 1.0, half=0.5, huge = 1.0e300; variable
H A De_atanh.c47 static const double one = 1.0, huge = 1e300; variable
49 static double one = 1.0, huge = 1e300; variable
H A Ds_scalbn.c42 huge = 1.0e+300, variable
H A Ds_atan.c94 huge = 1.0e300; variable
H A Ds_expm1.c129 huge = 1.0e+300, variable
H A De_exp.c98 huge = 1.0e+300, variable
H A De_asin.c65 huge = 1.000e+300, variable
H A Djfdlibm.h37 #define huge HUGE_NUMBER macro
/openjdk10/jdk/test/java/lang/StrictMath/
H A DFdlibmTranslit.java321 private static final double huge = 1.0e+300; field in class:FdlibmTranslit.Exp
/openjdk10/jdk/src/java.base/share/classes/java/lang/
H A DFdLibm.java663 private static final double huge = 1.0e+300; field in class:FdLibm.Exp
[all...]

Completed in 167 milliseconds