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

  /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);
  /frameworks/base/graphics/java/android/renderscript/
RenderScriptGL.java 94 private void validateRange(int umin, int upref, int rmin, int rmax) {
95 if (umin < rmin || umin > rmax) {
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
pitch_ol.cpp 100 rmax = pointer to max(<s[i]*s[j]>), (Word32)
107 rmax contains the newly calculated max(<s[i]*s[j]>)
184 Word32 *rmax, // o : max(<s[i]*s[j]>)
234 *rmax = max;
302 Word32 *rmax, /* o : max(<s[i]*s[j]>) */
378 *rmax = max;
482 rmax = pointer to max(<s[i]*s[j]>), (Word32)
490 rmax contains the newly calculated max(<s[i]*s[j]>)
561 rmax = rmax
    [all...]
  /sdk/eclipse/scripts/
gen_icon.py 41 rmax = zoom/2
  /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/quake/quake/src/WinQuake/
pr_cmds.cpp 135 vec3_t rmin, rmax; local
151 VectorCopy (max, rmax);
169 rmax[0] = rmax[1] = rmax[2] = -9999;
190 if (transformed[l] > rmax[l])
191 rmax[l] = transformed[l];
200 VectorCopy (rmax, e->u.v.maxs);
    [all...]
  /gdk/samples/quake/jni/
pr_cmds.cpp 135 vec3_t rmin, rmax; local
151 VectorCopy (max, rmax);
169 rmax[0] = rmax[1] = rmax[2] = -9999;
190 if (transformed[l] > rmax[l])
191 rmax[l] = transformed[l];
200 VectorCopy (rmax, e->u.v.maxs);
    [all...]
  /external/bison/src/
vcg.h 913 int rmax; member in struct:graph
    [all...]
vcg.c 126 g->rmax = G_RMAX;
837 if (g->rmax != G_RMAX)
838 fprintf (fout, "\trmax:\t%d\n", g->rmax);
  /external/qemu/
console.c     [all...]
console.h 133 uint8_t rmax, gmax, bmax, amax; member in struct:PixelFormat
vnc-android.c     [all...]
vnc.c     [all...]
  /external/qemu/hw/
goldfish_fb.c 172 pf->rbits, pf->rmask, pf->rshift, pf->rmax);
  /external/flac/libFLAC/
stream_encoder.c 3869 FLAC__uint32 rmax; local
    [all...]
  /external/libxml2/
xmlschemas.c     [all...]

Completed in 576 milliseconds