Searched defs:rmin (Results 1 - 8 of 8) sorted by relevance

/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/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/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 248 milliseconds