Searched refs:rmin (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/ppapi/generators/
H A Didl_release.py54 def __init__(self, rmin, rmax):
55 self.rmin = rmin
59 if not self.rmin:
60 rmin = '0'
62 rmin = str(self.rmin)
67 return '[%s,%s)' % (rmin, rmax)
69 def SetReleaseRange(self, rmin, rmax):
70 self.rmin
[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):
87 self.rmin = rmin
93 'release': rmin,
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, rma
[all...]
H A Didl_ast.py61 self.rmin = node.GetMinMax()[0]
68 node.SetMin(self.rmin)
87 rmin = self.rmin
89 rmin = self.release_map.GetRelease(vmin)
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;
291 rmin = min(r, rmin);
298 rmin, rmax, imin, imax);
302 mapbase = rmin;
303 mapscale = 255 / (rmax - rmin);
/external/chromium_org/third_party/webtreemap/src/
H A Dwebtreemap.js110 var rmin = node.data['$area']; // Smallest seen child so far.
111 var rmax = rmin; // Largest child.
116 if (size < rmin)
117 rmin = size;
127 1*rsum*rsum / (space*space*rmin));
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_points.c307 const GLfloat rmin = radius - 0.7071F; /* 0.7071 = sqrt(2)/2 */ local
309 const GLfloat rmin2 = MAX2(0.0F, rmin * rmin);
/external/mesa3d/src/mesa/swrast/
H A Ds_points.c307 const GLfloat rmin = radius - 0.7071F; /* 0.7071 = sqrt(2)/2 */ local
309 const GLfloat rmin2 = MAX2(0.0F, rmin * rmin);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_setup.c1291 const float rmin = halfSize - 0.7071F; /* 0.7071 = sqrt(2)/2 */ local
1293 const float rmin2 = MAX2(0.0F, rmin * rmin);
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_setup.c1291 const float rmin = halfSize - 0.7071F; /* 0.7071 = sqrt(2)/2 */ local
1293 const float rmin2 = MAX2(0.0F, rmin * rmin);
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c16745 xmlSchemaCheckParticleRangeOK(int rmin, int rmax, argument
16748 if (rmin < bmin)
/external/libxml2/
H A Dxmlschemas.c16774 xmlSchemaCheckParticleRangeOK(int rmin, int rmax, argument
16777 if (rmin < bmin)
/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 6672 milliseconds