HomeSort by relevance Sort by last modified time
    Searched refs:round (Results 126 - 150 of 355) sorted by null

1 2 3 4 56 7 8 91011>>

  /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 355 center[0] = (int) Math.round(scaleRelativeToDragLayer * center[0]);
356 center[1] = (int) Math.round(scaleRelativeToDragLayer * center[1]);
442 center[0] = (int) Math.round(offsetX);
443 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/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());
  /external/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/
updateSettings.m 7 setupStruct.estLen = round(setupStruct.avtime * setupStruct.samplingfreq/setupStruct.updatel);
  /packages/apps/Camera/src/com/android/camera/
Thumbnail.java 284 int w = Math.round(scale * width);
285 int h = Math.round(scale * height);
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
tgmath.h 160 #define round(x) __TGMATH_REAL(x, round) macro
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
tgmath.h 157 #define round(x) __TGMATH_REAL(x, round) macro

Completed in 1864 milliseconds

1 2 3 4 56 7 8 91011>>