HomeSort by relevance Sort by last modified time
    Searched full:min_normal (Results 1 - 15 of 15) sorted by null

  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
MathTest.java 169 Double.MIN_NORMAL, Double.MIN_NORMAL / 2, Double.MIN_VALUE, +0.0,
170 0.0, -0.0, -Double.MIN_VALUE, -Double.MIN_NORMAL / 2,
171 -Double.MIN_NORMAL, -4.5, -3.4E102, -Double.MAX_VALUE,
242 Float.MIN_NORMAL, Float.MIN_NORMAL / 2, Float.MIN_VALUE, +0.0f,
243 0.0f, -0.0f, -Float.MIN_VALUE, -Float.MIN_NORMAL / 2,
244 -Float.MIN_NORMAL, -4.5f, -5.6442E21f, -Float.MAX_VALUE,
423 -0.323, Double.MIN_NORMAL * 24, -Double.MIN_NORMAL * 24
    [all...]
StrictMathTest.java     [all...]
  /frameworks/base/docs/html/sdk/api_diff/9/changes/
java.lang.Double.html 101 <A NAME="java.lang.Double.MIN_NORMAL"></A>
102 <nobr><code>double</code>&nbsp;<A HREF="../../../../reference/java/lang/Double.html#MIN_NORMAL" target="_top"><code>MIN_NORMAL</code></A></nobr>
java.lang.Float.html 101 <A NAME="java.lang.Float.MIN_NORMAL"></A>
102 <nobr><code>float</code>&nbsp;<A HREF="../../../../reference/java/lang/Float.html#MIN_NORMAL" target="_top"><code>MIN_NORMAL</code></A></nobr>
fields_index_additions.html 372 <i>MIN_NORMAL</i><br>
374 <A HREF="java.lang.Double.html#java.lang.Double.MIN_NORMAL" class="hiddenlink" target="rightframe">java.lang.Double</A>
377 <A HREF="java.lang.Float.html#java.lang.Float.MIN_NORMAL" class="hiddenlink" target="rightframe">java.lang.Float</A>
    [all...]
fields_index_all.html 410 <i>MIN_NORMAL</i><br>
412 <A HREF="java.lang.Double.html#java.lang.Double.MIN_NORMAL" class="hiddenlink" target="rightframe">java.lang.Double</A>
415 <A HREF="java.lang.Float.html#java.lang.Float.MIN_NORMAL" class="hiddenlink" target="rightframe">java.lang.Float</A>
    [all...]
alldiffs_index_additions.html     [all...]
alldiffs_index_all.html     [all...]
  /external/v8/test/mjsunit/
div-mod.js 120 var min_normal = Number.MIN_VALUE * Math.pow(2, 52); variable
130 min_normal,
  /libcore/luni/src/main/java/java/lang/
StrictMath.java     [all...]
Double.java 77 public static final double MIN_NORMAL = 2.2250738585072014E-308;
89 * Equal to {@code Math.getExponent(Double.MIN_NORMAL)}.
Float.java 74 public static final float MIN_NORMAL = 1.1754943508222875E-38f;
86 * Equal to {@code Math.getExponent(Float.MIN_NORMAL)}.
Math.java     [all...]
  /frameworks/base/docs/html/sdk/api_diff/9/
user_comments_for_8_to_9.xml     [all...]
  /external/v8/test/cctest/
test-api.cc 9484 double min_normal = DoubleFromBits(0x00100000, 0x00000000); local
    [all...]

Completed in 576 milliseconds