HomeSort by relevance Sort by last modified time
    Searched defs:ulp (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/v8/test/mjsunit/
math-round.js 134 var ulp = Math.pow(2, -1022 - 52); variable
135 var max_denormal = (Math.pow(2, 52) - 1) * ulp;
146 testRound(0, ulp);
160 testRound(-0, -ulp);
  /external/v8/test/mjsunit/
math-round.js 134 var ulp = Math.pow(2, -1022 - 52); variable
135 var max_denormal = (Math.pow(2, 52) - 1) * ulp;
146 testRound(0, ulp);
160 testRound(-0, -ulp);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RSBaseCompute.java 65 float ulp = Math.ulp(ref[refIdx]) * ulpCount; local
69 ulp);
90 int inStride, int skip, int ulp) {
107 checkArray(refArray, outArray, INPUTSIZE, refStride, outStride, ulp);
110 public void baseTest(int testid, long seed, int refStride, int outStride, int inStride, int skip, int ulp) {
111 baseTestHelper(testid, null, null, seed, 1, 0, 1, 0, refStride, outStride, inStride, skip, ulp);
114 public void doF32(long seed, int ulp) {
115 baseTestHelper(TEST_F32, Element.F32(mRS), Element.F32(mRS), seed, 1, 0, 1, 0, 1, 1, 1, 0, ulp);
118 public void doF32_2(long seed, int ulp) {
    [all...]
  /libcore/luni/src/main/java/java/lang/
Math.java 97 * 1 ulp (unit in the last place) of the real result.
115 * ulp (unit in the last place) of the real result.
133 * within 1 ulp (unit in the last place) of the real result.
227 * The returned result is within 1 ulp (unit in the last place) of the real
263 * of the argument. The returned result is within 1 ulp (unit in the last
283 * cancellation of significant digits). The returned result is within 1 ulp
287 * result is within 0.5 ulp of -1, -1.0 is returned.
324 * medium underflow or overflow. The returned result is within 1 ulp (unit
376 * argument. The returned result is within 1 ulp (unit in the last place) of
397 * argument. The returned result is within 1 ulp (unit in the last place) o
946 public static double ulp(double d) { method in class:Math
978 public static float ulp(float f) { method in class:Math
    [all...]
StrictMath.java 868 * Returns the argument's ulp (unit in the last place). The size of a ulp of
871 * {@code ulp(-x) == ulp(x)}.
875 * <li>{@code ulp(+0.0) = Double.MIN_VALUE}</li>
876 * <li>{@code ulp(-0.0) = Double.MIN_VALUE}</li>
877 * <li>{@code ulp(+infinity) = infinity}</li>
878 * <li>{@code ulp(-infinity) = infinity}</li>
879 * <li>{@code ulp(NaN) = NaN}</li>
883 * the floating-point value to compute ulp of
886 public static double ulp(double d) { method in class:StrictMath
916 public static float ulp(float f) { method in class:StrictMath
    [all...]
  /bionic/libc/stdlib/
strtod.c 1013 ulp function
    [all...]
  /libcore/luni/src/main/java/java/math/
BigDecimal.java 2635 public BigDecimal ulp() { method in class:BigDecimal
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/4/
android.jar 

Completed in 379 milliseconds