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

  /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/v8/test/unittests/compiler/
typer-unittest.cc 130 for (int rmin = min_min; rmin <= max_min; rmin++) {
132 Type* r2 = NewRange(rmin, rmin + width);
136 for (int x2 = rmin; x2 < rmin + width; x2++) {
  /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/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...]
  /sdk/eclipse/scripts/
gen_icon.py 40 rmin = -zoom/2
  /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/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 307 const GLfloat rmin = radius - 0.7071F; /* 0.7071 = sqrt(2)/2 */ local
309 const GLfloat rmin2 = MAX2(0.0F, rmin * rmin);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 1291 const float rmin = halfSize - 0.7071F; \/* 0.7071 = sqrt(2)\/2 *\/ local
    [all...]
  /external/opencv3/modules/imgproc/test/
test_imgwarp_strict.cpp 306 int rmin = MAX(dy - radius, 0), rmax = MIN(dy + radius, dsize.height);
309 std::cout << "opencv result:\n" << dst(Range(rmin, rmax), Range(cmin, cmax)) << std::endl;
310 std::cout << "reference result:\n" << reference_dst(Range(rmin, rmax), Range(cmin, cmax)) << std::endl;
    [all...]
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 
  /external/libxml2/
xmlschemas.c     [all...]

Completed in 735 milliseconds