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

  /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...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 154 milliseconds