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

  /external/valgrind/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...]
  /external/v8/src/compiler/
operation-typer.cc 211 double rmax = rhs->Max(); local
214 double rabs = std::max(std::abs(rmin), std::abs(rmax)) - 1;
242 double rmax = rhs->AsRange()->Max(); local
244 results[1] = lmin * rmax;
246 results[3] = lmax * rmax;
255 (rmin == -V8_INFINITY || rmax == +V8_INFINITY)) ||
typer.cc 891 double rmax = rhs->Max(); local
899 if (rmin == 0 && rmax == 0) {
905 max = rmax;
908 if (lmax < 0 || rmax < 0) {
923 double rmax = rhs->Max(); local
928 lmin >= 0 && rmin >= 0 ? std::min(lmax, rmax) : std::max(lmax, rmax);
937 max = std::min(max, rmax);
949 double rmax = rhs->Max(); local
950 if ((lmin >= 0 && rmin >= 0) || (lmax < 0 && rmax < 0))
    [all...]
  /sdk/eclipse/scripts/
gen_icon.py 41 rmax = zoom/2
  /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/mesa3d/src/mesa/swrast/
s_points.c 308 const GLfloat rmax = radius + 0.7071F; local
310 const GLfloat rmax2 = rmax * rmax;
  /external/libvncserver/libvncserver/
cursor.c 570 int rmax, rshift; local
576 rmax = s->serverFormat.redMax;
583 rmask = (rmax << rshift);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 1292 const float rmax = halfSize + 0.7071F; local
    [all...]
  /external/opencv3/modules/imgproc/test/
test_imgwarp_strict.cpp 306 int rmin = MAX(dy - radius, 0), rmax = MIN(dy + radius, dsize.height);
309 std::cout << "opencv result:\n" << dst(Range(rmin, rmax), Range(cmin, cmax)) << std::endl;
310 std::cout << "reference result:\n" << reference_dst(Range(rmin, rmax), Range(cmin, cmax)) << std::endl;
    [all...]
test_imgwarp.cpp 1522 int rmin = MAX(dy - radius, 0), rmax = MIN(dy + radius, dsize.height); local
    [all...]
  /external/flac/libFLAC/
stream_encoder.c 4041 FLAC__uint32 rmax; local
    [all...]
  /external/libxml2/
xmlschemas.c     [all...]

Completed in 605 milliseconds