/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/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);
|
/external/libvpx/vp8/encoder/arm/neon/ |
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
|
/libcore/luni/src/test/java/libcore/sqlite/ |
OldDatabaseTest.java | 340 System.out.println("Round 2 Error: "+s); 371 // System.out.println("Round 2 Error"+s); 454 System.out.println("Round 2 Error"+s); 570 assertTrue(Math.round(funcVal) == Math.round(sinusVal)); 629 assertSame(Math.round(Math.sin(input)), Math.round(Double.parseDouble(val))); 642 assertSame(Math.round(Math.sin(input)), Math.round(Double.parseDouble(val))); [all...] |
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/ |
IconDetector.java | 655 Math.round(size.width / factor), 656 Math.round(size.height / factor)); [all...] |
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/ |
TerrainGrid.java | 292 gridOffset[0] = Math.round(camCell.x * (size / 2)); 293 gridOffset[1] = Math.round(camCell.z * (size / 2));
|
/external/libvpx/vp8/common/x86/ |
subpixel_ssse3.asm | 988 paddw xmm3, [GLOBAL(rd)] ; xmm3 += round value 991 paddw xmm4, [GLOBAL(rd)] ; xmm4 += round value 1012 paddw xmm6, [GLOBAL(rd)] ; xmm6 += round value 1015 paddw xmm4, [GLOBAL(rd)] ; xmm4 += round value 1027 paddw xmm5, [GLOBAL(rd)] ; xmm5 += round value 1030 paddw xmm7, [GLOBAL(rd)] ; xmm7 += round value [all...] |
/external/webkit/Tools/Scripts/ |
bisect-builds | 248 my ($nightlies, $revision, $round) = @_; 267 return ($round eq "floor") ? $lowIndex : $highIndex;
|
/frameworks/base/core/java/android/widget/ |
AbsSeekBar.java | 196 setKeyProgressIncrement(Math.max(1, Math.round((float) getMax() / 20))); 538 final int increment = Math.max(1, Math.round((float) getMax() / 5));
|
/frameworks/base/media/java/android/media/ |
RemoteControlClient.java | [all...] |
ThumbnailUtils.java | 185 int w = Math.round(scale * width); 186 int h = Math.round(scale * height); 254 * request is 3. So we round up the sample size to avoid OOM.
|
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ |
EventSenderImpl.java | 76 return new Point(Math.round(x * mWebView.getScale()) - mWebView.getScrollX(), 77 Math.round(y * mWebView.getScale()) - mWebView.getScrollY());
|
/libcore/luni/src/main/java/java/lang/ |
Math.java | 349 * 754 rules. The result is {@code x-round(x/p)*p} where {@code round(x/p)} 656 * <li>{@code round(+0.0) = +0.0}</li> 657 * <li>{@code round(-0.0) = +0.0}</li> 658 * <li>{@code round((anything > Long.MAX_VALUE) = Long.MAX_VALUE}</li> 659 * <li>{@code round((anything < Long.MIN_VALUE) = Long.MIN_VALUE}</li> 660 * <li>{@code round(+infinity) = Long.MAX_VALUE}</li> 661 * <li>{@code round(-infinity) = Long.MIN_VALUE}</li> 662 * <li>{@code round(NaN) = +0.0}</li> 669 public static long round(double d) method in class:Math 696 public static int round(float f) { method in class:Math [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
GalleryUtils.java | 119 return Math.round(dpToPixel((float) dp)); 124 return Math.round(dpToPixel(meter * 39.37f * 160));
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
FocusManager.java | 254 int x = Math.round(e.getX()); 255 int y = Math.round(e.getY());
|
/packages/apps/Mms/src/com/android/mms/util/ |
ThumbnailManager.java | 402 int width = Math.round(bitmap.getWidth() * scale); 403 int height = Math.round(bitmap.getHeight() * scale);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
mathcalls.h | 304 /* Round X to integral value in floating-point format using current 308 /* Round X to nearest integral value, rounding halfway cases away from 310 __MATHCALLX (round,, (_Mdouble_ __x), (__const__)); 312 /* Round X to the integral value in floating-point format nearest but 324 /* Round X to nearest integral value according to current rounding 329 /* Round X to nearest integral value, rounding halfway cases away from
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
tgmath.h | 347 /* Round X to integral valuein floating-point format using current 351 /* Round X to nearest integral value, rounding halfway cases away from 353 #define round(Val) __TGMATH_UNARY_REAL_ONLY (Val, round) macro 355 /* Round X to the integral value in floating-point format nearest but 365 /* Round X to nearest integral value according to current rounding 370 /* Round X to nearest integral value, rounding halfway cases away from
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/ |
tgmath.h | 356 /* Round X to integral valuein floating-point format using current 360 /* Round X to nearest integral value, rounding halfway cases away from 362 #define round(Val) __TGMATH_UNARY_REAL_ONLY (Val, round) macro 364 /* Round X to the integral value in floating-point format nearest but 374 /* Round X to nearest integral value according to current rounding 379 /* Round X to nearest integral value, rounding halfway cases away from
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
mathcalls.h | 304 /* Round X to integral value in floating-point format using current 308 /* Round X to nearest integral value, rounding halfway cases away from 310 __MATHCALLX (round,, (_Mdouble_ __x), (__const__)); 312 /* Round X to the integral value in floating-point format nearest but 324 /* Round X to nearest integral value according to current rounding 329 /* Round X to nearest integral value, rounding halfway cases away from
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
tgmath.h | 347 /* Round X to integral valuein floating-point format using current 351 /* Round X to nearest integral value, rounding halfway cases away from 353 #define round(Val) __TGMATH_UNARY_REAL_ONLY (Val, round) macro 355 /* Round X to the integral value in floating-point format nearest but 365 /* Round X to nearest integral value according to current rounding 370 /* Round X to nearest integral value, rounding halfway cases away from
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/ |
tgmath.h | 356 /* Round X to integral valuein floating-point format using current 360 /* Round X to nearest integral value, rounding halfway cases away from 362 #define round(Val) __TGMATH_UNARY_REAL_ONLY (Val, round) macro 364 /* Round X to the integral value in floating-point format nearest but 374 /* Round X to nearest integral value according to current rounding 379 /* Round X to nearest integral value, rounding halfway cases away from
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
mathcalls.h | 304 /* Round X to integral value in floating-point format using current 308 /* Round X to nearest integral value, rounding halfway cases away from 310 __MATHCALLX (round,, (_Mdouble_ __x), (__const__)); 312 /* Round X to the integral value in floating-point format nearest but 324 /* Round X to nearest integral value according to current rounding 329 /* Round X to nearest integral value, rounding halfway cases away from
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
tgmath.h | 347 /* Round X to integral valuein floating-point format using current 351 /* Round X to nearest integral value, rounding halfway cases away from 353 #define round(Val) __TGMATH_UNARY_REAL_ONLY (Val, round) macro 355 /* Round X to the integral value in floating-point format nearest but 365 /* Round X to nearest integral value according to current rounding 370 /* Round X to nearest integral value, rounding halfway cases away from
|
/tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/device/ui/ |
DpiScaleCalculatorDialog.java | 265 Math.round((width / (ratio * (Math.sqrt((Math.pow(monitorSize, 2)) 308 return (Math.round((scale * 100.0))) / 100.0;
|