/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_thread.py | 50 verbose_print("task %s will run for %sus" % (ident, round(delay*1e6))) 204 (ident, round(delay * 1e6)))
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/ |
StretchesViewer.java | 209 int width = Math.round(mSize.x * ratio); 210 int height = Math.round(mSize.y * ratio);
|
ImageViewer.java | 317 return Math.round((x - mPadding.x + mHorizontalScroll) / ((float) mZoom / 100)); 321 return Math.round((y - mPadding.y + mVerticalScroll) / ((float) mZoom / 100)); 464 return Math.round(val * (float) mZoom / 100); 703 int x = Math.round((mCursorPoint.x * ((float) mZoom / 100) + baseX) 705 int y = Math.round((mCursorPoint.y * ((float) mZoom / 100) + baseY)
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
bilinearpredict8x8_neon.asm | 62 vqrshrn.u16 d22, q6, #7 ;shift/round/saturate to u8 91 vqrshrn.u16 d26, q6, #7 ;shift/round/saturate to u8 129 vqrshrn.u16 d2, q1, #7 ;shift/round/saturate to u8
|
vp8_subpixelvariance8x8_neon.asm | 65 vqrshrn.u16 d22, q6, #7 ;shift/round/saturate to u8 94 vqrshrn.u16 d26, q6, #7 ;shift/round/saturate to u8 131 vqrshrn.u16 d22, q1, #7 ;shift/round/saturate to u8
|
bilinearpredict16x16_neon.asm | 93 vqrshrn.u16 d14, q7, #7 ;shift/round/saturate to u8 155 vqrshrn.u16 d10, q9, #7 ;shift/round/saturate to u8 209 vqrshrn.u16 d2, q1, #7 ;shift/round/saturate to u8 278 vqrshrn.u16 d14, q7, #7 ;shift/round/saturate to u8 331 vqrshrn.u16 d2, q1, #7 ;shift/round/saturate to u8
|
sixtappredict4x4_neon.asm | 133 vqrshrun.s16 d27, q7, #7 ;shift/round/saturate to u8 212 vqrshrun.s16 d29, q7, #7 ;shift/round/saturate to u8 256 vqrshrun.s16 d3, q5, #7 ;shift/round/saturate to u8 343 vqrshrun.s16 d27, q7, #7 ;shift/round/saturate to u8 408 vqrshrun.s16 d3, q5, #7 ;shift/round/saturate to u8
|
vp8_subpixelvariance16x16_neon.asm | 101 vqrshrn.u16 d14, q7, #7 ;shift/round/saturate to u8 163 vqrshrn.u16 d10, q9, #7 ;shift/round/saturate to u8 220 vqrshrn.u16 d2, q1, #7 ;shift/round/saturate to u8 289 vqrshrn.u16 d14, q7, #7 ;shift/round/saturate to u8 345 vqrshrn.u16 d2, q1, #7 ;shift/round/saturate to u8
|
vp8_subpixelvariance16x16s_neon.asm | 60 vrhadd.u8 q0, q0, q1 ;(src_ptr[0]+src_ptr[1])/round/shift right 1 241 vrhadd.u8 q0, q0, q1 ;(src_ptr[0]+src_ptr[1])/round/shift right 1 259 vrhadd.u8 q1, q2, q3 ;(src_ptr[0]+src_ptr[1])/round/shift right 1 368 vrhadd.u8 q0, q0, q1 ;(src_ptr[0]+src_ptr[1])/round/shift right 1 386 vrhadd.u8 q1, q2, q3 ;(src_ptr[0]+src_ptr[1])/round/shift right 1 435 vrhadd.u8 q0, q0, q1 ;(src_ptr[0]+src_ptr[1])/round/shift right 1
|
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
TiledImageRenderer.java | 278 mOffsetX = Math.round(mViewWidth / 2f + (range.left - mCenterX) * mScale); 279 mOffsetY = Math.round(mViewHeight / 2f + (range.top - mCenterY) * mScale); 284 mOffsetX = Math.round(mViewWidth / 2f - mCenterX * mScale); 285 mOffsetY = Math.round(mViewHeight / 2f - mCenterY * mScale); 451 Math.round(mImageWidth * mScale), 452 Math.round(mImageHeight * mScale));
|
/packages/apps/Gallery2/src/com/android/photos/views/ |
TiledImageRenderer.java | 278 mOffsetX = Math.round(mViewWidth / 2f + (range.left - mCenterX) * mScale); 279 mOffsetY = Math.round(mViewHeight / 2f + (range.top - mCenterY) * mScale); 284 mOffsetX = Math.round(mViewWidth / 2f - mCenterX * mScale); 285 mOffsetY = Math.round(mViewHeight / 2f - mCenterY * mScale); 451 Math.round(mImageWidth * mScale), 452 Math.round(mImageHeight * mScale));
|
/packages/apps/Launcher3/src/com/android/photos/views/ |
TiledImageRenderer.java | 278 mOffsetX = Math.round(mViewWidth / 2f + (range.left - mCenterX) * mScale); 279 mOffsetY = Math.round(mViewHeight / 2f + (range.top - mCenterY) * mScale); 284 mOffsetX = Math.round(mViewWidth / 2f - mCenterX * mScale); 285 mOffsetY = Math.round(mViewHeight / 2f - mCenterY * mScale); 451 Math.round(mImageWidth * mScale), 452 Math.round(mImageHeight * mScale));
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
Key.java | 251 mX = Math.round(keyXPos + horizontalGap / 2); 253 mWidth = Math.round(keyWidth - horizontalGap); 254 mHitBox.set(Math.round(keyXPos), keyYPos, Math.round(keyXPos + keyWidth) + 1, 263 final int visualInsetsLeft = Math.round(keyAttr.getFraction( 265 final int visualInsetsRight = Math.round(keyAttr.getFraction( [all...] |
/libcore/luni/src/main/java/java/math/ |
BigDecimal.java | 53 * Rounding mode to round towards positive infinity. For positive values 62 * Rounding mode to round towards negative infinity. For positive values 794 return add(augend).round(mc); 804 return add(augend).round(mc); 808 return add(augend).round(mc); 823 return larger.round(mc); 1832 public BigDecimal round(MathContext mc) { method in class:BigDecimal [all...] |
/external/iproute2/ip/ |
ipaddress.c | 877 int round = 0; local 884 while ((max_flush_loops == 0) || (round < max_flush_loops)) { 911 if (round == 0) 914 printf("*** Flush is complete after %d round%s ***\n", round, round>1?"s":""); 919 round++; 924 printf("\n*** Round %d, deleting %d addresses ***\n", round, filter.flushed); 929 * want to flush only a single round. Otherwise, we'l [all...] |
/external/bison/darwin-lib/ |
math.h | 2101 # undef round macro [all...] |
/external/bison/lib/ |
math.in.h | 1776 # undef round macro 1777 # define round macro 1787 _GL_CXXALIASWARN (round); variable 1789 # undef round macro [all...] |
/external/bison/linux-lib/ |
math.h | 2101 # undef round macro [all...] |
/external/libvpx/libvpx/vp9/ |
vp9_cx_iface.c | 755 vpx_codec_pts_t round, delta; local 772 round = (vpx_codec_pts_t)1000000 * ctx->cfg.g_timebase.num / 2 - 1; 776 (dst_time_stamp * ctx->cfg.g_timebase.den + round) 779 ((delta * ctx->cfg.g_timebase.den + round) 794 * ctx->cfg.g_timebase.den + round) [all...] |
/packages/apps/Camera/src/com/android/camera/ |
Util.java | 150 return Math.round(sPixelDensity * dp); 214 * request is 3. So we round up the sample size to avoid OOM. 635 rect.left = Math.round(rectF.left); 636 rect.top = Math.round(rectF.top); 637 rect.right = Math.round(rectF.right); 638 rect.bottom = Math.round(rectF.bottom);
|
/packages/apps/Camera2/src/com/android/camera/util/ |
CameraUtil.java | 173 return Math.round(sPixelDensity * dp); 237 * request is 3. So we round up the sample size to avoid OOM. 675 rect.left = Math.round(rectF.left); 676 rect.top = Math.round(rectF.top); 677 rect.right = Math.round(rectF.right); 678 rect.bottom = Math.round(rectF.bottom); [all...] |
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/inspector/ |
jstemplate_compiled.js | 68 return round(numPixels) + "px"; 531 var round = Math.round; variable
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/ |
jstemplate_compiled.js | 68 return round(numPixels) + "px"; 531 var round = Math.round; variable
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/ |
TextureHelper.java | 372 int r = Math.round(255 * (x + 1f) / 2f);
373 int g = Math.round(255 * (y + 1f) / 2f);
374 int b = Math.round(255 * (z + 1f) / 2f);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/ |
SuggestionStripLayoutHelper.java | 193 final int width = Math.round(bounds.width() + 0.5f); 194 final int height = Math.round(bounds.height() + 0.5f); 582 width += Math.round(widths[i] + 0.5f);
|