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

  /external/apache-harmony/luni/src/test/api/common/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...]
FloatTest.java     [all...]
DoubleTest.java     [all...]
  /external/chromium_org/v8/test/mjsunit/
math-round.js 136 var min_normal = Math.pow(2, -1022); variable
148 testRound(0, min_normal);
162 testRound(-0, -min_normal);
div-mod.js 122 var min_normal = Number.MIN_VALUE * Math.pow(2, 52); variable
132 min_normal,
  /external/v8/test/mjsunit/
math-round.js 136 var min_normal = Math.pow(2, -1022); variable
148 testRound(0, min_normal);
162 testRound(-0, -min_normal);
div-mod.js 122 var min_normal = Number.MIN_VALUE * Math.pow(2, 52); variable
132 min_normal,
  /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/guava/guava-tests/test/com/google/common/math/
MathTesting.java 212 // Add small multiples of MIN_VALUE and MIN_NORMAL
214 for (double d : Doubles.asList(Double.MIN_VALUE, Double.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...]
  /external/guava/guava-tests/test/com/google/common/primitives/
DoublesTest.java 54 Double.MIN_NORMAL, -Double.MIN_NORMAL, Double.MIN_VALUE, -Double.MIN_VALUE,
FloatsTest.java 54 Float.MIN_NORMAL, -Float.MIN_NORMAL, Float.MIN_VALUE, -Float.MIN_VALUE,
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraMetadataTest.java 302 Float.MAX_VALUE, Float.MIN_NORMAL, Float.MIN_VALUE
308 Double.MAX_VALUE, Double.MIN_NORMAL, Double.MIN_VALUE
  /frameworks/base/core/tests/coretests/src/android/util/
JsonWriterTest.java 180 jsonWriter.value(Double.MIN_NORMAL);
  /frameworks/base/docs/html/sdk/api_diff/9/
user_comments_for_8_to_9.xml     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 586 // if (fabs(V) >= MIN_NORMAL) return FP_NORMAL else FP_SUBNORMAL
    [all...]

Completed in 1011 milliseconds