/external/skia/src/images/ |
SkPageFlipper.cpp | 70 rect.round(&r);
|
/libcore/luni/src/test/java/libcore/java/math/ |
BigDecimalTest.java | 64 BigDecimal rounded = bigDecimal.round(new MathContext(2, RoundingMode.FLOOR));
|
/packages/wallpapers/Basic/src/com/android/wallpaper/grass/ |
SunCalculator.java | 83 int minute = (int) Math.round((time - hour) * 60); 92 int minute = (int) Math.round((time - hour) * 60); 101 int minute = (int) Math.round((time - hour) * 60); 112 int minute = (int) Math.round((time - hour) * 60);
|
/external/iproute2/ip/ |
ipneigh.c | 382 int round = 0; local 390 while (round < MAX_ROUNDS) { 402 if (round == 0) 405 printf("*** Flush is complete after %d round%s ***\n", round, round>1?"s":""); 410 round++; 414 printf("\n*** Round %d, deleting %d entries ***\n", round, filter.flushed);
|
/frameworks/base/tests/CoreTests/android/core/ |
MathPerformanceTest.java | 220 result = Math.round(sDouble1); 221 result = Math.round(sDouble1); 222 result = Math.round(sDouble1); 223 result = Math.round(sDouble1); 224 result = Math.round(sDouble1); 225 result = Math.round(sDouble1); 226 result = Math.round(sDouble1); 227 result = Math.round(sDouble1); 228 result = Math.round(sDouble1); 229 result = Math.round(sDouble1) [all...] |
/frameworks/base/graphics/java/android/graphics/ |
RectF.java | 386 public void round(Rect dst) { method in class:RectF 387 dst.set(FastMath.round(left), FastMath.round(top), 388 FastMath.round(right), FastMath.round(bottom));
|
/external/dropbear/libtomcrypt/src/ciphers/safer/ |
safer.c | 258 unsigned int round; local 268 if (SAFER_MAX_NOF_ROUNDS < (round = *key)) round = SAFER_MAX_NOF_ROUNDS; 269 while(round-- > 0) 312 unsigned int round; local 322 if (SAFER_MAX_NOF_ROUNDS < (round = *key)) round = SAFER_MAX_NOF_ROUNDS; 323 key += SAFER_BLOCK_LEN * (1 + 2 * round); 326 while (round--)
|
/external/webkit/WebCore/platform/ |
Length.h | 115 return static_cast<int>(round(maxValue * percent() / 100.0)); 131 return static_cast<int>(round(maxValue * percent() / 100.0));
|
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/ |
Deemph_32_opt.s | 55 MOV r14, r10, ASR #16 @y[0] = round(L_tmp)
66 MOV r14, r10, ASR #16 @y[1] = round(L_tmp)
|
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/ |
Deemph_32_neon.s | 55 MOV r14, r10, ASR #16 @y[0] = round(L_tmp)
66 MOV r14, r10, ASR #16 @y[1] = round(L_tmp)
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
ResolutionChooserDialog.java | 68 return (int)Math.round(d); 92 if (Math.round(size) == size) {
|
/external/icu4c/i18n/ |
digitlst.h | 297 * Round the number to the given number of digits. 301 void round(int32_t maximumDigits);
|
/external/skia/include/core/ |
SkSize.h | 86 SkISize round() const { function in struct:SkSize
|
/external/skia/src/effects/ |
Sk2DPathEffect.cpp | 51 tmp.getBounds().round(&ir);
|
/external/skia/tests/ |
TestSize.cpp | 56 REPORTER_ASSERT(reporter, a.round() == ia);
|
/libcore/luni/src/main/java/java/lang/ |
StrictMath.java | 375 * 754 rules. The result is {@code x-round(x/p)*p} where {@code round(x/p)} 726 * <li>{@code round(+0.0) = +0.0}</li> 727 * <li>{@code round(-0.0) = +0.0}</li> 728 * <li>{@code round((anything > Long.MAX_VALUE) = Long.MAX_VALUE}</li> 729 * <li>{@code round((anything < Long.MIN_VALUE) = Long.MIN_VALUE}</li> 730 * <li>{@code round(+infinity) = Long.MAX_VALUE}</li> 731 * <li>{@code round(-infinity) = Long.MIN_VALUE}</li> 732 * <li>{@code round(NaN) = +0.0}</li> 739 public static long round(double d) method in class:StrictMath 762 public static int round(float f) { method in class:StrictMath [all...] |
/external/skia/src/animator/ |
SkDisplayMath.cpp | 68 SK_FUNCTION(round), 105 (SkFunctionParamType) SkType_Float, // round 140 SK_MEMBER_FUNCTION(round, Float), 214 case SK_FUNCTION(round):
|
/external/webkit/JavaScriptCore/wtf/ |
MathExtras.h | 102 static double round(double num) function 116 inline long long llround(double num) { return static_cast<long long>(round(num)); } 118 inline long lround(double num) { return static_cast<long>(round(num)); }
|
/libcore/luni/src/main/java/org/apache/harmony/luni/util/ |
HexStringParser.java | 227 round(); method 236 round(); method 266 private void round() { method in class:HexStringParser
|
/packages/apps/Gallery/src/com/android/camera/ |
HighlightView.java | 113 int d = (int) Math.round(Math.cos(/*45deg*/Math.PI / 4D) 359 return new Rect(Math.round(r.left), Math.round(r.top), 360 Math.round(r.right), Math.round(r.bottom));
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
HighlightView.java | 106 int d = (int) Math.round(Math.cos(/* 45deg */Math.PI / 4D) * (mDrawRect.width() / 2D)); 321 return new Rect(Math.round(r.left), Math.round(r.top), Math.round(r.right), Math.round(r.bottom));
|
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/ |
DESEngine.java | 437 for (int round = 0; round < 8; round++) 442 work ^= wKey[round * 4 + 0]; 447 work = right ^ wKey[round * 4 + 1]; 454 work ^= wKey[round * 4 + 2]; 459 work = left ^ wKey[round * 4 + 3];
|
/external/openssl/crypto/sha/asm/ |
sha512-x86_64.pl | 83 $round="%rdi"; # zaps $ctx 125 add ($Tbl,$round,$SZ),$T1 # T1+=K[round] 139 lea 1($round),$round # round++ 218 xor $round,$round 237 cmp \$$rounds,$round
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/ |
fastquant.cpp | 159 Int round = 1 << 15; local 224 coeff = aan_scale(q_value, coeff, round, QPdiv2); 278 Int round = 1 << 15; local 326 q_value = round + (coeff << 12); 383 q_value = smlabb(q_value, coeff, round); 553 Int round = 1 << 15; local 583 q_value = smlabb(q_value, coeff, round); 682 Int round = 1 << 15; local 708 q_value = round + (coeff << 12); 754 /* q_value = coeff*q_value + round */ [all...] |
/external/libvpx/vp8/common/x86/ |
subpixel_mmx.asm | 87 paddsw mm3, [rd GLOBAL] ; mm3 += round value 185 paddsw mm3, mm5 ; mm3 += round value 274 paddsw mm3, mm5 ; mm3 += round value 366 paddw mm3, [rd GLOBAL] ; xmm3 += round value 407 paddw mm3, [rd GLOBAL] ; xmm3 += round value 424 paddw mm3, [rd GLOBAL] ; xmm3 += round value 521 paddw mm3, [rd GLOBAL] ; xmm3 += round value 562 paddw mm3, [rd GLOBAL] ; xmm3 += round value 579 paddw mm3, [rd GLOBAL] ; xmm3 += round value 665 paddw mm3, [rd GLOBAL] ; xmm3 += round valu [all...] |