Searched refs:rmax (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/ppapi/generators/
H A Didl_release.py54 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
[all...]
H A Didl_namespace.py51 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...]
H A Didl_ast.py90 rmax = self.release_map.GetRelease(vmax)
91 node.SetReleaseRange(rmin, rmax)
/external/valgrind/main/perf/
H A Dffbench.c244 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/webtreemap/src/
H A Dwebtreemap.js111 var rmax = rmin; // Largest child.
118 if (size > rmax)
119 rmax = size;
126 var score = Math.max(5*space*space*rmax / (rsum*rsum),
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_points.c308 const GLfloat rmax = radius + 0.7071F; local
310 const GLfloat rmax2 = rmax * rmax;
/external/mesa3d/src/mesa/swrast/
H A Ds_points.c308 const GLfloat rmax = radius + 0.7071F; local
310 const GLfloat rmax2 = rmax * rmax;
/external/qemu/ui/
H A Dconsole.c1678 pf.rmax = 255;
1694 pf.rmax = 255;
1729 pf.rmax = 31;
1743 pf.rmax = 31;
1757 pf.rmax = 255;
1771 pf.rmax = 255;
H A Dvnc-android.c1637 vs->clientds.pf.rmax = red_max;
1672 vnc_write_u16(vs, vs->ds->surface->pf.rmax); /* red-max */
H A Dvnc.c1630 vs->clientds.pf.rmax = red_max;
1665 vnc_write_u16(vs, vs->ds->surface->pf.rmax); /* red-max */
/external/fio/
H A Dio_u.c93 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));
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_setup.c1292 const float rmax = halfSize + 0.7071F; local
1294 const float rmax2 = rmax * rmax;
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_setup.c1292 const float rmax = halfSize + 0.7071F; local
1294 const float rmax2 = rmax * rmax;
/external/qemu/include/ui/
H A Dconsole.h133 uint8_t rmax, gmax, bmax, amax; member in struct:PixelFormat
/external/qemu/hw/android/goldfish/
H A Dfb.c174 pf->rbits, pf->rmask, pf->rshift, pf->rmax);
/external/flac/libFLAC/
H A Dstream_encoder.c3869 FLAC__uint32 rmax; local
3880 rmax = 0;
3883 /* OPT: maybe faster: rmax |= r ^ (r>>31) */
3885 rmax |= ~r;
3887 rmax |= r;
3889 /* now we know all residual values are in the range [-rmax-1,rmax] */
3890 raw_bits_per_partition[partition] = rmax? FLAC__bitmath_ilog2(rmax) + 2 : 1;
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c16745 xmlSchemaCheckParticleRangeOK(int rmin, int rmax, argument
16751 (rmax > bmax))
/external/libxml2/
H A Dxmlschemas.c16774 xmlSchemaCheckParticleRangeOK(int rmin, int rmax, argument
16780 (rmax > bmax))
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 4357 milliseconds