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

  /external/iproute2/tc/
tc_red.h 4 extern int tc_red_eval_P(unsigned qmin, unsigned qmax, double prob);
tc_red.c 28 Plog = log(prob/(qmax - qmin))
30 int tc_red_eval_P(unsigned qmin, unsigned qmax, double prob)
32 int i = qmax - qmin;
  /external/webkit/Tools/DumpRenderTree/qt/
ImageDiff.cpp 102 qreal red = (qRed(pixel) - qRed(basePixel)) / static_cast<float>(qMax(255 - qRed(basePixel), qRed(basePixel)));
103 qreal green = (qGreen(pixel) - qGreen(basePixel)) / static_cast<float>(qMax(255 - qGreen(basePixel), qGreen(basePixel)));
104 qreal blue = (qBlue(pixel) - qBlue(basePixel)) / static_cast<float>(qMax(255 - qBlue(basePixel), qBlue(basePixel)));
105 qreal alpha = (qAlpha(pixel) - qAlpha(basePixel)) / static_cast<float>(qMax(255 - qAlpha(basePixel), qAlpha(basePixel)));
112 maxDistance = qMax(maxDistance, distance);
123 difference = qMax(difference, qreal(0.01));
  /external/webkit/Source/WebCore/platform/qt/
QtMobileWebStyle.cpp 50 int border = qMin(qMax(1, int(0.2 * size)), 6);
51 int checkerSize = qMax(size - 2 * border, 3);
53 int middle = qMax(3 * checkerSize / 7, 3);
109 border = qMin(qMax(2, border), 10);
248 int width = qMax(2, rectWidth >> 3);
280 const int border = qMax(3, buttonSize.width() >> 3) << 1;
ScrollbarThemeQt.cpp 124 opt.maximum = qMax(0, scrollbar->maximum());
RenderThemeQt.cpp 517 int contentHeight = qMax(fm.lineSpacing(), 14) + 2;
994 int cancelButtonSize = lroundf(qMin(qMax(minCancelButtonSize, defaultCancelButtonSize * fontScale), maxCancelButtonSize));
    [all...]
  /external/flac/libFLAC/
lpc.c 160 FLAC__int32 qmax, qmin; local
167 qmax = 1 << precision;
168 qmin = -qmax;
169 qmax--;
212 if(q > qmax+1) /* we expect q==qmax+1 occasionally due to rounding */
213 fprintf(stderr,"FLAC__lpc_quantize_coefficients: quantizer overflow: q>qmax %d>%d shift=%d cmax=%f precision=%u lpc[%u]=%f\n",q,qmax,*shift,cmax,precision+1,i,lp_coeff[i]);
217 if(q > qmax)
218 q = qmax;
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
QtFallbackWebPopup.cpp 171 CArrayFix<TBrCtlSelectOptionData>* options = new CArrayFixFlat<TBrCtlSelectOptionData>(qMax(1, size));
172 RPointerArray<HBufC> items(qMax(1, size));
  /external/webkit/Source/WebKit/qt/Api/
qwebsettings.cpp 790 WebCore::pageCache()->setCapacity(qMax(0, pages));
    [all...]
qwebview.cpp 176 return QPoint(qMax(0, s.width()), qMax(0, s.height()));
    [all...]
qwebpage.cpp     [all...]
qwebframe.cpp     [all...]
  /external/eigen/Eigen/src/misc/
blas.h 108 double BLASFUNC(qmax) (int *, double *, int *);
    [all...]
  /external/eigen/bench/btl/libs/BLAS/
blas.h 129 double BLASFUNC(qmax) (int *, double *, int *);
    [all...]
  /external/webkit/Source/WebCore/bridge/qt/
qt_runtime.cpp     [all...]
  /external/webkit/Source/WebCore/
ChangeLog-2003-10-25     [all...]

Completed in 561 milliseconds