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

  /external/valgrind/main/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/webkit/Source/WebCore/plugins/gtk/
PluginViewGtk.cpp 735 int rmaj, rmin; local
736 if (depth == 32 && (!XRenderQueryVersion(display, &rmaj, &rmin) || (rmaj == 0 && rmin < 5)))
  /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/quake/quake/src/WinQuake/
pr_cmds.cpp 135 vec3_t rmin, rmax; local
150 VectorCopy (min, rmin);
168 rmin[0] = rmin[1] = rmin[2] = 9999;
188 if (transformed[l] < rmin[l])
189 rmin[l] = transformed[l];
199 VectorCopy (rmin, e->u.v.mins);
    [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.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 

Completed in 131 milliseconds