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

1 2

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
MathTest.java 157 Double.MIN_NORMAL, Double.MIN_NORMAL / 2, Double.MIN_VALUE, +0.0,
158 0.0, -0.0, -Double.MIN_VALUE, -Double.MIN_NORMAL / 2,
159 -Double.MIN_NORMAL, -4.5, -3.4E102, -Double.MAX_VALUE,
229 Float.MIN_NORMAL, Float.MIN_NORMAL / 2, Float.MIN_VALUE, +0.0f,
230 0.0f, -0.0f, -Float.MIN_VALUE, -Float.MIN_NORMAL / 2,
231 -Float.MIN_NORMAL, -4.5f, -5.6442E21f, -Float.MAX_VALUE,
410 -0.323, Double.MIN_NORMAL * 24, -Double.MIN_NORMAL * 24
    [all...]
StrictMathTest.java     [all...]
FloatTest.java     [all...]
DoubleTest.java     [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RSUtils.java 87 array[r.nextInt(array.length)] = Double.MIN_NORMAL;
90 array[r.nextInt(array.length)] = -Double.MIN_NORMAL;
138 array[r.nextInt(array.length)] = Float.MIN_NORMAL;
141 array[r.nextInt(array.length)] = -Float.MIN_NORMAL;
Target.java 411 double answer = (mNumberOfBits == 32) ? Float.MIN_NORMAL : Double.MIN_NORMAL;
  /cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
RSUtils.java 87 array[r.nextInt(array.length)] = Double.MIN_NORMAL;
90 array[r.nextInt(array.length)] = -Double.MIN_NORMAL;
138 array[r.nextInt(array.length)] = Float.MIN_NORMAL;
141 array[r.nextInt(array.length)] = -Float.MIN_NORMAL;
  /external/chromium_org/v8/test/mjsunit/
math-round.js 155 var min_normal = Math.pow(2, -1022); variable
167 testRound(0, min_normal);
181 testRound(-0, -min_normal);
div-mod.js 122 var min_normal = Number.MIN_VALUE * Math.pow(2, 52); variable
138 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...]
  /libcore/luni/src/test/java/dalvik/system/
JniTest.java 297 Float.MAX_VALUE, Float.MIN_VALUE, Float.MIN_NORMAL, Float.NaN,
328 Float.MAX_VALUE, Float.MIN_VALUE, Float.MIN_NORMAL, Float.NaN,
330 Double.MAX_VALUE, Double.MIN_VALUE, Double.MIN_NORMAL, Double.NaN,
  /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,
  /cts/tests/tests/util/src/android/util/cts/
JsonWriterTest.java 182 jsonWriter.value(Double.MIN_NORMAL);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraMetadataTest.java 479 Float.MAX_VALUE, Float.MIN_NORMAL, Float.MIN_VALUE
485 Double.MAX_VALUE, Double.MIN_NORMAL, Double.MIN_VALUE
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/9/
user_comments_for_8_to_9.xml     [all...]

Completed in 4034 milliseconds

1 2