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

/external/valgrind/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/v8/src/compiler/
H A Doperation-typer.cc222 double rmax = rhs->AsRange()->Max(); local
224 results[1] = lmin * rmax;
226 results[3] = lmax * rmax;
232 (rmin == -V8_INFINITY || rmax == +V8_INFINITY)) ||
666 double const rmax = rhs->Max(); local
674 double rabs = std::max(std::abs(rmin), std::abs(rmax)) - 1;
714 double rmax = rhs->Max(); local
722 if (rmin == 0 && rmax == 0) {
728 max = rmax;
731 if (lmax < 0 || rmax <
751 double rmax = rhs->Max(); local
782 double rmax = rhs->Max(); local
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_points.c308 const GLfloat rmax = radius + 0.7071F; local
310 const GLfloat rmax2 = rmax * rmax;
/external/libvncserver/libvncserver/
H A Dcursor.c570 int rmax, rshift; local
576 rmax = s->serverFormat.redMax;
583 rmask = (rmax << rshift);
/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/ltp/tools/top-LTP/
H A Dtop.c2170 int i, cmax = Screen_cols / 2, rmax = Screen_rows - yRSVD; local
2184 tg2((i / rmax) * cmax, (i % rmax) + yRSVD)
2193 tg2((i / rmax) * cmax, (i % rmax) + yRSVD)
/external/flac/libFLAC/
H A Dstream_encoder.c4040 FLAC__uint32 rmax; local
4051 rmax = 0;
4054 /* OPT: maybe faster: rmax |= r ^ (r>>31) */
4056 rmax |= ~r;
4058 rmax |= r;
4060 /* now we know all residual values are in the range [-rmax-1,rmax] */
4061 raw_bits_per_partition[partition] = rmax? FLAC__bitmath_ilog2(rmax) + 2 : 1;
/external/skia/fuzz/
H A DFuzzCanvas.cpp76 inline void fuzz_enum_range(Fuzz* fuzz, T* value, Min rmin, Max rmax) { argument
78 fuzz->nextRange((U*)value, (U)rmin, (U)rmax);
/external/libxml2/
H A Dxmlschemas.c16789 xmlSchemaCheckParticleRangeOK(int rmin, int rmax, argument
16795 (rmax > bmax))
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 338 milliseconds