/external/bouncycastle/src/main/java/org/bouncycastle/math/ec/ |
Tnaf.java | 166 public static ZTauElement round(SimpleBigDecimal lambda0, method in class:Tnaf 181 BigInteger f0 = lambda0.round(); 182 BigInteger f1 = lambda1.round(); 299 // round up 629 ZTauElement q = round(lambda0, lambda1, mu);
|
/external/doclava/src/com/google/doclava/ |
TodoFile.java | 63 return "" + Math.round((((b - a) / (float) b)) * 100) + "%";
|
/external/icu4c/i18n/ |
decContext.h | 36 /* round -- must be one of the enumerated rounding modes */ 75 DEC_ROUND_CEILING, /* round towards +infinity */ 76 DEC_ROUND_UP, /* round away from 0 */ 80 DEC_ROUND_DOWN, /* round towards 0 (truncate) */ 81 DEC_ROUND_FLOOR, /* round towards -infinity */ 82 DEC_ROUND_05UP, /* round for reround */ 91 enum rounding round; /* rounding mode */ member in struct:__anon6256
|
/external/libvpx/vp8/common/arm/neon/ |
bilinearpredict8x4_neon.asm | 65 vqrshrn.u16 d22, q6, #7 ;shift/round/saturate to u8 97 vqrshrn.u16 d2, q1, #7 ;shift/round/saturate to u8
|
/external/qemu/ |
d3des.c | 325 register int round; local 347 for( round = 0; round < 8; round++ ) {
|
/external/skia/samplecode/ |
SampleCull.cpp | 160 fClip.round(&iclip);
|
SampleDitherBitmap.cpp | 43 path.getBounds().round(&bounds);
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
crypto-aes.js | 9 * applies Nr rounds (10/12/14) using key schedule w for 'add round key' stage 22 for (var round=1; round<Nr; round++) { 26 state = AddRoundKey(state, w, round, Nb); 75 function AddRoundKey(state, w, rnd, Nb) { // xor Round Key into state S [§5.1.4] 141 // Rcon is Round Constant used for the Key Expansion [1st col is 2^(r-1) in GF(2^8)] [§5.2] 185 // generate key schedule - an expansion of the key into distinct Key Rounds for each round
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
crypto-aes.js | 9 * applies Nr rounds (10/12/14) using key schedule w for 'add round key' stage 22 for (var round=1; round<Nr; round++) { 26 state = AddRoundKey(state, w, round, Nb); 75 function AddRoundKey(state, w, rnd, Nb) { // xor Round Key into state S [§5.1.4] 141 // Rcon is Round Constant used for the Key Expansion [1st col is 2^(r-1) in GF(2^8)] [§5.2] 185 // generate key schedule - an expansion of the key into distinct Key Rounds for each round
|
/external/webkit/Source/WebCore/html/ |
NumberInputType.cpp | 140 double remainder = fabs(doubleValue - step * round(doubleValue / step));
|
/external/webkit/Source/WebCore/inspector/front-end/ |
TimelineGrid.js | 61 var dividerCount = Math.round(this._dividersElement.offsetWidth / 64);
|
/external/webkit/Source/WebCore/platform/ |
Length.h | 139 return static_cast<int>(round(maxValue * percent() / 100.0f));
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
SimpleFontDataLinux.cpp | 237 return round(SkScalarToFloat(width));
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/ |
loupe.js | 124 sourceA = Math.round(sourceA * 10)/10;
|
/frameworks/base/core/java/android/widget/ |
RatingBar.java | 112 // than 1 so boundaries round up). 191 setProgress(Math.round(rating * getProgressPerStar()));
|
/frameworks/base/core/java/com/android/internal/widget/ |
DrawableHolder.java | 135 mDrawable.setAlpha((int) Math.round(mAlpha * 255f));
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
FloatingChildLayout.java | 118 final int childTop = target.centerY() - Math.round(childHeight * 0.35f);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
FolderIcon.java | 354 center[0] = (int) Math.round(scaleRelativeToDragLayer * center[0]); 355 center[1] = (int) Math.round(scaleRelativeToDragLayer * center[1]); 441 center[0] = (int) Math.round(offsetX); 442 center[1] = (int) Math.round(offsetY);
|
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
PlayheadView.java | 170 startMs = Math.round(startMs);
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
PaintTest.java | 250 p.setStrokeCap(Cap.ROUND); 251 assertEquals(Cap.ROUND, p.getStrokeCap()); 428 p.setStrokeJoin(Join.ROUND); 429 assertEquals(Join.ROUND, p.getStrokeJoin()); [all...] |
/external/chromium/chrome/browser/resources/ |
keyboard_overlay.js | 361 var x = Math.round((array[1] + offsetX) * multiplier); 362 var y = Math.round((array[2] + offsetY) * multiplier); 363 var w = Math.round((array[3] - keyMargin) * multiplier); 364 var h = Math.round((array[4] - keyMargin) * multiplier);
|
/external/replicaisland/tools/ |
ExtractPoints.js | 239 var normalX = Math.round(tile.centerX + 241 var normalY = Math.round(tile.centerY +
|
/external/v8/test/mjsunit/ |
string-case.js | 56 var c = Math.round(0x7f * Math.random());
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
ImageAndroid.cpp | 158 static void round(SkIRect* dst, const WebCore::FloatRect& src) function in namespace:WebCore 284 round(&srcR, srcRect);
|
/external/webkit/Source/WebKit/win/ |
MarshallingHelpers.cpp | 146 return round((date + windowsEpochAbsoluteTime()) * secondsPerDay); 151 return (round(absoluteTime)/secondsPerDay - windowsEpochAbsoluteTime());
|