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

  /external/mesa3d/src/mesa/swrast/
s_points.c 308 const GLfloat rmax = radius + 0.7071F; local
310 const GLfloat rmax2 = rmax * rmax;
  /external/valgrind/perf/
ffbench.c 244 double mapbase, mapscale, /* x, */ rmin, rmax, imin, imax; local
281 rmin = 1e10; rmax = -1e10;
292 rmax = max(r, rmax);
298 rmin, rmax, imin, imax);
303 mapscale = 255 / (rmax - rmin);
  /external/libvncserver/libvncserver/
cursor.c 570 int rmax, rshift; local
576 rmax = s->serverFormat.redMax;
583 rmask = (rmax << rshift);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 1292 const float rmax = halfSize + 0.7071F; local
    [all...]
  /system/core/libpixelflinger/
trap.cpp 178 GGLcoord rmin, GGLcoord rmax, GGLcoord rr)
181 if (d2 >= rmax) return 0;
238 GGLcoord rmax = (rad + sqr2Over2)*(rad + sqr2Over2); local
247 covPtr[i] = coverageNice(x, y, rmin, rmax, rr);
260 GGLcoord rmin, GGLcoord rmax, GGLcoord scale)
263 if (d2 >= rmax) return 0;
303 GGLcoord rmax = rad + sqr2Over2; local
306 rmax *= rmax;
307 scale = 0x800000 / (rmax - 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...]
  /external/flac/libFLAC/
stream_encoder.c 4041 FLAC__uint32 rmax; local
    [all...]
  /external/v8/src/compiler/
typer.cc 797 double rmax = rhs->Max(); local
805 if (rmin == 0 && rmax == 0) {
811 max = rmax;
814 if (lmax < 0 || rmax < 0) {
830 double rmax = rhs->Max(); local
835 lmin >= 0 && rmin >= 0 ? std::min(lmax, rmax) : std::max(lmax, rmax);
844 max = std::min(max, rmax);
856 double rmax = rhs->Max(); local
857 if ((lmin >= 0 && rmin >= 0) || (lmax < 0 && rmax < 0))
1046 double rmax = rhs->Max(); local
1099 double rmax = rhs->Max(); local
    [all...]

Completed in 1312 milliseconds