HomeSort by relevance Sort by last modified time
    Searched refs:round (Results 101 - 125 of 186) sorted by null

1 2 3 45 6 7 8

  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilRegionElementImpl.java 265 return (int) Math.round(value);
  /dalvik/libcore/sql/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/iproute2/ip/
iproute.c 1202 int round = 0; local
    [all...]
  /external/clearsilver/util/
snprintf.c 559 static long round (LDOUBLE value) function
621 fracpart = round ((pow10 (max)) * (ufvalue - intpart));
  /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 433 neww = Math.round(deviceR.width());
434 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);
  /packages/apps/Camera/src/com/android/camera/
CameraSettings.java 211 entryValues[maxValue - i] = Integer.toString(Math.round(i / step));
  /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/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...]
aflatin2.c 210 FT_Bool round; local
279 /* now check whether the point belongs to a straight or round */
319 /* now, set the `round' flag depending on the segment's kind */
320 round = FT_BOOL(
324 AF_LOG(( "%c ", round ? 'r' : 'f' ));
327 if ( round )
787 /* a segment is round if it doesn't have successive */
    [all...]
  /external/qemu/target-arm/
neon_helper.c 822 #define NEON_QDMULH16(dest, src1, src2, round) do { \
829 if (round) { \
847 #define NEON_QDMULH32(dest, src1, src2, round) do { \
855 if (round) { \
    [all...]

Completed in 1497 milliseconds

1 2 3 45 6 7 8