/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...] |
/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/v8/src/compiler/ |
typer.cc | 797 double rmax = rhs->Max(); local 805 if (rmin == 0 && rmax == 0) { 811 max = rmax; 814 if (lmax < 0 || rmax < 0) { 830 double rmax = rhs->Max(); local 835 lmin >= 0 && rmin >= 0 ? std::min(lmax, rmax) : std::max(lmax, rmax); 844 max = std::min(max, rmax); 856 double rmax = rhs->Max(); local 857 if ((lmin >= 0 && rmin >= 0) || (lmax < 0 && rmax < 0)) 1046 double rmax = rhs->Max(); local 1099 double rmax = rhs->Max(); local [all...] |
/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...] |