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

  /external/mesa3d/src/mesa/swrast/
s_points.c 307 const GLfloat rmin = radius - 0.7071F; /* 0.7071 = sqrt(2)/2 */ local
309 const GLfloat rmin2 = MAX2(0.0F, rmin * rmin);
  /external/v8/src/compiler/
operation-typer.cc 210 double rmin = rhs->Min(); local
214 double rabs = std::max(std::abs(rmin), std::abs(rmax)) - 1;
241 double rmin = rhs->AsRange()->Min(); local
243 results[0] = lmin * rmin;
245 results[2] = lmax * rmin;
255 (rmin == -V8_INFINITY || rmax == +V8_INFINITY)) ||
259 bool maybe_minuszero = (lhs->Maybe(cache_.kSingletonZero) && rmin < 0) ||
typer.cc 889 double rmin = rhs->Min(); local
895 lmin >= 0 && rmin >= 0 ? std::max(lmin, rmin) : std::min(lmin, rmin);
899 if (rmin == 0 && rmax == 0) {
904 min = rmin;
921 double rmin = rhs->Min(); local
928 lmin >= 0 && rmin >= 0 ? std::min(lmax, rmax) : std::max(lmax, rmax);
935 if (rmin >= 0) {
947 double rmin = rhs->Min() local
    [all...]
  /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/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 1291 const float rmin = halfSize - 0.7071F; \/* 0.7071 = sqrt(2)\/2 *\/ local
    [all...]
  /system/core/libpixelflinger/
trap.cpp 178 GGLcoord rmin, GGLcoord rmax, GGLcoord rr)
182 if (d2 < rmin) return 0x7FFF;
237 GGLcoord rmin = (rad - sqr2Over2)*(rad - sqr2Over2); local
247 covPtr[i] = coverageNice(x, y, rmin, rmax, rr);
260 GGLcoord rmin, GGLcoord rmax, GGLcoord scale)
264 if (d2 < rmin) return 0x7FFF;
265 return 0x7FFF - (d2-rmin)*scale;
302 GGLcoord rmin = rad - sqr2Over2; local
305 rmin *= rmin;
    [all...]
  /external/opencv3/modules/imgproc/test/
test_imgwarp.cpp 1522 int rmin = MAX(dy - radius, 0), rmax = MIN(dy + radius, dsize.height); local
    [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/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/
commons-compress-1.9.jar 
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 

Completed in 2708 milliseconds