HomeSort by relevance Sort by last modified time
    Searched refs:factor (Results 51 - 75 of 260) sorted by null

1 23 4 5 6 7 8 91011

  /libcore/luni/src/main/java/javax/xml/datatype/
Duration.java 622 * <p>Computes a new duration whose value is <code>factor</code> times
628 * multiply(new BigDecimal(String.valueOf(factor)))
631 * @param factor Factor times longer of new <code>Duration</code> to create.
633 * @return New <code>Duration</code> that is <code>factor</code>times longer than this <code>Duration</code>.
637 public Duration multiply(int factor) {
638 return multiply(BigDecimal.valueOf(factor));
642 * Computes a new duration whose value is <code>factor</code> times
676 * @param factor to multiply by
684 * @throws NullPointerException if the <code>factor</code> parameter i
    [all...]
  /external/webkit/Tools/MiniBrowser/mac/
BrowserWindowController.m 179 - (void)setCurrentZoomFactor:(double)factor
181 _zoomTextOnly ? WKPageSetTextZoomFactor(_webView.pageRef, factor) : WKPageSetPageZoomFactor(_webView.pageRef, factor);
194 double factor = [self currentZoomFactor] * DefaultZoomFactorRatio;
195 [self setCurrentZoomFactor:factor];
208 double factor = [self currentZoomFactor] / DefaultZoomFactorRatio;
209 [self setCurrentZoomFactor:factor];
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 486 = {add} [left]:add_subtract plus [right]:factor // x.y + a.b
488 | {subtract} [left]:add_subtract minus [right]:factor // x.y - a.b
490 | {factor} [value]:factor // x.y
494 factor {->expression}
495 = {multiply} [left]:factor star [right]:value // x.y * a.b
497 | {divide} [left]:factor slash [right]:value // x.y / a.b
499 | {modulo} [left]:factor percent [right]:value // x.y % a.b
  /external/webkit/Source/WebCore/platform/graphics/
RoundedIntRect.h 62 void scale(float factor);
  /external/webkit/Source/WebKit/chromium/public/
WebView.h 198 // Helper functions to convert between zoom level and zoom factor. zoom
199 // factor is zoom percent / 100, so 300% = 3.0.
201 WEBKIT_API static double zoomFactorToZoomLevel(double factor);
  /external/opencv/cv/src/
cvcorner.cpp 526 double factor; local
613 factor = 1 << (aperture_size - 1);
615 factor *= 255;
616 factor = 1./(factor * factor * factor);
673 dstdata[j] = (float)(factor*(dx2*d2ydata[j] + dy2*d2xdata[j] - 2*dx*dy*dxydata[j]));
688 dstdata[j] = (float)(factor*(dx*dx*d2ydata[j] + dy*dy*d2xdata[j] - 2*dx*dy*dxydata[j]));
mycvHaarDetectObjects.cpp 896 double factor; local
916 CV_ERROR( CV_StsOutOfRange, "scale factor must be > 1" );
973 // for( factor = 1; ; factor *= scale_factor )
976 // int ystep = factor > 2. ? 1 : 2;
977 // CvSize win_size = { cvRound(win_size0.width*factor),
978 // cvRound(win_size0.height*factor) }
    [all...]
  /external/webkit/Source/WebCore/page/
Frame.h 160 void setPageZoomFactor(float factor);
162 void setTextZoomFactor(float factor);
  /external/webkit/Source/WebKit/qt/Api/
qwebframe.h 179 void setTextSizeMultiplier(qreal factor);
183 void setZoomFactor(qreal factor);
qwebview.cpp 696 \brief the zoom factor for the view
699 void QWebView::setZoomFactor(qreal factor)
701 page()->mainFrame()->setZoomFactor(factor);
711 \brief the scaling factor for all text in the frame
725 the \a factor specified.
727 void QWebView::setTextSizeMultiplier(qreal factor)
729 page()->mainFrame()->setTextSizeMultiplier(factor);
    [all...]
  /frameworks/base/core/java/android/widget/
EdgeEffect.java 272 // Factor the velocity by 8. Testing on device shows this works best to
293 * width of X=0 to X=width, beginning from Y=0 and extending to some factor <
388 float factor = mGlowScaleYFinish != 0 ? 1 local
393 interp * factor;
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
avcenc_int.h 57 #define WEIGHTED_COST(factor,bits) (((factor)*(bits))>>LAMBDA_ACCURACY_BITS)
  /frameworks/base/voip/jni/rtp/
EchoSuppressor.cpp 185 int factor = (corr2 > 1.0f) ? 0 : (1.0f - sqrtf(corr2)) * 4096; local
187 recorded[i] = recorded[i] * factor >> 16;
  /libcore/luni/src/test/java/tests/java/sql/
UpdateFunctionalityTest.java 232 int factor = 3; local
234 + " SET field2=field2 *" + factor;
244 // * factor));
  /external/icu4c/common/
unames.c 788 uint16_t i, factor, bufferPos=0; local
801 factor=factors[i];
802 indexes[i]=(uint16_t)(code%factor);
803 code/=factor;
818 factor=indexes[i];
819 while(factor>0) {
821 --factor;
838 factor=(uint16_t)(factors[i]-indexes[i]-1);
839 while(factor>0) {
841 --factor;
1249 int32_t i, count=range->variant, factor, factorLength, maxFactorLength; local
    [all...]
  /system/core/libpixelflinger/codeflinger/
texturing.cpp     [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
HeapPanel.java 1173 int factor = 100 \/ ZOOMS[mZoom.getSelectionIndex()]; local
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceRandom.java 195 private static boolean validateKeyCategory(String catName, int[] keys, float factor) {
196 if (factor < 0.1f) {
204 System.err.println("** " + catName + " has no physical keys but with factor " + factor + "%.");
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.cpp 775 float factor = 1; local
781 factor = min(static_cast<float>(rect.width()) / radiiSum, factor);
786 factor = min(static_cast<float>(rect.width()) / radiiSum, factor);
    [all...]
  /external/icu4c/allinone/
icucheck.bat 30 @rem factor these out
  /external/mesa3d/src/pixelflinger2/
pixelflinger2.cpp 90 static inline GGLBlendState::GGLBlendFactor GLBlendFactor(const GLenum factor)
93 switch (factor)
  /external/valgrind/main/drd/tests/
matinv.c 214 const elem_t factor = a[j * cols + i]; local
217 a[j * cols + k] -= a[i * cols + k] * factor;
  /external/valgrind/unittest/
linear_solver.h 39 inline Vector operator* (double factor) const {
42 ret[i] = k[i] * factor;
  /external/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/
updateSettings.m 5 setupStruct.factor = 2 / setupStruct.oversampling;
  /external/webrtc/src/modules/audio_processing/ns/main/source/
ns_core.c 32 //scale parameters: multiply dominant peaks of the histograms by scale factor to obtain
173 inst->featureData[3] = LRT_FEATURE_THR; //average lrt factor (start on threshold)
291 delta = FACTOR * (float)1.0 / inst->density[offset + i];
295 delta = FACTOR;
727 // compute feature based on average LR factor
741 // done with computation of LR factor
804 //final speech probability: combine prior model with LR factor:
827 float energy1, energy2, gain, factor, factor1, factor2; local
    [all...]

Completed in 2562 milliseconds

1 23 4 5 6 7 8 91011