HomeSort by relevance Sort by last modified time
    Searched refs:round (Results 126 - 150 of 226) sorted by null

1 2 3 4 56 7 8 910

  /libcore/luni/src/test/java/tests/SQLite/
DatabaseTest.java 582 System.out.println("Round 2 Error: "+s);
613 // System.out.println("Round 2 Error"+s);
732 System.out.println("Round 2 Error"+s);
    [all...]
  /external/clearsilver/util/
snprintf.c 559 static long round (LDOUBLE value) function
621 fracpart = round ((pow10 (max)) * (ufvalue - intpart));
  /external/icu4c/i18n/
digitlst.cpp 428 // Round down to appx. double precision, if the number is longer than that.
433 numToConvert.round(MAX_DBL_DIGITS+3);
457 * convert this number to an int32_t. Round if there is a fractional part.
482 * convert this number to an int64_t. Round if there is a fractional part.
486 // Round if non-integer. (Truncate or round?)
805 * Round the representation to the given number of digits.
810 DigitList::round(int32_t maximumDigits)
decNumber.c     [all...]
  /external/libvpx/vp8/common/arm/neon/
sixtappredict16x16_neon.asm 175 vqrshrun.s16 d6, q8, #7 ;shift/round/saturate to u8
258 vqrshrun.s16 d6, q7, #7 ;shift/round/saturate to u8
366 vqrshrun.s16 d6, q6, #7 ;shift/round/saturate to u8
448 vqrshrun.s16 d6, q7, #7 ;shift/round/saturate to u8
  /external/libvpx/vp8/encoder/
ethreading.c 288 z->block[i].round = x->block[i].round;
  /external/skia/src/core/
SkScan_Path.cpp 618 path.getBounds().round(&ir);
709 r.round(&ir);
  /external/v8/test/mjsunit/
function-names.js 82 "log", "round", "sin", "sqrt", "tan", "atan2", "pow", "max", "min"];
  /external/webkit/WebCore/platform/graphics/android/
LayerAndroid.cpp 399 globalRect.round(&roundedGlobal);
401 visibleRect.round(&iVisibleRect);
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 442 neww = Math.round(deviceR.width());
443 newh = Math.round(deviceR.height());
    [all...]
  /build/tools/droiddoc/templates/assets/
carousel.js 200 div.style.left = '-' + Math.round(left) + 'px';
  /development/apps/FontLab/src/com/android/fontlab/
FontLab.java 332 private int mGamma = Math.round(1.0f * GAMMA_RANGE);
  /external/libffi/src/powerpc/
linux64_closure.S 60 # + 16 bytes retval area + 13*8 bytes fpr save area + round to 16
  /external/webkit/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 710 x = round(x);
711 y = round(y);
718 x = round(x);
719 y = round(y);
    [all...]
  /external/webkit/WebCore/platform/graphics/skia/
ImageSkia.cpp 159 // We will always draw in integer sizes, so round the destination rect.
161 destRect.round(&destRectRounded);
178 // causes the bounds to be outside of the resized bitmap. We round outward
  /external/webkit/WebKitTools/CodeCoverage/
regenerate-coverage-display 129 covered = int(round(covered_precise))
  /frameworks/base/core/jni/android/graphics/
NinePatchImpl.cpp 299 dst.round(&idst);
  /frameworks/base/core/tests/coretests/src/android/text/
StaticLayoutTest.java 222 int rndVal = Math.round(height * sMult + sAdd);
  /frameworks/base/core/java/android/webkit/
WebView.java     [all...]
WebViewCore.java     [all...]
  /external/webkit/WebCore/html/
HTMLInputElement.cpp 532 ASSERT(round(doubleValue) == doubleValue);
533 ASSERT(round(step) == step);
633 parsed = max(round(parsed), 1.0);
637 result = max(round(result), 1.0);
666 newValue = base + round((newValue - base) / step) * step;
    [all...]
  /external/webkit/WebCore/inspector/front-end/
AuditRules.js 338 var pctUnused = Math.round(unusedLength / styleSheetLength * 100);
344 var pctUnused = Math.round(unusedLength / totalLength * 100);
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
decimfmt.h 657 kRoundCeiling, /**< Round towards positive infinity */
658 kRoundFloor, /**< Round towards negative infinity */
659 kRoundDown, /**< Round towards zero */
660 kRoundUp, /**< Round away from zero */
661 kRoundHalfEven, /**< Round towards the nearest integer, or
663 kRoundHalfDown, /**< Round towards the nearest integer, or
665 kRoundHalfUp /**< Round towards the nearest integer, or
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/
ReportProperties.java 436 _metrics.put (out [0], (int) Math.round (((criterion * IItem.PRECISION) / 100.0)));
  /external/freetype/src/autofit/
aflatin.c 205 FT_Bool round = 0; local
274 /* now check whether the point belongs to a straight or round */
314 /* now, set the `round' flag depending on the segment's kind */
315 round = FT_BOOL(
319 AF_LOG(( "%c ", round ? 'r' : 'f' ));
322 if ( round )
762 /* a segment is round if either its first or last point */
    [all...]

Completed in 634 milliseconds

1 2 3 4 56 7 8 910