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

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_points.c 308 const GLfloat rmax = radius + 0.7071F; local
310 const GLfloat rmax2 = rmax * rmax;
  /external/mesa3d/src/mesa/swrast/
s_points.c 308 const GLfloat rmax = radius + 0.7071F; local
310 const GLfloat rmax2 = rmax * rmax;
  /external/valgrind/main/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/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_setup.c 1292 const float rmax = halfSize + 0.7071F; local
    [all...]
  /external/fio/
io_u.c 93 uint64_t rmax; local
95 rmax = td->o.use_os_rand ? OS_RAND_MAX : FRAND_MAX;
98 rmax = OS_RAND_MAX;
101 rmax = FRAND_MAX;
107 *b = lastb * (r / ((uint64_t) rmax + 1.0));
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 1292 const float rmax = halfSize + 0.7071F; local
    [all...]
  /external/qemu/include/ui/
console.h 133 uint8_t rmax, gmax, bmax, amax; member in struct:PixelFormat
  /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/flac/libFLAC/
stream_encoder.c 3869 FLAC__uint32 rmax; local
    [all...]

Completed in 472 milliseconds