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

1 2

  /external/chromium_org/ppapi/generators/
idl_release.py 54 def __init__(self, rmin, rmax):
56 self.rmax = rmax
63 if not self.rmax:
64 rmax = '+oo'
66 rmax = str(self.rmax)
67 return '[%s,%s)' % (rmin, rmax)
69 def SetReleaseRange(self, rmin, rmax):
71 self.rmax = rma
    [all...]
idl_namespace.py 51 def FindRange(self, name, rmin, rmax):
55 return self._parent.FindRange(name, rmin, rmax)
58 return verlist.FindRange(rmin, rmax)
85 def __init__(self, name, rmin, rmax):
88 self.rmax = rmax
94 'deprecate' : rmax
98 return '%s (%s : %s)' % (self.name, self.rmin, self.rmax)
165 def VerifyFindAll(namespace, name, rmin, rmax, nodes):
167 out = namespace.FindRange(name, rmin, rmax)
    [all...]
idl_ast.py 90 rmax = self.release_map.GetRelease(vmax)
91 node.SetReleaseRange(rmin, 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);
  /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) {
  /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
  /external/chromium_org/third_party/webtreemap/src/
webtreemap.js 111 var rmax = rmin; // Largest child.
118 if (size > rmax)
119 rmax = size;
126 var score = Math.max(5*space*space*rmax / (rsum*rsum),
  /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/eigen/lapack/
dlamch.f 37 *> = 'O' or 'o', DLAMCH := rmax
48 *> rmax = overflow threshold - (base**emax)*(1-eps)
slamch.f 41 *> = 'O' or 'o', SLAMCH := rmax
52 *> rmax = overflow threshold - (base**emax)*(1-eps)
  /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/qemu/ui/
console.c     [all...]
vnc-android.c     [all...]
vnc.c     [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/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_setup.c 1292 const float rmax = halfSize + 0.7071F; local
    [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
  /external/qemu/hw/android/goldfish/
fb.c 174 pf->rbits, pf->rmask, pf->rshift, pf->rmax);
  /external/flac/libFLAC/
stream_encoder.c 3869 FLAC__uint32 rmax; local
    [all...]
  /external/chromium_org/third_party/d3/src/
d3.js     [all...]
  /external/chromium_org/third_party/libxml/src/
xmlschemas.c     [all...]
  /external/libxml2/
xmlschemas.c     [all...]

Completed in 552 milliseconds

1 2