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

1 2

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
ulp.c 35 ulp function
gdtoaimp.h 568 #define ulp __ulp_D2A macro
616 extern double ulp ANSI((U*));
  /external/chromium_org/v8/test/mjsunit/
math-round.js 153 var ulp = Math.pow(2, -1022 - 52); variable
154 var max_denormal = (Math.pow(2, 52) - 1) * ulp;
165 testRound(0, ulp);
179 testRound(-0, -ulp);
  /external/deqp/framework/common/
tcuFloatFormat.cpp 79 * On the definition of ULP
81 * The GLSL spec does not define ULP. However, it refers to IEEE 754, which
84 * ULP(x) is the distance between the closest floating point numbers
87 * Note that this means that when x = 2^n, ULP(x) = 2^(n-p-1), i.e. it is the
90 * Furthermore, it is assumed that ULP is calculated relative to the exact
94 * For details, see "On the definition of ulp(x)" by Jean-Michel Muller
98 double FloatFormat::ulp (double x, double count) const function in class:tcu::FloatFormat
109 // Harrison's ULP: choose distance to closest (i.e. next lower) at binade
116 // ULP cannot be lower than the smallest quantum.
335 oss << "ulp(" << arg << ")"
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RSBaseCompute.java 56 float ulp = Math.ulp(ref[refIdx]) * ulpCount; local
60 ulp);
Target.java 63 * Sets whether we are testing a native_* function and how many ulp we allow
276 //Log.w("Floaty(double[], ulp)", "input: " + Arrays.toString(values) + ", ulp " + Integer.toString(mUlpFactor));
297 // Expand the range by one ulp factor to cover for the different rounding modes.
299 //Log.w("Floaty(double[], ulp)", "output: " + toString());
318 /** Modify mMinValue and mMaxValue to allow one extra ulp factor of error on each side. */
327 /** Expand the mMinValue by the number of ulp specified. */
339 double ulp = NegativeUlp(); local
340 double delta = ulp * ulpFactor;
359 //Log.w("ExpandMin", "ulp " + java.lang.Double.toString(ulp) + ", delta " + java.lang.Double.toString(delta) + " for " + jav (…)
374 double ulp = Ulp(); local
    [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...]
  /libcore/luni/src/main/java/java/math/
BigDecimal.java 2643 public BigDecimal ulp() { method in class:BigDecimal
    [all...]
  /ndk/sources/android/support/src/stdio/
strtod.c 1266 ulp function
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
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/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/tools/common/api-versions/android-1/
android.jar 
  /prebuilts/tools/common/api-versions/android-2/
android.jar 

Completed in 1799 milliseconds

1 2