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

1 2

  /external/valgrind/perf/
ffbench.c 244 double mapbase, mapscale, /* x, */ rmin, rmax, imin, imax; local
281 rmin = 1e10; rmax = -1e10;
291 rmin = min(r, rmin);
298 rmin, rmax, imin, imax);
302 mapbase = rmin;
303 mapscale = 255 / (rmax - rmin);
  /external/tensorflow/tensorflow/contrib/lite/toco/
tooling_util.h 153 const double rmin = minmax.min; local
157 CHECK_LE(rmin, 0.);
159 if (rmin == rmax) {
161 CHECK_EQ(rmin, 0.);
171 const double scale = (rmax - rmin) / (qmax_double - qmin_double);
177 // We know two such pairs: (rmin, qmin) and (rmax, qmax).
181 const double zero_point_from_min = qmin_double - rmin / scale;
184 std::abs(qmin_double) + std::abs(rmin / scale);
  /external/v8/src/compiler/
operation-typer.cc 221 double rmin = rhs->AsRange()->Min(); local
223 results[0] = lmin * rmin;
225 results[2] = lmax * rmin;
232 (rmin == -V8_INFINITY || rmax == +V8_INFINITY)) ||
236 bool maybe_minuszero = (lhs->Maybe(cache_.kSingletonZero) && rmin < 0) ||
673 double const rmin = rhs->Min(); local
682 double rabs = std::max(std::abs(rmin), std::abs(rmax)) - 1;
720 double rmin = rhs->Min(); local
726 lmin >= 0 && rmin >= 0 ? std::max(lmin, rmin) : std::min(lmin, rmin)
757 double rmin = rhs->Min(); local
788 double rmin = rhs->Min(); local
    [all...]
  /frameworks/base/rs/java/android/renderscript/
RenderScriptGL.java 88 private void validateRange(int umin, int upref, int rmin, int rmax) {
89 if (umin < rmin || umin > rmax) {
  /external/swiftshader/third_party/subzero/bloat/
webtreemap.js 110 var rmin = node.data['$area']; // Smallest seen child so far.
111 var rmax = rmin; // Largest child.
116 if (size < rmin)
117 rmin = size;
127 1*rsum*rsum / (space*space*rmin));
  /sdk/eclipse/scripts/
gen_icon.py 40 rmin = -zoom/2
  /hardware/google/av/codec2/tests/
C2ComponentInterface_test.cpp 371 auto rmin = prim2Value(range.min); local
375 ASSERT_LE(rmin, rmax);
379 for (auto v = rmin; v <= rmax; v = TField(v + rstep)) {
382 if (rmin > std::numeric_limits<TField>::min()) {
383 invalidValues->emplace_back(TField(rmin - 1));
415 for (auto v = rmin; v <= rmax; v = TField(v * num / denom)) {
419 if (rmin > std::numeric_limits<TField>::min()) {
420 invalidValues->emplace_back(TField(rmin - 1));
  /system/core/libpixelflinger/
trap.cpp 180 GGLcoord rmin, GGLcoord rmax, GGLcoord rr)
184 if (d2 < rmin) return 0x7FFF;
239 GGLcoord rmin = (rad - sqr2Over2)*(rad - sqr2Over2); local
249 covPtr[i] = coverageNice(x, y, rmin, rmax, rr);
262 GGLcoord rmin, GGLcoord rmax, GGLcoord scale)
266 if (d2 < rmin) return 0x7FFF;
267 return 0x7FFF - (d2-rmin)*scale;
304 GGLcoord rmin = rad - sqr2Over2; local
307 rmin *= rmin;
    [all...]
  /external/eigen/lapack/
dlamch.f 35 *> = 'U' or 'u', DLAMCH := rmin
46 *> rmin = underflow threshold - base**(emin-1)
slamch.f 39 *> = 'U' or 'u', SLAMCH := rmin
50 *> rmin = underflow threshold - base**(emin-1)
  /external/mesa3d/src/mesa/swrast/
s_points.c 306 const GLfloat rmin = radius - 0.7071F; /* 0.7071 = sqrt(2)/2 */ local
308 const GLfloat rmin2 = MAX2(0.0F, rmin * rmin);
  /external/tensorflow/tensorflow/python/layers/
normalization.py 87 renorm_clipping: A dictionary that may map keys 'rmax', 'rmin', 'dmax' to
90 `r` clipped to [rmin, rmax], and `d` to [-dmax, dmax]. Missing rmax, rmin,
174 keys = ['rmax', 'rmin', 'dmax']
448 rmin, rmax, dmax = [self.renorm_clipping.get(key)
449 for key in ['rmin', 'rmax', 'dmax']]
450 if rmin is not None:
451 r = math_ops.maximum(r, rmin)
722 renorm_clipping: A dictionary that may map keys 'rmax', 'rmin', 'dmax' t
    [all...]
normalization_test.py     [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 1341 const float rmin = halfSize - 0.7071F; \/* 0.7071 = sqrt(2)\/2 *\/ local
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/reference/
reference_ops.h     [all...]
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
optimized_ops.h     [all...]
  /external/skia/fuzz/
FuzzCanvas.cpp 80 inline void fuzz_enum_range(Fuzz* fuzz, T* value, Min rmin, Max rmax) {
82 fuzz->nextRange((U*)value, (U)rmin, (U)rmax);
    [all...]
  /external/skqp/fuzz/
FuzzCanvas.cpp 80 inline void fuzz_enum_range(Fuzz* fuzz, T* value, Min rmin, Max rmax) {
82 fuzz->nextRange((U*)value, (U)rmin, (U)rmax);
    [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 
  /prebuilts/misc/common/commons-compress/
commons-compress-prebuilt.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.12/
commons-compress-1.12.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 

Completed in 707 milliseconds

1 2