HomeSort by relevance Sort by last modified time
    Searched refs:round (Results 201 - 225 of 1666) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
CompositeImageRequest.java 77 Math.round(avatarDestOnGroup.width()),
78 Math.round(avatarDestOnGroup.height()));
  /prebuilts/go/darwin-x86/src/cmd/fix/
main_test.go 110 t.Errorf("%s: applied fixes during second round", tt.Name)
115 t.Errorf("%s: changed output after second round of fixes.\n--- output after first round\n%s\n--- output after second round\n%s",
  /prebuilts/go/darwin-x86/src/net/
tcpsockopt_darwin.go 16 // The kernel expects seconds so round to next highest second.
tcpsockopt_dragonfly.go 14 // The kernel expects milliseconds so round to next highest
tcpsockopt_unix.go 16 // The kernel expects seconds so round to next highest second.
tcpsockopt_windows.go 16 // The kernel expects milliseconds so round to next highest
  /prebuilts/go/darwin-x86/src/runtime/
msize.go 24 return round(size, _PageSize)
  /prebuilts/go/linux-x86/src/cmd/fix/
main_test.go 110 t.Errorf("%s: applied fixes during second round", tt.Name)
115 t.Errorf("%s: changed output after second round of fixes.\n--- output after first round\n%s\n--- output after second round\n%s",
  /prebuilts/go/linux-x86/src/net/
tcpsockopt_darwin.go 16 // The kernel expects seconds so round to next highest second.
tcpsockopt_dragonfly.go 14 // The kernel expects milliseconds so round to next highest
tcpsockopt_unix.go 16 // The kernel expects seconds so round to next highest second.
tcpsockopt_windows.go 16 // The kernel expects milliseconds so round to next highest
  /prebuilts/go/linux-x86/src/runtime/
msize.go 24 return round(size, _PageSize)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
greg6.d 4 # equivalent for GREGs; like greg5 but the other way round.
greg8.d 4 # equivalent for GREGs; like greg7 but the other way round.
  /external/libhevc/common/arm/
ihevc_intra_pred_filters_luma_mode_11_to_17.s 330 vrshrn.i16 d24, q12, #5 @round shft (row 0)
341 vrshrn.i16 d22, q11, #5 @round shft (row 1)
352 vrshrn.i16 d20, q10, #5 @round shft (row 2)
363 vrshrn.i16 d18, q9, #5 @round shft (row 3)
374 vrshrn.i16 d24, q12, #5 @round shft (row 4)
385 vrshrn.i16 d22, q11, #5 @round shft (row 5)
396 vrshrn.i16 d20, q10, #5 @round shft (row 6)
397 vrshrn.i16 d18, q9, #5 @round shft (row 7)
453 vrshrn.i16 d24, q11, #5 @round shft (row 5)
474 vrshrn.i16 d20, q10, #5 @(from previous loop)round shft (row 6
    [all...]
ihevc_intra_pred_luma_mode_3_to_9.s 220 vrshrn.i16 d24, q12, #5 @round shft (row 0)
231 vrshrn.i16 d22, q11, #5 @round shft (row 1)
242 vrshrn.i16 d20, q10, #5 @round shft (row 2)
253 vrshrn.i16 d18, q9, #5 @round shft (row 3)
264 vrshrn.i16 d24, q12, #5 @round shft (row 4)
275 vrshrn.i16 d22, q11, #5 @round shft (row 5)
286 vrshrn.i16 d20, q10, #5 @round shft (row 6)
287 vrshrn.i16 d18, q9, #5 @round shft (row 7)
343 vrshrn.i16 d22, q11, #5 @round shft (row 5)
365 vrshrn.i16 d20, q10, #5 @(from previous loop)round shft (row 6
    [all...]
  /frameworks/base/core/java/android/widget/
StackView.java 249 int duration = Math.round(mStackSlider.getDurationForNeutralPosition(mYVelocity));
269 int duration = Math.round(mStackSlider.getDurationForOffscreenPosition(mYVelocity));
567 final int newSlideAmount = Math.round(SLIDE_UP_RATIO * getMeasuredHeight());
570 mSwipeThreshold = Math.round(SWIPE_THRESHOLD_RATIO * newSlideAmount);
786 if (mTouchRect.contains(Math.round(x), Math.round(y))) {
857 duration = Math.round(mStackSlider.getDurationForNeutralPosition());
859 duration = Math.round(mStackSlider.getDurationForOffscreenPosition());
    [all...]
  /cts/tools/cts-media/
get_achievable_rates.py 97 def perc(data, p, fn=round):
156 p95, med, p5 = perc(data, P, math.floor), perc(data, 50, round), perc(data, 100 - P, math.ceil)
159 pub_lo, pub_hi = min(int(p95 * T), round(geo)), max(math.ceil(p5 / T), round(geo))
177 pub_lo_, pub_hi_ = min(int(data[N / 2 - i - 1] * T), round(geo), int(med)), max(math.ceil(data[N / 2 + i] / T), round(geo))
186 if round(mn, 1) < pub_lo / T:
189 if round(mx, 1) > pub_hi * T:
206 c2 += ' v%d%%=%.1f' % (round(100 - 2 * P), var)
213 comment = ' <!-- measured %d%%:%d-%d med:%d%s -->' % (round(100 - 2 * P), int(p95), math.ceil(p5), int(round(med)), comment
    [all...]
  /external/boringssl/ios-arm/crypto/fipsmodule/
bsaes-armv7.S 95 vldmia r4!, {q9} @ round 0 key
546 vldmia r4, {q8} @ last round key
588 vldmia r4!, {q9} @ round 0 key
1008 vldmia r4, {q8} @ last round key
1025 vld1.8 {q7}, [r4]! @ load round 0 key
1031 vld1.8 {q15}, [r4]! @ load round 1 key
1046 vstmia r12!, {q7} @ save round 0 key
1064 vld1.8 {q15}, [r4]! @ load next round key
1073 vstmia r12!,{q0,q1,q2,q3,q4,q5,q6,q7} @ write bit-sliced round key
1077 @ don't save last round ke
    [all...]
  /external/boringssl/linux-arm/crypto/fipsmodule/
bsaes-armv7.S 94 vldmia r4!, {q9} @ round 0 key
545 vldmia r4, {q8} @ last round key
585 vldmia r4!, {q9} @ round 0 key
1005 vldmia r4, {q8} @ last round key
1020 vld1.8 {q7}, [r4]! @ load round 0 key
1026 vld1.8 {q15}, [r4]! @ load round 1 key
1041 vstmia r12!, {q7} @ save round 0 key
1059 vld1.8 {q15}, [r4]! @ load next round key
1068 vstmia r12!,{q0,q1,q2,q3,q4,q5,q6,q7} @ write bit-sliced round key
1072 @ don't save last round ke
    [all...]
  /bionic/libm/i387/
fenv.c 39 * round to nearest
355 fesetround(int round)
360 if (round & ~ROUND_MASK) {
365 control |= round;
370 mxcsr |= round << _SSE_ROUND_SHIFT;
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
Utils.java 96 return Math.round((float) dp * density);
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/
Utils.java 65 return Math.round((float) dp * density);
  /developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic/Application/tests/src/com/example/android/swiperefreshlayoutbasic/tests/
SampleTests.java 77 Math.round(mSwipeRefreshLayout.getHeight() * 0.4f));

Completed in 568 milliseconds

1 2 3 4 5 6 7 891011>>